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. 设置IIS,使客户端访问服务器上的文件

    1.打开IIS控制器——"运行-cmd-inetmgr-回车“ 2.选中要设置的网站 3.右键,添加虚拟目录 4.如上图所示,在别名处输入文件目录的名称,物理路径要选择文件在磁盘上的存储根目 ...

  2. 关于pycharm使用sqlite数据可视化的使用

    如图

  3. Go语言基础之7--函数详解

    一. 函数介绍 1.1 定义 函数:有输入.有输出,用来执行一个指定任务的代码块. func functionname([parametername type]) [return type] { // ...

  4. TCP/IP、Http、Https、Socket的区别

    网络由下往上分为物理层.数据链路层.网络层( IP协议).传输层( TCP协议).会话层.表示层和应用层(HTTP协议) 接下来我来说说个人理解其中的TCP/IP.Http.Socket的区别 TCP ...

  5. PHP、thinkPHP5.0开发网站文件管理功能(三)编辑文件

    public function edit(){ $file = iconv('UTF-8','GB2312',urldecode(input('file'))); if(empty($file)|| ...

  6. Error in event handler for "el.form.change": "TypeError: value.getTime is not a function"

    首先说一下我使用的实际场景 html代码: js代码: 首先说明出现原因,elementUI的日期选择器[el-date-picker]在加上格式 value-format="yyyy-MM ...

  7. JS Date 时间格式化

    Date2Str(x, y) { , d: x.getDate(), h: x.getHours(), m: x.getMinutes(), s: x.getSeconds() }; y = y.re ...

  8. win10 网络连接怎么删除不再使用的连接

    # 打开网络共享中心->更改适配器设置->右击->选择属性->选择配置->选择驱动程序->卸载

  9. python 读取文件使用chunksize后逐块迭代操作

    chunkers=pd.read_csv('dd.csv',chunksize=10000) tot=pd.Series([]) for piece in chunkers: tot=tot.add( ...

  10. python3+Appium自动化09-Capability配置数据分离实践

    代码实现 参数配置表:desired_caps.yaml platformName: Android deviceName: 192.168.175.101:5555 platformVersion: ...