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 ...
随机推荐
- Callable和Future详解
Java程序员必须掌握的线程知识-Callable和Future Callable和Future出现的原因 创建线程的两种方式:继承Thread类和实现Runnable接口 这两种方式都有一种缺陷,执 ...
- SQL基本操作(工作中够用了)
以下文章内容都是我自己从平时学习SQL语言时整理而来,写这篇文章是希望我或大家在使用能更方便的查询. 如果有不完整或不正确的地方请大家指出~谢谢大家 基本SQL操作 创建数据库 CREATE DA ...
- Web前端学习资料
http://www.imooc.com/course/list?c=html http://www.w3cplus.com/ http://www.w3cfuns.com/ http://www.w ...
- RestTemplate的一个请求过程,mark一下
来看下RestTemplate中默认的的ResponseErrorHandler: package org.springframework.web.client; import java.io.IOE ...
- [转]玩转Windows服务系列——命令行管理Windows服务
本文转自:http://www.cnblogs.com/hbccdf/p/managewindowsservicewithcmd.html 说到Windows服务的管理就不得不说通过命令行的方式管理W ...
- 使用 OLEDB 及 SqlBulkCopy 将多个不在同一文件夹下的 ACCESS mdb 数据文件导入MSSQL
注:转载请标明文章原始出处及作者信息http://www.cnblogs.com/z-huifei/p/7380388.html 前言 OLE DB 是微软的战略性的通向不同的数据源的低级应用程序接口 ...
- Eclipse 反编译之 JadClipse
一:下载对应的 net.sf.jadclipse_x.x.x.jar ,把该jar包放入到Eclipse中的 plugins 目录下,下载地址:https://sourceforge.net/proj ...
- JAVA基础之——版本控制系统之git
1 版本控制系统是什么 当多人协作开发一套产品时,需要能够保证代码都能够共用,那么版本控制系统就应运而生. 2 GIT 当前用的比较多的是svn和git,本文以git为例进行讲解. git诞生于200 ...
- hdu 1251 统计难题 字典树第一题。
统计难题 Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others)Total Submi ...
- 线程协作--wait,notify:经典消费者生产者
JDK 中关于wait,notify这两个方法的介绍: 1.wait:线程进入阻塞. synchronized (obj) { while (<condition does not hold&g ...