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的更多相关文章

随机推荐

  1. 使用Redmine的PHP API时,如何判断需求是否为原子需求

    使用Redmine的PHP API时,如何判断需求是否为原子需求 使用redmine的PHP接口时,怎样才能判断需求是否为原子需求呢,下面给出具体的做法: /** * 判断是否为原子需求, 即是否依然 ...

  2. C++版 - 剑指offer 面试题39:判断平衡二叉树(LeetCode 110. Balanced Binary Tree) 题解

    剑指offer 面试题39:判断平衡二叉树 提交网址:  http://www.nowcoder.com/practice/8b3b95850edb4115918ecebdf1b4d222?tpId= ...

  3. .net core使用Pipelines进行消息IO合并

    之前的文章讲述过通过IO合并实现百万级RPS和千万级消息推送,但这两篇文章只是简单地讲了一下原理和测试结果并没有在代码实现上的讲解,这一编文章主要通过代码的实现来讲述消息IO合并的原理.其实在早期的版 ...

  4. shell函数-3

    1.shell函数 1.1.shell函数定义 对于重复出现的代码,在shell中可以定义函数,然后在指定的地方调用即可.便于代码复用,提高开发效率. 定义函数的语法如下: function 函数名( ...

  5. RabbitMQ消息队列(十三)-VirtualHost与权限管理

    像mysql有数据库的概念并且可以指定用户对库和表等操作的权限.那RabbitMQ呢?RabbitMQ也有类似的权限管理.在RabbitMQ中可以虚拟消息服务器VirtualHost,每个Virtua ...

  6. AppBoxFuture(四). 随需而变-Online Schema Change

      需求变更是信息化过程中的家常便饭,而在变更过程中如何尽可能小的影响在线业务是比较头疼的事情.举个车联网监控的例子:原终端设备上传车辆的经纬度数据,新的终端设备支持同时上传速度数据,而旧的车辆状态表 ...

  7. 痞子衡嵌入式:飞思卡尔i.MX RT系列MCU启动那些事(6)- Bootable image格式与加载(elftosb/.bd)

    大家好,我是痞子衡,是正经搞技术的痞子.今天痞子衡给大家介绍的是飞思卡尔i.MX RT系列MCU的Bootable image格式与加载过程. 在i.MXRT启动系列第三篇文章 Serial Down ...

  8. gulp基本设置

    var gulp = require('gulp'); var clean = require('gulp-clean'); var concat = require('gulp-concat'); ...

  9. HTTP 常见的状态码

  10. C#调用Oracle的存储过程时,连接字符串需要配置PLSQLRSet=1

    C#调用Oracle的存储过程时, 如果有个SYS_REFCURSOR的Output参数存储时, web.config文件中的连接字符串需要配置PLSQLRSet=1, 否则可能会报这个错:参数个数或 ...