May 04th 2017 Week 18th Thursday
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的更多相关文章
- May 18th 2017 Week 20th Thursday
The greater the struggle, the more glorious the triumph. 挑战愈艰巨,胜利愈辉煌. Sometimes it would be better t ...
- March 30 2017 Week 13 Thursday
I learned the value of hard work by working hard. 只有真的努力了,才会知道努力的价值. On the day, March 12th 2017, I ...
- January 04th, 2018 Week 01st Thursday
Just do what works for you, because there will always be someone who think differently. 就做你自己所能做的,因为 ...
- November 16th, 2017 Week 46th Thursday
Don't you wonder sometimes, what might have happened if you tried. 有时候,你会不会想,如果当初试一试会怎么样? If I had t ...
- November 09th, 2017 Week 45th Thursday
If we did all the things we are capable of, we would literally astound ourselves. 我们如果尽全力去完成我们能做到的事情 ...
- November 04th, 2017 Week 44th Saturday
It does not do to dwell on dreams and forget to live. 整天沉溺于梦想而忘记如何好好生活,毫无意义. Bingo, and I think it i ...
- November 02nd, 2017 Week 44th Thursday
Knowledge is weightless, a treasure you can always carry easily. 知识没有重量,她是我们可以很容易携带的珍宝. Knowledge is ...
- October 26th, 2017 Week 43rd Thursday
For success, attitude is equally as important as ability. 为取得成功,态度与能力一样重要. Today I read a news about ...
- October 19th 2017 Week 42nd Thursday
If you remember me, then I don't care if everyone else forgets. 只要你记得我,我不介意整个世界都把我遗忘了. I can't follo ...
随机推荐
- Kibana源码启动报错记录--ENOSPC
执行该命令可解决:echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysc ...
- Django之auth模块(用户认证)登陆组件
auth模块简介 auth模块是对登录认证方法的一种封装,之前我们获取用户输入的用户名及密码后需要自己从user表里查询有没有用户名和密码符合的对象, 而有了auth模块之后就可以很轻松的去验证用户的 ...
- HDU 3709 Balanced Number 求区间内的满足是否平衡的数量 (数位dp)
平衡数的定义是指,以某位作为支点,此位的左面(数字 * 距离)之和 与右边相等,距离是指某位到支点的距离; 题意:求区间内满足平衡数的数量 : 分析:很好这又是常见的数位dp , 不过不同的是我们这次 ...
- 09-排序3 Insertion or Heap Sort (25 分)
According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and gr ...
- poj1064 Cable master(二分)
Cable master 求电缆的最大长度(二分法) Description Inhabitants of the Wonderland have decided to hold a region ...
- Query获取多种input值的方法
1 if($("input[name=item][value='val']").attr('checked')==true) //判断是否已经打勾 name即控件name属性,va ...
- jinkens 'python' 不是内部或外部命令,也不是可运行的程序 或批处理文件。
jinkens执行构建时报错 解决方法,就是指定路径.python的安装目录和被执行文件的的目录
- oracle wm_concat函数 列转行 分组函数
(1)select mark, wm_concat(status) from DISSENT_INFO t GROUP BY mark; 查出来的数据 mark status 222 ...
- VBS 学习
VBS其他功能 获取系统用户名 DimWshNetwork Set WshNetwork =CreateObject("WScript.Network") strTaccount ...
- Selenium+Python+Webdriver:保存截图到指定文件夹
保存图片到指定文件夹: from selenium import webdriverfrom pathlib import Pathfrom time import sleepdriver = web ...