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. ...
随机推荐
- Codeforces - 185A 简单矩阵快速幂
题意:求第n个三角形内部的上三角形个数 对每个三角形分别维护上下三角形个数,记为\(dp[1][i],dp[2][i]\) 规律很明显是 \(dp[1][i+1]=3*dp[1][i]+dp[2][i ...
- 2019.3.13 final与static
final 当使用final修饰类的时候,表示类不能被继承(就是extends后面不能再加它了) final 注意事项: 当使用final修饰时,该方法不能被子类重写 当一个方法被标记为private ...
- 写给初学者的话---linux使用说明
2018年noip上海赛区可以使用window操作系统的美梦终究还是破灭了!!!!上海大部分noip选手都陆陆续续开始改linux........好吧,那我们今天来看看linux操作系统中,noip选 ...
- c#合并字典
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.T ...
- SVM 之 MATLAB 实现代码
MATLAB 中 SVM 实现 直接上代码 main.m %% Initialize data clear, clc, close all; load('data.mat'); y(y == 0) = ...
- 0、安装Ionic2
1.安装ionic2 $ npm install -g ionic@beta 2.创建项目 $ ionic start 项目名称 --v2 // 默认tabs的模板 $ ionic start 项目 ...
- link快捷方式
ln -s 源文件 newfile -软连接 ln 源文件 newfile 硬链接 源文件删除之后仍然可以使用
- ThenJS
安装ThenJs: npm i thenjs 史上最快,与 node callback 完美结合的异步流程控制库 <!doctype html> <html lang=" ...
- Cookie的创建、读取、删除
创建Cookie: HttpCookie cookie = new HttpCookie(COOKIE_NAME_FOR_USER);cookie.Expires = DateTime.Now.Ad ...
- Java web service 异常
1.org/apache/commons/discovery/tools/DiscoverSingleton Exception in thread "main" java.lan ...