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. ...
随机推荐
- (POJ - 1050)To the Max 最大连续子矩阵和
Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous s ...
- Gson反序列化泛型实例
1 package com.ppmoney.g2.mapper; import com.google.common.reflect.TypeToken; import com.google.gson. ...
- G: 又见模法师
G: 又见模法师 Time Limit: 1 s Memory Limit: 128 MB #include <stdio.h> ; typedef long lo ...
- requests模块的一些总结
一.cookie模拟登录的三种方式 #!/usr/bin/env python # -*- coding: utf-8 -*- #author tom import requests post_url ...
- Oracle 序列(自增ID)
-- 创建序列CREATE SEQUENCE "JPADMIN"."SEQ_JP_BAS_USER_ID" MINVALUE 1 // 最小值MAXVALUE ...
- 解决运行vue项目的报错This relative module was not found:
运行vue项目出现这样的报错. This relative module was not found: * ../../assets/img/spot.png !./src/components/on ...
- 网站ico那点事儿
一. 如何获取某个网站的favicon.ico http://moco.imooc.com/player/report.html 今天看到这个网站上,左侧的小图片挺好看的,想弄下来,检查源码,也没有看 ...
- pandas中,dataframe 进行数据合并-pd.concat()
``# 通过数据框列向(左右)合并 a = pd.DataFrame(X_train) b = pd.DataFrame(y_train) # 合并数据框(合并前需要将数据设置成DataFrame格式 ...
- Ba Gua Zhen
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5544 学习链接:https://www.cnblogs.com/qscqesze/p/4902518. ...
- C++ Memory System Part3 : 优化
前面的系列我们讲了自定义new和delete操作,其中针对deleteArray的问题还有需要优化的地方.我们这次就针对POD类型进行一次优化. 下面的代码是针对POD类型的模板函数实现,分别为New ...