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. LightOJ - 1032 数位DP

    #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> #i ...

  2. SQL中的object_id函数

    关于SQL中的object_id函数:应该就是指系统表中存储着数据库的所有对象 每一个对象都有一个唯一的标识符Id进行标识object_id 就是根据对象名称返回改对象的Idobject_name 就 ...

  3. 给小程序组件创建slot

    <!--comviewonents/juan/juan.wxml--> <view class="model-wrapper" hidden="{{vi ...

  4. Android报错

      Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process. ...

  5. vue懒加载 && 浏览器高度

    当我们进入首页时,可能有很多条目需要显示,但是如果条目太多,我们全部将之显示出来就会造成性能的消耗,比如,我在第一条就找到了需要的或者我就看前面两条我就不想看后面的了,所以,这时候如果使用全部加载的方 ...

  6. vue嵌套路由 && 404重定向

    第一部分: vue嵌套路由 嵌套路由是什么? 嵌套路由就是在一个被路由过来的页面下可以继续使用路由,嵌套也就是路由中的路由的意思.  比如在vue中,我们如果不使用嵌套路由,那么只有一个<rou ...

  7. PlayMaker入门介绍

    http://www.jianshu.com/p/ce791bef66bb   PlayMaker是什么? PlayMaker是Unity3D的一款 可视化 的 有限元状态机(Finite-state ...

  8. 【转】使用Python的Requests库进行web接口测试

    原文地址:使用Python的Requests库进行web接口测试 1.Requests简介 Requests 是使用 Apache2 Licensed 许可证的 HTTP 库.用 Python 编写, ...

  9. [Matlab] awgn

    Y = awgn(X,SNR,SIGPOWER) when SIGPOWER is numeric, it represents the signal power in dBW. When SIGPO ...

  10. Python快速入门_1

    注释 # 用#号字符开头注释单行 """ 三个引号可以注释多行 三个引号可以注释多行 三个引号可以注释多行 """ 原始数据类型和运算符 ( ...