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. archlinux安装gnome的一些坑随记

    问题1:网络设置无法查看,提示缺少NetworkManager 解决:安装networkmanager库,因为gnome调用的是networkmanager这个软件来管理网络的.然后要启动它:sudo ...

  2. 498_Diagonal-Traverse

    目录 498_Diagonal-Traverse Description Solution Java solution Python solution 1 Python solution 2 Pyth ...

  3. 第9章 scrapy-redis分布式爬虫

    9-1 分布式爬虫要点 1.分布式的优点 充分利用多机器的宽带加速爬取 充分利用多机的IP加速爬取速度 问:为什么scrapy不支持分布式? 答:在scrapy中scheduler是运行在队列的,而队 ...

  4. C# Winform 跨线程更新UI控件常用方法汇总

    https://www.cnblogs.com/marshal-m/p/3201051.html

  5. 版本管控---Visual Source Safe(VSS)和Team Foundation Server(TFS)

    Visual Source Safe 是用于软件专业开发人员的源代码管理工具 Team Foundation Server是为开发团队提供集成源代码管理.问题跟踪和进程管理的更改管理系统 相同点 1. ...

  6. golang学习之slice基本操作

    slice的增删改查: //删除 func remove(slice []interface{}, i int) []interface{} { // copy(slice[i:], slice[i+ ...

  7. 03:成绩排序 个人博客:doubleq.win

    个人博客:doubleq.win 03:成绩排序 查看 提交 统计 提问 总时间限制:  1000ms 内存限制:  65536kB 描述 给出班里某门课程的成绩单,请你按成绩从高到低对成绩单排序输出 ...

  8. iView开始结束时间组件

    演示地址:https://run.iviewui.com/TGIKGkIt 测试页面文件: <template> <div> <startEndTime @newEndT ...

  9. js实现toFixed截取效果

    Number.prototype.toFixed = function(fractionDigits) { ; || f > ) { throw new RangeError("Pre ...

  10. PHP的内存泄露问题与垃圾回收

    你写了一个PHP脚本,一般都不用考虑内存泄露和垃圾回收的问题,因为一般情况下你的脚本很快就执行完退出了. 但在一些运行时间长,数据量大的时候,程序运行一段时间后,php脚本就占用了过多内存,然后就报错 ...