April 9 2017 Week 15 Sunday
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的更多相关文章
- April 23 2017 Week 17 Sunday
It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...
- 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 ...
- April 2 2017 Week 14 Sunday
You only live once, but if you do it right, once is enough. 人生只有一次,但如果活对了,一次也就够了. Maybe I am going t ...
- April 30 2017 Week 18 Sunday
Our lives stretched out ahead of us, like a perpetual sunrise. 生命如永恒的日出,生生不息. Please respect yoursel ...
- 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 ...
- April 14 2017 Week 15 Friday
Try to be a rainbow in someone's cloud. 当乌云萦绕心头,我愿意成为你的彩虹. Actually there are many rainbows in our l ...
- April 13 2017 Week 15 Thursday
Happiness takes no account of time. 幸福不觉光阴过. Do you know the theory of relativity? If you know about ...
- April 12 2017 Week 15 Wednesday
Genius often betrays itself into great errors. 天才常被天才误. Genius can help us get greater achievements, ...
- April 10 2017 Week 15 Monday
He alone is poor who does not possess knowledge. 没有知识,才是贫穷. Knowledge, as a important part of wisdom ...
随机推荐
- 机器学习KNN实例之数字识别
- Hibernate JPA 如何使用SQL文直接查询
对于复杂SQL,可以直接调用native sql来是实现 public List<Partner> findPartners() { List<Partner> partner ...
- python3 发送QQ邮件
from email.header import Headerfrom email.mime.text import MIMETextfrom smtplib import SMTP_SSL emai ...
- css预处理器 sass和stylus对比以及常用功能
在众多的css预处理器语言中,sass和stylus算是十分优秀的两个.本文主要针对两者的常用功能做个简单的对比分析.在对比中了解二者的差异,同时帮助大家更好的掌握这两种预处理语言. 本文涉及到的sa ...
- SpringMVC中的视图和视图解析器
对于控制器的目标方法,无论其返回值是String.View.ModelMap或是ModelAndView,SpringMVC都会在内部将它们封装为一个ModelAndView对象进行返回. Spri ...
- JavaSE---值传递、引用传递
1.概述 1.1 值传递:传递的是值的拷贝:引用传递:传递的是引用的地址值:(Java中统称为值传递) 1.2 java中只有 基本数据类型.String s="aa";这2种 ...
- density peak聚类算法
一个ppt很好讲解了density peak算法的要义:https://pan.baidu.com/s/1oCR-gF1o1kfV-L7HnIa8og 算法来源自论文:Clustering by fa ...
- python3+Appium自动化09-Capability配置数据分离实践
代码实现 参数配置表:desired_caps.yaml platformName: Android deviceName: 192.168.175.101:5555 platformVersion: ...
- pat1033. To Fill or Not to Fill (25)
1033. To Fill or Not to Fill (25) 时间限制 10 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 ZHANG, Gu ...
- Java取得一个对象里所有get方法和set方法, 读取某个类下所有变量的名称
所有get方法和set方法public void getMethod(Object obj){ Class clazz=obj.getClass();//获得实体类名 Field[] fields = ...