June 20th 2017 Week 25th Tuesday
Care and diligence bring luck.
谨慎和勤奋,带来好运气。
In my opinion, care and diligence may just gurantee us a safe result, not bad or so, they can't always bring us a good luck, sometimes they even become the barrier that can deter us from obtaining tremendous success.
Because good luck sometimes means we have to risk becoming the winner in the critical point, that is, we have to make the right choice, we have to avoid making lame efforts and we have to make sure that we are moving towards the right directon.
Remember that a great life and a successful career, are the result of allocating our time, energy, thoughts, and hard work.
The world is full of willing people, some willing to work, the rest willing to let them.
这个世界充满了乐于做事的人,一些人乐于工作,其余的人乐于让他们工作。
From Robert Frost.
Before writing down some comments about this quote from Robert Frost, let's first get some information about him so as to have a better understanding about the quote.
By searching his name on the internet, I got some detailed information about him on the Wikepedia.
I was surprised that he was so famous as a great poet, but I never heard about him before.
Robert Lee Frost, who was born on March 26 of 1874 and died on January 29 of 1963, was an American poet.
He is highly regarded for his realistic depictions of rural life, and his work frequently employed settings from rural life in New England in the early 20th century, using them to examine complex social and philosophical themes.
He was frequently honored during his lifetime, receiving four Pulitzer Prizes for Poetry and the Congressional Gold Medal for his poetic works.
So, I think he was the kind of people who were willing to work.
Without such willingness, one can't keep on working hard in his own field, and would easily give up or lose his enthusiasm for his work.
Am I willing to work? Yes, surely I am.
But I eagerly expect that I can get some extrinsic incentives, because only self-motivation is far from enough.
June 20th 2017 Week 25th Tuesday的更多相关文章
- June.19 2018, Week 25th Tuesday
True love is visible not to the eyes but to the heart. 真爱不靠眼睛看,要用心感受. True love is visible not to th ...
- June 27th 2017 Week 26th Tuesday
Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...
- June 24th 2017 Week 25th Saturday
Who is able to be egotistical needs to be strong too. 有本事任性的人,也要有本事坚强. What is egotistical? Is it th ...
- June 23rd 2017 Week 25th Friday
Life doesn't get easier, you just get stronger. 生活从未变得轻松,是你在一点一点变得坚强. So in the same way we can get ...
- June 22nd 2017 Week 25th Thursday
Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...
- June 21st 2017 Week 25th Wednesday
Discontent is the first step in progress. 不知足是前进中的第一步. Several days ago, I wrote down a quote which ...
- June 19th 2017 Week 25th Monday
Everyone is dissatisfied with his own fortune. 人对自己的命运总是感到不满足. We always want more, even when we hav ...
- June 18th 2017 Week 25th Sunday
Life was like a box of chocolates, you never know what you're gonna get. 人生就像一盒巧克力,结果往往出人意料. Compare ...
- June 13th 2017 Week 24th Tuesday
There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...
随机推荐
- CoreJava笔记之线程
程序,进程和线程程序:没有执行的指令序列和相关的数据的集合(如:qq.exe) 如:磁盘上的可执行命令进程:正在执行的程序,进程占用资源(CPU,Memoary,IO)线程:是进程中并发执行的过程(共 ...
- mysql 导入 excel 数据
客户准备了一些数据存放在 excel 中, 让我们导入到 mysql 中.先上来我自己把数据拷贝到了 txt 文件中, 自己解析 txt 文件,用 JDBC 循环插入到数据库中. 后来发现有更简单 ...
- Cloudera Manager集群官方默认的各个组件开启默认顺序(图文详解)
不多说,直接上干货! 如下是 Cloudera Manager集群官方默认的各个组件开启默认顺序. http://192.168.80.31:7180/cmf/clusters/1/express-a ...
- 028-applicationContext.xml配置文件
版本一 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns:xsi="http: ...
- 【Docker】Docker是什么?怎么安装?怎么用?
从今天开始学习Docker,通过对网上资料的搜集与学习,记录一下. 是什么 ? Docker是一个基于LXC实现的类似于VMs的超轻量级虚拟机. 它与VMs的区别在于,VMs提供的是一个完整的操作系 ...
- Java的协变、逆变与不可变
package javase; import java.util.ArrayList; import java.util.List; class Animal{ } class Cat extends ...
- html中 alt 和 title 的区别
alt 用来给图片来提示的(图片载入失败时以文本形式提示). Title用来给链接文字或普通文字提示的(在鼠标放上去的时候就会提示).
- Xshell关闭导致jar服务终止,使Jar在CentOS后台运行
环境:Xsehll6,CentOS7 在项目文件夹新建一个runjar.sh 在sh中写入(举例说明) nohup java -Dfile.encoding=UTF- -jar fin-mgmt-.j ...
- [转]Add Bootstrap Glyphicon to Input Box
本文转自:http://stackoverflow.com/questions/18838964/add-bootstrap-glyphicon-to-input-box How can I add ...
- MySQL 字段全部转换成小写
原因: 因为框架某些字段大写有时候不被正确识别,所以字段都修改成小写; 特别说明:因为这里只有表,没有视图,存储过程等等其它所以我可以直接这么写; 步骤: 1.导出结构语句 2. 执行C# 脚本,替换 ...