June 15. 2018 Week 24th Friday
If at first you don't succeed, then dust yourself off and try again.
失败了没关系,重振旗鼓,从头再来。
From Aaliyah, 'Try Again'.
If at first you don't succeed, just try and try again.
If you are not willing to give up, you are running about the average.
Do not lose hope and do not hold on to the past mistakes, we all know that as long as we don't throw in the towel, there is still a slim chance that we can succeed.
Be a little more patient, and truly devote some practical actions on our goals, we are able to make some difference to our life.
Almost every successful person has faced many fears, has made many mistakes, but their amazing persistence has contributed a lot to theri successes.
Never accept defeat, never beat yourself, we still can go and go further.
Great minds have purpose, others have wishes.
杰出的人有着目标,其他人只有愿望。
Actually, many people can't tell the difference between purposes and wishes, I can't, either.
Rather than think of what we want as elusive or vague dreams, we must reframe them so they can grow up into purposes, achievable and actionable goals, which we are driven to accomplish.
But how to? What can we do if our dreams are beyond our abilities?
Accept the very reality that we are common, we are the average, but we can accomplish some extraordinary things through our unceasing efforts.
Here are several useful steps when trying to achieve goals:
1. Remember goals are purposes, or in the case of smaller goals, steps toward purposes;
2. Set long-term goals, basing the long-term goals on values that can increase our motivation;
3. Set short-term goals, small steps that move towards long-term goals;
4. Prioritize goals, arrange them in order of importance, clear priorities helps manage time and thus allow us to achieve more;
5. Define goal setting strategy;
6. Give deadlines to the goals;
7. Be accountable for the progress, we are the only one who is in chare of our life;
8. Expect failure, yet, demand resilience and persistence.
June 15. 2018 Week 24th Friday的更多相关文章
- June 16. 2018, Week 24th. Saturday
Success is the ability to go from one failure to another with no loss of enthusiasm. 成功,就是即使经历过一个又一个 ...
- June 14. 2018 Week 24th Thursday
Good friends, good books, and a sleepy conscience: this is the ideal life. 拥有益友.良书和一颗宁静的内心:这就是理想的生活. ...
- June 13. 2018 Week 24th. Wednesday
Life is too short to miss out anything; try to take it slowly. 生命短暂,放慢脚步,别错过任何沿途的风景. From Ferris Bue ...
- June 12. 2018 Week 24th. Tuesday
Just be yourself because you are unique and you will shine. 每个人都是独一无二的,做好你自己,你也能够光芒四射. From What a G ...
- June 11. 2018 Week 24th, Monday
Love is the beauty of the soul. 爱是灵魂之美. From Saint Augustine. The complete version of this quote goe ...
- June 10. 2018, Week 24th, Sunday
There is no friend as loyal as a book. 好书如挚友,情谊永不渝. From Ernest Miller Hemingway. Books are my frien ...
- June. 26th 2018, Week 26th. Tuesday
No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...
- June. 21 2018, Week 25th. Thursday
Summertime is always the best of what might be. 万物最美的一面,总在夏季展现. From Charles Bowden. It was June, an ...
- June 30th. 2018, Week 26th. Saturday
Curiosity is the wick in the candle of learning. 如果学习是一根蜡烛,那好奇心就是烛芯. From William Arthur Ward. Pleas ...
随机推荐
- 部署vmware-vcsa 6.5
介绍一下vcsa vsphere的两个最重要的组件是esxi和vcenter server,esxi是虚拟化主机管理软件,而vcenter server则是管理.组织多台esxi主机的管理中心. es ...
- Java之判断大整数是否为平方数
在本篇博客中,我们将讨论如何使用有效的算法来判断一个大整数是否为平方数. 给定正整数\(n\),如果存在一个整数\(m\),满足\(m^{2}=n\),那么则称\(n\)为平方数.因此,判断一 ...
- [转]Angular4 数据请求 POST、GET
本文转自:https://blog.csdn.net/dailuwen/article/details/79375980 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog ...
- 【手记】解决VS2017 git 拉取按钮灰色的问题
如图: 若干仓库都是能推不能拉,下面显示当前分支不跟踪远程分支,后来在这里找到给分支建立跟踪的方法,又在这里找到在VS2017中敲git命令的方法,在此感谢上述博文的作者.总结一下: 在VS2017进 ...
- [android] 安卓进程优先级&为什么使用服务
应用程序:一组组件(activity service provider receiver)的集合 一般情况下,一个应用程序对应一个进程 一般情况下,关闭掉应用,关闭掉所有界面,应用程序的进程还在后台运 ...
- Hibernate(十四)抓取策略
抓取策略: 抓取策略是当应用程序需要在(Hibernate实体对象图的)关联关系间进行导航的时候,Hibernate如何获取关联对象的策略.Hibernate的抓取策略是Hibernate提升性能的一 ...
- Redirection
Typically, the syntax of these characters is as follows, using < to redirect input, and > to r ...
- No.3 数组中重复的数字 (P39)
题目1:找出数组中重复的数字 [题目描述] 在一个长度为n的数组里的所有数字都在0到n-1的范围内. 数组中某些数字是重复的,但不知道有几个数字是重复的.也不知道每个数字重复几次.请找出数组中任意一个 ...
- nginx部署与安装
1.在学习ngnix的时候,免不了需要进行安装,安装其实很简单,一个shell脚本就可以搞定可以参考如下 使用root用户执行nginx-install.sh脚本即可,脚本如下: #!/bin/bas ...
- spring boot mybatis 打成可执行jar包后启动UnsatisfiedDependencyException异常
我的spring boot + mybatis项目在idea里面执行正常,但发布测试环境打成可执行jar包后就启动失败,提示错误如下: [ ERROR] [2018-08-30 17:23:48] o ...