August 20th 2017 Week 34th Sunday
Life is not a race, but a journey to be savored each step of the way.
生活不是一场赛跑,而是每一步都应该细细品尝的人生旅程。
No, no, no, I think only winners will be qualified to say that for they have already had the spare time to savor their life experiences.
But for those who haven't yet attained our life goals, whether long-term or short-term, we may have no spare time to review the past or to savor our life experiences, if we do, it is just a waste of time, and what may be even worse, if it tastes badly, our confidence in life would be reduced and we would become negative.
Life is a race, a continuous race, from our birth to our death, we always have to compete with time, with ourselves and with others.
Once you have been lost behind, don't look back to count how many people are behind you, but look forward to count how many people are ahead of you, and you must try your utmost to catch up with those who are in front of you, otherwise you will miserably find the gap between you and the leaders are broadened step by step.
But what should we do if we have been in the inferior situation?
Just give up? No, that's not my life motto.
Because I had tasted the toxic odor of giving up and I even haven't yet completely recovered from it.
I ever prayed to the God to give me some hints, but it eventually turned out that there is no God, even if there is, he may not be willing to give me a little blessing.
I have to reverse my downward trends toward upwards, maybe the journey is tiring, but the bright destination will pay off all our efforts.
Shallow men believe in luck. Strong men believe in cause and effect.
浅薄者相信运气,有能力的人相信因果。
From Ralph Emerson.
Maybe I am a shallow man, I indeed believe in luck, I indeed think there are some unknown forces that can affect the final result.
Maybe the result has already been destined, all our efforts and desire to make a little difference just are in vain.
Now that we can't change it, just capitalize on what comes, that, after all, could be a good way of enjoying life.
I don't intend to live my life in such ways, even though I have known what my desiny will be.
The outcome can't be changed, but I still decide to add some bright colors to my gloomy life-painting.
August 20th 2017 Week 34th Sunday的更多相关文章
- August 20th 2016 Week 34th Saturday
Everything you see exists together in a delicate balance. 你所看到的一切都处于微妙的平衡中. Seeking for balance in l ...
- August 27th 2017 Week 35th Sunday
You can't be brave if you've only had wonderful things happen to you. 人生若只是有美好的境遇,那你也没办法学会勇敢. Wherea ...
- August 26th 2017 Week 34th Saturday
Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美. Our mate isn't actually ...
- August 25th 2017 Week 34th Friday
Stop to have a rest, do not forget others still in the running. 停下来休息的时候,不要忘记别人还在奔跑. You don't need ...
- August 24th 2017 Week 34th Thursday
If you have choices, choose the best. If you have no choice, do the best. 如果有选择,那就选择最好的:如果没有选择,那就努力做 ...
- August 23rd 2017 Week 34th Wednesday
Do not pray for easy lives. Pray to be stronger men. 不要祈祷舒适的生活,而是祈祷自己能变得更强大. It seems this quotation ...
- 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 ...
- August 21st 2017 Week 34th Monday
In fact, the happiest fairy tale is no more than the simple days we have together. 其实全世界最幸福的童话,也比不上我 ...
- August 13th 2017 Week 33rd Sunday
The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...
随机推荐
- WPF中Style文件引用另一个Style文件中的样式
第1种方法: 直接在当前Style文件(*.xaml)文件中使用: <ResourceDictionary.MergedDictionaries>来进行合并 <!-- 关键是注意so ...
- mysql修改root密码和对连接授权
mysql修改root密码 首先 mysql -uroot -p 进入mysql界面后执行 set password for root@localhost = password('111111'); ...
- 使用ehCache作为本地缓存
package nd.sdp.basic.config; import org.springframework.cache.CacheManager; import org.springframewo ...
- 使用jquery获取url及url参数的方法(转)
转自:http://www.cnblogs.com/babycool/p/3169058.html 使用jquery获取url以及使用jquery获取url参数是我们经常要用到的操作 1.jquery ...
- [PY3]——时间处理——datetime | calendar
Python3的日期/时间处理模块 datetime的格式化符号 格式化符号 表示 %y 两位数的年份表示(00-99) %Y 四位数的年份表示(000-9999) %m 月份(01-12) %d 日 ...
- [转]如何配置Log4Net使用Oracle数据库记录日志
本文转自:http://www.cnblogs.com/PatrickLiu/p/6012153.html 最近在做一个项目的时候,需要增加一个日志的功能,需要使用Log4Net记录日志,把数据插入到 ...
- SQL Serever学习7——数据表2
修改数据表的属性 保存数据表的修改的时候,总会弹出阻止修改的警告. 解决方法2种: 1.可以使用T-sql语句强行修改 2.工具>选项>设计器>表设计器和数据库设计器>阻止保存 ...
- Java学习--list,set,Map接口使用
list接口: 泛型:规定list中的元素的类型 /* * * 泛型不能使用基本数据类型(可以使用基本类型的包装类) * */ public void tes ...
- Redis-概述
Redis支持的类型: String,List,Map,Set,Sorted set Redis的持久化: 1.Redis DataBase (RDB): RDB是在某个时间点将数据写入一个临时文件, ...
- 解决WCF跨机器调用时发生“调用方未由服务进行身份验证”的错误
1.服务器端Web.config配置文件,增加如下部分: <system.serviceModel> <bindings> <wsHttpBinding> < ...