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! 人生就像钟表,可以回到起点,却已 ...
随机推荐
- C#的托管和非托管的简单理解
应该说“托管”一词是和.net概念一起出生的, 我们都知道以前的开发工具无论是Delphi.VB编译出的dll或exe文件都是二进制文件, 可以被操作系统直接识别.而微软为了和JAVA火拼,实现跨平台 ...
- hadoop开发环境
hadoop2.6伪分布式环境安装配置以及配置eclipse开发环境 Hadoop安装教程_单机/伪分布式配_Hadoop2.6.0/Ubuntu14.04 使用Eclipse编译运行MapReduc ...
- FPGA加速:面向数据中心和云服务的探索和实践
欢迎大家前往腾讯云+社区,获取更多腾讯海量技术实践干货哦~ 本文由columneditor 发表于云+社区专栏 作者介绍:章恒--腾讯云FPGA专家,目前在腾讯架构平台部负责FPGA云的研发工作,探索 ...
- [PY3]——内置数据结构(1)——列表及其常用操作
列表及其常用操作_xmind图 about列表 列表是一个序列,用于顺序存储数据 列表分为两种:ArrayList(用数组实现).LinkedList(用链表实现) 定义与初始化 #l ...
- CSS- 文本超出指定宽度后隐藏并显示为省略号
一般的文字截断(适用于内联与块): .text-overflow { display:block;/*内联对象需加*/ width:25em; word-break:keep-all;/* 不换行 * ...
- IntelliJ使用指南—— 导入Eclipse的Web项目
通常一个团队中可能有人用eclipse,有人用intelliJ,那么经常会出现需要导入别人用eclipse建好的web项目.而IntelliJ提供了多种项目类型的导入方式,其中就有eclipse. 在 ...
- 如鹏网学习笔记(十五)ASP.NET MVC核心基础笔记
一.ASP.Net MVC简介 1,什么是ASP.NET MVC? HttpHandler是ASP.net的底层机制,如果直接使用HttpHandler进行开发难度比较大.工作量大.因此提供了ASP. ...
- 一:Jquery-selector
一:jQuery概述 1.基本功能 a.访问和操作DOM元素:获取元素,修改其样式和内容,删除元素,复制元素... b.对页面事件的处理:不需要指定事件中的函数名,直接在事件中绑定响应函数(匿名函数) ...
- Spark内部结构详解
参考: https://github.com/JerryLead/SparkInternals/blob/master/markdown/english/5-Architecture.md?winzo ...
- [LeetCode]Remove Duplicates from Sorted Array题解
Remove Duplicates from Sorted Array: Given a sorted array, remove the duplicates in place such that ...