October 08th 2017 Week 41st Sunday
Talent wins games, but teamwork and intelligence wins championships.
才华让你赢得比赛,团队及智慧让你赢得冠军。
But the most talented guys can help his team win the triumphs even if his teammates may be infeiror to his oppenents, and of course, I mean that his teammates can't be the undercover of the opposing team.
If you are not the one who can hold the whip land easily all the time, it would be better to make good use of the abilities of your teammates, at least you should make sure they can help you in defence and let you worry-free when you launch your attacks.
Some so-called life-mentors always try to tell us that nothing is impossible and it all depends on man, that is, you would win through if you can persist in your current understakings.
Just bull-shit. Most often your personal capabilities are not the decisive factors on the results.
Just as you want to make it plain in an interview that you are not too timid to speak up, you want to make it clear you are not over-confident or intent on dominating the process.
One should count each day a separate life.
要把每天都过成新生活。
From Seneca.
You can't live each day as a separate life, because each day is based on the day of yesterday and is the foundation for the day of tomorrow as well.
There are close relationships among them and we can't easily separate them from one another.
So, I would rather to live every day a little better than the yesterday of it.
That is the very dream I have pursued these years, but it is quite hard to be realized, even just a petty part of it.
October 08th 2017 Week 41st Sunday的更多相关文章
- October 9th 2016 Week 41st Sunday
		
No matter how resourceful you are, you can't fight fate. 人纵有万般能耐,终也敌不过天命. I find that I gradually be ...
 - October 2nd 2016 Week 41st Sunday
		
The road to success is lined with many tempting parking spaces. 通往成功的路边充斥着许多诱人的休息区. Exhausted, I thi ...
 - October 29th, 2017 Week 44th Sunday
		
There was another life that I might have had, but I am having this one. 我明明可以过另一种生活,但我却选择了这一种. Be re ...
 - October 22nd, 2017 Week 43rd Sunday
		
Yesterday is not ours to recover, but tomorrwo is ours to win or lose. 我们无法重拾昨天,但我们可以选择赢得或者输掉明天. Eve ...
 - October 15th 2017 Week 42nd Sunday
		
Excellence is a continuous process and not an accident. 卓越是一个持续的过程而不是一个偶然事件. It is said that ten tho ...
 - October 14th 2017 Week 41st Saturday
		
I was well beaten myself, and I am beffer for it. 我自己也被打败过,但我因此变得更好. For most of us, the life road c ...
 - October 13th 2017 Week 41st Friday
		
The shortest distance between two people is a smile. 人与人之间最短的距离是微笑. I find a smiling face can bring ...
 - October 12th 2017 Week 41st Thursday
		
Be happy for this moment. This moment is your life. 为这一刻感到高兴,这一刻是你的人生. Yesterday Tencent became Asia ...
 - October 11th 2017 Week 41st Wednesday
		
If you don't know where you are going, you might not get there. 如果你不知道自己要去哪里,你可能永远到不了那里. The reward ...
 
随机推荐
- ruby 数据sql操作
			
ActiveRecord ActiveRecord 是 Rails 的 ORM 元件,負責與資料庫溝通,讓我們可以用物件導向的語法操作資料庫.在”打造 CRUD 應用程式”一章中提到的對應概念如下: ...
 - 生产环境部署node记录(二):pm2和nginx
			
安装完node和npm ,接下来安装pm2 首先简单介绍下pm2,官网的介绍是: pm2 是一个带有负载均衡功能的Node应用的进程管理器.当你要把你的独立代码利用全部的服务器上的所有CPU,并保证进 ...
 - HTML5的拖放事件
			
1.给标签添加属性draggable=ture即可允许拖放,有些标签可以不加,例如img有图片.a有url,默认拥有拖放功能 2.事件在被拖动元素上触发 ondragstart ondrag ondr ...
 - Python WSGI接口
			
WSGI(Web Server Gateway Interface 或 Python Web Server Gateway Interface ),是为 Python 语言定义的 Web 服务器与 W ...
 - Redis--redis集群环境搭建
			
1.redis-cluster架构图 Redis 自3.0以后开始支持集群.从上图我们可以看出,redis集群的每个节点之间都进行相互通信,在redis集群中,不存在代理层,即没有固定的入口.redi ...
 - Ionic CLI 升级到最新版本
			
由于Ionic 自身也在不停的更新当中, 所以开发者经常会遇到从官方的CLI 命令,在命令行窗口中执行出错的情况. 就比如我一个月之前安装的ionic 2.2.2版本,已不能使用最新的3.2.0 CL ...
 - ShellExecute  启动外部程序 参数详细介绍
			
ShellExecute的功能是运行一个外部程序(或者是打开一个已注册的文件.打开一个目录.打印一个文件等等),并对外部程序有一定的控制. 目录 1基本简介 2原型参数 3返回值 4例子 5特殊用法 ...
 - Js四则运算精度问题处理
			
JavaScript小数在做四则运算时,精度会丢失,这会在项目中引起诸多不便.先看个具体的例子: //较小的数运算 console.log(0.09999999 + 0.00000001); //0. ...
 - Mapped Statements collection does not contain value for 问题的解决
			
在做SSM项目的时候,遇到MyBatis抛出的一个异常: Mapped Statements collection does not contain value for org.lyk.vo.mapp ...
 - SpringMVC 面试题
			
SpringMVC 面试题 什么是Spring MVC ?简单介绍下你对springMVC的理解? Spring MVC是一个基于MVC架构的用来简化web应用程序开发的应用开发框架,它是Spring ...