July 02nd 2017 Week 27th Sunday
No safe wading in an unknown water.
未知水深浅,涉水有危险。
Is this the theory that has been the guideline for the China's reformation:
Crossing the river by feeling for the stones.
There is surely no solid answer about whether it is safe when wading in an unknown field.
But we can move steadily, step by step, or use some tools, like a stick, to see if the next step would be safe or not.
By doing these trials and keeping cautious when taking every step, we can avoid considerable amouts of risks. Besides, when wading in an unknown field, it is not safe to stay at the same location for too long.
Recently I always feel depressed, maybe such feelings have prevailed my brain for a long time, I must do something to get rid of such feelings.
Hard work may not always result in success, but it will never result in regret.
And sometimes it is only after we have lost everything that we are free to do anything.
To find something, anything, a great truth, or a lost pair of glasses, we must first believe there must be some advantage in finding it.
The best way to predict the future is to invent it.
预知未来的最好方式是创造未来。
From Alan Kay.
No matter what had happened yesterday, no matter what will happen tomorrow, we still have today.
And today is the most important, for the best preparation for tomorrow and the best way to commemorate yesterday is doing our best today.
Some may dispute that the future is uncertain, there are too many factors wanting to exert their influences on the appearance of the future.
Sometimes even if you think you are sure to have a bright future, some uninvited events may come and mess up all the things.
When it happens, your reaction would decide whether you are really strong or not.
What about your choice? To bow your neck to the fate, or to stand up again and launch a new round of attack aginst the fate?
The great men were not born great, they grow great.
If you want to be great, or just to be extraordinary, how about trying again to invent your future, maybe you can see your days later.
July 02nd 2017 Week 27th Sunday的更多相关文章
- July 02nd. 2018, Week 27th. Monday
Bad times make a good man. 艰难困苦出能人. Bad times make a good man, and hard times create strong men, but ...
- July 01st. 2018, Week 27th. Sunday
Empty your cup so that it may be filled. 清空杯子,方能再次装满. From Bruce Lee. We can't learn anything new if ...
- July 30th 2017 Week 31st Sunday
Eternity is not a distance, but a decision. 永恒不是一段距离,而是一种决定. What can be called as eternity? Wealth ...
- July 23rd 2017 Week 30th Sunday
Setting goals is the first step in turning the invisible into the visible. 设定目标是将实现梦想的第一步. If you wa ...
- July 16th 2017 Week 29th Sunday
Opportunities are like sunrises, if you wait too long, you miss them. 机会如同日出,等得太久就会错过. Indecision is ...
- July 09th 2017 Week 28th Sunday
He that boasts of his own knowledge proclaims ignorance. 夸耀知识实乃无知. Honestly speaking, I don't agree ...
- July 08th 2017 Week 27th Saturday
You are never wrong to do the right thing. 坚持做对的事情,永远都不会错. I think the translation may be not precis ...
- July 07th 2017 Week 27th Friday
Learn wisdom by the follies of others. 要从别人的愚行中学到智慧. How to become smart or what characters should a ...
- July 06th 2017 Week 27th Thursday
Knowledge is the antidote to fear. 知识可以解除恐惧. Fear always steps from unknown things. Once we know wha ...
随机推荐
- SpringMVC入门(二)
使用注解的方式进行Handler的开发 注意:此处只介绍和方式一不同的地方 1.注解的处理器适配器 在spring3.1之前使用org.springframework.web.servlet.m ...
- Java中break、continue及标签等跳转语句的使用[上]
java 中跳转语句使用break.continue和标签,各自或组合完成相应的功能. 今天做题时遇到关于标签命名规范,顺便将跳转语句语法都看了一遍,很有收获. 在<Java编程思想>一书 ...
- javah找不到类文件
这样即可,在src目录下寻找类,类要写全,即包名.类名
- 系统对象的使用——Cookie,ViewState,Session,Application
Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable ...
- Asp.Net MVC4通过id更新表单
用户需求是:一个表单一旦创建完,其中大部分的字段便不可再编辑.只能编辑其中部分字段. 而不可编辑是通过对input输入框设置disabled属性实现的,那么这时候直接向数据库中submit表单中的内容 ...
- C# 页面抽奖实例 asp.net
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat=&qu ...
- 【转】Javascript中理解发布--订阅模式
Javascript中理解发布--订阅模式 阅读目录 发布订阅模式介绍 发布---订阅模式又叫观察者模式,它定义了对象间的一种一对多的关系,让多个观察者对象同时监听某一个主题对象,当一个对象发生改变时 ...
- Newtonsoft.Json 全部配置
需要在序列化时候,忽略掉某些字段,对Newtonsoft.Json进行全局配置,如下: 1. 自定 ContractResolver public class MyContractResolver : ...
- [android] 切换界面的问题
1. 界面重复创建的问题 2. 中间容器每次切换,都会清空容器中的子对象问题 3. 点击返回键的处理 解决重复创建的问题: 传递Class字节码对象,利用泛型来规定对象 判断界面是否存在,如果存在重复 ...
- <td>标签clospan和rowspan 可横跨列数和行数
<td colspan="2"> <input type="text" name="reason_other" size= ...