If you fell down yesterday, stand up today.

昨天跌倒了,今天仍然要站起来。

From Herbert George Wells.

If you fell down yesterday and you didn't manage to stand up again, then you would have no chance to make any progess.

Sometimes I feel it is very comfortable to lie in the bed and do nothing, it is just like falling down without struggling to stand up again.

I ever hoped I can become an expert in my field, but finally I found I was even inferior to the younger generations.

Life always hits me in my head with a brick, I fall down and hurt badly, but I will never lose my faith in life, I must try to stand up again.

I think success is no accident, it is hard work, perseverance, learning, studying, sacrifice and most of all, love of what we are doing now and learning to do.

Life is something that happens when you can't get to sleep.

生活就是那些在你失眠的时候发生的事情。

From Fran Lebowitz.

Today, I slept for a whole day. When I got up, it was about to get dark and I was devoured by guilt because I would have gotton up at the regular time and I would have done the scheduled tasks, I had promised to others.

It is the weekend, and I was tired, but if I had taken it more seriously, I could have realized my promises.

Uh, it seems I am going off the subject.

Sometimes I really can't get to sleep when it is the time to sleep, I know why I can't get to sleep, the very reason may be that I find I can't earn enough money to support my family and I find I don't have the reliable skills to earn a decent life.

That is the very source of my anxieties.

Steve Jobs had said:

Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work.

And the only way to do great work is to love what you do.

If you haven't found it yet, keep looking.

Don't settle.

As with all matters of the heart, you'll know when you find it.

Definitely, it seems I haven't found what I really love to do, I always feel boring with my work, then it is no strange that I always feel unhappy and unsatified.

May 11th 2017 Week 19th Thursday的更多相关文章

  1. October 19th 2017 Week 42nd Thursday

    If you remember me, then I don't care if everyone else forgets. 只要你记得我,我不介意整个世界都把我遗忘了. I can't follo ...

  2. May 13th 2017 Week 19th Saturday

    Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...

  3. March 30 2017 Week 13 Thursday

    I learned the value of hard work by working hard. 只有真的努力了,才会知道努力的价值. On the day, March 12th 2017, I ...

  4. August 11th 2016, Week 33rd Thursday

    A particular fine spring came around. 转眼又是一番分外明媚的春光. Hey, it is hot outside, sometimes even unbearab ...

  5. January 11th, 2018 Week 02nd Thursday

    Live, travel, adventure, bless, and don't be sorry. 精彩地活着,不停地前行,大胆冒险,心怀感激,不留遗憾. Everything we do is ...

  6. November 16th, 2017 Week 46th Thursday

    Don't you wonder sometimes, what might have happened if you tried. 有时候,你会不会想,如果当初试一试会怎么样? If I had t ...

  7. November 11th, 2017 Week 45th Saturday

    Happiness is a direction, not a place. 快乐是一个方向,不是一个目的. Do you remember those moments in your life wh ...

  8. November 09th, 2017 Week 45th Thursday

    If we did all the things we are capable of, we would literally astound ourselves. 我们如果尽全力去完成我们能做到的事情 ...

  9. November 02nd, 2017 Week 44th Thursday

    Knowledge is weightless, a treasure you can always carry easily. 知识没有重量,她是我们可以很容易携带的珍宝. Knowledge is ...

随机推荐

  1. srping 事物管理

    1. 准备工作 1> 添加接口 BookShopDao package com.tx; public interface BookShopDao { //根据书号获取书的单价 public in ...

  2. mutillidae2.6.48部署到phpstudy

    废话不多说,先上链接 mutillidae2.6.48链接: https://pan.baidu.com/s/1hssyiVy 密码: pw67 phpstudy2016.exe链接: https:/ ...

  3. PostgreSQL精简命令:

    dos命令行连接PostgreSQL: . 接入PostgreSQL数据库: psql -h IP地址 -p 端口 -U 用户名 -d 数据库名 . 输入数据库密码 C:\Users\admin\De ...

  4. js插件编程-tab框

    JS代码 (function (w) { //tab对象 function Tab(config) { //定义变量,防止变量污染 this.tabMenus=null; this.tabMains= ...

  5. 东拼西凑 vim配置-更新

    "============================================================= "========================== ...

  6. Android中的ListView点击时的背景颜色设置

    想设置listview中每行在点击.选中等不同状态下有不同的背景颜色,或者背景图片. 这可以用Android的Selector来实现.它可以定义组件在不同状态下的显示方式. 新建一个xml文件list ...

  7. HDU 5596 ——GTW likes gt——————【想法题】

    GTW likes gt Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others)To ...

  8. 统一latext在vsc的markdown+math和有道云笔记里的出发方式

    起因 前段时间在有道云笔记上写笔记,里面使用latex来记录数学符号,有道云的latex行内触发模式为 `$ latex $`, 之后我在visual studio code里面使用markdown+ ...

  9. MySQL中设置同一张表中一个字段的值等于另一个字段的值

    今天遇到了一个需求,我在一张表中新增了一个字段,因为这张表以前已经有很多数据了,这样对于以前的数据来说,新增的这个字段的值也就是为该字段的默认值,现在需要将新增的这个字段添加上数据,数据来源为同表的另 ...

  10. jQuery autocomplete 应用

    1. 引入css和js <link rel="stylesheet" href="{{ url_for('static', filename='jquery.aut ...