August 09th 2017 Week 32nd Wednesday
Find hope from despair, life will become brilliant.
从绝望中寻找希望,人生终将辉煌。
Have you ever seen the movie Batman: The Dark Knight Rises?
There are many classic actor's lines full of philosophy in the movie.
And the most impressive one, in my opinion, goes as following:
I learned that there can be no true despair without hope.
Maybe I was touched by this line just because I have experienced the same thing before.
But the movie also told me that sufferings can build character.
If we can't surrender to the despairs and keep on fighting, the only effect of those frustrations is to make us strong as long as we aren't totally destroyed.
Hope is always better than despair, don't give up easily, perhaps our life will become brilliant if we can take some more steps forward.
I hope I can become strong, I expect I can see the days belonging to me. I beg you give me some blessings.
Variety is the soul of pleasure.
丰富多样是快乐的精髓。
From Aphra Behn.
Honestly speaking, I am really tired of writing down such quotes and making some breif comments about them.
I think my comments are ugly, lack of organization, sometimes I even failed to make clear the real meaning behind the quotes.
Is there any value in such routine works? I don't know, I just wrote them down and commented about them because I thought I had to do.
Maybe I have been lost my soul in these day-to-day routine works.
It seems I am just going along in this world from day to day, never giving my own thoughts about it.
Both in life and work, I just repeat such simple and low-grade tasks brainlessly, now that they don't require any special skills and I havn't consciously summarized the essential parts of them, it isn't surprising that I haven't gotten any improvement in my skills and any promotion in my career even though I have been working as a coder for several years.
When I was a greenhand, I was told that there was no need to spend our valuable time in reinventing the wheels.
But obviously I failed to defer to this wise advice.
Remember, when coding for practical projects, if we can consciously refine some frequently-used functions and encapsulate them, automate mundane and repetitive work as much as possible, then we can minimize the amount of manual programming involved in our work and concentrate on developing those new funcitons.
That can be called creative work, and in such ways we will become irreplaceable.
August 09th 2017 Week 32nd Wednesday的更多相关文章
- August 3rd, 2016, Week 32nd, Wednesday
I am looking for someone to share in an adventure. 我在找能和我一起分享冒险之旅的人. We are all looking for someone ...
- August 30th 2017 Week 35th Wednesday
A lion does not concern himself with the opinion of sheep. 狮子可不会在意绵羊是怎么想的. As a sheep, you must run ...
- August 23rd 2017 Week 34th Wednesday
Do not pray for easy lives. Pray to be stronger men. 不要祈祷舒适的生活,而是祈祷自己能变得更强大. It seems this quotation ...
- August 16th 2017 Week 33rd Wednesday
A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...
- August 12th 2017 Week 32nd Saturday
That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...
- August 11th 2017 Week 32nd Friday
I can't give you the world, but I can give you my world. 我不能给你全世界,但是我的世界我可以全部给你. Maybe I can't give ...
- August 10th 2017 Week 32nd Thursday
Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...
- August 08th 2017 Week 32nd Tuesday
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...
- August 07th 2017 Week 32nd Monday
Life is just a series of trying to make up your mind. 生活只是由一系列下决心的努力所构成. Some people say it is not y ...
随机推荐
- java.lang.IllegalArgumentException: Comparison method violates its general contract!
这个错误就是写比较器的时候少写了返回值的情况: 比如: Collections.sort(list, new Ordering<QtmSysUserListDto>() { @Overri ...
- 设计模式应用场景之Model设计中可以用到的设计模式
在开发中,不同的场景适用不同的设计模式.对于开发建模方面,可以根据模型的抽象类型设计成简单属性模式和复杂组合模式. 因为组合模式中的属性为多种类型对象,可操作性也比较灵活. 而针对这种复杂数据结构,有 ...
- JDK1.7新特性(2):异常和可变长参数处理
异常 jdk1.7对try--catch--finally的异常处理模式进行了增强,下面我们依次来看增强的方面. 1. 为了防止异常覆盖,给Throwable类增加了addSuppressed方法,可 ...
- 从父子组件的mounted钩子的同步执行与页面的异步渲染看nextTick的用法
最近复习vue的时候遇到了一个很奇怪的问题,我们直接从实例中看: <div id="app"> <child ref="child">& ...
- MySQL字符串函数:字符串截取
MySQL 字符串截取函数:left(), right(), substring(), substring_index().还有 mid(), substr().其中,mid(), substr() ...
- [转] sqlserver 中查看trigger的disabled/enabled情况
本文转自:http://blog.csdn.net/miqi770/article/details/48708199 SELECT t.name AS TableName, tr.name AS Tr ...
- [转]NancyFx/Nancy
本文转自:https://github.com/NancyFx/Nancy/wiki/Documentation Getting Started Introduction Exploring the ...
- WCF Data Services 5.0 for OData V3
https://www.microsoft.com/en-us/download/details.aspx?id=29306 VS 2010 下 安装 WCF Data Services 5.0 en ...
- Jquery Ajax 复杂json对象提交到WebService
在ajax的已不请求中,常常返回json对象.可以利用json.net给我们提供的api达到快速开发. 例子: using System;using System.Collections;using ...
- 7、包装类、System、Math、Arrays、大数据运算
基本类型封装 基本数据类型对象包装类概述 *A:基本数据类型对象包装类概述 *a.基本类型包装类的产生 在实际程序使用中,程序界面上用户输入的数据都是以字符串类型进行存储的.而程序开发中,我们需要把字 ...