Text

My aunt Jennifer is an actress. She must be at least thirty-five years old. In spit of this, she often appears on the stage as a young girl. Jennifer will have to take part in a new play soon. This time, she will be a girl of seventeen. In the play, she must appear in a bright red dress and long black stockings. Last year in anther play, she had to wear short socks and a bright orange-coloured dress. If anyone ever asks her how old she is, she always answers, 'Darling, it must be terrible to gown up!'

Note

  1. appear: vi. 显示,露面 [反]disappear: vi. 消失
    The plane disappeared. 飞机飞远了(消失了)。
    appear as: 登场,扮演...角色
    He appears as a prince.
    [系动词]显得
    He appears nervous.
    She appears happy/tired.

  2. stage:
    on the stage: 在舞台上
    He appeared on the stage as a prince.
    My aunt appeared on the stage as a young girl.
    in the stage: 在某一阶段

  3. bright: adj. 鲜艳的
    bright red: 鲜红色 bright yellow: 明黄色 bright blue: 宝蓝色

  4. 一般,以-or,-er 结尾的是男性,以-ress结尾的是女性。

    -or,-er -ress
    actor actress
    prince princess
    God Goddess
    waiter waitress
    lion lioness
  5. at least:至少 at most: 至多

  6. in spite of: 尽管
    in spite of this: 尽管如此 In spite of this, I still like school. (school不加the表示上学)

  7. join: 参加(团体) join the army join the part join us[口]
    take part in: 参加(活动) take part in the race take part in party
    attend: 参加,出席(会议) attend the meeting attend the party: 出席宴会 attend class: 上课
    Thank you for your attending.

  8. a girl of seventeen.

  9. in... 穿着……样的衣服
    The boy in Green appeared.

  10. orange-coloured = orange

  11. ever = at any time 任何时候(时间副词)

  12. must
    • 情态动词,常常表示不可逃避的义务,这种义务在说话人看来是没有选择余地的。可以用have to 和 have got to 来代替。
      I must leave now. = I have to leave now. = I have got to leave now.
      Must you leave now? = Do you have to leave now? = Have you got to leave now?
      He said he must leave early. = He said he would have to leave early.
    • 在过去时的句子中,要用had to来表示“必须”,因为情态动词没有时态变化。
      She had to go shopping yesterday.
    • 表示推测
      1. I, personally, think he is a fool. = He must be a fool.
      2. must have done 表示对过去的推测 He must have been a doctor.
        ps: think从句中,一定要用事实说话
        She must be at least thirty-five years old. In my opinion (= I think) she is.
  13. as:
    • As I learnt, he is an English himself. [代词] 正如
    • She appears on the stage as a young girl. [介词]作为
    • I cannot come as I am busy. (because)
    • As I was leaving the house, the postman brought a letter. (at the time when)
    • Do as you are told. (the thing that)
    • He works as an engineer. (in the position of) 最常用的介绍工作的方式
  14. dress: (女)裙子,晚礼服,连衣裙
    suit: (男)套装
    costume: 演出服(戏服),民族服装,某一年代所穿的服装。 All the actors wore fifteenth-century costume.

  15. grow: 长 Children grow quickly. The grass has grown very high.
    grow up: (人)成长 Some people never grown up. (mature in mind)
    grown-up: adj. 成年的,n. 成年人
    be a grown-up.:作为一个成年人。

