I can't give you the world, but I can give you my world.

我不能给你全世界,但是我的世界我可以全部给你。

Maybe I can't give you all what I have, I always try to keep some in my hand.

Besides you, there are many others I have to take care of.

If I can become stronger and more powerful, then I can give you more.

Maybe I am too selfish, too narrow-minded.

According to a report published recently, there are more and more university graduates choosing to venture into business after their graduation.

And education and retail industries attracted the most college entrepreneurs.

Is that a good sign? Not necessarily.

Maybe it shows that the economic situation isn't very good, and fails to provide enough satisfying jobs.

But some graduates have been successful after starting their own businesses.

For most of us, the gap between our hopes and the reality lies in the lack of courage.

Just think of the tragedy of teaching children not to doubt.

教一个孩子别去质疑,想想这是多么可悲的事情。

From Clarence Darrow.

I orginally guessed that Mr. Darrow might be an educationist, because many quotes from him were about adolescent education, like this one we quoted above and the following one:

The first half of our lives is ruined by our parents and the second half by our children.

But after I read another famous quotation from him, I changed my idea, and the quote goes as following:

You can only protect your liberties in this world by protecting the other man's freedom, you can only be free if I am free.

Maybe he was a lawyer or politician.

And the searching results proved that he was an American lawyer, a leading member of the American Civil Liberty Union.

As a lawyer, he defended many high-profile clients in some famous trials of the early 20th century, and some his influential cases were about teenagers.

So, it is no strange that he always made some comments about juvenile educations.

Back to today's topic, no one is born to know everything.

Almost all of our knowledge about the world stems from learning and exercises throughout our life.

For a child, there are innumerable wonders and doubts in his mind, these things stimulate him to learn, to research, to find.

If we restrain their curiosity and doubts, they would have been obedient but ignorant and lack of courage.

That is exactly not the scene we want to see.

August 11th 2017 Week 32nd Friday的更多相关文章

  1. August 12th 2017 Week 32nd Saturday

    That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...

  2. August 10th 2017 Week 32nd Thursday

    Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...

  3. August 09th 2017 Week 32nd Wednesday

    Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...

  4. August 08th 2017 Week 32nd Tuesday

    The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...

  5. August 07th 2017 Week 32nd Monday

    Life is just a series of trying to make up your mind. 生活只是由一系列下决心的努力所构成. Some people say it is not y ...

  6. August 06th 2017 Week 32nd Sunday

    No words are necessary between two loving hearts. 两颗相爱的心之间不需要言语. No, I don't think so. Words may be ...

  7. August 11th 2016, Week 33rd Thursday

    A particular fine spring came around. 转眼又是一番分外明媚的春光. Hey, it is hot outside, sometimes even unbearab ...

  8. August 6th, 2016, Week 32nd, Saturday

    It is not the mountain we conquer, but ourselvess. 我们征服的不是高山,而是我们自己. Difficulties and obstacles, jus ...

  9. August 5th, 2016, Week 32nd, Friday

    Life is made up of small pleasures. 生活由各种细小的幸福构成. Don't expect too much. I am not qualified to get m ...

随机推荐

  1. Session 与 Cookie

    Session 与 Cookie 的作用都是为了保持访问用户与后端服务器的交互状态.它们本身只是HTTP中的一个配置项,在servlet规范中也只对应一个类而已. 理解 Cookie 通俗地说就是当一 ...

  2. bootstrap中对dropdown使用hover代替click

    bootstrap的下拉组件需要点击click才能展示下拉列表,这在使用导航的时候很不方便因此有一个扩展的组件来解决这个问题. 在VS的Nuget中查询bootstrap-hover-dropdown ...

  3. eclipse修改默认注释

    (来源:https://www.cnblogs.com/yangjian-java/p/6674772.html) 一.背景简介 丰富的注释和良好的代码规范,对于代码的阅读性和可维护性起着至关重要的作 ...

  4. Generic-Host 快速使用指南

    .NETCORE 中的 Generic Host 本文以自己在工作中学习和使用.net core generic-host 作一个总结. 前言 在创建的ASPNETCORE项目中,我们可以在Main( ...

  5. 报错The VMware Authorization Service is not running

    今天上linux课程的时候,开启虚拟机报错: The VMware Authorization Service is not running 解决方案里面各种提供: 1.以管理员身份运行虚拟机,治标不 ...

  6. [转]深入Java单例模式

       文章从 https://blog.51cto.com/devbean/203501 转载 问题 : doble-check 实现的单例模式有什么缺点 线程安全的单例写法应该是怎么样的 概述 在G ...

  7. nodejs使用sequelize操作mysql实例

    sequelize是node操作mysql的一款npm包,包含很多特性:数据库模型映射.事务处理.模型属性校验.关联映射等,花了两天时间学习了下基本的一些操作,特别是关联映射部分的操作,包含1:1.1 ...

  8. CF898A Rounding

    题意翻译 给你一个数字,将其“四舍六入”,末尾为5舍去或进位都可,求最终的数字. 题目描述 Vasya has a non-negative integer n n n . He wants to r ...

  9. 【SSH网上商城项目实战26】完成订单支付后的短信发送功能

     转自: https://blog.csdn.net/eson_15/article/details/51475431 上一节我们使用了Java mail完成了给买家发送邮件的功能,还遗留一个功能,就 ...

  10. MySQL的预编译功能

      1.预编译的好处 大家平时都使用过JDBC中的PreparedStatement接口,它有预编译功能.什么是预编译功能呢?它有什么好处呢? 当客户发送一条SQL语句给服务器后,服务器总是需要校验S ...