May 31st 2017 Week 22nd Wednesday
No great discovery was ever made without a bold guess.
没有大胆的猜测就没有伟大的发现。
When our ancestors saw the birds flying in the sky, they wondered that can people fly in the sky like birds.
Then some of them started to try. After hundreds of thousands of times of trials, and the process had lasted for thousands of years, in the 19th century, people eventually managed to fly in the sky by balloons and planes.
If there is no bold guess, then there is definitely no great invention and discovery.
There are plenty of possiblities in our life, sometimes a crazy thought may lead to a thorough change.
Actually, most of us are not lack of imaginations, we always wonder what our life will be if we can do something different. However, the reason that most of us can't become the lucky one is just due to the lack of activities that can uphold our dreams.
For myself, I often feel boring of my current life and work, I really want to make some changes, but that often stops at the stages of imagination.
Enthusiasm, persistence, efficiency, that are the very things I need, and only with their helps can I make something realized.
Food is the most primitive form of comfort.
食物是最原始的安慰人心的东西。
From Sheila Graham.
A lot of people say that when they feel depressed, a big meal can make them feel better.
And when we are hungry and tired, we often feel frustrated if the results of our efforts are not as good as we have expected. Then a big meal or several bottles of beer can save us from the awful feelings.
To have a big meal, we must have to earn the money to affort it.
Today, I vow to turn my life around and make something good accomplished in the latter half of this year.
First, there is a small goal: get up a little earlier and never be late to work.
Recently, a round of heavry rainfall hit the central China, and left many people dead or missing, triggering the most serious floods on record in many rivers.
Many houses were destroyed by the flood, many people lost their homes and their wealth in the disaster.
I expect the weather can be improved and our compatriots who were affected by the floods can be rescued and properly relocated.
Heaven bless us.
May 31st 2017 Week 22nd Wednesday的更多相关文章
- January 25 2017 Week 4 Wednesday
In every triumph, there's a lot of try. 每个胜利背后都有许多尝试. There's a lot of try behind every success, and ...
- May 30. 2018 Week 22nd Wednesday
Never forget to say "Thanks." 永远不要忘记说谢谢. Don't take anything we get for granted, and never ...
- January 31st, 2018 Week 05th Wednesday
Real love is not just instinct, but intent. 真正的爱不是身体上的一见钟情,而是要用心去经营. What is real love? Honestly, I ...
- November 15th, 2017 Week 46th Wednesday
Of all the tribulations in this world, boredom is the one most hard to bear. 所有的苦难中,无聊是最难以忍受的. When ...
- November 08th, 2017 Week 45th Wednesday
Keep your face to the sunshine and you cannot see the shadow. 始终面朝阳光,我们就不会看到黑暗. I love sunshine, but ...
- November 01st, 2017 Week 44th Wednesday
People always want to lead an active life, and is not it? 人们总要乐观生活,不是吗? Be active, and walk towards ...
- October 31st, 2017 Week 44th Tuesday
No matter how hard the past is, you can always begin again. 不管过去有多么困难,你都可以重新开始. Honestly, I don't ag ...
- October 25th, 2017 Week 43rd Wednesday
Perseverance is not a long race; it is many short races one after another. 坚持不是一个长跑,她是很多一个接一个的短跑. To ...
- October 18th 2017 Week 42nd Wednesday
Only someone who is well-prepared has the opportunity to improvise. 只有准备充分的人才能够尽兴表演. From the first ...
随机推荐
- es6 封装一个基础的表单验证
1, 需求分析 设计一个通用的表单验证,如果后期表单中添加了更多的需求,不需要更改之前的代码逻辑,最好不要改之前的代码,需要加什么直接加就好了. 2,代码分析 此表单验证最好返回一个函数,在api设计 ...
- PIE.NET-SDK组件式二次开发文档
一.PIE.Net开发环境及目录说明 1. 开发环境 确保Win7系统已安装SP1 安装Visual Studio2013(支持VS2010/2012/2013/2015) 安装PIESDK.ex ...
- 转 LIST INCARNATION OF DATABASE
incarnation在英文中是“化身”的意思. 那么在oracle中,它又是什么意思呢?有什么作用呢? 我们看一些基本概念 Current Incarnation(当前化身):数据库当前正在使用的化 ...
- Java基础17-成员变量、return关键字和多参方法
1.成员变量 在类中声明的变量为成员变量 //Dog类 class Dog{ String name;//成员变量 } public class Test1{ public static void m ...
- Ubuntu系统里如何正确卸载oracle-j2sdk1.6(图文详解)
问题来源 因为,我在安装clouder manager5.X的时候,默认是需要oracle-j2sdk1.7. 它4.X时,才是1.6的. 若你还是在用clouder manager4.X版本的话,需 ...
- TCP字节流与UDP数据报(转)
关于TCP和UDP的分次发送和接收的问题,困惑了两天,看到这篇文章豁然开朗. 原文链接:http://network.51cto.com/art/201310/413326.htm “TCP是一种流模 ...
- React.js 小书 Lesson16 - 实战分析:评论功能(三)
作者:胡子大哈 原文链接:http://huziketang.com/books/react/lesson16 转载请注明出处,保留原文链接和作者信息. 接下来的代码比较顺理成章了.修改 Commen ...
- 深入理解JavaScript系列(30):设计模式之外观模式
介绍 外观模式(Facade)为子系统中的一组接口提供了一个一致的界面,此模块定义了一个高层接口,这个接口值得这一子系统更加容易使用. 正文 外观模式不仅简化类中的接口,而且对接口与调用者也进行了解耦 ...
- 用DebuggerDisplay在Visual Studio的调试器中定制类的显示方式
博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:用DebuggerDisplay在Visual Studio的调试器中定制类的显示方式.
- ThreadPoolExecutor(上篇)
Java有两个线程池类:ThreadPoolExecutor和ScheduledThreadPoolExecutor,继承AbstractExecutorService类,AbstractExecut ...