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 ...
随机推荐
- vmware正在使用中问题
解决方法:找到vmware目录下的.lck文件,将其删掉即可.
- P5022 旅行 (NOIP2018)
传送门 先考虑是一颗树的情况 求最小的 dfs 序 显然按儿子编号从小到大dfs 如果有多一条边怎么办 显然会有一条边不用走 直接枚举删那条边然后每次都暴力 dfs 复杂度 $O(n^2)$ 注意每个 ...
- P1415 拆分数列
传送门 DP数列长度过大无法枚举,考虑DP设f1[i]储存以第i个字符为结尾时,的最后一个数最小时,这个数的开头的位置(很难想有木有)OK,状态有了,方程想一想就出来了:设$num[i][j]$为数列 ...
- Gym - 101615 D Rainbow Roads dfs序
题目传送门 题目大意: 给出一颗树,每条边都有一个颜色,对一个点来说,如果其他所有点到这个点的简单路径,相连的边颜色都不同,这个点即合法点,统计所有的合法点. 思路: 对于一个节点来说 1.如果这个节 ...
- #333 Div2 Problem B Approximating a Constant Range(尺取法)
题目:http://codeforces.com/contest/602/problem/B 题意 :给出一个含有 n 个数的区间,要求找出一个最大的连续子区间使得这个子区间的最大值和最小值的差值不超 ...
- CROSS APPLY和 OUTER APPLY 区别详解
SQL Server 2005 新增 cross apply 和 outer apply 联接语句,增加这两个东东有啥作用呢? 我们知道有个 SQL Server 2000 中有个 cross joi ...
- beeline hiveserver2 start
1. install hive 2. start hiveserver2 查看hiverserver2 是否正常运行: ps -ef | grep hive 2. start beeline 3. 链 ...
- Linux进程间通信的几种方式
1.管道及有名管道(pipe & named pipe) pipe 用于亲缘关系的进程间通信,named pipe除了pipe的功能外,还可以进行无亲缘关系进程间的通信. 2.信号(Signa ...
- [转]jQuery: get table column/row index remove table column (by column number)
本文转自:http://www.xinotes.org/notes/note/1087/ <!DOCTYPE html><html><head> <title ...
- eclipse maven程序包org.junit不存在
今天使用maven打包项目的时候出现下面的错误,提示org.junit不存在. 错误信息内容如下: [ERROR] /Users/aven/Documents/workspace/share/src/ ...