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. .NET Core实战项目之CMS 第九章 设计篇-白话架构设计

    前面两篇文章给大家介绍了我们实战的CMS系统的数据库设计,源码也已经上传到服务器上了.今天我们就好聊聊架构设计,在开始之前先给大家分享一下这几天我一直在听的<从零开始学架构>里面关于架构设 ...

  2. 进程,线程,协程,异步IO知识点

    进程: qq 要以一个整体的形式暴露给操作系统管理,里面包含对各种资源的调用,内存的管理,网络接口的调用等...对各种资源管理的集合 就可以成为  进程 线程: 是操作系统最小的调度单位, 是一串指令 ...

  3. C++版 - 剑指offer面试题38:数字在已排序数组中出现的次数

    数字在已排序数组中出现的次数 提交网址: http://www.nowcoder.com/practice/70610bf967994b22bb1c26f9ae901fa2?tpId=13&t ...

  4. 就算会用python画颗心,可你依然还是只单身狗

    :) 标题是开玩笑的,千万别认真. 随着AI的飞速发展,有志于此行的码农也是急剧的增加,带来的就是大家对算法.数学的兴趣也格外升高. 本文的来历是这样,今天某老同事在朋友圈发了一张屏拍,求公式. 看了 ...

  5. 初学Java Web(3)——第一个Servlet

    这学期 Java Web 课程的第一节课就简短复习了一下 Java 的一些基础知识,所以觉得 Java 的基础知识还是很重要的,但当我想要去写一篇 Java 回顾的文章的时候发现很难,因为坑实在太多了 ...

  6. springboot+mybatis+dubbo+aop日志终结篇

    之前的几篇文章把dubbo服务层都介绍完毕,本篇文章咱们主要写web层如何调用服务层的方法.文章底部附带源码. 启动服务 服务启动时,会向zk注册自己提供的服务,zk则会记录服务提供者的IP地址以及暴 ...

  7. pwnable.tw unexploitable 分析

    这题是和pwnable.kr差不多的一道题,主要区别在于没有给syscall.所以需要自己去找. 只有read和sleep两个函数. 思路一是首先劫持堆栈到bss段,然后调用read函数将sleep的 ...

  8. DSAPI多功能组件编程应用-HTTP监听服务端与客户端

    本文中,演示了使用DSAPI.网络相关.HTTP监听,快速建立服务端和客户端. HTTP监听服务端的作用,是监听指定计算机端口,以实现与IIS相同的解析服务,提供客户端的网页请求,当然,这不仅仅是应用 ...

  9. MySql如何查询JSON字段值的指定key的数据

    实例:SELECT param->'$.pay' as pay_type FROM game.roominfo; 其中:param是roominfo表的一个字段,当中存的是JSON字符串,pay ...

  10. ES5新增

    forEach // forEach 返回undefined var arr = ['Prosper', 'Lee', 'is', ['very', 'very'], 'nice', '!', , n ...