All endings are beginnings, we just don't know it at the time.

所有的结局都是新的开始,只是当时我们不知道而已。

Several months ago, when a famous professional left a giant IT company, he wrote on his weibo:

All endings are beginnings, we will start a new adventure.

Yes, new adventure, days later he started his own high-tech business, and to date he has attracted hundreds of millions of dollars from the venture capitals.

Those who always take every ending as the new beginning and make sufficient preparations for the new beginning will certainly have a good start and hold the safe lead in his new game.

Unfortunately, I don't belong to such kind of people. I just take endings as endings, I just want to bring an end to the current journey as soon as possible, I just want to have a completely new start without making preparations for it. So, it is no surprise that I was used to falling into a vicious circle of failure.

Of course, I desperately look forward to escape from such vicious circle and start the road towards some achievements.

The future is always built on the past, what we will be in the future depends on what we are doing today.

I should be clear and honest wiht myself and envisage my past, prepare for the future by doing the best today.

Never help a child with a task at which he feels he can succeed.

当一个孩子觉得自己能成功完成一项任务时,千万别去帮他。

From Maria Montessori.

Most parents love their children deeply, they are always worring their children's life.

They want to do everything they can for children, they even want to take full control of the children's life.

However, in such cases, those parents may find that their children's growth turn out to be disappointing.

Because they may have little chance to learn how to be independent and how to take responsibilities they should take.

After they leave the shelters of home, they may find it hard to live on their own.

Try to live on yourself, think independently, make your own decision, take your own responsibilities.

Growth is painful, change is painful, but, nothing is as painful as staying stuck where we don't belong.

Raise a question:

How to parse the ECU code through can-bus communication?

How to read the information and show them in the HMI?

August 05th 2017 Week 31st Saturday的更多相关文章

  1. August 26th 2017 Week 34th Saturday

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

  2. August 19th 2017 Week 33rd Saturday

    Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...

  3. August 12th 2017 Week 32nd Saturday

    That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...

  4. August 04th 2017 Week 31st Friday

    Love is a vine that grows into our hearts. 爱是长在我们心里的藤蔓. What is love? Maybe no one can explain it cl ...

  5. August 03rd 2017 Week 31st Thursday

    A person has at least one dream, there is a reason to be strong. 一个人至少要有一个梦想,要有一个理由去坚强. Owning a dre ...

  6. August 02nd 2017 Week 31st Wednesday

    Love means never having to say you are sorry. 爱就是永远不必说对不起. If there is ture love, you will never do ...

  7. August 01st 2017 Week 31st Tuesday

    A contented mind is the greatest blessing a man can enjoy in this world. 知足是人生在世最大的幸事. Being content ...

  8. July 22nd 2017 Week 29th Saturday

    If you are not brave enough, no one will back you up. 如果你不够勇敢,没人会替你坚强. I was told that the real man ...

  9. January 21 2017 Week 3 Saturday

    Courage is grace under pressure. 勇气就是压力下的优雅. In the face of stress, can you deal with your task smoo ...

随机推荐

  1. hadoop nameNode 无法启动

    /************************************************************STARTUP_MSG: Starting NameNodeSTARTUP_M ...

  2. AngularJs ng-repeat重复项异常解决方案

    ng-repeat="v in arr track by $index" <!DOCTYPE html> <html lang="en"> ...

  3. WordPress主题开发:主题初始化

    在最简单的情况下,一个WordPress主题由两个文件构成: index.php ------------------主模版 style.css  -------------------主样式表(注意 ...

  4. JavaScript数组的三种定义方法

    数组的定义: <script type="text/javascript"> // <!--声明数组--> // 1.先声明数组长度,后进行赋值 var a ...

  5. kinect 深度图像去噪算法

    算法设计思路 (1)读取16位深度图像到待处理图像帧组: (2)ROI区域计算 由于kinect 彩色摄像头和红外深度摄像头是存在视角偏差的,经过视角对齐后,得到的深度图像是有黑边的.此处通过取帧组第 ...

  6. mysql数据导入mongoDB

    目前许多平台都会同时使用MySQL , mongoDB 两款数据库软件,他们之间的数据同步交换也是经常面临的问题,如何定时的进行数据交换同步是一个要面对的问题. 通过Treesoft数据库管理系统可以 ...

  7. linux环境下mysql 5.7.1X 如何重置root密码

    1,vi  /etc/my.cnf [mysqld]下加入参数skip-grant-tables   保存退出. 2,重启mysql [root@21yunwei src]# /etc/init.d/ ...

  8. LocalStorage和sessionStorage之间的区别

    众所周知,自从HTML 5 标准出现之后,本地化存储一度成为热搜的关键词.在HTML 5 最开始时,本地存储有两种方式:一种是web Storage,另一种是web SQL.由于web SQL的实现是 ...

  9. Java中返回值的详解

    package com.company; //java中main()函数中调用其他方法的两种方式//1.实例化对象 public class returnDemo { public static vo ...

  10. cf1088D. Ehab and another another xor problem(思维)

    题意 题目链接 系统中有两个数\((a, b)\),请使用\(62\)以内次询问来确定出\((a, b)\) 每次可以询问两个数\((c, d)\) 若\(a \oplus c > b \opl ...