①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的更多相关文章

  1. Youth -Samuel Ullman

    Samuel Ullman(塞缪尔.厄尔曼) Youth is not a time of life,it is a state of mind;青春不是年华,而是心境: it is not a ma ...

  2. 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 ...

  3. NYOJ-914 Youth的最大化(贪心)

    Youth的最大化 时间限制:1000 ms | 内存限制:65535 KB 难度:4 描述 Yougth现在有n个物品的重量和价值分别是Wi和Vi,你能帮他从中选出k个物品使得单位重量的价值最大吗? ...

  4. NOIP2018 No regrets youth

    NOIP2018在即,20181009总结一些易错的知识点和解题方法 ——by ljc20020730 HGOI NOIP2018 No regrets youth ! NOIP2018 No reg ...

  5. 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 ...

  6. Lesson 5 Youth

    How does the writer like to treat young people? People are always talking about 'the problem of yout ...

  7. Fiery Youth

    青春和时间是一对好兄弟,让人留恋的时光总是那么快偷偷溜走了.学习java不能确定改变生活和现状,至少是迈出了进步的决定,而不是停滞不前.既然这样,那就动起来吧!看了刘树勇老师的演讲,就得出一个结论:千 ...

  8. 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 ...

  9. Youth is not a time of life, it is a state of mind.

    青春不是生命的一段,而是一种精神状态.

  10. 时隔一年再读到the star

    The Star Arthur C. Clarke It is three thousand light-years to the Vatican. Once, I believed that spa ...

随机推荐

  1. 反射(I)

    反射获取属性和属性值 let item = DoctorGroup() guard let dic = InterfaceTests.obtainValues(subObject: item) els ...

  2. linux 命令杂集

    [1]查找日志中某个字符串XXXX tail -f  日志文件名 |  grep  "XXXX" [2]linux抓包命令 tcpdump -i XXX -A  ip xxx.xx ...

  3. c# 规范用户输入控件

    MaskedTextBox控件是一种特殊的文本框,它可以通过Mask属性设置格式标记符.在应用程序运行后,用户只能输入Mask属性允许的内容,列入日期.电话等 在“输入掩码”对话框的右下角有一个“使用 ...

  4. Django 创建项目流程

    django 项目创建流程 1 创建项目 cmd django-admin startproject 项目名称 pycharm file -- new project -- Django -- 项目名 ...

  5. Python进阶【第十一篇】模块(下)之常用模块

    内置模块是Python自带的功能,在使用内置模块相应的功能时,需要[先导入]再[使用] 一.time模块 在Python中,通常有这几种方式来表示时间: 时间戳(timestamp):通常来说,时间戳 ...

  6. ES6知识整理(8)--Promise对象

    (关于promise,以前并不知道是什么,没这个概念.现在来学习总结下) promise含义 es6的异步编程解决方案.需要new新对象操作api. promise对象特点 有3中状态:pending ...

  7. Python笔记 #21# DHNN

    离散型hopfield神经网络.参考自http://web.cs.ucla.edu/~rosen/161/notes/hopfield.html实现的草稿版本: # http://web.cs.ucl ...

  8. mysql判断两个时间段是否有交集

    //判断两个时间段是否有交集 private function checkTimeCross($start_time,$end_time){ $sql ) AND ((start_time > ...

  9. python类的__slots__属性、__del__属性、上下文(__enter__和__exit__)、

    常规情况下,类的属性字典是共享的,而实例的字典是独立的.如果一个类的属性较少,但是拥有很多的实例,这些实例的属性字典会占用较多的内存空间.对这样的类来说,为了节省内存空间,可以使用__slots__类 ...

  10. FJOI2019游记

    应该是.....尽力了吧 day0:下午到酒店,晚上魔兽(with lyc)+雀魂.心里也清楚,今年只是来观光的. day1:上午暴力打完走人.下午和晚上魔兽+雀魂+300. day2:暴力打到一半拉 ...