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. HDU - 5119 DP

    题意:求异或大于等于m的方案数 j枚举大了会WA..emmm #include<iostream> #include<algorithm> #include<cstdio ...

  2. 安装Linux虚拟机到执行Java程序

    1.安装VMware 2.在VMware里安装 CentOs 镜像(CentOS-7.2-x86_64-DVD-1511.iso) 3.启动CentOs后如果不能上网,或者 没有 ifconfig命令 ...

  3. 在python3.5中pip安装scrapy,遇到 error: Microsoft Visual C++ 14.0 is required

    本来在python3.5中安装scrapy一路顺畅(pip install scrapy),中间遇到一个 error: Microsoft Visual C++ 14.0 is required. x ...

  4. (转)博弈 SG函数

    此文为以下博客做的摘要: https://blog.csdn.net/strangedbly/article/details/51137432 ---------------------------- ...

  5. PIE SDK应用掩膜

    1.算法功能简介 当对一幅图像应用掩膜时, 1 值的区域被保留, 0 值的区域被舍弃( 1 值区域被处理, 0 值区域被屏蔽不参与计算). PIE SDK支持算法功能的执行,下面对应用掩膜算法功能进行 ...

  6. NPOI开发手记

    目录 注意事项 读取Excel 创建Excel表 保存Excel 行 列 单元格样式 添加公式 Dataset.DataGridView转换Excel帮助类 NPOI其实就是POI的.NET移植 项目 ...

  7. 023-将表单序列化为json对象

    使用jQuery将表单序列化为json对象,其中serializeJson方法的名字任意,serializeArray()这个jQuery提供的方法.this指的就是谁调用了这个方法. $.fn.se ...

  8. unity5.5 5.6 使用c#6.0或7.0

    http://blog.csdn.net/davied9/article/details/77281393

  9. React.js 小书 Lesson11 - 配置组件的 props

    作者:胡子大哈 原文链接:http://huziketang.com/books/react/lesson11 转载请注明出处,保留原文链接和作者信息. 组件是相互独立.可复用的单元,一个组件可能在不 ...

  10. package.json中dependencies 和devDependencies的差异

    我们在日常开发中,经常会使用到npm安装对应的包,会经常在package.json中看到dependencies 和devDependencies 二者的区别: devDependencies:是你开 ...