May 22nd 2017 Week 21st Monday
The biggest adventure you can take is to live the life of your dreams.
你能经历的最大的冒险,就是过上你梦想的生活。
Just list some items about the life I always dream of:
1. Find a lifelong companion;
2. Find a job I love to do;
3. Find a business that can be well paid;
4. Earn enough money to realize my dream of financial freedom;
5. Become strong both physicaly and mentally;
6. Grow up into an expert in the business I engage in;
7. The whole family live a healthy and harmonious life;
And so on. And now I really dream of winning a lottery and the bonus can be 50 million Yuan or more.
It seems I have too many dreams. If I depend on the God to help me realize them, maybe the God would feel tiresome as well.
I will let you be in my dreams if I can be in yours.
如果我能进入你的梦乡,我也会把你拥入我的梦里。
From Bob Dylan.
Bod Dylan, whose original name was Robert Allen Zimmerman and born on May 24, 1941, is an American poetic songwriter, singer, painter, writer and Nobel Prize laureate.
He has beeen influential in popular music and modern culture for more than five decades.
Most of his famous and celebrated work can be dated back to 1960s, when his songs chronicled social unrest.
And he won the Nobel Prize for Literature in 2016.
OK, now I know this guy, and I think he is qualified to be in many people's dreams, even without their presence in his dream.
But for the rest of us, the only way we can be in other's dreams may be to let the one in our own dreams first.
We must give first, then we have the chances to receive.
These days I have been entangled in the relationships with two girls, I know who I love more, but I haven't taken enough courage to refuse the other.
Actually, I am not good at refusing others, that may be one of the reasons why I always feel tired and exhausted.
However, it may be very simple to say no, which will make the life much more easier.
May 22nd 2017 Week 21st Monday的更多相关文章
- ROSCon 2017通知 Announcing ROSCon 2017: September 21st and 22nd in Vancouver
ROSCon 2017通知:9月21日和22日在温哥华 我们很高兴地宣布,2017年ROSCon将在举行9月21-22日,2017年温哥华会议中心在加拿大温哥华.2017年IROS将在同一地点9月24 ...
- August 21st 2017 Week 34th Monday
In fact, the happiest fairy tale is no more than the simple days we have together. 其实全世界最幸福的童话,也比不上我 ...
- 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 ...
- August 22nd 2016 Week 35th Monday
Have you ever given any thought to your future? 你有没有为将来打算过呢? Have you ever given any thought to your ...
- January 22nd, 2018 Week 04th Monday
It is only when you are pursued that you become swift. 唯有在被追赶的时候,你才能真正地奔跑. It is so bad a feeling wh ...
- November 13th, 2017 Week 46th Monday
Don't undermine your worth by comparing yourself with others. 别拿自己和他人比较,这只会降低你原有的价值. Honestly, I don ...
- November 06th, 2017 Week 45th Monday
The education of a man is never completed until he dies. 一个人的学习之路,到死才结束. Being a life-long learning ...
- October 30th, 2017 Week 44th Monday
When you're eighteen your emotions are violent, but they're not durable. 年轻的时候我们总是激情有余但耐心不足. I reall ...
- October 23rd, 2017 Week 43rd Monday
Champions have the courage to keep turning the pages because they know a better chapter lies ahead. ...
随机推荐
- BZOJ - 1257 分块 详解
中文题面 这道题就是LightOJ某题的升级版 前段时间我是直接用√k前暴力后分块的处理方式,然后直接套个等差求和 这次看到了dalao的证明再次让我知道我好菜啊 在这里做下笔记,学习一下对于整除运算 ...
- mysql命令查询表的个数
https://blog.csdn.net/xiao__ge/article/details/56671221 语句如下: SELECT count(TABLE_NAME) FROM informat ...
- 对于position:relative,absolute,fixed的见解:
1.switch--fixed,div脱离父元素,top,left,right,bottom都是相对于body,自己原来的位置不存在,即不占父元素位置了 2.switch--relative,div相 ...
- jQuery序列化表单 serialize() serializeArray()
1.serialize()方法 描述:序列化表单内容为字符串,用于Ajax请求. 格式:var data = $(form).serialize(); 2.serializeArray()方法 描述: ...
- 在python3.5中pip安装scrapy,遇到 error: Microsoft Visual C++ 14.0 is required
本来在python3.5中安装scrapy一路顺畅(pip install scrapy),中间遇到一个 error: Microsoft Visual C++ 14.0 is required. x ...
- Oracle Date Function 讲解和事例
1 year=1*12 months 1 day=24 hours=24*(1*60mins)=24*60*(1*60 seconds) 1 week =7 days 注意: 黑色字体是 oracle ...
- css display flew 伸缩盒模型
父级容器属 <!doctype html> <html lang="en"> <head> <meta charset="UTF ...
- Docker:网络模式详解
Docker作为目前最火的轻量级容器技术,牛逼的功能,如Docker的镜像管理,不足的地方网络方面. Docker自身的4种网络工作方式,和一些自定义网络模式 安装Docker时,它会自动创建三个网络 ...
- C++程序设计基础(5)sizeof的使用
1.知识点 (1)sizeof是一个单目运算发,而不是一个函数,其用于获取操作数所占内存空间的字节数. (2)sizeof的操作数可以使类型名,也可以是表达式,如果是类型名则直接获得该类型所占字节数, ...
- js经验点滴js apply/call/caller/callee/bind使用方法与区别分析
一.call 方法 调用一个对象的一个方法,以另一个对象替换当前对象(其实就是更改对象的内部指针,即改变对象的this指向的内容). Js代码 call([thisObj[,arg1[, arg2[, ...