October 15th 2016 Week 42nd Saturday
Word to World.
There are only two kinds of people who are really fascinating, people who know absolutely everything, and people who know absolutely nothing.
All I can do is be me, whoevever that is.
我所能做的只有做自己,无论我是谁。
You only can be yourself because there is absolutely no identical things in the world.
So choose your direction and live the life in your own way.
October 15th 2016 Week 42nd Saturday的更多相关文章
- October 14th 2016 Week 42nd Friday
		
Who am I? Coming October 18, 2016! 我是谁?2016.10.18 拭目以待! Don't worry. You will be a wow. Don't worry. ...
 - October 13th 2016 Week 42nd Thursday
		
If the world seems cold to you, kindle fires to warm it. 若世界以寒相待,请点燃火堆以温暖相报. Kindle fires to warm th ...
 - October 12th 2016 Week 42nd Wednesday
		
Passion is momentary; love is enduring. 激情短暂,真爱长久. What is love? And what is real love? We are alway ...
 - October 11th 2016 Week 42nd Tuesday
		
A friend is one who knows you and loves you just the same. 朋友就是懂你并爱你的人. Leave nothing for tomorrow w ...
 - October 10th 2016 Week 42nd Monday
		
What makes life dreary is the want of motive. 没有了目标,生活便黯然无光. Motive and goal, are absolutely indispe ...
 - October 8th 2016 Week 41st Saturday
		
When ambition ends, happiness begins. 野心消亡之日,正是快乐破茧之时. If I don't have the wish to be a useful man, ...
 - October 1st 2016 Week 40th Saturday
		
Autumn, the year's last, loveliest smile. 秋,四季流转中的最后一抹,也是最美的那一抹微笑. I love autumn because it is the h ...
 - October 21st 2017 Week 42nd Saturday
		
Only I can change my life. No one can do it for me. 只有我可以改变我的命运,没有人可以帮我做. Stop complaining about the ...
 - October 15th 2017 Week 42nd Sunday
		
Excellence is a continuous process and not an accident. 卓越是一个持续的过程而不是一个偶然事件. It is said that ten tho ...
 
随机推荐
- jquery 将disabled的元素置为enabled的三种方法
			
转--http://www.jb51.net/article/19342.htm 在jquery中可以通过jqueryObj.attr("disabled","disab ...
 - 用VS开发PHP扩展
			
开发前准备工作: VS(我用的2013) Cygwin(下载地址:http://www.cygwin.com/) 搭载了php运行环境的IIS7.5 (用来测试) php编译后的程序和编译前的源码,我 ...
 - 设置 github 帐号user.name和邮箱user.email
			
git config --global user.name username git config --global user.email username@email.com
 - 快速上手php:使用PhpStrom部署项目
			
闲话 上学的时候一直以为可以专注自己的领域,以为与php无缘的,但是这种想法是错误,在完成任务的时候,你不得不使用你不熟悉的语言或者框架.正所谓业务驱动开发,这次接手已经离职的前辈的留下来的项目,最蛋 ...
 - 刚开始用git遇到的无法提交变更的问题
			
原来我在目录里打开命令行,git bash默认执行的目录是c:/users了,错误的使用了git init,把$HOME 路径下的所有文件载入 git 仓库了,删除$HOME 路径下的".g ...
 - Java内存模型深度解读
			
Java内存模型规范了Java虚拟机与计算机内存是如何协同工作的.Java虚拟机是一个完整的计算机的一个模型,因此这个模型自然也包含一个内存模型——又称为Java内存模型. 如果你想设计表现良好的并发 ...
 - 使用XAMPP创建本地浏览器经验
			
1.曾经装过XAMPP,再次安装时需要检查以前的所有痕迹是否清除干净,否则,会导致出现很多问题. 2.第一次安装XAMPP端口一般来说,并不需要修改.当然需要修改的时候在Config按钮中修改.总共有 ...
 - 【转载】Python与ArcGIS Engine的集成
			
本文转载自Fransico<Python与ArcGIS Engine的集成> 1 在Python中调用AO类库 1.1 准备工作 本文所使用环境:ArcGIS 10.0.Python ...
 - 盒子模型简单理解(box-sizing)
			
普通解析: 概念图示和公式: html结构 <div class="num1"></div> 1.只写 width.height(写背景是为了区分) .nu ...
 - java ssh 框架下 利用junit4 spring-test进行单元测试
			
ssh框架下 由于bean实列 都交给spring 管理,要做单元测试就比较苦难,junit4 引入注解方便很多: 1. 加入依赖包 使用Spring的测试框架需要加入以下依赖包: JUnit 4 ...