Lesson 17 Always young
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
appear: vi. 显示,露面 [反]disappear: vi. 消失
The plane disappeared. 飞机飞远了(消失了)。
appear as: 登场,扮演...角色
He appears as a prince.
[系动词]显得
He appears nervous.
She appears happy/tired.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: 在某一阶段bright: adj. 鲜艳的
bright red: 鲜红色 bright yellow: 明黄色 bright blue: 宝蓝色一般,以-or,-er 结尾的是男性,以-ress结尾的是女性。
-or,-er -ress actor actress prince princess God Goddess waiter waitress lion lioness at least:至少 at most: 至多
in spite of: 尽管
in spite of this: 尽管如此 In spite of this, I still like school. (school不加the表示上学)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.a girl of seventeen.
in... 穿着……样的衣服
The boy in Green appeared.orange-coloured = orange
ever = at any time 任何时候(时间副词)
- 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. - 表示推测
- I, personally, think he is a fool. = He must be a fool.
- 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.
- 情态动词,常常表示不可逃避的义务,这种义务在说话人看来是没有选择余地的。可以用have to 和 have got to 来代替。
- 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) 最常用的介绍工作的方式
dress: (女)裙子,晚礼服,连衣裙
suit: (男)套装
costume: 演出服(戏服),民族服装,某一年代所穿的服装。 All the actors wore fifteenth-century costume.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的更多相关文章
- lesson 17 The longest suspension bridge in the world
lesson 17 The longest suspension bridge in the world agreeable adj. 令人愉快的:适合的 = pleasant be located ...
- [Java in NetBeans] Lesson 17. File Input/Output.
这个课程的参考视频和图片来自youtube. 主要学到的知识点有: We want to handle the bad Error. (e.g bad input / bugs in program) ...
- NeHe OpenGL教程 第十七课:2D图像文字
转自[翻译]NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改.对NeHe的OpenGL管线 ...
- 64位平台C/C++开发注意事项(转载)
转自http://coolshell.cn/articles/3512.html 在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于 ...
- React.js 小书介绍
React.js 小书 Github 关于作者 这是一本关于 React.js 的小书. 因为工作中一直在使用 React.js,也一直以来想总结一下自己关于 React.js 的一些知识.经验.于是 ...
- 【转】Beginning Game Programming v2.0
Beginning Game Programming v2.0 Last Updated 8/19/18 Greetings everyone, welcome to the ground up re ...
- 64位平台C/C++开发注意事项
在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于进入64位时代的程序员应该去看看这28个事项,这些英文读物对于有C/C++功底的朋 ...
- javaweb笔记全套
Lesson 1 一.eclipse工具的使用 1. java代码的位置 1) 选择工作空间 workspace 选择一个文件夹存放程序(代码) 不要用中文和空格 2) 新建一个java 工程(Pr ...
- javaweb笔记分享
Lesson 1 一.eclipse工具的使用 1. java代码的位置 1) 选择工作空间 workspace 选择一个文件夹存放程序(代码) 不要用中文和空格 2) 新建一个java 工程(Pr ...
随机推荐
- DDD 领域驱动设计-看我如何应对业务需求变化,愚蠢的应对?
写在前面 阅读目录: 具体业务场景 业务需求变化 "愚蠢"的应对 消息列表实现 消息详情页实现 消息发送.回复.销毁等实现 回到原点的一些思考 业务需求变化,领域模型变化了吗? 对 ...
- webpack的使用
1.webpack是什么? 打包前端项目的工具(为项目提高逼格的东西). 2.webpack的基本命令 webpack#最基本的启动webpack命令 webpack-w #提供watch方法,实时进 ...
- 猖獗的假新闻:2017年1月1日起iOS的APP必须使用HTTPS
一.假新闻如此猖獗 刚才一位老同事 打电话问:我们公司还是用的HTTP,马上就到2017年了,提交AppStore会被拒绝,怎么办? 公司里已经有很多人问过这个问题,回答一下: HTTP还是可以正常提 ...
- python爬取github数据
爬虫流程 在上周写完用scrapy爬去知乎用户信息的爬虫之后,github上star个数一下就在公司小组内部排的上名次了,我还信誓旦旦的跟上级吹牛皮说如果再写一个,都不好意思和你再提star了,怕你们 ...
- Android业务组件化之子模块SubModule的拆分以及它们之间的路由Router实现
前言: 前面分析了APP的现状以及业务组件化的一些探讨(Android业务组件化之现状分析与探讨),以及通信的桥梁Scheme的使用(Android业务组件化之URL Scheme使用),今天重点来聊 ...
- 6.在MVC中使用泛型仓储模式和依赖注入实现增删查改
原文链接:http://www.c-sharpcorner.com/UploadFile/3d39b4/crud-operations-using-the-generic-repository-pat ...
- ntp
一: 在一台可以连接外网的服务器A上配置ntp: 配置 /etc/ntp.conf 文件: server 202.120.2.101 # local clock (LCL) ...
- BI分析受阻?FineBI推出SPA螺旋式分析新功能!
过去,企业级的数据分析通常会有这么几种场景,业务部门托信息部门分析数据,结果报表一出,唇枪舌剑争论你我高低,数据不准,指标不对.信息部门欠缺业务概念,业务部门不懂技术逻辑,数据分析之路,暂时搁浅. 后 ...
- iOS之计算上次日期距离现在多久, 如 xx 小时前、xx 分钟前等
/** * 计算上次日期距离现在多久 * * @param lastTime 上次日期(需要和格式对应) * @param format1 上次日期格式 * @para ...
- 【一起学OpenFoam】02 软件准备
"工欲善其事必先利其器",在利用OpenFoam解决我们的工程问题之前,首先要做的事情是搭建一个OpenFoam运行环境.很遗憾的是,OpenFoam的原生开发系统是Linux,因 ...