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. 启动MongoDB shell客户端会什么会一闪而过

    解决办法: 在MongoDB shell客户端根目录下右击选择 "在此处打开命令窗口"; 在命令窗口敲入mongod --dbpath=d:/mongodb/data ; //我的 ...

  2. java代码之美(1)---Lambda

    Lambda 一.概述 1.什么是Lambda表达式 Lambda 表达式是一种匿名函数,简单地说,它是没有声明的方法,也即没有访问修饰符.返回值声明和名字. 它可以写出更简洁.更灵活的代码.作为一种 ...

  3. 利用jmap和MAT等工具查看JVM运行时堆内存

    jmap JDK自带了一些工具可以帮助我们查看JVM运行的堆内存情况,常用的是jmap命令 jmap -heap <pid> 打印堆的使用情况 那么,从这个输出中我们也可以大致看出堆的结构 ...

  4. 纽约工作日志流水账 Day 1

    周六早上8:00从青岛登机,历经17个小时,终于在当地时间周六下午2点半到达目的地纽约.         被媳妇吐槽旁边坐了美女妹子,其实是个美国妹子,旁边人家还有男朋友,全程只和我说了2句话,Exc ...

  5. Solr 07 - Solr从MySQL数据库中导入数据 (Solr DIH的使用示例)

    目录 1 加入数据导入处理器的jar包 2 加入数据库驱动包 3 配置solrconfig.xml文件 3.1 配置lib标签 - 加入驱动jar包 3.2 配置requestHandler标签 - ...

  6. pyhive 连接 Hive 时错误

    一.User: xx is not allowed to impersonate xxx' 解决办法:修改 core-site.xml 文件,加入下面的内容后重启 hadoop. <proper ...

  7. Linux常用监控命令简介 – vmstat,ps,free,uptime 等

    vmstat [-a] [-n] [delay [ count]]vmstat [-f] [-s] [-m]vmstat [-S unit]vmstat [-d]vmstat [-p disk par ...

  8. Data Source与数据库连接池简介 JDBC简介(八)

    DataSource是作为DriverManager的替代品而推出的,DataSource 对象是获取连接的首选方法. 起源 为何放弃DriverManager DriverManager负责管理驱动 ...

  9. Perl处理和收走子进程(退出状态码和wait)

    本文关于处理子进程退出状态码的内容主体来自于<Pro Perl>的第21章. 子进程退出状态码 每个子进程在退出时,操作系统都会保留它们的退出状态码,并在内核维护的进程表中保留子进程项.对 ...

  10. Linux基础命令第一天

    一.命令行bash基本操作 1,shell 用户不能直接操作内核,所以用户操作通过shell传递给内核,Linux下叫shell,就相当于Windows下的cmd shell分为两种: GUI:图形界 ...