Life is like a beautiful melody, only the lyrics are messed up.

生命是首美丽的曲子,虽然歌词有些纠结。

Now that we get to something about music, ha-ha, I would like to recommend a song with brisk melody, One Step At A Time, from Jordin Sparks.

The song, as well as other songs in my playlist, make me feel better when I was disappointed or frustrated in my life.

As its lyric goes, hurry up and wait, so close, but so far away, everything that you have always dreamed of, close enough that you can taste but you can't just touch, you wonder when and where and how you can succeed, you know you can succeed if you get the chance...

But the door keeps slamming in your face, you are getting all impatient...

Don't worry, don't give up, just one step at a time, you will finally reach it and make your dreams true.

The beautiful things are gonna to happen and are supposed to happen.

Very uplifting words, it really makes me feel better.

Though my life sometimes seems to be messed up, I still have the expectation that one day I can put all things in order and let them work in their best condition.

Education's purpose is to replace an empty mind with an open one.

教育的目的是使空洞的大脑变得开放宽广。

From Malcolm Forbes.

Just seeing the name of this man, Malcolm Forbes, you may guess that he might be relevant to the well-known magazine, Forbes.

Quite right, he was the publisher of Forbes, a financial magazine which takes cosmopolitan reputation.

The Forbes, with the other two, Fortune and Business Week, are considered as the most influential and authoritative ones of their category.

They are famous for their global focus and perspective, as well as practical and innovative information and solutions, which can help those decision-makers.

Here what I want to highlight is that those things provided by these magazines are just information, solution, fundamental thinking method and some others, that is the same with education.

Education can't make us become wealthy or smart directly, it just offer us some basic information and ways of thinking, then we can utilize these skills to become wealthy and smart, and the most important part of education is to practise with the knowledge we got from education.

Without education, we can't live in this fast-moving society; without practice, education can't produce the effects that it deserves.

June 08th 2017 Week 23rd 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 7. 2018 Week 23rd Thursday

    Half is worse than none at all. 一知半解比一无所知更痛苦. From Westworld. If we go looking for the truth, get th ...

  3. June 29th 2017 Week 26th Thursday

    Hope for the best, but prepare for the worst. 做最好的期望,做最坏的打算. Always remember that quotes about being ...

  4. June 22nd 2017 Week 25th Thursday

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

  5. June 15th 2017 Week 24th Thursday

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

  6. June 10th 2017 Week 23rd Saturday

    A lot of things, we can be touched, but we can not shed tears. 很多事情,我们可以感动,却不能流泪. Sometimes I was to ...

  7. June 09th 2017 Week 23rd Friday

    The supreme happiness of life is the conviction that we are loved. 生活中最大的幸福就是,坚信有人爱着我们. One of my go ...

  8. June 07th 2017 Week 23rd Wednesday

    Failure is the condiment that gives success its flavor. 失败是让成功变美味的调味料. There are kinds of flavors in ...

  9. June 06th 2017 Week 23rd Tuesday

    At the touch of love, everyone becomes a poet. 一谈到爱,每个人都变成了一位诗人. Sweet words always have the power o ...

随机推荐

  1. Codeforces - 185A 简单矩阵快速幂

    题意:求第n个三角形内部的上三角形个数 对每个三角形分别维护上下三角形个数,记为\(dp[1][i],dp[2][i]\) 规律很明显是 \(dp[1][i+1]=3*dp[1][i]+dp[2][i ...

  2. ndoejs创建多重文件夹

    function mkdir(filepath){ var path=require("path") if(!fs.existsSync(path.dirname(filepath ...

  3. 比较两种数组随机排序方法的效率 JavaScript版

    //比较2中数组随机排序方法的效率 JavaScript版 //randon1思路 //当len=5时候,从0-5中随机3一个放入i=0, // 从0-3随机一个2放入i=2 // 从0-2随机一个1 ...

  4. HTTP时间指标

    总下载时间 监测一个页面总的消耗时间,即从开始监测到监测结束的时间. 基础页面下载时间 基础页面即WEB服务器返回的纯文本HTML文件. 网络层时间 监测一个页面时,发生网络通讯的总消耗时间.IE浏览 ...

  5. Caused by java.lang.IllegalStateException Not allowed to start service Intent { cmp=com.x.x.x/.x.x.xService }: app is in background uid UidRecord(一)

    Caused by java.lang.IllegalStateException Not allowed to start service Intent { cmp=com.x.x.x/.x.x.x ...

  6. linux 命令之重定向

    linux 重定向及部分命令 一,重定向讲解: 1> 标准输出重定向 覆盖原有内容 慎用!!!!!! 1>> 标准输出追加重定向 追加内容 2> 错误输出重定向 只输出错误信息 ...

  7. How to Setup a Private Proxy Server on EC2 in Under 10 Minutes

    How to Setup a Private Proxy Server on EC2 in Under 10 Minutes I’ve been slacking a bit with regular ...

  8. SpringBoot 思维导图

  9. ubuntu安装VMware Tools报错enter the path to the kernel header files

    $ sudo apt-get install build-essential linux-headers-$(uname -r) cd /lib/modules/$(uname -r)/build/i ...

  10. (转)Linux系统sersync数据实时同步

    Linux系统sersync数据实时同步 原文:http://blog.csdn.net/mingongge/article/details/52985259 前面介绍了以守护进程的方式传输或同步数据 ...