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! 人生就像钟表,可以回到起点,却已 ...
随机推荐
- PHP之string之str_shuffle()函数使用
str_shuffle (PHP 4 >= 4.3.0, PHP 5, PHP 7) str_shuffle - Randomly shuffles a string str_shuffle - ...
- springboot-2-ioc
在spring环境下, ioc(控制反转 和 DI (依赖注入) 是等效的, 主要体现一种组合的松耦合思想. spring Ioc容器负责创建Bean, 并将Bean注入到所需的Bean中, 有xml ...
- Google Java 编程风格指南 —— 见微知著
目录 前言 源文件基础 源文件结构 格式 命名约定 编程实践 Javadoc 后记 前言 这份文档是Google Java编程风格规范的完整定义.当且仅当一个Java源文件符合此文档中的规则, 我们才 ...
- TypeScript的简单介绍和win环境安装
TypeScript是一种由微软开发的自由和开源的编程语言.它是JavaScript的一个超集,而且本质上向这个语言添加了可选的静态类型和基于类的面向对象编程.特点是一门强类型语言. 安装: 1 首先 ...
- C#RabbitMQ基础学习笔记
RabbitMQ基础学习笔记(C#代码示例) 一.定义: MQ是MessageQueue,消息队列的简称(是流行的开源消息队列系统,利用erlang语言开发).MQ是一种应用程序对应用程序的通信方法. ...
- [转] .NET中六个重要的概念:栈、堆、值类型、引用类型、装箱和拆箱
为何要转载 一来是最近面试了几家公司,发现问的还都是这些的基础知识,二来是为了复习对.NET技术的基础拾遗达到温故知新的效果. 为什么有人说,不动笔不读书.我现在也是深有体会了,看过的东西不一定会记得 ...
- golang操作mysql数据库
golang操作mysql数据库 代码: mysql的增.删.改.查 package main import ( "database/sql" "fmt" &q ...
- tensorflow(一):图片处理
一.图片处理 1.图片存取 tf.gfile import tensorflow as tf import matplotlib.pyplot as plt image_bytes = tf.gfil ...
- mysql 中优化数据类型的三个原则
数据类型越小越好 在业务够用的情况下,尽可能选取小的数据类型.不仅占用空间小,而且执行查询等操作时性能好. 越简单越好 对于简单的类型,在处理时会占用更少的 CPU 周期. 例如,整数就比字符类型简单 ...
- 在弹框中获取foreach中遍历的id值,并传递给地址栏(方法2)
1.php有时候我们需要再弹框中获取foreach中遍历的数据(例如id),在弹框中点击按钮并传递给地址栏跳转.那么应该怎么做呢.第二种方法. 2. 可以在弹框中给出一个input hidden 点击 ...