August 13th 2016 Week 33rd Saturday
What makes life dreary is the want of motive.
没有目标与动力,生活便会郁闷无光。
Without dreams and hope, there will be no motive, and life will be no future.
I always feel that my life is dreary and depressed unsuccessful, just because there is no motive in my life.
Dreams? I think I have.
Can I give some precise and specific descriptions about my dreams?
Do I know how and what to make them true?
I can't and I don't.
That is where the tragedy lies.
Rather than complaining about the failures and unfairness, I'd better to think a little bit more about how and what to do to get some changes.
The ability to conquer oneself is no doubt the most precious of all things sports bestow.
毫无疑问,超越自身的能力是竞技赋予我们的最宝贵的东西。
Swifter, higher, stronger.
That is the very meaning of conquering and living beyond ourselves.
August 13th 2016 Week 33rd Saturday的更多相关文章
- August 27th 2016 Week 35th Saturday
		
Life is a series of commas, not periods. 人生是一系列的逗号,而不是句号. Sometimes I would rather life to be like a ...
 - August 20th 2016 Week 34th Saturday
		
Everything you see exists together in a delicate balance. 你所看到的一切都处于微妙的平衡中. Seeking for balance in l ...
 - August 12th 2016 Week 33rd Friday
		
Everything is good in its season. 万物逢时皆美好. Every dog has its day. You are not in your best condition ...
 - August 11th 2016, Week 33rd Thursday
		
A particular fine spring came around. 转眼又是一番分外明媚的春光. Hey, it is hot outside, sometimes even unbearab ...
 - August 10th, 2016, Week 33rd, Wednesday
		
The degree of loving is measured by the degree of giving. 爱的深浅是用给与的多少来衡量的. Some say that if you love ...
 - August 7th 2016, Week 33rd Sunday
		
Knowing yourself is the height of wisdom. 了解自己就是大智慧. Two-day holiday, even I didn't have enought tim ...
 - August 9th 2016, Week 33rd Tuesday
		
Tomorrow is never clear, our time is here. 明天是未知的,我们还是要过好当下. Tomorrow is not unpredictable, it is cl ...
 - August 8th 2016, Week 33rd Monday
		
Everything is going on, but don't give up trying. 万事随缘,但不要放弃努力. Every time when I want to give up, y ...
 - August 6th, 2016, Week 32nd, Saturday
		
It is not the mountain we conquer, but ourselvess. 我们征服的不是高山,而是我们自己. Difficulties and obstacles, jus ...
 
随机推荐
- XCode6的iOS Simulator 文件保存位置
			
我现在用的是XCode6.4,模拟器系统是iOS 8.4.其他版本可能会略有差异. 进入Finder,前往"~/Library/Developer/CoreSimulator/Devices ...
 - Javascript高级程序设计——面向对象之理解对象
			
在面向对象语言中都有类的概念,通过类来创建具有属性和方法的对象.而ECMAScript中没有类的概念,ECMAScript中定义了对象:无需属性的集合,其属性值可以包含基本值.对象.或者函数. 在Ja ...
 - python  __name__
			
当你打开一个.py文件时,经常会在代码的最下面看到if __name__ == '__main__':,现在就来介 绍一下它的作用. 模块是对象,并且所有的模块都有一个内置属性 __name__.一个 ...
 - mac 系统通用快捷键(mac 下的应用多数会往这些标准看齐)(转:http://yang3wei.github.io/blog/2013/02/08/chen-ni-yu-mac-chen-ni-yu-xcode/)
			
command + w: 关闭当前窗口 command + q: 退出程序 (Google Chrome 有点奇葩,按下之后还需要hold 那么一小会儿才能退出) command + m: 最小化当前 ...
 - NumPy的详细教程
			
原文 http://blog.csdn.net/lsjseu/article/details/20359201 主题 NumPy 先决条件 在阅读这个教程之前,你多少需要知道点python.如果你想 ...
 - OpenGL图元的颜色属性
			
OpenGL支持两种颜色模式:一种是RGBA,一种是颜色索引模式. 1. RGBA颜色RGBA模式中,每一个像素会保存以下数据:R值(红色分量).G值(绿色分量).B值(蓝色分量)和A值(alpha分 ...
 - Caffe学习系列(12):不同格式下计算图片的均值和caffe.proto
			
均值是所有训练样本的均值,减去之后再进行训练会提高其速度和精度. 1.caffe下的均值 数据格式是二进制的binaryproto,作者提供了计算均值的文件compute_image_mean, 计算 ...
 - zabbix安装报某些模块未安装上
			
执行下 make clean /usr/local/php5/bin/phpize ./configure --with-curl --with-php-config=/usr/local/php5/ ...
 - SDL播放声音
			
extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> ...
 - 转:JQuery实现下拉框的数据加载和联动
			
<script type="text/javascript"> $(document).ready(function() { GetByJquery(); $(&quo ...