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的更多相关文章

  1. 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 ...

  2. June 29th. 2018, Week 26th. Friday

    Real love is always worth waiting for. 真爱永远值得等待. From Westworld. Real love is rare, but it does exis ...

  3. June 28th. 2018, Week 26th. Thursday

    You cannot change the circumstances but you can change yourself. 既然改变不了环境,那就改变自己. From Jim Rohn. Rec ...

  4. June 30th 2017 Week 26th Friday

    Love me little and love me long. 不求情意浓,但愿情意久. Some people say beautiful young people are the creatur ...

  5. June 28th 2017 Week 26th Wednesday

    Anger begins with folly, and ends in repentance. 愤怒以愚蠢开始,以后悔告终. Learn to control your temper, don't ...

  6. June 27th 2017 Week 26th Tuesday

    Happiness takes no account of time. 幸福不觉光阴过. At the beginning of this week, I planned to make some s ...

  7. June 25th 2017 Week 26th Sunday

    There is always that one song that brings back old memories. 总有那么一首歌,让你想起那些旧的回忆. There are seveal so ...

  8. June 22nd 2017 Week 25th Thursday

    Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...

  9. June 15th 2017 Week 24th Thursday

    Whatever is worth doing is worth doing well. 任何值得做的,就把它做好. Whatever is worth doing is worth doing we ...

随机推荐

  1. ambari-server启动出现Caused by: java.lang.RuntimeException:java.lang.ClassNotFoundEception:com.mysql.jdbc.Driver问题解决办法(图文详解)

    不多说,直接上干货! 问题详解 启动ambari-server出现 Caused by: java.lang.RuntimeException:java.lang.ClassNotFoundEcept ...

  2. Git使用总结(一):简介与基本操作

    一:简介 GIT是一个开源的分布式的版本控制系统,是由Linus 为了管理Linux内核开发而开发的一个开源的版本控制软件.相比SVN,它采用分布式版本库方式. 二:工作区,暂存区和版本库 左侧为工作 ...

  3. T-SQL语句创建表

    USE E_Market          --指定当前所操作的数据库 GO CREATE TABLE 表名 ( BID int identity (1,1)NOT NULL, BNAME varch ...

  4. 【转】Encrypt ConnectionString in Web.Config 【加密ASP.NET web.config数据库链接字串】

    原文链接:https://www.codeproject.com/Tips/795135/Encrypt-ConnectionString-in-Web-Config web.config中一般会存放 ...

  5. 限流(三)Redis + lua分布式限流

    一.简介 1)分布式限流 如果是单实例项目,我们使用Guava这样的轻便又高性能的堆缓存来处理限流.但是当项目发展为多实例了以后呢?这时候我们就需要采用分布式限流的方式,分布式限流可以以redis + ...

  6. 五、cent OS防火墙常用命令

    查看防火墙开闭状态systemctl status firewalld 开启防火墙systemctl start firewalld 关闭防火墙systemctl stop firewalld 查看已 ...

  7. 很多个java面试题

    1. 为什么说Java是一门平台无关语言? 平台无关实际的含义是“一次编写到处运行”.Java 能够做到是因为它的字节码(byte code)可以运行在任何操作系统上,与底层系统无关. 2. 为什么 ...

  8. gradle -v不是外部命令, 内部命令,或批处理文件

    安装完gradle并且配置了环境变量之后,使用windos+R,cmd 进入Dos命令gradle -v检测版本号出现了: 1 --首先找到gradle文件所在目录 一般是在C:\Users\su\. ...

  9. Redis数据类型及常用命名总结

    Redis数据类型: Redis支持五种数据类型:string(字符串),hash(哈希),list(列表),set(集合)及zset(sorted set:有序集合).  1.String(字符串) ...

  10. 简单的maven项目

    手动建立一个简单的maven项目,不使用eclipse 好吧,第一步:建立一个项目路径,比如在d盘新建一个mavenTest文件夹,在mavenTest文件夹中建立HelloMaven的文件夹,作为项 ...