Knowledge will give you power, but character respect.
知识给你力量,品格给你别人的尊敬。
Good characters can help us walk all the way in life.
In some emergent cases, some people who hadn't read enough books may be much more brave than those who are full of knowledge.
Sometimes, it seems that the more knowledge we have, the more hesitate we become, and I think that can explain why there are considerable amounts of successful entrepreneurs who were coming from the lower class of the society and hadn't received too much educations.
But if we take their characters into considertion, we will find that they deserve their surprising achievements and the honors attached to them.
And we may find that their early experiences may be a little bit harder if compared with other big figures who graduated from famous universities and who had rich knowledge in their fields.
So, it would be better if we can combine our knowledge and our good characters, that can be very helpful and can make our businesses much more easier.
 
Famous remarks are very seldom quoted correctly.
名言很少能被正确引用。
From Simeon Strunsky
When I was in the middle school, I often made up some famous remarks in my compositions.
That was really a good way to make the scheme clear, powerful and standout.
Besides, such fake famous remarks also can make my compoistions smoother when I wanted to draw my conclusion.
And I want to make one thing clear here, every remark has its backgrounds and its unique context.
Sometimes, if it is quoted seperately, it can be understood in one way, but if we put it into its context, we may have another way of understanding.

May 30th 2017 Week 22nd Tuesday的更多相关文章

  1. August 22nd 2017 Week 34th Tuesday

    Stop trying to find a rewind. It's life, not a movie. 别妄想倒带,这是生活,不是电影. There is no need to go back t ...

  2. August 30th 2016 Week 36th Tuesday

    If you keep on believing, the dreams that you wish will come true. 如果你坚定信念,就能梦想成真. I always believe ...

  3. May 29. 2018 Week 22nd Tuesday

    Nothing is more terrible than ignorance in action. 最可怕的事情莫过于无知而行动. In today's digital age, we can ru ...

  4. January 30th, 2018 Week 05th Tuesday

    The things you own end up owning you. 你占有的东西终将会占有你. When we are longing for something, we would be w ...

  5. November 14th, 2017 Week 46th Tuesday

    Eternity is said not to be an extension of time but an absence of time. 永恒不是时间的无限延伸,而是没有时间. What is ...

  6. November 07th, 2017 Week 45th Tuesday

    Love is composed of a single soul inhabiting two bodies. 爱就是一个灵魂栖息在两个身体里. Love and family and childr ...

  7. October 31st, 2017 Week 44th Tuesday

    No matter how hard the past is, you can always begin again. 不管过去有多么困难,你都可以重新开始. Honestly, I don't ag ...

  8. October 30th, 2017 Week 44th Monday

    When you're eighteen your emotions are violent, but they're not durable. 年轻的时候我们总是激情有余但耐心不足. I reall ...

  9. October 24th, 2017 Week 43rd Tuesday

    We can't give up trying. The fight was worth it. 我们不能放弃尝试,奋斗是值得的. When doing researches in some cutt ...

随机推荐

  1. Angular 怎么在加载中加入 Loading 提示框

    [转自] http://zhidao.baidu.com/link?url=MX9eSRkQbBC8zrjsCi-t_PsftVRSIjiaUTHhdp6eDiZ0IqaZehSCo3n7fFXWyP ...

  2. PIE SDK灾前灾后对比

    灾前灾后对比功能是GIS软件中常用的功能之一,指利用多时相获取的覆盖同一地表区域的遥感影像及其它辅助数据来确定和分析地表变化.它利用计算机图像处理系统,对不同时段目标或现象状态的变化进行识别.分析:它 ...

  3. C#生成二維碼(ThoughtWorks.QRCode)

    本人使用的是ThoughtWorks.QRCode.dll,在網上可以下載,但要注意dll文件的完整性和準確性,本人之前下載的dll就是不正確導致調試時出現錯誤. 以下為cs文件代碼: using S ...

  4. python基础学习-思维导图总结

  5. Eclipse快捷键--备忘

    [Ct rl+T] 搜索当前接口的实现类 1. [ALT +/]    此快捷键为用户编辑的好帮手,能为用户提供内容的辅助,不要为记不全方法和属性名称犯愁,当记不全类.方法和属性的名字时,多体验一下[ ...

  6. (转)Python格式化字符 %s %d %f

    Python格式化字符 %s %d %f 原文:http://blog.csdn.net/huangfu77/article/details/54807835 格式 描述%% 百分号标记 #就是输出一 ...

  7. linux下为.net core应用创建守护进程

    1.Supervisor 安装 yum install python-setuptools easy_install supervisor 2.配置 Supervisor mkdir /etc/sup ...

  8. 运行jsp时,报错404

    The origin server did not find a current reprsentation for the target resource or is not willing to ...

  9. Linux 网络(连接)相关参数作用

    参考: [1] http://bbs.chinaunix.net/thread-2318039-1-1.html Backlog net.core.netdev_max_backlog = 1000 ...

  10. scss-@if指令

    @if指令接受表达式和使用嵌套样式,无论表达式的结果只不过是false或null. 语法: @if expression { //CSS codes are written here } scss实例 ...