August 5th, 2016, Week 32nd, Friday
Life is made up of small pleasures.
生活由各种细小的幸福构成。
Don't expect too much.
I am not qualified to get more according to what I have done.
I already have enough if compared to many others.
But everyone wants more, so do I.
I always feel that I am destined to be a loser, thoroughly losing in every field, no matter what I do, I can't change it, even a little bit.
However, some say that destiny is not a matter of chance.
It is a matter of choice.
It is not a thing to be waited for, but a thing to be achieved.
What should I do to achieve my destiny?
Whatever you are, be a good one.
无论你做什么,都请尽力做好。
For most jobs that were assigned to me, I didn't do very well, just scraped through the final tests.
So, the rewards I got from these jobs were correspondingly limited.
I want to be extraordinary, but what I have done were very ordinary.
As time passes, I become a person that is very ordinary, even the worst in some cases.
That is the first time I take the whole responsibility for a project, and it may be the only one that the God gave me to prove my ability.
I need to make it perfect.
August 5th, 2016, Week 32nd, Friday的更多相关文章
- August 6th, 2016, Week 32nd, Saturday
		
It is not the mountain we conquer, but ourselvess. 我们征服的不是高山,而是我们自己. Difficulties and obstacles, jus ...
 - August 4th, 2016, Week 32nd, Thursday
		
How does the world look through your eyes? 你眼中的世界是什么样的呢? This morning I saw a girl that is just the ...
 - August 3rd, 2016, Week 32nd, Wednesday
		
I am looking for someone to share in an adventure. 我在找能和我一起分享冒险之旅的人. We are all looking for someone ...
 - August 1st, 2016, Week 32nd Monday
		
Laughing is the most touching mask. 笑容是最动人的面具. I used to be very weclome in those I had met. And the ...
 - October 5th 2016 Week 41st Wednesday
		
Don't follow the crowd, let the crowd follow you. 不要随波逐流,要引领潮流. But to be a good follower is already ...
 - Spetember 5th 2016 Week 37th Monday
		
No matter how far you may fly, never forget where you come from. 无论你能飞多远,都别忘了你来自何方. Stay true to you ...
 - August 31st 2016 Week 36th Tuesday
		
A friend without faults will never be found. 没有缺点的朋友是永远找不到的. You can't find a friends without faults ...
 - August 30th 2016 Week 36th Tuesday
		
If you keep on believing, the dreams that you wish will come true. 如果你坚定信念,就能梦想成真. I always believe ...
 - August 29th 2016 Week 36th Monday
		
Every has the capital to dream. 每个人都有做梦的本钱. Your vision, our mission. That is an advertisment of UMo ...
 
随机推荐
- zoj3819Average Score
			
Average Score Time Limit: 2 Seconds Memory Limit: 65536 KB Bob is a freshman in Marjar Universi ...
 - tmux 快捷键
			
ctrl+b , 修改窗口名称 ctrl+b ' 快速按名字切换窗口 ctrl+b w 列出窗口列表 Ctrl+b 激活控制台:此时以下按键生效 系统操作 ? 列出所有快捷键:按q返回 d 脱离当前会 ...
 - C++标准转换运算符reinterpret_cast
			
C++标准转换运算符reinterpret_cast reinterpret_cast <new_type> (expression) reinterpret_cast运算符是用来处理无关 ...
 - python多线程备份MYSQL数据库并删除旧的备份。
			
#!/usr/bin/python # -*- coding=utf-8 -*- import time import os import datetime import threading from ...
 - JAVA本地方法详解,什么是JAVA本地方法?
			
一. 什么是Native Method 简单地讲,一个Native Method就是一个java调用非java代码的接口.一个Native Method是这样一个java的方法:该方法的实现由非j ...
 - 反射中 GetCustomAttributes
			
public abstract object[] GetCustomAttributes(bool inherit); 这是GetCustomAttributes方法的一个重载,参数为bool类型返回 ...
 - linux 中文件夹的文件按照时间倒序或者升序排列
			
1,按照时间升序 命令:ls -lrt 详细解释: -l use a long listing format 以长列表方式显示(详细信息方式) -t sort by modification time ...
 - Java EE学习——Quartz的Cron表达式
			
经历过低谷后,还是要好好学习,越失落会越来越落后. 今天写一下Cron表达式的用法,虽然是之前自己写的,也过了挺长一段时间,这次就拿出来作为回顾吧. Cron表达式是Quartz的精髓(个人觉得),比 ...
 - JavaScript 最佳实践
			
这个文档是基于JavaScript社区众多开发者的意见和经验,在开发JavaScript代码上的最佳实践和首选的方案的明细表.因为这是一个推荐的表而非原则性的方案,经验丰富的开发者可能对下面的表达会有 ...
 - ThinkPHP 分页实现
			
TP3.2框架手册,有一个数据分页,不过每次都要写太多的代码,还有中文设置等有些麻烦,做为程序开发者,有必要整理下: O.先看效果图 一.分页方法 /** * TODO 基础分页的相同代码封装,使前台 ...