In the evening one may praise the day.

入夜方能赞美白昼。

I think that could be understand in different ways, at least two.

One is that we praise the day in the evening, because the day brings us the light, in the evening we know the value of light.

The other is that we praise the day in the evening, because after one day's work, we feel satisfied with our accomplishments.

And I think the former understanding may match more with the cases.

Only after we had lost somethings like light, love, friendship, we would know the value of them, maybe when we had them, we took them for granted.

Remember, nothing could be taken as granted.

Try to imagine what your life will be if you lose something or if you are deprived of something that orginally belonged to you.

Maybe you will have a deep understanding about life and you may cherish what you have now.

Uh, I orginally thought that keeping a healthy and strong body may be very easy for me, but after my right leg ached for some unknown reasons, I knew that health and a strong body are very, very valuable things.

So, what I want to say is that we must cherish and be thankful for those things we have now.

All life is an experiment. The more experiments you make the better.

生活就是做实验,你做的实验越多,你就能做的越好。

Experiments may be quite different from trials.

Compared to likening the life as doing experiments, I would rather liken it as doing some trials.

Because in my personl view, there may be some rules or some existed ways to follow when doing experiments, once the results don't match our expectations, then we can know where the problems are, just by reviewing our procedures.

However, when doing some trials, we might know little about what the outcomes may be.

Only when the results are disappointing, we know we may do something wrong.

And sometimes, even if the results are good, we might not know why the results are good, maybe the God do something favorful to us.

Ok, ok, now that I can't control the results, I had better do as many things as I can, maybe there is something great in some trial, but who knows?

April 9 2017 Week 15 Sunday的更多相关文章

  1. April 23 2017 Week 17 Sunday

    It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...

  2. April 11 2017 Week 15 Tuesday

    Love is hard to get into, but harder to get out of. 相爱不易,相忘更难. The past are hurt, but I think we can ...

  3. April 2 2017 Week 14 Sunday

    You only live once, but if you do it right, once is enough. 人生只有一次,但如果活对了,一次也就够了. Maybe I am going t ...

  4. April 30 2017 Week 18 Sunday

    Our lives stretched out ahead of us, like a perpetual sunrise. 生命如永恒的日出,生生不息. Please respect yoursel ...

  5. April 16 2017 Week 16 Sunday

    Happiness is a way station between too much and too little. 幸福就是刚刚好. I don't want to talk about it a ...

  6. April 14 2017 Week 15 Friday

    Try to be a rainbow in someone's cloud. 当乌云萦绕心头,我愿意成为你的彩虹. Actually there are many rainbows in our l ...

  7. April 13 2017 Week 15 Thursday

    Happiness takes no account of time. 幸福不觉光阴过. Do you know the theory of relativity? If you know about ...

  8. April 12 2017 Week 15 Wednesday

    Genius often betrays itself into great errors. 天才常被天才误. Genius can help us get greater achievements, ...

  9. April 10 2017 Week 15 Monday

    He alone is poor who does not possess knowledge. 没有知识,才是贫穷. Knowledge, as a important part of wisdom ...

随机推荐

  1. Java实现范围内随机数

    JDK1.7及以上 int randomNum = ThreadLocalRandom.current().nextInt(min, max + 1); // 包含max,所以要加1 JDK1.7以前 ...

  2. 测试转型之路--学习ing

    http://www.importnew.com/27309.html 测试开发工程师 - 抖音方向 职位描述1.深度参与产品研发项目, 协同产品经理.业务研发.用户反馈团队优质交付产品:2.参与质量 ...

  3. 4.AOP

    1.代理模式 代理模式(Proxy Pattern)是GoF23种常用设计模式之一使用代理模式创建代理对象,让代理对象控制目标对象的访问,并且可以在不改变目标对象的情况下添加一些额外的功能包括静态代理 ...

  4. thymeleaf总结

    thymeleaf 基本功能是将 th:xxx的内容替换html标签的内容 原标签的内容会被替换掉,原内容只是前端用来显示demo的 和freemarker, velocity的重要区别是,它们的自定 ...

  5. JAVA生成word的几种方法对比

    首先介绍几种java导出word方案 1.Jacob是Java-COM Bridge的缩写,它在Java与微软的COM组件之间构建一座桥梁.使用Jacob自带的DLL动态链接库,并通过JNI的方式实现 ...

  6. bcc-tools安装

    1           一. 安装cmake cmake是一种跨平台的编译工具,安装过程如下: 下载源码包:https://cmake.org/files/v3.8/cmake-3.8.0.tar.g ...

  7. python3+Appium自动化13-H5元素定位实践案例

    测试场景 启动钉钉app进入工作H5页面,点击考勤签到 查看webview上元素 1.电脑上打开chrome浏览器输入:chrome://inspect/#devices 2.Discover USB ...

  8. 创建weblogic受管理服务器和安全文件

    启动 admin server Oracle/Middleware/user_projects/domains/base_domain/bin> startWebLogic.sh 1创建受管服务 ...

  9. Spring boot-(3) Spring Boot特性2

    1. 外部配置 Spring Boot支持外部配置,以便可以在不同的环境中使用相同的应用程序代码.可以使用properties文件,YAML文件,环境变量或命令行参数进行外部配置.可以使用@Value ...

  10. Flyweight_pattern--reference

    http://en.wikipedia.org/wiki/Flyweight_pattern In computer programming, flyweight is a software desi ...