No matter how far you may fly, never forget where you come from.

无论你能飞多远,都别忘了你来自何方。

I never forget where I come from, but obviously I haven't fly too far from the start point.

Staying still means falling behind, so it seems most of my peers, even most of the younger generation, have outstripped me both in life and in work.

Maybe I didn't comply with the basic rule of self-love.

I have said too many words of remorse, and today I don't want to say them again, because for one who can't keep his nose clean, words may have no effect.

Just write down a poem I have read before:

When you love who you are, you become a conduit of light.

Just drop into your heart space, and live life from this view.

For all of this doing is not who you are.

Listen to your heart’s soft whisper, this voice will show you the way.

Live life from your essence is what she will say.

See the light in yourself, and your world will be bright.

There is no need to worry, you are exactly as you should be;

Remember to love who you are, and love what you will see.

I believe the target of anything in life should be to do it so well that it becomes an art.

我认为,在生活中,不管做任何事,其目标都应该是将它做到像艺术一样完美。

From Arsene Wenger.

When I looked at this name, I guessed that Arsene Wenger may be the famous football coach and manager of Arsenal in England.

Then I searched the name on wikipedia, yes, my guess was just right, it seems that Arsene Wenger was just born for the Arsenal Club.

Mr. Wenger has been the manager of Arsenal since 1996, where he has since become the club's longest-serving manager and most successful in terms of major titles won.

Maybe this is the creed of his life, or else he would not have maken so remarkable contributions to the Arsenal Club.

Compared to those outstanding people, like Arsene Wenger, most of us, the mediocre majority, can't become excellent and triumphant just because we always complete our tasks in a close-enough way and we always muddle along in our life.

Such attitudes always lead to some disappointing results, we may miss a lot of opportunities, such as promotion, starting our own business, creating our unique products, or meeting the right one in our life.

All understand that truth, but sadly, fewer of us can make some effective changes to improve our outcomes.

That is the reality, the very reality.

Let us continue our discussion about the difference between living alone and living with our parents.

4. Living alone, we may build a better relationship with our parents because we may cherish the time spent with them more.

Living with our parents, we may argue with our parents something or find them annoying.

That can be explained in the old saying: Distance can make things look more beautiful.

5. Living alone, we are solely responsible for the decision we make.

Living with our parents, they can give you lots of suggestions or directions.

Sometimes these suggestions or directions are very useful, but there are also some cases that you may think they are boresome.

To be continued.

May 04th 2017 Week 18th Thursday的更多相关文章

  1. May 18th 2017 Week 20th Thursday

    The greater the struggle, the more glorious the triumph. 挑战愈艰巨,胜利愈辉煌. Sometimes it would be better t ...

  2. March 30 2017 Week 13 Thursday

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

  3. January 04th, 2018 Week 01st Thursday

    Just do what works for you, because there will always be someone who think differently. 就做你自己所能做的,因为 ...

  4. November 16th, 2017 Week 46th Thursday

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

  5. November 09th, 2017 Week 45th Thursday

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

  6. November 04th, 2017 Week 44th Saturday

    It does not do to dwell on dreams and forget to live. 整天沉溺于梦想而忘记如何好好生活,毫无意义. Bingo, and I think it i ...

  7. November 02nd, 2017 Week 44th Thursday

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

  8. October 26th, 2017 Week 43rd Thursday

    For success, attitude is equally as important as ability. 为取得成功,态度与能力一样重要. Today I read a news about ...

  9. October 19th 2017 Week 42nd Thursday

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

随机推荐

  1. codeforces-984D——XOR-pyramid(DP)

    题目传送门 题目描述:给你一个f函数,这个函数的自变量是一个数列,函数表达式就是题目所给的描述,然后给你一个数列,问你数列中某区间  怎么选取 可以使函数值最大. 题目思路:  有关区间选取的问题,很 ...

  2. linux虚拟机管理

    1.虚拟机管理命令virsh-manager        ##开启虚拟机管理器 virsh list          ##显示正在运行的虚拟机virsh list  --all     ##查看所 ...

  3. Go语言基础之20--web编程框架之Gin框架

    一.Gin框架介绍 1.1 简介 A. 基于httprouter开发的web框架. http://github.com/julienschmidt/httprouter B. 提供Martini风格的 ...

  4. APPcrawler基础原理解析及使用

    一.背景 一年前,我们一直在用monkey进行Android 的稳定性测试 ,主要目的就是为了测试app 是否会产生Crash,是否会有ANR,页面错误等问题,在monkey测试过程中,实现了脱离Ca ...

  5. python+splinter实现12306网站刷票并自动购票流程

    python+splinter实现12306网站刷票并自动购票流程 通过python+splinter,实现在12306网站刷票并自动购票流程(无法自动识别验证码). 此类程序只是提高了12306网站 ...

  6. tp5分组查询

    $data=DB::name('goods_common')->alias('a')->join('all580_goods_attractions w','a.common_id = w ...

  7. SqlServer自动备份作业

    /*********完整备份作业*********/ –完整备份,每周一次 USE Master GO declare @str varchar(100) set @str='D:\DBtext\jg ...

  8. spring boot mysql 事务

    mysql默认 事务自动提交.即:每条insert/update/delete语句,不需要程序手工提交事务,而是mysql自行提交了. 如果我们想实现程序事务提交,需要事先关闭mysql的自动提交事务 ...

  9. php数组·的方法-数组与数据结构

    /*数组与数据结构*/ //shuffle() 随机打乱数组 //array_push() 数组末尾添加元素 //array_pop() 数组末尾删除元素 //array_shift() 数组首位删除 ...

  10. 信息领域热词分析系统--python切词

    利用python将标题切割成词语 import jieba #读取文件 f=open(r"F:\大数据\大作业\爬取到的数据\data1_xinxi.txt",'r') s=f.r ...