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. django 视图view

    视图里一般是函数和类,需要返回响应. 试图分为2种:2. CBV(class base view) FBV(function base view) from django.views import V ...

  2. APP微信支付实现

    参考官方文档 设计到的API: 统一下单API.支付结果通知API和查询订单API 下面代码是请求预支付ID // 构建下单bean final WxPayUnifiedOrderBean unifi ...

  3. Appium appium 基础之键盘处理

    方法1 AppiumDriver实现了在上述功能,代码如下(java版本) driver.sendKeyEvent(66);方法2 HashMap keycode = new HashMap();ke ...

  4. Binutils工具集常用工具

    GNU为GCC编译器提供了配套的辅助工具集(Binutils)http://www.gnu.org/software/binutils/ 1. addr2line ①将指定地址转换为对应的文件名和行号 ...

  5. 通过JS,按照原比例控制图片尺寸

    <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Con ...

  6. node服务器端模块化-commomjs

    modele.js getmodule.js 用exports 返回的是一个对象中的每个属性

  7. java——多线程的实现方式、三种办法解决线程赛跑、多线程数据同步(synchronized)、死锁

    多线程的实现方式:demo1.demo2 demo1:继承Thread类,重写run()方法 package thread_test; public class ThreadDemo1 extends ...

  8. va_list arg_list va_start(arg_list, format) va_end( arg_list ) 原理的理解

    void log( int log_level, const char* file_name, int line_num, const char* format, ... ) { .......... ...

  9. Spring---数据缓存(未完待续)

    1.为什么需要数据缓存? 程序的瓶颈大都在数据库,而内存的速度是远远大于硬盘的,当我们需要重复读取相同数据时,一次又一次的请求数据库或者远程服务,导致大量的时间浪费在数据库或者 远程服务上,导致程序性 ...

  10. C# Linq 查询数据库(DataSet)生成 Tree

    效果图如下 cs代码 using System; using System.Collections.Generic; using System.ComponentModel; using System ...