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. JS核心系列:浅谈函数的作用域

    一.作用域(scope) 所谓作用域就是:变量在声明它们的函数体以及这个函数体嵌套的任意函数体内都是有定义的. function scope(){ var foo = "global&quo ...

  2. 分治法求解最近对问题(c++)

    #include"stdafx.h" #include<iostream> #include<cmath> #define TRUE 1 #define F ...

  3. Web大前端时代之:HTML5+CSS3入门系列

    准备来一波新技术,待续.... Old: 联系源码:https://github.com/dunitian/LoTHTML5 文档下载:https://github.com/dunitian/LoTD ...

  4. python通过protobuf实现rpc

    由于项目组现在用的rpc是基于google protobuf rpc协议实现的,所以花了点时间了解下protobuf rpc.rpc对于做分布式系统的人来说肯定不陌生,对于rpc不了解的童鞋可以自行g ...

  5. SDWebImage源码解读之SDWebImageCache(上)

    第五篇 前言 本篇主要讲解图片缓存类的知识,虽然只涉及了图片方面的缓存的设计,但思想同样适用于别的方面的设计.在架构上来说,缓存算是存储设计的一部分.我们把各种不同的存储内容按照功能进行切割后,图片缓 ...

  6. 深入理解CSS六种颜色模式

    前面的话 赏心悦目的颜色搭配让人感到舒服,修改元素颜色的功能让人趋之若鹜.但颜色规划不当,会让网站用户无所适从.颜色从<font color="">发展至今,保留了很多 ...

  7. Configure a VLAN on top of a team with NetworkManager (nmcli) in RHEL7

    SOLUTION VERIFIED September 13 2016 KB1248793 Environment Red Hat Enterprise Linux 7 NetworkManager ...

  8. jquery中的$(document).ready(function() {});

    当文档载入时执行function函数里的代码, 这部分代码主要声明,页面加载后 "监听事件" 的方法.例如: $(document).ready( $("a") ...

  9. 【Java大系】Java快速教程

    感谢原作者:Vamei 出处:http://www.cnblogs.com/vamei Java是面向对象语言.这门语言其实相当年轻,于1995年才出现,由Sun公司出品.James Gosling领 ...

  10. 无法访问org.springframework.core.NestedRuntimeException 找不到org.springframework.core.NestedRuntimeException的类文件

    在学习springAOP时,出现如下异常: 无法访问org.springframework.core.NestedRuntimeException 找不到org.springframework.cor ...