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. CSS3多列Multi-column布局

    Properties 属性 CSS Version 版本 Inherit From Parent 继承性 Description 简介 columns css3 无 设置或检索对象的列数和每列的宽度. ...

  2. 虚拟机下的zookeeper集群安装

    ZooKeeper是一个分布式的,开放源码的分布式应用程序协调服务,是Google的Chubby一个开源的实现,是Hadoop和Hbase的重要组件.它是一个为分布式应用提供一致性服务的软件,提供的功 ...

  3. String.IsNullOrEmpty 与 String.IsNullOrWhiteSpace

    String.IsNullOrEmpty 指示指定的字符串是否为 null 或者 空字符串: 返回值:如果参数为 null 或者 空字符串("" .String.Empty),结果 ...

  4. API ,批量添加

    添加引用:cors using   system.web.http.cors API添加这句话:       [EnableCors("*", "*", &qu ...

  5. 二、socket编写简单BIO的HTTP服务器

    一.目标 诸如tomcat等web服务器中间件简化了我们web的开发成本,但有时候我们或许并不需要这么一个完备的服务器,只是希望做一个简单地处理或者做特殊用途的服务器. 本文将提供一个HTTP的服务器 ...

  6. windows 下运行 tomcat

    本节是以 tomcat 7.0 为例,描述在 windows 系统上从下载到运行 tomcat 的步骤 https://tomcat.apache.org/download-70.cgi 下载后解压缩 ...

  7. 洛谷P4716 【模板】最小树形图(朱刘算法)

    题意 题目链接 Sol 朱刘算法?感觉又是一种神仙贪心算法 大概就是每次贪心的用每个点边权最小的入边更新答案,如果不行的话就缩起来找其他的边 不详细说了,丢链接走人.. #include<bit ...

  8. svg动画之日出

    效果分析 一个太阳,从底部升起来,天空由黑变蓝.那么要画的东西确定为三个:1.太阳(圆形)2.太阳光芒 3.天空 代码如下 <!--画太阳--> <svg width="6 ...

  9. C语言指针数组(每个元素都是指针)

    转载:http://c.biancheng.net/cpp/html/3246.html 注意:数组指针的区别 如果一个数组中的所有元素保存的都是指针,那么我们就称它为指针数组.指针数组的定义形式一般 ...

  10. Redis Windows环境启动

    1.找到redis安装目录 2.cmd 目录 3.输入redis-server.exe redis.windows.conf 启动成功