I learned the value of hard work by working hard.

只有真的努力了,才会知道努力的价值。

I know the value of hard work, but I never attain that value.

Today, I felt exhausted, just because some new problems emerged in our control system.

I can't manage it, depressed, but I have to solve it, that is my own project, I don't want it to be another failure.

Woe, being lazy won't let me reach the place I want to be there.

If I want to be successful, I need to budget my time and energy wisely.

Learn strategies to be productive and I must improve my chances of reaching my goals.

Can I be the master of my own fate?

When we have become completely free of the need to judge, we will also become completely free of the fear of being judged.

当我们无需评判别人时,我们就不用怕被别人评判了。

However, we are living in a society full of judgements.

Maybe we can't become free of being judged.

When I change the forgeground color of the text, black to cyan, an old saying suddenly comes to my mind, that is:

Blue is extracted from the indigo plant, but is bluer than it.

In chinese, it means: 青出于蓝而胜于蓝.

Most families expect that their next generations can do better in education, marriage, carrier, wealth and so on.

But it seems I didn't reach the achievements my parents had ever reached.

Really a pity. Back to the topic we talked about today, if you are powerful and strong enough, you will be free of being judged.

March 12 2017 Week 11 Sunday的更多相关文章

  1. February 12 2017 Week 7 Sunday

    There is no place like home. 任何地方都不能与家相提并论. After tens of years roving outside the hometown, I sudde ...

  2. March 26 2017 Week 13 Sunday

    Deliver not your words by number but by weight. 言不在多,而在有物. Do more than talk, say something. I still ...

  3. March 18 2017 Week 11 Saturday

    When you feel like quitting, think about why you started. 当你想放弃时,想想你为什么开始. When I heard of the messa ...

  4. March 17 2017 Week 11 Friday

    Simplicity is the ultimate sophistication. 简约才是精巧到了极致. Recently I have spent a great number of time ...

  5. March 16 2017 Week 11 Thursday

    Adventure may hurt you, but monotony will kill you. 也许冒险会让你受伤,但一成不变会让你灭亡. The very theme of the univ ...

  6. March 15 2017 Week 11 Wednesday

    The starting point of all achievements is desire. 成功的第一步是渴望. Only you desire for somethings, you can ...

  7. March 14 2017 Week 11 Tuesday

    Thinking will not overcome fear but action will. 空想终日惶恐,行动方可无惧. As the deadline comes closer and clo ...

  8. March 13 2017 Week 11 Monday

    A warm smile is the universal language of kindness. 温暖的笑容是善意的通用语. Face comes from the heart. Just sm ...

  9. March 5 2017 Week 10 Sunday

    If you do what you love, you will never work a day in your life. 做你所爱的事情,你就不会觉得是在工作. Today, one mach ...

随机推荐

  1. 分享个高精度IP定位

    https://www.opengps.cn/Data/IP/LocHighAcc.aspx

  2. hash & heap - 20181023 - 20181026

    129. Rehashing /** * Definition for ListNode * public class ListNode { * int val; * ListNode next; * ...

  3. H5常见问题 微信踩过得坑

    微信页面内 click事件 只在a链接的时候有效,如果是div或者span之类  一定要加上样式 cursor:pointer 点击事件才生效. <div style="cursor: ...

  4. Android百分比布局方案

    百分比布局让其中的控件在指定高度,宽度,margin时使用屏幕宽高的百分比,不使用dp,px.这样一套布局可以适应多个屏幕,方便适配.如: app:layout_heightPercent=" ...

  5. es6 vs commonjs

    'use strict' export function showMe() { alert("es6"); }; class logging { constructor() { a ...

  6. 封装Lua for C#

    http://blog.csdn.net/rcfalcon/article/details/5583095

  7. github不支持tlsv1.1后, 出现SSL connect error

    过完年回来, github不安分了, 发了博文说不支持TLSv1/TLSv1.1: Weak cryptographic standards removed, 没看到这篇博文之前, 还以为是代理问题, ...

  8. SpringBoot | 第二十八章:监控管理之Spring Boot Admin使用

    前言 上一章节,我们介绍了Actuator的使用,知道了可通过访问不同的端点路径,获取相应的监控信息.但使用后也能发现,返回的监控数据都是以JSON串的形式进行返回的,对于实施或者其他人员来说,不是很 ...

  9. js获取客户端用户IP

    <script src="http://pv.sohu.com/cityjson?ie=utf-8"></script> <script type=& ...

  10. Cookie的创建、读取、删除

    创建Cookie: HttpCookie cookie =  new HttpCookie(COOKIE_NAME_FOR_USER);cookie.Expires = DateTime.Now.Ad ...