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! 人生就像钟表,可以回到起点,却已 ...
随机推荐
- InnoDB的启动,关闭,恢复
InnoDB存储引擎是MySQL的存储引擎之一,因此InnoDB存储引擎的启动和关闭更准确地是指在MySQL实例的启动过程中对InnoDB表存储引擎的处理过程. 参数innodb_fast_shutd ...
- 介绍Windows Azure HDInsight服务的Hadoop Storm的视频
介绍Windows Azure HDInsight服务的Hadoop Storm的原理,用例及开发入门的视频,收藏一下: http://channel9.msdn.com/Shows/Data-Exp ...
- redis系统和通用函数
construct函数: 用来创建一个redis客户端. redis = new Redis(); connect函数:连接到一个redis实例. 参数如下: host:字符串类型 可以使一个HO ...
- OSI及TCP/IP的概念和区别
什么是TCP/IP协议 TCP/IP协议(Transfer Controln Protocol/Internet Protocol)叫做传输控制/网际协议,又叫网络通讯协议,这个协议是Internet ...
- 解决 swap file “*.swp”already exists!问题
用vim编辑文件实际上是先copy一份临时文件,病映射到内存给你编辑,编辑的是临时文件,当执行:w后才保存临时文件到原文件,执行:q后才删除临时文件. 每次启动检索是否有临时文件,有就询问如何处理, ...
- 如何在没有https环境下使用webrtc
新版本的webrtc使用需要Https,但是在内网开发调试时,要配置Https环境比较麻烦,下面的方法是教你如何在http下使用webrtc 1,点桌面上的Chrome图票,右键->属性,把目票 ...
- System.Web.HttpException: 请求在此上下文中不可用
转自:https://www.cnblogs.com/wangguowen27/archive/2013/05/12/IIS_itcast_win7.html 问题:Web应用程序池配置错误造成的,这 ...
- C#构建树形数据结构
转自:https://www.jb51.net/article/125747.htm 树形结构:最近在做任务管理,任务可以无限派生子任务且没有数量限制,前端采用Easyui的Treegrid树形展示控 ...
- php 在函数前面加个@的作用
@是错误控制运算符,用屏蔽错误提示比如:@mysql_connect() 不会出现Warning, 而原来mysql_connect 会在页面上访提示Warning.主要是高版本的php不在支持mys ...
- jdk锁相关
锁类型 可重入锁:在执行对象中所有同步方法不用再次获得锁 可中断锁:在等待获取锁过程中可中断 公平锁: 按等待获取锁的线程的等待时间进行获取,等待时间长的具有优先获取锁权利 读写锁:对资源读取和写入的 ...