May 27th 2017 Week 21st Saturday
I learned the value of hard work by working hard.
只有真的努力了,才会知道努力的价值。
I remember in the movie, The Dark Knight Rises, there was one impressive line from the villain, that goes as following:
I learned here that there can be no true despair without hope.
This line was very, very impressive.
Actually, after years of frustrations and failures, after years of being behind to my peers, I feel that I can't change my situation to a upwards trends no matter what I have done.
And I grow into a pessimist, doubting that whether it is useful to work hard to make things better.
Maybe suffering can build character, maybe things would always get worse before they can get better.
I ever expected that I can be a big man who has power, wealth, and influence, however, as the time goes by, I find I even can't fulfill the basic responsiblities as a son, as a husband, as an employee.
Sometimes I thought it might be better to abandon myself and stop making any efforts.
But now that the God sent me to the world, then I must do something good to pay back.
Just do what is necessary, maybe the world hasn't closed all the doors for me.
Never explain, your friends do not need it and your enemies will not believe you anyway.
不用解释,你的朋友不需要,而你的敌人无论如何也不会相信。
From Elbert Hubbard.
If things went wrong or the results are not so good as we had expected, don't try to manufacture excuses for our misdeeds.
Sometimes we may successfully shrink from our responsibilities by seeking some excuses, but one day others will know the truth.
Facing bad results, all of us may have a choice: we can either make excuses or we can make progresses by figuring out where the problems lie in and correcting them.
The truth is that we can always do something to make up for our mistakes.
So, just begin with that. Even a little changes can make a big difference.
As for me, when I began to learn programming several years ago, I was good at solving problems linked with strings, but recently I found I lost the basic those basic skills.
People who originally had high expectation for me were totally disappointed.
I was quite low then, but I think I have some time, limited, to retrieve defeat.
May 27th 2017 Week 21st Saturday的更多相关文章
- October 21st 2017 Week 42nd Saturday
Only I can change my life. No one can do it for me. 只有我可以改变我的命运,没有人可以帮我做. Stop complaining about the ...
- ROSCon 2017通知 Announcing ROSCon 2017: September 21st and 22nd in Vancouver
ROSCon 2017通知:9月21日和22日在温哥华 我们很高兴地宣布,2017年ROSCon将在举行9月21-22日,2017年温哥华会议中心在加拿大温哥华.2017年IROS将在同一地点9月24 ...
- July 22nd 2017 Week 29th Saturday
If you are not brave enough, no one will back you up. 如果你不够勇敢,没人会替你坚强. I was told that the real man ...
- January 21 2017 Week 3 Saturday
Courage is grace under pressure. 勇气就是压力下的优雅. In the face of stress, can you deal with your task smoo ...
- May 13th 2017 Week 19th Saturday
Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...
- August 27th 2016 Week 35th Saturday
Life is a series of commas, not periods. 人生是一系列的逗号,而不是句号. Sometimes I would rather life to be like a ...
- May 26. 2018 Week 21st Saturday
Do what you say, say what you do. 做你说过的,说你能做的. Be honest to yourself, and be honest to those people ...
- January 27th, 2018 Week 04th Saturday
How long is forever? Sometimes, just one second. 永远有多久?有时候只是一秒. Just one second can make your life t ...
- November 11th, 2017 Week 45th Saturday
Happiness is a direction, not a place. 快乐是一个方向,不是一个目的. Do you remember those moments in your life wh ...
随机推荐
- 配intelliJ IDEA 过程
1.安装svn 选项全选择,命令行执行要选择上2.安装java jdk 配jdk环境变量3.安装intelliJ IDEA 地址:http://idea.imsxm.com4.注册intelliJ I ...
- css布局,面试时经常问的布局
左侧宽固定200,高度自适应,右侧的框宽度都自适应<style> * { margin: 0; padding: 0; } html { height: auto; } body { ma ...
- (转)python编写登录接口
原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 .作者信息和本声明.否则将追究法律责任.http://506554897.blog.51cto.com/2823970/1907262 ...
- vue之mapMutaions的使用 && vuex中 action 用法示例 && api.js的使用
vue之mapMutations的使用 我们通过Mutation来改变store中的state,方法往往是在子组件中使用 this.$store.commit(); 来实现,但是这样的缺点是不容易查看 ...
- Charts in Ionic
Chart对于任何应用来说都是不可或缺的一部分,hybrid app也是如此. 先罗列一下有哪些可用的Chart library: D3.JS -- Data-Driven Documents,BSD ...
- Beam编程系列之Python SDK Quickstart(官网的推荐步骤)
不多说,直接上干货! https://beam.apache.org/get-started/quickstart-py/ Beam编程系列之Java SDK Quickstart(官网的推荐步骤)
- python实现excel转json的例子
python实现excel转json的例子(改进版) 由于数值策划给出数值是excel表格,但前台flash程序用的又是json格式.服务器也用了json格式,而json又是utf-8编码的,用C++ ...
- linux机械磁盘服务器分区方案
/boot分区:用来存放与linux系统启动有关的程序,比如启动引导装载程序等,建议大小为100MB /usr分区:用来存放linux系统中的应用程序,其相关数据较多,建议大于3GB. /var分区: ...
- HTML5 总结 (1)
HTML5新表单 1.Input 新类型:email url tel number range date color date week month....... <html> < ...
- [MySQL] - MySQL连接字符串总结
来源:http://blog.sina.com.cn/s/blog_5f0dab1e0100e4pv.html?retcode=0 一.MySQL Connector/ODBC 2.50 (MyODB ...