Youth is not a time of life; it is a state of mind.
青春不是年华,而是心境;

It is not a matter of rosy cheeks, red lips and supple knees.
青春不是桃面、丹唇、柔膝,

It is a matter of the will, a quality of the imagination, vigor of the emotions;
而是深沉的意志、宏伟的想象、炽热的感情;

It is the freshness of the deep spring of life.
青春是生命的深泉在涌流。

Youth means a temperamental predominance of courage over timidity,of the appetite for adventure over the love of ease.
青春气贯长虹,勇锐盖过怯弱,进去压倒苟安,如此锐气,

This often exits in a man of 60, more than a boy of 20.
二十后生有之,六旬男子则更多见。

nobody grows merely by the number of years;we grow old by deserting our ideas.
年年有加,并非垂老;理想丢弃,方堕暮年。

Years may wrinkle the skin, but to give up enthusiasm wrinkles the soul.
岁月悠悠,衰微只及肌肤;热忱抛却,颓唐必至灵魂。

Worry, fear, self-distrust1 bows the heart and turns the spirit back to dust.
烦忧、惶恐、丧失自信,定使心灵扭曲,意气如灰。

Whether 60 or 16, there is in every human being's heart the lure of wonders,
无论年届花甲,抑或二八芳龄,心中皆有生命之欢乐,奇迹之诱惑,

the unfailing childlike appetite of what's next and the joy of the game of living.
孩童般天真久盛不衰。

In the center of your heart and my heart there is a wireless station;
人人心中皆有一台天线,

so long as it receives messages of beauty, hope, cheer, courage and power from men and from infinite,
只要你从天上人间接受美好、希望、欢乐、勇气和力量的信号,

so long as you are young.
你就青春永驻,风华常存。

When the aerials are down, and your spirit is covered with the snows of cynicism and the ice of pessimism,
一旦天线倒塌,锐气被冰雪覆盖,玩世不恭、自暴自弃油然而生,

then you've grown old, even at 20, but as long as your aerials are up,
几十年方二十,实已垂老矣;

to catch waves of optimism, there's hope you may die young at 80.
然则只要竖起天线,捕捉乐观的信号,你就有望在八十高龄告别尘寰时仍觉得年轻。

Youth Is Not a Time of Life的更多相关文章

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

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

  6. Fiery Youth

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

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

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

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

  9. 时隔一年再读到the star

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

随机推荐

  1. Apache 配置:是否显示文件列表

    Apache 配置:是否显示文件列表 进入虚拟主机配置文件 显示文件列表的话 options Indexes FollowSymLinks 不显示文件列表的话 options FollowSymLin ...

  2. 利用Json_encode解决中文问题

    利用Json_encode解决中文问题       public function return_json($data=array()){         echo json_encode($data ...

  3. Ubuntu——修正LibreOffice中文乱码以及eclipse提示框颜色

    刚进ubuntu的时候就老遇到用libreoffice打开某些文档时出现一堆叠在一起的乱码.以及最開始使用eclipse编辑时,鼠标放到一个变量或者函数时 弹出来一黑框框-看的难受的.... 这里记录 ...

  4. flask 框架 前端和后端请求超时问题

    部署模式 flask + Gunicorn + nginx 为什么要用Gunicorn + nginx ? 请看知乎大神们的回答:https://www.zhihu.com/question/3852 ...

  5. Keep-Alive简介及在Tomcat中配置

      Keep-Alive功能使客户端到服务器端的连接持续有效,当出现对服务器的后继请求时,Keep-Alive功能避免了建立或者重新建立连接.市场上 的大部分Web服务器,包括iPlanet.IIS和 ...

  6. 初学spring(二)

      1.spring推荐使用接口编程,配合di可以达到层与层之间解耦

  7. CMD常用功能

    1.导出文件目录树状结构 命令:“tree>file.txt /f”

  8. MongoDB在Windows2003上安装配置及使用

    本文档适用于MongoDB2.0.1版本在windows2003上的安装.配置,以及使用. 或者根据需要下载最新的稳定版本. 安装:将下载之后的压缩包解压到任意目录即可,本文假设解压到[D:\mong ...

  9. python3 读取csv的常用语法

    import csv #打开文件,用with打开可以不用去特意关闭file了,python3不支持file()打开文件,只能用open() with open("info.csv" ...

  10. 使用Charles对Https请求进行抓包

    昨天对某个APP做分析的时候发现其请求是Https的,抓包工具不能正常的显示请求的内容及返回的情况.通过搜索发现Charles是支持针对Https抓包的.具体的操作如下: 1.电脑端安装SSL证书 2 ...