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! 人生就像钟表,可以回到起点,却已 ...
随机推荐
- multi-threads JavaEE 容器
Thread -- Request What is recommended way for spawning threads from a servlet in Tomcat [duplicate] ...
- jstack 结果查看
首先可以用jstack -l pid >sample.dump把java进程的运行栈dump出来. 还可以用grep java.lang.Thread.State sample.dump | a ...
- 转载:怎么用eclipse开发C++程序(以后备用,待实现),使用CDT
一:准备工作:需下载以下三个软件包 a).Eclipse 3.1 官方站点: http://www.eclipse.org 工具下载地址:http://www.eclipse.org/download ...
- 创建.NET Core程序的Nuget Package
最近在看ASP.NET Core MVC的教材,几乎每章开始都要重复从Empty project开始创建一个ASP.NET Core的项目,然后手动修改project.json,增加经典三目录(Mod ...
- jQueryEasyUI 学习笔记
jQuery EasyUI是什么? jQuery EasyUI是一组基于jQuery的UI插件集合体,而jQuery EasyUI的目标就是帮助web开发者更轻松的打造出功能丰富并且美观的UI界面.开 ...
- 从零开始学JAVA(08)-使用SpringMVC4 Restful 风格引用静态文件 css/js/png
在写完helloworld后想给网页加点样式(*.css),结果怎么也显示不了,百度了很多种方法后试行尝试,试验成功并记录下来,方便以后查看. 时隔两年,继续学习JAVA,太久没学了,忘记得差不多,还 ...
- layer子窗口与父窗口传值
layer作为优秀的jquery框架,可以用作弹出组件.日历.分页等,而且实现简单,只有几十k的大小. 此处给出弹出窗口时子窗口与父窗口的传值.js和css这里不展示引入(以下给出目录结构的图片),仅 ...
- 版本管控---Visual Source Safe(VSS)和Team Foundation Server(TFS)
Visual Source Safe 是用于软件专业开发人员的源代码管理工具 Team Foundation Server是为开发团队提供集成源代码管理.问题跟踪和进程管理的更改管理系统 相同点 1. ...
- Jquery Easy UI初步学习(一)
Easy UI 1.3.2 以前听说Easy UI很不错,当了一个dome,闲着没事就看了一下,也整理一下为了自己更好的记忆,也希望对象我这样小菜有帮助吧 先从后台管理的主页面开始,如要要做主页需要了 ...
- 前端(十二):react-redux实现逻辑
一.context实现数据传递 在react中,props和state都可以设置数据.不同的是,props借助组件属性传递数据但不可以渲染组件,它相对来说是“静态的”:state可以监听事件来修改数据 ...