33

72

We often read in novels how a seemingly respectable person or family has some terrible secret which has been concealed from strangers for years. The English language possesses a vivid saying to describe this sort of situation. The terrible secret is called 'a skeleton in the cupboard '. At some dramatic moment in the story the terrible secret becomes known and a reputation is ruined. The reader's hair stands on end when he reads in the final pages of the novel that the heroine, a dear old lady who had always been so kind to everybody, had, in her youth, poisoned every one of her five husbands.  It is all very well for such things to occur in fiction. To varying degrees, we all have secrets which we do not want even our closest friends to learn, but few of us have skeletons in the cupboard. The only person I know who has a skeleton in the cupboard is George Carlton, and he is very proud of the fact. George studied medicine in his youth. Instead of becoming a doctor, however, he became a successful writer of detective stories. I once spent an uncomfortable weekend which I shall never forget at his house. George showed me to the guestroom which, he said, was rarely used. He told me to unpack my things and then come down to dinner. After I had stacked my shirts and underclothes in two empty drawers, I decided to hang one of the two suits I had brought with me in the cupboard. I opened the cupboard door and then stood in front of it petrified. A skeleton was dangling before my eyes. The sudden movement of the door made it sway slightly and it gave me the impression that it was about to leap out at me. Dropping my suit, I dashed downstairs to tell George. This was worse than 'a terrible secret'; this was a real skeleton ! But George was unsympathetic. 'Oh, that,' he said with a smile as if he were talking about an old friend. 'That's Sebastian. You forget that I was a medical student once upon a time.'

notes:

1家丑(橱柜里的骷髅)

2小说中常用的桥段,一个众人皆知的好人,背后隐藏着可怕的秘密。

3小说中的女主人公:毒死了五个丈夫。

4作者的朋友乔治·卡尔顿,家里缠着一副医学研究用的骷颅,因为曾经是学医的。

我们经常在小说中读到,一个表面上受人尊敬的人或家庭,隐藏着多年来陌生人看来的可怕秘密。英语有一个生动的说法来描述这种情况。这个可怕的秘密被称为“橱柜里的骷髅”。在故事的某个戏剧性时刻,可怕的秘密变得众所周知,名誉也被毁了。在小说的最后几页里,读者的毛发悚然。他的最后一页上写道:“女主人公,一个对每个人都很友好的可爱的老女人,在她年轻的时候,把她的五个丈夫中的每一个都毒死了。”在小说中出现这样的事情是很好的。在不同程度上,我们都有自己不想让最亲密的朋友知道的秘密,但我们当中很少有人有不可告人的秘密。我认识的唯一一个在橱柜里有骷髅的人是George Carlton,他对这一事实感到非常自豪。乔治年轻时学医。然而,他并没有成为一名医生,而是成为了一名成功的侦探小说作家。我永远不会忘记曾经在他家度过一个不愉快的周末。乔治把我带到他说很少使用的客房。他叫我把东西打开,然后下楼去吃晚饭。在我把衬衣和内衣放在两个空抽屉里后,我决定把我随身带的两件西服中的一件挂在衣柜里。我打开柜门,站在它面前,吓呆了。一具骷髅在我眼前晃来晃去。门的突然移动使它轻微地晃动,给我一种印象,它即将向我跃出。我扔下西装,冲下楼去告诉乔治。这比“一个可怕的秘密”更糟糕;这是一个真正的骷髅!但乔治却无动于衷。“哦,那,”他笑着说,仿佛在谈论一位老朋友。“那是塞巴斯蒂安。你忘了我曾经是一名医科学生。

New Concept English three (24)的更多相关文章

  1. New Concept English three (35)

    27 55 The word justice is usually associated with courts of law. We might say that justice has been ...

  2. New Concept English three (54)

    打字练习: 27w/m 45errors We have been brought up to fear insects. We regard them as unnecessary creature ...

  3. New Concept English there (1)Typing speed exercise

    Today,I start learn new concept english there,Mainly for listening practice and typing speed exercis ...

  4. New Concept English three (30)

    27W/m 32 words the death of ghost For years, villagers believed that Endley Farm was hunted. The far ...

  5. New Concept English three (27)

    35w/m 67 It has been said that everyone lives by selling something. In the light of this statement, ...

  6. New Concept English three (45)

    31w/m 65error In democratic countries any efforts to restrict the freedom of the press are rightly c ...

  7. New Concept English three (43)

    30 54 Insurance companies are normally willing to insure anything. Insuring public or private proper ...

  8. New Concept English three (38)

    26w/m 45 Future historians will be in a unique position when they come to record the history of our ...

  9. New Concept English three (32)

    26w/m 68 The salvage operation had been a complete failure. The small ship, Elkor, which had been se ...

随机推荐

  1. 【c++ primer, 5e】函数声明 & 分离式编译

    p186~p188: 函数声明1.函数只能定义一次,但是可以声明多次. 2.函数的接口:返回类型 + 函数名 + 形参类型 3.为什么要在头文件中进行函数声明???在源文件中定义?暂时理解到,这么做可 ...

  2. OpenStack之Neutron网络服务(一)

    1.Neutron概要 OpenStack网络服务提供了一个API接口,允许用户在云上设置和定义网络连接和地址.这个网络服务的项目代码名称是Neutron.OpenStack网络处理虚拟设备的创建和管 ...

  3. 20144303 《Java程序设计》第六周学习总结

    20144303 <Java程序设计>第六周学习总结 教材学习内容总结 第十章输入和输出 Java是以串流(Stream)的方式来处理输入与输出. 串流是一种抽象观念,从键盘输入资料,将处 ...

  4. [JavaWeb]关于DBUtils中QueryRunner的一些解读(转)

    QueryRunner类 QueryRunner中提供对sql语句操作的API它主要有三个方法 query() 用于执行select update() 用于执行insert/update/delete ...

  5. OGNL与ValueStack(VS)-N语法top语法(转)

    N语法[0]:<s:property value="[0]"/><br> N语法[1]:<s:property value="[1]&quo ...

  6. iOS开发中的地图开发

    显示地图: 1.导入头文件 #import <MapKit/MapKit.h> 如果同时需要用户定位的话还需要 #import <CoreLocation/CoreLocation. ...

  7. webform CustomValidator

    https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.customvalidator?view=netframew ...

  8. mybatis的sql映射文件—增删改查

    前提:需要的包log4j.jar,mybatis-3.4.1.jar,mysql-connector-java-5.1.37-bin.jar 1.基本类 员工类 package com.hand.my ...

  9. 爬虫之JSON案例

    糗事百科实例: 爬取糗事百科段子,假设页面的URL是 http://www.qiushibaike.com/8hr/page/1 要求: 使用requests获取页面信息,用XPath / re 做数 ...

  10. 创建Jmeter中使用的jar包中的工具类方法

    1. 在IDEA中新建一个maven工程. 2. 编写工具类方法,如加密算法.此处以加法为例. package DemoTest; public class DemoClass{ public int ...