June 28th 2017 Week 26th Wednesday
Anger begins with folly, and ends in repentance.
愤怒以愚蠢开始,以后悔告终。
Learn to control your temper, don't lose your temper over trivial things, especially over the good intention provided by others.
You will hurt them, and you may have no chance to repair the borken relationship.
If you feel angry, try to list the reasons resulting in your anger, if you can figure out why, then you will have the chances to pinpoint your efforts to correct them.
Yesterday, there was an earthquake in Sichuan, and my hometown, which is several hundreds kilometers away from the epicnter, can feel its power.
With the help from the local and the whole country, I think the disater relief work can be carried out well.
There cannot be a crisis next week. My schedule is already full.
下周不可能有危机,我的日程早就排满了。
From Henry Kissinger.
Men proposes, and God disposes.
Even if we have been well prepared for all the possiblities, the final results may be not desirable, sometimes, even totally disappointing.
Alas, maybe I am too pessimistic to see any positive trend that exists in my life.
I was told that the only thing standing between me and my goals is the bullshit story I keep telling myslef that I can't achieve it.
But I found even if I kept on telling myslef that I can make my dreams true, eventually the outcomes or the reality were quite disappointing.
Maybe I shouldn't have expected too much of live, I shouldn't have expected that every deeds I do would have something in return.
Just like today, when I woke up, I found it was too late, I was late for my work once again.
And even though I had slept for eight hours at night, in the daytime, I was so tired and felt sleepy all the day.
Maybe I have to postpone the deadline I previously set for my task.
June 28th 2017 Week 26th Wednesday的更多相关文章
- June 28th. 2018, Week 26th. Thursday
You cannot change the circumstances but you can change yourself. 既然改变不了环境,那就改变自己. From Jim Rohn. Rec ...
- June. 27th 2018, Week 26th. Wednesday
To be great, truly great, you have to be the kind of person who makes the others around you great. 要 ...
- June 30th 2017 Week 26th Friday
Love me little and love me long. 不求情意浓,但愿情意久. Some people say beautiful young people are the creatur ...
- June 29th 2017 Week 26th Thursday
Hope for the best, but prepare for the worst. 做最好的期望,做最坏的打算. Always remember that quotes about being ...
- June 27th 2017 Week 26th Tuesday
Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...
- June 25th 2017 Week 26th Sunday
There is always that one song that brings back old memories. 总有那么一首歌,让你想起那些旧的回忆. There are seveal so ...
- June 21st 2017 Week 25th Wednesday
Discontent is the first step in progress. 不知足是前进中的第一步. Several days ago, I wrote down a quote which ...
- June 14th 2017 Week 24th Wednesday
Love looks not with the eyes, but with the mind. 爱,不在眼里,而在心中. Staring in her eyes and you will find ...
- June 07th 2017 Week 23rd Wednesday
Failure is the condiment that gives success its flavor. 失败是让成功变美味的调味料. There are kinds of flavors in ...
随机推荐
- selenium+python(数据驱动测试)
自动化领域的两种驱动,对象驱动与数据驱动 数据驱动:测试数据的改变引起执行结果的改变 叫 数据驱动 关键字驱动:测试对象名字的改变起引起测试结果的改变 叫 关键字驱动 1 .读取文件参数化 以百度 ...
- LinuxShell脚本基础 6-case...esac的使用和通配符
1.case...esac的使用 #!/bin/bash echo "请输入编号 选择不同的显示文件和目录方式:" echo "1 - 普通显示" echo & ...
- HBase数据快速导入之ImportTsv&Bulkload
导入数据最快的方式,可以略过WAL直接生产底层HFile文件 (环境:centos6.5.Hadoop2.6.0.HBase0.98.9) 1.SHELL方式 1.1 ImportTsv直接导入 命令 ...
- CountDownLatch同步工具--控制多个线程执行顺序
好像倒计时计数器,调用CountDownLatch对象的countDown方法就将计数器减1,当到达0时,所有等待者就开始执行. java.util.concurrent.CountDownLatch ...
- javascript array类型用法
javascript高级编程-Array引用类型用法总结 2016-09-17 | 357 引用类型-Array类型 引用类型是一种数据结构,用于将数据和功能联系起来. 创建对象的方式: ...
- iOS 模拟器截屏快捷键
iOS 模拟器截屏快捷键: cmd+S
- [PY3]——创建多值映射字典?/defaultdict默认字典/setdefault()
Defaultdict 默认字典 collections 模块中的 defaultdict(默认字典),可以用来构造“一个键映射多个值”这样的字典 如果你想保持元素的插入顺序就应该使用list, 如果 ...
- java.lang.NumberFormatException: For input string: "1" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang
java.lang.NumberFormatException: For input string: "1" at java.lang.NumberFormatException ...
- java中的interrupt(),InterruptException和wait(),sleep()
标题中的几个概念大概设计到线程同步以及线程阻塞这两个概念.线程同步,就是同一时刻,只有一个线程能执行指定的代码:另外一个线程阻塞就是当前线程暂时停在某个位置,等待某个条件成立之后再继续往下面执行. ...
- IE10 CSS Hack(顺便聊聊IE11的CSS Hack)
一.特性检测:@cc_on 我们可以用IE私有的条件编译(conditional compilation)结合条件注释来提供针对ie10的Hack:该脚本里面的IE排除条件注释,以确保IE6-9不承认 ...