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 to yesterday, even we can do that, we may find everything would be totally different then.
If they were the same, I think we may be sure to make the same decisions and do the same things as we had done in the past.
So, there is need to find a rewind and to feel remorse of the past.
The best way to correct the past and to make compensation for the misdeeds is just to seize the current day, seize it tightly, don't let the time pass in the unprofitable way.
When I waste today, I will destroy the current page of my life, in the end there would be nothing left.
Don't let days go by.
Do not let our life slip through our fingers by living in the past nor for the future.
By living our life one day at a time, we will live all the days of our life.
The knowledge of the world is only to be acquired in the world, and not in a closet.
对世界的了解是在世界中获得的,而不是在储物间里。
From Lord Chesterfield.
That may be the very reason why so many people like traveling.
Knowledge can be only acquired concretely through pratice.
Though reading the stories of others may also can bring some knowledge, that is far from enough if you want to make those knowledge embedded in your own soul.
Go out of your own space, no matter it is your room or your field, and to see something else in this world.
Maybe the experience would bring you some different view on your current situation.
Notes about Lord Chesterfield:
Lord Chesterfield is the 4th Earl of Chesterfield, whose name was Philip Dormer Stanhope.
He was a British statesman, man of letters and wit.
He was the owner of many famous quotations.
Despite brilliant talents and admirable training, his life can't be pronounced as a success.
And he was seen as a selfish, calculating and contemptuous man, who often practised in the way of dissimulation.
So, maybe we can't know a man well enough just through his speeches.
August 22nd 2017 Week 34th Tuesday的更多相关文章
- August 16th 2016 Week 34th Tuesday
The worst solitude is to be destitute of sincere friendship. 最大的孤独莫过于没有真诚的友谊. Sometimes we pay the m ...
- August 29th 2017 Week 35th Tuesday
Life is a pure flame, and we live by an invisible sun within us. 生命如纯洁的火焰,而维系这火焰的是我们内心的太阳. Burn my l ...
- 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 21st 2017 Week 34th Monday
In fact, the happiest fairy tale is no more than the simple days we have together. 其实全世界最幸福的童话,也比不上我 ...
- August 20th 2017 Week 34th Sunday
Life is not a race, but a journey to be savored each step of the way. 生活不是一场赛跑,而是每一步都应该细细品尝的人生旅程. No ...
- August 15th 2017 Week 33rd Tuesday
Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔. Yesterday, I read several ...
随机推荐
- HaspMap的新奇用法
HashMap<String, String> map = new HashMap<String,String>(){ private static final long se ...
- IE的if条件判断
我们经常需要编写兼容代码,特别是万恶的IE. 特此记录下IE提供的if判断: <!--[if IE 5]> 仅IE5.0与IE5.5可以识别 <![endif]--> < ...
- Django url分发到工程里
因为我们建立了Django后 ,url是在mysite下的全局对象 因为我们实际项目里不可能只有一个工程 而全放在全局里去分发url 会让代码耦合度提高,代码量大后会造成维护困难.这时候我们把url分 ...
- android子线程更新UI
参考:https://www.cnblogs.com/joy99/p/6121280.html 子线程是不能直接更新UI的.Android实现View更新有两组方法,分别是invalidate和pos ...
- WCF Data Services 5.0 for OData V3
https://www.microsoft.com/en-us/download/details.aspx?id=29306 VS 2010 下 安装 WCF Data Services 5.0 en ...
- [PHP] 通用网关接口CGI 的运行原理
CGI 的运行原理:1.客户端访问某个 URL 地址之后,通过 GET/POST/PUT 等方式提交数据,并通过 HTTP 协议向 Web 服务器发出请求.2.服务器端的 HTTP Daemon(守护 ...
- [编程] C语言结构体指针作为函数参数
结构体指针作为函数参数:结构体变量名代表的是整个集合本身,作为函数参数时传递的整个集合,也就是所有成员,而不是像数组一样被编译器转换成一个指针.如果结构体成员较多,尤其是成员为数组时,传送的时间和空间 ...
- 撩课-Web大前端每天5道面试题-Day5
1.写一个深度克隆方法(es5)? /** * 深拷贝 * @param {object}fromObj 拷贝的对象 * @param {object}toObj 目标对象 */ function d ...
- GString惰性求值
当对一个GString实例求值时,如果其中包含一个变量,该变量的值会被简单地打印到一个Writer,通常是一个StringWriter.然而,如果GString中包含的是一个闭包,而非变量,该闭包就会 ...
- csharp: Double Convert To String
/// <summary> /// /// </summary> /// <param name="fl"></param> /// ...