July 06th. 2018, Week 27th. Friday
Life has no limitations, except the ones you make.
生命无限,除非你自我设限。
From Les Brown.
There would be no limitation if we can set the right goals and go all out for them.
Right goals? Yes, frankly speaking, I want to single out that setting right or suitable goals would prop us up in the process of achieving our life goals.
In other words, if we can successfully realize who we really are, what our personal strengths are, and what our shortcomings are, we could easily eastablish the plans of our life and career, that is, to shoot the arrow at the central of the target.
By continuously enhancing those strong points and improving upon those weak ones, we can maximize our abilities to go as far as possilbe.
As for myself, I always feel that I haven't had a clear understanding about myself, especially what kind of person I want to be in the future, I always want more, I always hope that I could be excellent in every aspect, but I know that would be impossible.
So, try to figure out what I really want, try to set the right goals, try to make some of them true in the coming days.
Come on, time is running short, we must achieve something to win the recognization of others.
A winner is a dreamer who never gives up.
成功者是坚持梦想不放弃的人。
Most of the winners in the world might have faced numerous failures and disappointments in their ways to their successes, but they never stopped believing in the beauty of their dreams and never gave up striving.
Maybe sometimes we would wonder that why others always can get the opportunites to show their talents and become the winners of life, but we can't.
How should we know when to take an opportunity and when we should wait for the next one?
The answer is we won't know. Life is not a game of chance that we need to gamble with opportunities, it is a game of striving for our own dreams.
And the key to win is to never give up, and try to fuel our chances by taking the opportunities that would get us closer to realize our dreams.
Believe, hold on, keep practising.
As long as we strive for the best, there are always better things on our way.
July 06th. 2018, Week 27th. Friday的更多相关文章
- July 07th. 2018, Week 27th. Saturday
Soon is not as good as now. 别谈未来,现在就行动. From Seth Godin. I always told myself that I should finish w ...
- July 05th. 2018, Week 27th. Thursday
Pleasure in the job puts perfection in the work. 乐于工作才能有完美表现. From Aristole. Do you want promotion? ...
- July 04th. 2018, Week 27th. Wednesday
And if you really want to see what people are, all you have to do is to look. 想真正了解他人,只需要用心看. From W ...
- July 03rd. 2018, Week 27th. Tuesday
I don't know anything with certainty, but seeing the stars makes me dream. 我不知道世间有什么事是确定不变的,但只要一看到星空 ...
- July 02nd. 2018, Week 27th. Monday
Bad times make a good man. 艰难困苦出能人. Bad times make a good man, and hard times create strong men, but ...
- July 01st. 2018, Week 27th. Sunday
Empty your cup so that it may be filled. 清空杯子,方能再次装满. From Bruce Lee. We can't learn anything new if ...
- July 06th 2017 Week 27th Thursday
Knowledge is the antidote to fear. 知识可以解除恐惧. Fear always steps from unknown things. Once we know wha ...
- 导航狗IT周报第十五期(July 8, 2018)
摘要:Seclists.Org: 微信支付SDK存在XXE漏洞:WordPress 4.9.6存在文件删除漏洞:linux中常用的文件打包/解包与压缩/解压缩命令总结… 安全播报 Seclists.O ...
- July 10th, 2018. Tuesday, Week 28th
Winning isn't everything, but wanting it is. 胜利并不能代表一切,但求胜心可以. From Arnold Palmer. Compared to this ...
随机推荐
- @Controller和@RestController之间的区别
1. Controller, RestController的共同点 都是用来表示Spring某个类的是否可以接收HTTP请求 2. Controller, RestController的不同点 @Co ...
- ActiveX、OLE和COM的关系(转自百度文档)
比较流行的组件模型有COM(Component Object Model,对象组件模型)/DCOM(Distributed COM,分布式对象组件模型)和CORBA(Common Object Req ...
- Yii 1.1 请求报400错误
Yii的action可以带参数,比如: class PostController extends CController { public function actionCreate($categor ...
- Spring Boot 2.0 教程 - 深入SpringAplication
原文连接:https://www.codemore.top/cates/Backend/post/2018-05-20/spring-boot-SpringApplication 可以通过Spring ...
- redis缓存本地安装教程
http://www.runoob.com/redis/redis-install.html
- SimpleXML系列函数操作XML
创建SimpleXML对象 种方法来创建对象,分别是: l Simplexml_load_file()函数,将指定的文件解析到内存中. l Simplexml_load_string()函数,将创 ...
- MyBatis的增删改查。
数据库的经典操作:增删改查. 在这一章我们主要说明一下简单的查询和增删改,并且对程序接口做了一些调整,以及对一些问题进行了解答. 1.调整后的结构图: 2.连接数据库文件配置分离: 一般的程序都会把连 ...
- Django rest_framework快速入门
一.什么是REST 面向资源是REST最明显的特征,资源是一种看待服务器的方式,将服务器看作是由很多离散的资源组成.每个资源是服务器上一个可命名的抽象概念.因为资源是一个抽象的概念,所以它不仅仅能代表 ...
- BZOJ_2134_单选错位——期望DP
BZOJ_2134_单选错位——期望DP 题意: 分析:设A为Ai ∈ [1,ai+1] 的概率,B为Ai = A(imodn+1)的概率显然P(A|B) = 1,那么根据贝叶斯定理P(B) = P( ...
- java happens-before原则规则
程序次序规则:一个线程内,按照代码顺序,书写在前面的操作先行发生于书写在后面的操作: 锁定规则:一个unLock操作先行发生于后面对同一个锁额lock操作: volatile变量规则:对一个变量的写操 ...