Much effort, much prosperity.

越努力,越幸运。

I have ever seen this sentence in many people's signature of their social media applications, like WeChat, Tecent QQ, and so on.

I ever thought that may be true, if you make much more efforts, you would be able to do more things and you can achieve more, your life, your cause, will be more prosperous, that is so called, much effort, much prosperity, and much luck.

However, in most cases, the directions and fields may play a much more improtant role when deciding whether your efforts would be effective and whether they would be in vain or not.

Sometimes, things are so ironic, you have done a lot, you thought you have been well-prepared, neverthelesss, you failed to get things done, you failed to make your dreams true.

But don't be so discouraged, now that we have gone out here, we must have our jobs done, we must take all the abstacles down.

You are remembered for the rules you break.

你会因你打破的规则而被人铭记。

Yesterday I watched a film of India, named Dangal, a story about a great father who had the dream to win the gold medal for India, he taught his daughters how to wrestle and eventually the two girl became famous athletes in wrestling.

In one important race, he told his daughter: if you just have a silver medal, you will be forgot by people soon, but if you win a gold medal, you will be remembered forever, you will become the history, and you will affect many Indian girls.

She won the race, through hard fights against her rivals.

Yes, only when breaking the routine, only when breaking out of the comfortable zone, can we have the possiblity of being excellent.

And by becoming a rule breaker, we may win the respects of people.

Today we will continue our foregoing discussion about how to avoid being a bad man, we will list the rest of the 20 features of a rot man. 

16. He belittles you.

17. You are not his No.1 priority.

He would rather spend his time with his friends than have an occasional date night with you.

18. He doesn't like your friends.

19. He is disrespectful to your family.

20. He cheats on you.

That's all.

But some people say that there is no so called rot boy or girl.

Such things just show that he or she doesn't love you enough.

You should know such relationship may be bad for the both.

So just break up without any words, just break up as soon as possible.

That will be alright after you separate with the one who don't love you.

Your time is limited, don't waste your valuable youth on those people who can't spend the whole life with you.

April 24 2017 Week 17 Monday的更多相关文章

  1. April 29 2017 Week 17 Saturday

    Every man is a poet when he is in love. 每个恋爱中的人都是诗人. It is said this saying was from Plato, the famo ...

  2. April 28 2017 Week 17 Friday

    The only thing more painful than learning from experience is not learning from experience. 比从经验中学习更为 ...

  3. April 27 2017 Week 17 Thursday

    Had I not seen the sun, I could have borne the shade. 我本可以忍受黑暗,如果我不曾见过阳光. A poem by Emily Dickinson, ...

  4. April 26 2017 Week 17 Wednesday

    We read the world wrong and say that it deceives us. 我们把世界看错了,反而说它欺骗了我们. It is not a cakewalk to see ...

  5. April 25 2017 Week 17 Tuesday

    Have you ever known the theory of chocie? There are a bunch of axiems, but there are only two thing ...

  6. April 23 2017 Week 17 Sunday

    It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...

  7. April 10 2017 Week 15 Monday

    He alone is poor who does not possess knowledge. 没有知识,才是贫穷. Knowledge, as a important part of wisdom ...

  8. April 3 2017 Week 14 Monday

    Don't worry about finding your soul mate. Find yourself. 欲寻佳侣,先觅本心. You may fail to find your soul m ...

  9. win10 如何配置 java jdk1.8环境变量(2017.8.17 )jdk1.8.0_144

    win10 如何配置 java jdk 环境变量 2017.8.17 本篇还适用于 windows server 2012. windows server 2014+ 一.安装 下载 jdk 64位 ...

随机推荐

  1. Codeforces Round #339 (Div. 2) A

    Description Programmer Rostislav got seriously interested in the Link/Cut Tree data structure, which ...

  2. 1040 有几个PAT (25 分

    字符串 APPAPT 中包含了两个单词 PAT,其中第一个 PAT 是第 2 位(P),第 4 位(A),第 6 位(T):第二个 PAT 是第 3 位(P),第 4 位(A),第 6 位(T). 现 ...

  3. day15 面向对象 成员

    成员 1. 变量 1.实例变量 格式: 变量.xxx=xx (称为实例变量,也叫属性,字段)给对象用的 2.类变量 类变量:直接写在类中的变量就是类变量,类变量一般用类名来访问 其实就是类中相同的属性 ...

  4. zabbix 告警 JXM

    告警 虚拟机上网 [root@test1 alertscripts]# route -n [root@test1 alertscripts]# route add default gw 172.25. ...

  5. linux输入输出及vim管理

    一.理解系统的输入输出 输入输出系统是计算机重要组成部分,是沟通计算机与外界的桥梁. 二.管理输入输出的符号 1.输出重定向 >                       ##重定向正确输出 ...

  6. 小程序自定义modal弹窗封装实现

    前言小程序官方提供了 wx.showModal 方法,但样式比较固定,不能满足多元化需求,自定义势在必行~ 老规矩先上图 点击某个按钮,弹出 modal框,里面的内容可以自定义,可以是简单的文字提示, ...

  7. 性能测试工具LoadRunner02-LR简介

    使用LoadRunner的步骤 制定性能测试计划-->开发测试脚本-->设计测试场景-->执行测试场景-->监控测试场景-->分析测试结果 LoadRunner由哪些部件 ...

  8. 实例化php类的时候如何传参

    当我们实例化一个php类的时候,要怎么传递参数呢?这取决于该类的构造方法. 例: person.class.php <?php class person{ var $name; var $col ...

  9. HDU 5353—— Average——————【贪心+枚举】

    Average Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)Total S ...

  10. c# 使用泛型序列化

    static void Serialize<T>(T instance , string fileName) { using(XmlWriter writer = new XmlWrite ...