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. C#泛型设计的一个小陷阱.

    距离上次发表博客已经有几年了. 对于没能坚持更新博客,实在是感觉到甚是惭愧. 闲言少叙, 直接切入主题. 背景 最近一直在对于公司一个网络通信服务程序使用.net core 进行重构.重构的目的有两个 ...

  2. Spring mvc解析

    方案时间 ,写代码时间 ,解决技术难点时间 , 自测时间,解决bug时间 , 联调时间 ,数据库优化,代码走查1个接口:2个小时 把那个字段再复原回来,不然兼容性不强还有一个刷数据的接口 public ...

  3. 微信小程序自学过程中遇到的问题 转

    view标签下hover必须为true时,设置hover-class才有效,hover-start-time和hover-stay-time的形式如下:   < view class=" ...

  4. Excel的vlookup函数的用法

    VLOOKUP函数用于搜索指定区域内首列满足条件的元素,确定待检测单元格在区域中的行序号,再进一步返回选定单元格的值. 为了讲解的需要,特制作如图所示的表格.当然,大家也可以根据自己的实际情况设计合适 ...

  5. guava快速入门(三)

    Guava工程包含了若干被Google的 Java项目广泛依赖 的核心库,例如:集合 [collections] .缓存 [caching] .原生类型支持 [primitives support] ...

  6. input type =text,按回车键自动提交

    1.当form表单中只有一个<input type="text" name='name' />时按回车键将会自动将表单提交 <form id='form1' ac ...

  7. Tomcat中使用commons-io-2.5发生的错误java.lang.ClassNotFoundException: org.apache.commons.io.IOUtils

    关键词:IntelliJ IDEA.Tomcat.commons-io-2.5.jar.java.lang.ClassNotFoundException: org.apache.commons.io. ...

  8. 粘性页脚 Sticky Footer 最佳方式

    前段时间工作中遇到粘性页脚的需求,以前用过JS控制过,最后发现flex布局是解决这类问题的好帮手. 粘性页脚:即使没有足够的内容填充页面,也要将页脚固定到窗口的底部. <!DOCTYPE htm ...

  9. js array copy method

    //浅拷贝: let arr=[1,2,3,4] let arr2=arr arr[3]=0 console.log(arr,arr2) //output: (4) [1, 2, 3, 0] (4) ...

  10. Java设计模式—状态模式

    状态模式又是一个比较难的设计模式 定义如下: 当一个对象内在状态改变时允许其改变行为,这个对象看起来像改变了其类. 个人理解:通俗的讲,状态模式就是状态的改变引起了行为的改变,但是,我们只能看到行为的 ...