4-Five-Youth
①People are always talking about 'the problem of youth'. If there is one--which I take leave to doubt -- then it is older people who create it, not the young themselves. Let us get down to fundamentals and agree that the young are after all human beings--people just like their elders. There is only one difference between an old man and a young one: the young man has a glorious future before him and the old one has a splendid future behind him: and maybe that is where the rub is.
(1) take leave to do sth.是“擅自做”、“冒昧去做 leave 允许
= presume to do sth
(2)get down to,专注做某事
例句:He got down to his work after the holidays. 度假之后他开始专心工作。
(3) fundamentals 基本原理
(4) it is older people who create it 强调句
(5)maybe that is where the rub is. 表语从句,where引导表语从句,作表语
(6)human beings--people just like their elders. like their elders介词短语做定语修饰people
②When I was a teenager, I felt that I was just young and uncertain--that I was a new boy in a huge school, and I would have been very pleased to be regarded as something so interesting as a problem. For one thing, being a problem gives you a certain identity, and that is one of the things the young are busily engaged in seeking.
(1)I would have been very pleased to be regarded as something so interesting as a problem.
would have been done --过去本应该做某事 ,虚拟语气
please to do sth --乐意做某事
regarded as --被认为是
(2) identity --认同,身份
(3)be engaged in doing sth. 忙于做某事(正在做)
be engaged to do sth. 忙于做某事
③I find young people exciting. They have an air of freedom, and they have not a dreary commitment to mean ambitions or love of comfort. They are not anxious social climbers, and they have no devotion to material things. All this seems to me to link them with life, and the origins of things. It's as if they were, in some sense, cosmic beings in violent and lovely contrast with us suburban creatures. All that is in my mind when I meet a young person. He may be conceited, ill-mannered, presumptuous or fatuous, but I do not turn for protection to dreary cliches about respect for elders -- as if mere age were a reason for respect. I accept that we are equals, and I will argue with him, as an equal, if I think he is wrong.
(1)air of freedom 无拘无束
(2)they have not a dreary commitment to mean ambitions or love of comfort.
have no +n.
have not a +adj.
dreary commitment 乏味地追逐
mean ambitions 卑鄙的名利
love of comfort 贪图安逸
(3)anxious social climbers 急不可待的攀岩者
devotion 献身, 追求
(4)All this seems (to me) to link them with life, and the origins of things.
life 活力
(5)It's as if they were, in some sense, cosmic beings in violent and lovely contrast with us suburban creatures.
it's +表语从句
as if 要接虚拟语气
in some sense 某种意义上说
cosmic 宇宙的 suburban 郊区的
suburban creatures是us的同位语 suburban creatures 凡夫俗子
in contrast with 和...做对比
violent and lovely 强烈而鲜明地
(6)a young person a表示一类人
(7)conceited 极其自负的
ill-mannered 行为不端的
presumptuous高傲
fatuous 愚笨的
(8)I do not turn (for protection) to dreary cliches about respect for elders做宾语,避免头重脚轻
turn to ... for.. 为...求助
cliche 陈词滥调
all this seems to me 在我看来
4-Five-Youth的更多相关文章
- Youth -Samuel Ullman
Samuel Ullman(塞缪尔.厄尔曼) Youth is not a time of life,it is a state of mind;青春不是年华,而是心境: it is not a ma ...
- Youth(青春)
Youth is not a time of life; it is a state of mind; it is not a matter of rosy cheeks, red lips and ...
- NYOJ-914 Youth的最大化(贪心)
Youth的最大化 时间限制:1000 ms | 内存限制:65535 KB 难度:4 描述 Yougth现在有n个物品的重量和价值分别是Wi和Vi,你能帮他从中选出k个物品使得单位重量的价值最大吗? ...
- NOIP2018 No regrets youth
NOIP2018在即,20181009总结一些易错的知识点和解题方法 ——by ljc20020730 HGOI NOIP2018 No regrets youth ! NOIP2018 No reg ...
- Youth Is Not a Time of Life
Youth is not a time of life; it is a state of mind.青春不是年华,而是心境: It is not a matter of rosy cheeks, r ...
- Lesson 5 Youth
How does the writer like to treat young people? People are always talking about 'the problem of yout ...
- Fiery Youth
青春和时间是一对好兄弟,让人留恋的时光总是那么快偷偷溜走了.学习java不能确定改变生活和现状,至少是迈出了进步的决定,而不是停滞不前.既然这样,那就动起来吧!看了刘树勇老师的演讲,就得出一个结论:千 ...
- How to reset XiaoMi bluetooth headphone Youth edition.
To reset the speaker 1. Long press the phone call button to shut off the speaker 2. Connect the char ...
- Youth is not a time of life, it is a state of mind.
青春不是生命的一段,而是一种精神状态.
- 时隔一年再读到the star
The Star Arthur C. Clarke It is three thousand light-years to the Vatican. Once, I believed that spa ...
随机推荐
- JAVA中获取文件MD5值的方法
1 DigestUtils.md5Hex(new FileInputStream(path)); 如果你只需要使用标准的MD5,其实一行代码就够了,JAVA自带的commons-codec包就提供了获 ...
- c# 图像呈现控件PictureBox
在c#中可以使用PictureBox控件来呈现图像,图像资源可以来自文件,也可以是存在内存中的位图对象.可以显示本地图像文件或来自网络的图片,也可以来自项目文件中的图像. 从URI加载图像文件. 调用 ...
- Django ORM 操作 必知必会13条 单表查询
ORM 操作 必知必会13条 import os # if __name__ == '__main__': # 当前文件下执行 os.environ.setdefault('DJANGO_SETTIN ...
- [转载]Oracle数据库 sql%found,sql%notfound,sql%rowcount
sql%found,sql%notfound,sql%rowcount 在执行DML(insert,update,delete)语句时,可以用到以下三个隐式游标(游标是维护查询结果的内存中的一个区域, ...
- 理解Sql Server 事务隔离层级(Transaction Isolation Level)
关于Sql Server 事务隔离级别,百度百科是这样描述的 隔离级别:一个事务必须与由其他事务进行的资源或数据更改相隔离的程度.隔离级别从允许的并发副作用(例如,脏读或虚拟读取)的角度进行描述. 隔 ...
- Django高级
一 登录装饰器 def login_required(view_func): '''登录判断装饰器''' def wrapper(request, *view_args, **view_kwargs) ...
- 事务 c#
事务->:事务是恢复和并发控制的基本单位 ->事务具有四个特性:原子性.隔离性.一致性.持久性.这四个特性通常称为ACID Begin transaction/tran --开始事务 ...
- 每日linux命令学习-sed
Linux的文本处理实用工具主要由sed和awk命令,二者虽然略有差异,但都使用正则表达式,默认使用标准I/O,并且使用管道命令可以将前一个命令的输出作为下一个命令的输入.笔者将在本节学习sed命令. ...
- MyEclipse如何修改XML文件默认行宽
1.MyEclipse如何修改XML文件默认行宽 Windows--->Preferences--->搜索xml--->XML--->XML Source--->Form ...
- 2019/3/25 wen 包,对象的行为