Lesson 17 Always young的更多相关文章

  1. lesson 17 The longest suspension bridge in the world

    lesson 17 The longest suspension bridge in the world agreeable adj. 令人愉快的:适合的 = pleasant be located ...

  2. [Java in NetBeans] Lesson 17. File Input/Output.

    这个课程的参考视频和图片来自youtube. 主要学到的知识点有: We want to handle the bad Error. (e.g bad input / bugs in program) ...

  3. NeHe OpenGL教程 第十七课:2D图像文字

    转自[翻译]NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改.对NeHe的OpenGL管线 ...

  4. 64位平台C/C++开发注意事项(转载)

    转自http://coolshell.cn/articles/3512.html 在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于 ...

  5. React.js 小书介绍

    React.js 小书 Github 关于作者 这是一本关于 React.js 的小书. 因为工作中一直在使用 React.js,也一直以来想总结一下自己关于 React.js 的一些知识.经验.于是 ...

  6. 【转】Beginning Game Programming v2.0

    Beginning Game Programming v2.0 Last Updated 8/19/18 Greetings everyone, welcome to the ground up re ...

  7. 64位平台C/C++开发注意事项

    在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于进入64位时代的程序员应该去看看这28个事项,这些英文读物对于有C/C++功底的朋 ...

  8. javaweb笔记全套

    Lesson 1 一.eclipse工具的使用 1. java代码的位置 1) 选择工作空间 workspace  选择一个文件夹存放程序(代码) 不要用中文和空格 2) 新建一个java 工程(Pr ...

  9. javaweb笔记分享

    Lesson 1 一.eclipse工具的使用 1. java代码的位置 1) 选择工作空间 workspace  选择一个文件夹存放程序(代码) 不要用中文和空格 2) 新建一个java 工程(Pr ...

随机推荐

  1. 在.NET Core 里使用 BouncyCastle 的DES加密算法

    .NET Core上面的DES等加密算法要等到1.2 才支持,我们可是急需这个算法的支持,文章<使用 JavaScriptService 在.NET Core 里实现DES加密算法>需要用 ...

  2. .NET Core系列 :4 测试

    2016.6.27 微软已经正式发布了.NET Core 1.0 RTM,但是工具链还是预览版,同样的大量的开源测试库也都是至少发布了Alpha测试版支持.NET Core, 这篇文章 The Sta ...

  3. C语言 · 判定数字

    编写函数,判断某个给定字符是否为数字. 样例输入 9 样例输出 yes #include<stdio.h> int main(){ char c; scanf("%c" ...

  4. UITextView 输入字数限制

    本文介绍了UITextView对中英文还有iOS自带表情输入的字数限制,由于中文输入会有联想导致字数限制不准确所以苦恼好久,所以参考一些大神的博客终于搞定,欢迎大家参考和指正. 对于限制UITextV ...

  5. 【WCF】使用“用户名/密码”验证的合理方法

    我不敢说俺的方法是最佳方案,反正这世界上很多东西都是变动的,正像老子所说的——“反(返)者,道之动”.以往看到有些文章中说,为每个客户端安装证书嫌麻烦,就直接采用把用户名和密码塞在SOAP头中发送,然 ...

  6. Spring中Bean的实例化

                                    Spring中Bean的实例化 在介绍Bean的三种实例化的方式之前,我们首先需要介绍一下什么是Bean,以及Bean的配置方式. 如果 ...

  7. 基于注解的bean配置

    基于注解的bean配置,主要是进行applicationContext.xml配置.DAO层类注解.Service层类注解. 1.在applicationContext.xml文件中配置信息如下 &l ...

  8. java观察者模式

      像activeMQ等消息队列中,我们经常会使用发布订阅模式,但是你有没有想过,客户端时如何及时得到订阅的主题的信息?其实就里就用到了观察者模式.在软件系统中,当一个对象的行为依赖于另一个对象的状态 ...

  9. 在禅道中实现WORD等OFFICE文档转换为PDF进行在线浏览

    条件: 安装好禅道的服务器 能直接浏览PDF的浏览器(或通过 安装插件实现 ) 文档转换服务程序(建议部署在另一台服务器上)     实现 原理: 修改禅道的文件预览功能(OFFICE文档其使用的是下 ...

  10. AngularJS 系列 学习笔记 目录篇

    目录: AngularJS 系列 01 - HelloWorld和数据绑定 AngularJS 系列 02 - 模块 (持续更新)