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的更多相关文章

  1. 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 ...

  2. May 30. 2018 Week 22nd Wednesday

    Never forget to say "Thanks." 永远不要忘记说谢谢. Don't take anything we get for granted, and never ...

  3. January 31st, 2018 Week 05th Wednesday

    Real love is not just instinct, but intent. 真正的爱不是身体上的一见钟情,而是要用心去经营. What is real love? Honestly, I ...

  4. November 15th, 2017 Week 46th Wednesday

    Of all the tribulations in this world, boredom is the one most hard to bear. 所有的苦难中,无聊是最难以忍受的. When ...

  5. November 08th, 2017 Week 45th Wednesday

    Keep your face to the sunshine and you cannot see the shadow. 始终面朝阳光,我们就不会看到黑暗. I love sunshine, but ...

  6. November 01st, 2017 Week 44th Wednesday

    People always want to lead an active life, and is not it? 人们总要乐观生活,不是吗? Be active, and walk towards ...

  7. October 31st, 2017 Week 44th Tuesday

    No matter how hard the past is, you can always begin again. 不管过去有多么困难,你都可以重新开始. Honestly, I don't ag ...

  8. October 25th, 2017 Week 43rd Wednesday

    Perseverance is not a long race; it is many short races one after another. 坚持不是一个长跑,她是很多一个接一个的短跑. To ...

  9. October 18th 2017 Week 42nd Wednesday

    Only someone who is well-prepared has the opportunity to improvise. 只有准备充分的人才能够尽兴表演. From the first ...

随机推荐

  1. 使用类和对象、方法、循环、List、泛型来实现简单的图书管理系统

    Book.java import java.util.List; import java.util.Scanner; public class Book { private String name; ...

  2. spring对异步的支持

    spring中异步方法的配置 1.在web.xml文件中设置org.springframework.web.servlet.DispatcherServlet的async-supported属性为tr ...

  3. 一步步带你做vue后台管理框架

    1.登录 (1).  一步步带你做vue后台管理框架(三)——登录功能 2.权限控制 (1)  基于Vue2.0实现后台系统权限控制 (2) 手摸手,带你用vue撸后台 系列二(登录权限篇)

  4. zabbix_agent 主动模式配置

    一,主动与被动模式 默认的模式就是被动模式由服务端发送执行指令,客户端再执行 主动模式则为客户机自己找服务器拿任务执行 二,主动模式配置 查看客户端配置文件 grep '^[a-Z]' /etc/za ...

  5. shell 括号的区别

    $() 用于命令交换 里面会会执行命令,如果你写其他的: 会直接报错的 ` ` 也是用于命令交换的哦   和$() 的操作是一样的 ${ } 用于变量替换 每次调用环境的时候是需要带一个${ } 但是 ...

  6. 关于两个 IQueryable 合并

    原先根据需求要对数据进行两种筛选,起初写过滤条件,但是过滤后发现有的数据重叠.因此改为查询两次. 因为查询后返回的是两个相同的.匿名的 IQueryable ,最终的目的是想两个 类型结合成一个. 参 ...

  7. 使用 Azure CLI 创建虚拟机

    使用 az vm create 命令创建虚拟机. 创建虚拟机时,可使用多个选项,例如操作系统映像.磁盘大小调整和管理凭据. 在此示例中,创建了一个名为“myVM”的运行 Ubuntu Server 的 ...

  8. 2017年10月30日 vs初级教学

    Console.Write("Hello World!"); / / 插入 Hello World!            Console.WriteLine("Hell ...

  9. mybatis简单示例

    1.引入mybatis.jar mysql-connector-java-5.1.47.jar <dependency> <groupId>org.mybatis</gr ...

  10. 设置session超时的三种方式

    设置session超时的三种方式 1. 在容器中设置:如在tomcat-7\conf\web.xml中设置 Tomcat默认session超时时间为30分钟,可以根据需要修改,负数或0为不限制sess ...