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. 如何用css让一个容器水平垂直居中

    方法一: 以前设置里面的绿div总是会使用{position:absolute;left:50%;top:50%;margin-left:-div宽度的一半;margin-top:-div高度的一半} ...

  2. 函数之-------------------------HR管理操作

    import os import time def emplog(content): #记录操作的一个函数,在删除,添加,修改都会用到这一操作, f=open("emp.log", ...

  3. SpringMVC DeferedResult和servlet3.1 AsyncContext异步请求

    先看一个简单的示例: @RequestMapping("/getFuture") public Future<String> getFuture() { System. ...

  4. sshd_config注释

    [root@H0f ~]# cat /etc/ssh/sshd_config #update by H0f -- # $OpenBSD: sshd_config,v // :: djm Exp $ # ...

  5. Java日志组件1---Jdk自带Logger(java.util.logging.Logger)

    最近在看日志的一些东西,发现利用JDK自带的log也可以简单的实现日志的输出,将日志写入文件的过程记录如下: 1.新建LogUtil.Java( 里面写了几个静态方法,为log设置等级.添加log控制 ...

  6. (转)Memcached用法--参数和命令详解

    Memcached用法--参数和命令详解 1. memcached 参数说明: # memcached -h 1.1 memcached 的参数 常用参数 -p <num> 监听的TCP端 ...

  7. 标准I/O库(详解)(Standard I/O Library)

    文章转自:https://www.cnblogs.com/kingcat/archive/2012/05/09/2491847.html 自己在学习中,对此原文的基础之上进行补充. 什么是缓冲区 缓冲 ...

  8. WPF调用Win Form

    WPF是win form的下一代版本,现在越来越多的公司使用WPF.如何兼容已有的使用win form开发的应用程序呢?下面有三种方式来在WPF中调用win form. 使用WPF中的WindowsF ...

  9. PHP高级分离术

    <!--高级分离术-->   <table border='1px'>         <?php foreach($data as $key=>$value){ ...

  10. 深入理解vertical-align和line-height的关系

    vertical-align的百分比值不是相对于字体大小或者其他什么属性计算的,而是相对于line-height计算的.举个简单的例子,如下CSS代码: { line-height: 30px; ve ...