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的更多相关文章

  1. August 20th 2016 Week 34th Saturday

    Everything you see exists together in a delicate balance. 你所看到的一切都处于微妙的平衡中. Seeking for balance in l ...

  2. August 27th 2017 Week 35th Sunday

    You can't be brave if you've only had wonderful things happen to you. 人生若只是有美好的境遇,那你也没办法学会勇敢. Wherea ...

  3. August 26th 2017 Week 34th Saturday

    Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美. Our mate isn't actually ...

  4. August 25th 2017 Week 34th Friday

    Stop to have a rest, do not forget others still in the running. 停下来休息的时候,不要忘记别人还在奔跑. You don't need ...

  5. August 24th 2017 Week 34th Thursday

    If you have choices, choose the best. If you have no choice, do the best. 如果有选择,那就选择最好的:如果没有选择,那就努力做 ...

  6. August 23rd 2017 Week 34th Wednesday

    Do not pray for easy lives. Pray to be stronger men. 不要祈祷舒适的生活,而是祈祷自己能变得更强大. It seems this quotation ...

  7. 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 ...

  8. August 21st 2017 Week 34th Monday

    In fact, the happiest fairy tale is no more than the simple days we have together. 其实全世界最幸福的童话,也比不上我 ...

  9. August 13th 2017 Week 33rd Sunday

    The best accessory a girl can own is confidence. 女生最好的饰品就是自信. Only when we have our own ideas and on ...

随机推荐

  1. Java SE 基础知识

    常量: 常量是一种标识符,它的值在运行期间恒定不变,并且常量在程序中只能被引用,而不能被重新赋值. 常量的命名规则: 1.在 Java 中,在变量声明中加入 final 关键字代表常量,加入 stat ...

  2. HTML5--(3)过渡+动画+颜色+文本

    一.过渡transition transition-property指定属性名称 (如width.height.background-color.内外边距) all 所有属性都将获得过渡效果(默认) ...

  3. 基于asp.net mvc的近乎产品开发培训课程(第一讲)

    演示产品源码下载地址:http://www.jinhusns.com/Products/Download 

  4. 怎样求逆序对数(Inverse Number)?

    #返回上一级 @Author: 张海拔 @Update: 2014-01-14 @Link: http://www.cnblogs.com/zhanghaiba/p/3520089.html /* * ...

  5. ajax success和error接收了哪些状态码

    ajax和 Http Status 之前一直奇怪ajax发送请求后success 和 error 分界的状态码是多少, 主要很多将ajax的教程也没有提到, 例如, 我用ResponseEntity& ...

  6. Spring中的Bean配置方式

    1.IOC和DI概述 IOC(Inversion of Control):其思想是反转资源获取的方向. 传统的资源查找方式要求组件向容器发起请求查找资源. 作为回应, 容器适时的返回资源. 而应用了 ...

  7. 自定义Jquery插件——由于项目需要,对页面中过长的文本进行截取,鼠标移上去有一个title的提示,所以做了一个Jquery过长文本处理的插件

    由于项目需要,对页面中过长的文本进行截取,鼠标移上去有一个title的提示,所以做了一个Jquery过长文本处理的插件下面是代码: // 掉用方式支持 $('select').textBeauty(1 ...

  8. POJ 1258(最小生成树+知识)

    用kruskal算法,利用w[i]给r[i]间接排序,从而r[i]可以按照边大小保存序号,同时要判断是否在一个集合里面 #include <cstdio> #include <ios ...

  9. RESTful api 设计规范

    该仓库整理了目前比较流行的 RESTful api 设计规范,为了方便讨论规范带来的问题及争议,现把该文档托管于 Github,欢迎大家补充!! Table of Contents RESTful A ...

  10. MYSQL建表问题(转)

    今天在dos下准备新建一个数据表,但一直出错,如下 后面在网上查了好久,终于找到了原因.创建 MySql 的表时,表名和字段名外面的符号 ` 不是单引号,而是英文输入法状态下的反单引号,也就是键盘左上 ...