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. LinuxShell脚本基础 6-case...esac的使用和通配符

    1.case...esac的使用 #!/bin/bash echo "请输入编号 选择不同的显示文件和目录方式:" echo "1 - 普通显示" echo & ...

  2. 案例15-基本的表单校验使用validate

    1 导入插件 <!--引入jquery相关文件 --> <script src="js/jquery-1.11.3.min.js" type="text ...

  3. 网络安装Ubuntu16.04

    网络安装Ubuntu16.04 搭建PXE服务器 PXE是Pre-boot Execution Environment,预启动执行环境.是通过网络安装任何linux系统最重要的步骤. 首选搭建PXE服 ...

  4. Guava学习笔记:Optional优雅的使用null

    在我们学习和使用Guava的Optional之前,我们需要来了解一下Java中null.因为,只有我们深入的了解了null的相关知识,我们才能更加深入体会领悟到Guava的Optional设计和使用上 ...

  5. weblogic JDBC Connection Pools--转官方文档

    http://docs.oracle.com/cd/E13222_01/wls/docs81/ConsoleHelp/jdbc_connection_pools.html#1106016 JDBC C ...

  6. Java 字符串(String)格式转json格式

    json是前后端传输数据的一种文本格式,json其实就是字符串,因为前后端传输数据时,只能传输字符串,我们又想传一些对象或者列表信息,这都是很常见的应用场景. 所以,我们需要在java代码中,把jav ...

  7. 架构实战项目心得(十四):spring-boot结合Swagger2构建RESTful API测试体系

    一.添加依赖: <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-s ...

  8. web渗透笔记

    1.安装nmap记录:(1)下载:wget http://nmap.org/dist/nmap-6.46.tar.bz2(最新版)wget http://nmap.org/dist/nmap-6.00 ...

  9. C# 多线程系列之Semaphore使用

    Semaphore,即信号量的意思.是操作系统原始提供的内核同步对象. Semaphore semaphoreAcceptedClients = , 3,"Semaphore1") ...

  10. Jquery判断checkbox选中状态

    jQuery v3.3.1 <input type="checkbox" id="ch"> 判断 $('#ch').is(':checked'); ...