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 ...
随机推荐
- Idea的一些调试技巧
程序员的工作内容,除了大部分时间写代码之外,因为有不少的时间是用在调试代码上.甚至说不是在调试代码,就是即将调试代码. :) 今天我们来谈谈调试代码的一些技巧,在使用IDE提供的debugger时一些 ...
- React Native在特赞的应用与实践
基于React技术栈构建开发前端项目,并使用React Native开发特赞移动APP 目前正在使用Node.js开发和维护特赞服务网关,希望Node.js能够在更轻量级的微服务架构中发挥重要作用 课 ...
- tkinter中鼠标与键盘事件(十五)
鼠标与键盘事件 import tkinter wuya = tkinter.Tk() wuya.title("wuya") wuya.geometry("300x200+ ...
- jQuery学习之旅 Item2 选择器【二】
这里接着上一个Item1 把jQuery的选择器讲完.主要有:属性过滤器和子元素过滤器 点击"名称"会跳转到此方法的jQuery官方说明文档. 5. 属性过滤器 Attribute ...
- JVM学习②
JVM运行机制 1.JVM启动流程 Java启动命令->装载配置寻找jvm.cfg->根据配置寻找JVM.dll(JVM主要实现)->初始化JVM,获得JNIEnv接口 2.JVM基 ...
- java基础学习周计划之3--每周一练
每周一练第一周 一. 关键代码:1.斐波那契数列指的是这样一个数列 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...数列第一项和第二项是1, 从第三项开始, ...
- float_array.go
) if err != nil { log.Fatalf("Could not parse: %s", s) ret ...
- 打包前端WebSite到Go程序
打包前端WebSite到Go程序 Coolpy5发布在即,新版本要求服务端程序只是一个运行文件,经历了go的template无数坑后,最后还是放弃了,所以还是要把前端独立开发一个纯前端程序,但是go程 ...
- vector作为函数返回值
在实际的操作中,我们经常会碰到需要返回一序列字符串或者一列数字的时候,以前会用到数组来保存这列的字符串或者数字,现在我们可以用vector来保存这些数据.但是当数据量很大的时候使用vector效率就比 ...
- C++ 文件流的方式操作文件(一个简单的写入,读取)
新手学习c++哈,归纳的写了一下以 C++ 的方式写入读取文件,读文件到控制台,并加了行号.博客记录主要为了备忘.当然 ^_^ 喜欢同学的话可以拿走代码直接用.转帖注明出处哈.欢迎讨论,我一直认为:知 ...