1.2 NCE22 By heart
Some plays are so successful that they run/are performed/ for years on end/successively/in a row/continuously. In many ways/aspects/repects, this is unfortunate for the poor actors who are required/demanded to go on/keep on repeating the same lines/parts.It has been considered that/ One would expect the actors to know their parts by heart and never have cause to falter/stumble. Yet this is not always the case/a true situation.
A famous actor in a highly successful play was once cast in the role of/was once cast as/played the role of/act an aristocrat who had been imprisoned/imcarcerated/locked up/jailed/gaoled in Bastile for twenty years.In the last act, the gaoler come on to the stage with a letter which he would hand to the noble.Even though the noble was expected to /was supposed to/should read the letter at each performance,he insisted that the letter should be written in full/insisted on its being written in full.
One night, the gaoler decided to play a joke on his colleage to find out if, after so many performances, he knew/had managed to learn the contents of the letter by heart.The curtain went up/rose on the final act and revealed the noble sitting alone/by himself/on his own behind bars in the dark cell.Then the gaoler appeared with the precious letter.The gaoler entered the cell and presented the noble with the letter.But the copy he gave him was not written out in full as usual.It was simply a blank sheet of paper.The gaoler looked on/stood by, anxious to see if his fellow actor had learned the letter.The aristocrat stared at/peered about the letter for several seconds.Then,squinting his eyes,he said:' The light is dim,read the letter to me'.Then he promptly passed it to the gaoler.Finding that he could not remember a word of the letter,either/Find that neither could he remember a word of the letter,he replied:'The light is indeed dim,sire,I must get my glasses'.With this,he hurried off the stage.Much to the aristocrat's amusement,the gaoler returned with a pair of glasses and the usual copy of letter which he proceeded to/go on to read to the prisoner.
2.Composition:
Seveal months ago,a new play called 'The world tomorrow' would be performed in our local theater.At that time,the advertisements run wild for spreading/advertising/disseminating how good the play was.Because the play was highly advertised, the public took considerable interest in it.One would expect that famous actors were cast in the leading roles.
On the first night, a crowded of people gathered/collected around the theater looking forward to a good show.However, the play was not so good as it had been mentioned before.After all, the more expectation,the more dissapointment. The people was supposed to be funny but nobody laughted or even there was a little embarrassment/discomfiture. Many people walked out,leaving some bad reviews.
The play still ran for six weeks .At the last performance, there was a small audience, and the actors struggled through to the end.When the last line was spken:'Our six short weeks have hastened/hurried to their end' the audience saw the funny side of it and laughed.Even the actors and actresses laughed.
3.proverb:
He laughs best, who laughs last. Speech is silver,but silence is golden.
1.2 NCE22 By heart的更多相关文章
随机推荐
- 动手实现一个 LRU cache
前言 LRU 是 Least Recently Used 的简写,字面意思则是最近最少使用. 通常用于缓存的淘汰策略实现,由于缓存的内存非常宝贵,所以需要根据某种规则来剔除数据保证内存不被撑满. 如常 ...
- Python爬虫入门教程 2-100 妹子图网站爬取
妹子图网站爬取---前言 从今天开始就要撸起袖子,直接写Python爬虫了,学习语言最好的办法就是有目的的进行,所以,接下来我将用10+篇的博客,写爬图片这一件事情.希望可以做好. 为了写好爬虫,我们 ...
- RabbitMQ消息队列(十)-高可用集群部署实战
前几章讲到RabbitMQ单主机模式的搭建和使用,我们在实际生产环境中出于对性能还有可用性的考虑会采用集群的模式来部署RabbitMQ. RabbitMQ集群基本概念 Rabbit模式大概分为以下三种 ...
- 手把手教您将 libreoffice 移植到函数计算平台
LibreOffice 是由文档基金会开发的自由及开放源代码的办公室套件.LibreOffice 套件包含文字处理器.电子表格.演示文稿程序.矢量图形编辑器和图表工具.数据库管理程序及创建和编辑数学公 ...
- kubernetes进阶之一:简单例子
kubernetes 从一个简单例子开始 参考 <kubernetes 权威指南>一节的 从一个简单例子开始,操作实录. 一.Java Web 应用结构 二.启动MySql服务 1.首先为 ...
- Spring Boot(九)Swagger2自动生成接口文档和Mock模拟数据
一.简介 在当下这个前后端分离的技术趋势下,前端工程师过度依赖后端工程师的接口和数据,给开发带来了两大问题: 问题一.后端接口查看难:要怎么调用?参数怎么传递?有几个参数?参数都代表什么含义? 问题二 ...
- Jenkins结合.net平台综合之监听git仓库并自动摘取最新代码编译
前面章节我们讲解了Jenkins结合.net平台工具以及一些第三方工具实现项目自动还原,自动编译,自动测试和自动发布.然而实现自动化还有一个关键的步骤就是监听源码仓库变化然后从仓库拉取最新代码,然后再 ...
- 【转载】C#工具类:人民币金额转换为中文大写
在涉及到金融业务这一块的系统设计中,时常能够遇到的情况是需要将阿拉伯数字的人民币金额自动转换为中文的大写金额.现在互联网上也有很多网站提供此类服务,只要你输入人民币的阿拉伯数字金额,输入后自动给你转换 ...
- 理解PHP的垃圾回收机制
什么是垃圾回收机制 使用的是“引用计数”方式进行回收.简单地理解的话,就是每个分配的内存区域都有一个计数器,记录有多少个变量指针指向这片内存.当指向该片内存的指针数量为0,那么该片内存区域就可以被回收 ...
- EditPlus提示错误:找不到或无法加载主类
问题:EditPlus提示错误:找不到或无法加载主类. 原因:换了另外一台电脑,忘了什么时候,环境变量被误删了. 解决问题: 1.检查文件名和public修饰的类名是否一致. 2.文件查看时,有没有隐 ...