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. Python内置函数(3)——any

    英文文档: any(iterable) Return True if any element of the iterable is true. If the iterable is empty, re ...

  2. Django+Bootstrap+Mysql 搭建个人博客(二)

    2.1.博客首页设计 (1)settings.py MEDIA_ROOT = os.path.join(BASE_DIR,'media').replace("//","/ ...

  3. 『骑士精神 IDA*』

    骑士精神(SCOI2005) Description 在一个5×5的棋盘上有12个白色的骑士和12个黑色的骑士, 且有一个空位.在任何时候一个骑士都能按照骑 士的走法(它可以走到和它横坐标相差为1,纵 ...

  4. redis 系列7 数据结构之跳跃表

    一.概述 跳跃表(skiplist)是一种有序数据结构,它通过在每个节点中维持多个指向其他节点的指针,从而达到快速访问节点的目的.在大部分情况下,跳跃表的效率可以和平衡树(关系型数据库的索引就是平衡树 ...

  5. SpringBoot入门教程(九)定时任务Schedule

    在日常项目运行中,我们总会有需求在某一时间段周期性的执行某个动作.比如每天在某个时间段导出报表,或者每隔多久统计一次现在在线的用户量.在springboot中可以有很多方案去帮我们完成定时器的工作,有 ...

  6. SpringBoot技术栈搭建个人博客【项目准备】

    前言:很早之前就想要写一个自己的博客了,趁着现在学校安排的实习有很多的空档,决定把它给做出来,也顺便完成实习的任务(搞一个项目出来...) 需求分析 总体目标:设计一套自适应/简洁/美观/易于文章管理 ...

  7. LeetCode专题-Python实现之第28题: Implement strStr()

    导航页-LeetCode专题-Python实现 相关代码已经上传到github:https://github.com/exploitht/leetcode-python 文中代码为了不动官网提供的初始 ...

  8. JDK源码分析(7)之 Reference 框架概览

    对于Reference类大家可能会比较陌生,平时用的也比较少,对他的印象可能仅停在面试的时候查看引用相关的知识点:但在仔细查看源码后发现Reference还是非常实用的,平时我们使用的类都是强引用的, ...

  9. 如何设计一个 RPC 系统

    本文由云+社区发表 RPC是一种方便的网络通信编程模型,由于和编程语言的高度结合,大大减少了处理网络数据的复杂度,让代码可读性也有可观的提高.但是RPC本身的构成却比较复杂,由于受到编程语言.网络模型 ...

  10. Web技术的发展 网络发展简介(三)

    在上一篇文章中,对TCP/IP通信协议进行了简单的介绍 通信协议是通信的理论基石,计算机.操作系统以及各种网络设备对通信的支持是计算机网络通信的物质基础 而web服务则是运行于应用层,借助于应用层的协 ...