August 21st 2017 Week 34th Monday
In fact, the happiest fairy tale is no more than the simple days we have together.
其实全世界最幸福的童话,也比不上我们一起度过的平常岁月。
Fairy tales always end in such scenes:
At last, the two lover live together for a happy life.
So, even the most romantic love would go back to the daily life.
But don't let it become dreary, always try to bring some surprises or add some differences, wonderful differences to the life.
Some small romantic deeds, like a bunch of flower, a loving kiss, simple but powerful, will arouse some unique feelings and make the relationship more intimate.
Today's News:
Elon Musk recently unveiled his plans for a new rocket that can allow passengers to travel from one continet to another in about 30 minutes.
How fantastic and imaginative.
Maybe it can't become true in a short peroid of time.
But in the long run, I think it is feasible.
Every sweet has its sour, every evil its good.
甘饴有其酸涩,恶人亦有善行。
From Ralph Waldo Emerson.
It seems Ralph Waldo Emerson held considerable amounts of copyrights on famous quotations we often quote in our writing and speech.
If you know Mr. Emerson was a famous essaist and lecturer, you won't be surprised any longer.
Mr. Emerson was seen as a champion of individualism and a prescient critic of the countervailing pressure of society.
According to wikipedia, Mr. Emerson disseminated his thoughts through dozens of published essays and thousands of public lectures. So, we can find that many quotes from him are full of power and passion, and so infectious.
Ok, maybe we are going too far from the point.
As to this qutation, I think it just means the same thing as 'Every rose has its thorn and its unique smell.'
To enjoy the beauty and the smell of a rose, we may have to accept the wound it brings.
Acutally, every positive thing has a drawback, and every negative thing has its good points.
That is, nothing is as accurate as it appears to be.
We always perceive something as good, but that don't mean there is no bad elements in it.
And if something appears to be bad, that don't mean there is no good and positive elements in it.
To me, I just want to tell myself that don't lose hope about life, even the darkest night will be ended in the light of a sunrise.
August 21st 2017 Week 34th Monday的更多相关文章
- August 15th 2016 Week 34th Monday
Why not discovering as there is glorious faraway scenery? 远方有诗篇,何不去发现? An advertisement of Land Rove ...
- August 28th 2017 Week 35th Monday
The truth may hurt for a little while but a lie hurts forever. 真相会让我们痛一阵,但谎言会让我们痛一生. Once you make a ...
- August 26th 2017 Week 34th Saturday
Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美. Our mate isn't actually ...
- August 25th 2017 Week 34th Friday
Stop to have a rest, do not forget others still in the running. 停下来休息的时候,不要忘记别人还在奔跑. You don't need ...
- August 24th 2017 Week 34th Thursday
If you have choices, choose the best. If you have no choice, do the best. 如果有选择,那就选择最好的:如果没有选择,那就努力做 ...
- August 23rd 2017 Week 34th Wednesday
Do not pray for easy lives. Pray to be stronger men. 不要祈祷舒适的生活,而是祈祷自己能变得更强大. It seems this quotation ...
- August 22nd 2017 Week 34th Tuesday
Stop trying to find a rewind. It's life, not a movie. 别妄想倒带,这是生活,不是电影. There is no need to go back t ...
- August 20th 2017 Week 34th Sunday
Life is not a race, but a journey to be savored each step of the way. 生活不是一场赛跑,而是每一步都应该细细品尝的人生旅程. No ...
- August 14th 2017 Week 33rd Monday
Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...
随机推荐
- MultipartFile的使用小结
Multipartfile转File?File转MultipartFile?可千万别转晕了. 题图:from Google 1. MultipartFile类型转File类型 想要将Multipart ...
- SQL性能调优
部分转自:http://www.cnblogs.com/luckybird/archive/2012/06/11/2544753.html 及http://www.cnblogs.com/kissdo ...
- An Introduction to Computer Thinking
1.Die Grundlage des Computers 1.1 Binärzahl in die Dezimalzahl umsetzen Bereiten nach Gewicht,dann b ...
- 如何创建一个基于Node的HTTP服务器
首先创建一个HTTP服务器. var http = require('http'); function serve(request,response) { console.log(request.me ...
- RabbitMQ---8、连接断开处理-断线重连
本文转载于:https://www.itsvse.com/thread-4636-1-1.html: 参考文献:http://www.likecs.com/show-29874.html:https: ...
- Java - 关于泛型
自Java 1.5开始使用的泛型,泛型给人比较直观的印象是..."尖括号里写了类型我就不用检查类型也不用强转了". 确实,那先从API的使用者的角度上想问题,泛型还有什么意义? D ...
- DWF Toolkit on Microsoft Windows
If you are statically linking on Windows, you need these preprocessor defines: DWFTK_STATIC DWFTK_BU ...
- spring AOP为什么配置了没有效果?
spring Aop的配置一定要配置在springmvc配置文件中 springMVC.xml 1 <!-- AOP 注解方式 :定义Aspect --> <!-- ...
- groovy对枚举的支持
/** * Created by Jxy on 2019/1/3 15:42 * groovy对枚举的支持 */ enum CoffeeSize{ SHORT,SMALL,BIG,MUG } def ...
- python中静态方法(@staticmethod)和类方法(@classmethod)的区别
一般来说,要使用某个类的方法,需要先实例化一个对象再调用方法. 而使用@staticmethod或@classmethod,就可以不需要实例化,直接类名.方法名()来调用. 这有利于组织代码,把某些应 ...