September 20th 2016 Week 39th Tuesday
Failure is not fatal, but failure to change might be.
失败并不致命,但无法改变却可能是致命的。
I need change, but it seems I don't have the courage to make a change.
So it is natural that I am often immersed in depression.
The most distant way in the world in not the way from birth to the end.
It is when I sit near you that you don't understand I love you.
The most distant way in the world is not that you are not sure I love you.
It is when my love is bewildering the soul but I can't speak it out.
The farther backward you can look, the farther forward you can see.
你回首看得越远,你向前也会看得越远。
The past had been past, don't spend too much on them.
Look forward and walk forward, even if you can't go too further.
September 20th 2016 Week 39th Tuesday的更多相关文章
- September 27th 2016 Week 40th Tuesday
		
Friends are lost by calling too often and calling seldom. 交往过密过疏,都会失去朋友. Please mind your own busine ...
 - September 24th 2016 Week 39th Saturday
		
The worst solitude is to be destitute of sincere friendship. 最大的孤独莫过于没有真诚的友谊. I walk slowly, but I n ...
 - September 23rd 2016 Week 39th Friday
		
Even a small star shines in the darkness. 星星再小,也会发光. In the darkness, even a small star can shine. N ...
 - September 22nd 2016 Week 39th Thursday
		
Things won are done, the soul of joy lies in the doing. 得到即是完结,快乐的精髓在于过程. Things won are done, thing ...
 - September 21st 2016 Week 39th Wednesday
		
Don't try so hard, the best things come when you least expect them. 不要着急,最好的总会在最不经意的时候出现. Always tur ...
 - September 19th 2016 Week 39th Monday
		
We come nearest to the great when we are great in humility. 我们最为谦逊的时候越接近伟大. When you are powerful en ...
 - September 18th 2016 Week 39th Sunday
		
Be the king of the spiritual kingdom that is your heart. 在心灵的国土上,做自己的国王. Most often we are not able ...
 - September 6th 2016 Week 37th Tuesday
		
I only wish to face the sea, with spring flowers blossoming. 我只愿面朝大海,春暖花开. That scenery is beautiful ...
 - September 26th 2017 Week 39th Tuesday
		
I have to protect the one thing I can't live without. 我必须为我一生挚爱遮风挡雨. A man is a success if he gets u ...
 
随机推荐
- eclipse工具背景色模板-程序员保护好自己的眼睛
			
做为coder,要保护好自己的眼睛,eclipse 强烈推荐 Eclipse Color Theme插件,该插件包含多种当前流行的主题选择. 安装方法: 安装方法:1.先安装一个Eclipse Col ...
 - Hadoop之Storm命令
			
Hadoop之Storm命令 1.storm核心概念 stream--->一列火车 tuple--->一节车厢 数据--->乘客 spout--->始发站 bolt---> ...
 - asp.net读写配置文件方法
			
方法1: System.Collections.Specialized.NameValueCollection nvc = (System.Collections.Specialized.NameVa ...
 - JavaScript引用类型
			
引用类型虽然看起来和类很相似,但是它们却是不同的概念,引用类型的值,也就是对象是引用类型的一个实例.在Js中引用类型主要有Object,Array,Date,正则,Function等. 数组Array ...
 - 网页中的CSS换行控制
			
在进行DivCSS布局时,需要对文本进行控制,向大家介绍一下,CSS中控制换行的四种属性.一.white-space 可以实现HTML中PRE标签的效果,以及单元格的noWrap效果.语法: whit ...
 - hiho #1372:平方求 (bfs)
			
#1372 : 平方求和 时间限制:1000ms 单点时限:1000ms 内存限制:256MB 描述 对于一个非负整数n,最少需要几个完全平方数,使其和为n? 输入 输入包含多组数据.对于每组数据: ...
 - POJ 1273 网络流(最大流)模板
			
http://poj.org/problem?id=1273 这道题很值得反思,弄了一下午,交上去先是一直编译错误,而在本地运行没有问题, 原因可能是oj的编译器版本老旧不支持这样的写法 G[from ...
 - mac 下搭建php 编程环境全过程
			
1,打开终端, 设置root密码sudo passwd root输入密码 2, 安装 apachemac 自带apache 启动apachectl start重新启动apachectl restart ...
 - Python自动化之IO多路复用
			
单线程.多线程和异步对比图 灰色的是阻塞 IO多路复用 用户空间与内核空间 现在操作系统都是采用虚拟存储器,那么对32位操作系统而言,它的寻址空间(虚拟存储空间)为4G(2的32次方).操作系统的核心 ...
 - url中出现井号("#")的问题
			
今天在asp.net mvc网站项目的前台页面里写一段js代码时,想要跳转到某个url,例如 location.href="xxxx?"+"id="+id+&q ...