June 29th 2017 Week 26th Thursday
Hope for the best, but prepare for the worst.
做最好的期望,做最坏的打算。
Always remember that quotes about being ourselves are all about being strong and being confident in whatever we are doing and never give up.
This is why self-development is so important, we are exactly what we have spent our time developing into.
We must consciously develop out the ablity of self-healing, just for we can quickly recover from the depressing mood when the results don't meet with our expectations.
It is inevitable to get some unexpected outcomes in our life, I know I have a purpose in this world and I live to fulfill this purpose.
Prepare the worst, even the result turns to be the worst, we shouldn't lose our confidence and give up.
But sometimes, we also can lower our expectations for the future, then we will experience fewer disappointing moments.
A problem is a chance for you to do your best.
问题也是机会,你得以把事情做到最好。
From Duke Ellington.
Let's first get to know something about this guy, Duke Ellington.
I had thought that the man may be a scientist, or an economist, or an entrepreneur, but after I searched the name on the wikipedia, I was somewhat surprised to find that he turned out to be an artist, or, to be more precise, a musician, composer, pianist, and a bondleader.
Born in America, he lived between 1899 and 1974, sadly, he had passed away about 40 years ago.
There are many other quotations telling the same meaning as this one, I would like to list several of them below:
Problems are not stop signs, they are guidelines.
Don't be afraid to make mistakes, it is always better to make some mistakes when doing somethings than never to challenge new things just due to fear of making mistakes and failing to fulfill our responsibilities.
Once you allow such negative thoughts overwhelme us, we will be reluctant to challenge some new possibilities.
Sometimes such feelings are very normal, and I think they are of human:
If we have just suffered a major disappointment, our energy will probably be low, we might be afraid to take another risk, and all of that may hold us back from achieving.
Remember, problems can serve as guidelines and hints for how to improve.
But I tried, didn't I? God damn it, at least I did that.
June 29th 2017 Week 26th Thursday的更多相关文章
- June 01st 2017 Week 22nd Thursday
Do what you say, say what you do. 做你说过的,说你能做的. Do what I have said, live up to my promise, answer th ...
- June 29th. 2018, Week 26th. Friday
Real love is always worth waiting for. 真爱永远值得等待. From Westworld. Real love is rare, but it does exis ...
- June 28th. 2018, Week 26th. Thursday
You cannot change the circumstances but you can change yourself. 既然改变不了环境,那就改变自己. From Jim Rohn. Rec ...
- June 30th 2017 Week 26th Friday
Love me little and love me long. 不求情意浓,但愿情意久. Some people say beautiful young people are the creatur ...
- June 28th 2017 Week 26th Wednesday
Anger begins with folly, and ends in repentance. 愤怒以愚蠢开始,以后悔告终. Learn to control your temper, don't ...
- June 27th 2017 Week 26th Tuesday
Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...
- June 25th 2017 Week 26th Sunday
There is always that one song that brings back old memories. 总有那么一首歌,让你想起那些旧的回忆. There are seveal so ...
- June 22nd 2017 Week 25th Thursday
Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...
- June 15th 2017 Week 24th Thursday
Whatever is worth doing is worth doing well. 任何值得做的,就把它做好. Whatever is worth doing is worth doing we ...
随机推荐
- python+unittest+requests实现接口自动化
前言: Requests简介 Requests 是使用 Apache2 Licensed 许可证的 HTTP 库.用 Python 编写,真正的为人类着想. Python 标准库中的 urllib2 ...
- Cookie跳转登录验证码
对于web应用来说,大部分的系统在用户登录时都要求用户输入验证码,验证码的类型的很多,有字母数字的,有汉字的,甚至还要用户输入一条算术题的答案的, 对于系统来说使用验证码可以有效果的防止采用机器猜测方 ...
- 003-BootStrap完整模板
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8& ...
- WEB下渗透测试经验技巧(全)[转载]
Nuclear’Atk 整理的: 上传漏洞拿shell: 1.直接上传asp.asa.jsp.cer.php.aspx.htr.cdx….之类的马,拿到shell.2.就是在上传时在后缀后面加空格或者 ...
- sql 列名无效
版权声明:本文为博主原创文章,未经博主允许不得转载. 在SQLServer2008中,当设计(修改)表结构之后,再用SQL语句时,列名会显示无效,但执行可以通过 如下图: 原因是SQL Server的 ...
- .net HttpClient的使用
在程序用调用 Http 接口.请求 http 资源.编写 http 爬虫等的时候都需要在程序集中进行 Http 请 求. 很多人习惯的 WebClient.HttpWebRequest 在 TPL ...
- 从服务器下载文件 DownloadServlet()
.html代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <t ...
- ajax上传数据
---恢复内容开始--- ajax上传数据,(简洁版) 1.上传普通同表单标签内容. 1.获取表单的内容 1. var file=$('#file').val();(放在点击事件后面) 2. var ...
- js小数转分数-近似递归
精度为小数两位,提高精度可把 toFixed(2)和100同时修改: function decimalsToFractional(decimals){ const formatDecimals = d ...
- winform判断chrome是否正在最前端运行
/// <summary> /// 获取系统当前活动窗口 /// </summary> /// <returns></returns> [DllImpo ...