February 4th, 2018 Week 6th Sunday
Hope clouds observation.
心怀希望会蒙蔽双眼,影响判断。
Almost every of us thinks we would be the master of our lives and live the life we are longing to live.
I used to think in that way so.
But that was the past.
Because I have learned that I am just an ordinary man with poor abilities, low IQ and low EQ.
Every time when I was expectant about the future, life would make me know who I am.
Maybe I have my head too high in the clouds, and fail to see what the reality is.
So, just be realistic, and make some down-to-earth decisions.
Remember, success comes through self-confidence, hard work and tireless efforts, sometimes good luck.
Aha, let's have a break and read several pages of the book I haven't finished yet.
It is not ture that people stop pursuing dreams because they grow old, they grow old because they stop pursuing dreams.
人不是因为老了而放弃追逐梦想,而是因为放弃追逐梦想才变老。
From Gabriel Garcia Marquez.
Recently I felt very tired after work, I think the very reason may be the lack of accomplishments after a day-long hardworking.
Really frustrated, but I still believe that something wonderful will come to my life in the near future, maybe just next few days.
I know the secret of eternal youth is to be a serious and deligent dreamer.
No, no, I don't intend to just follow dreams, I would make them happen.
And I know life is a process of consistantly pursuing dreams and compromising, that is the reality.
I know that I would meet with many difficulities while I chase my dreams, if I don't have enough passions in life and work, I would give up easily and finally have nothing.
Perhaps during my pursuit of dreams, I would have some unexpected gains, which may be the very things that will lead me to what I have always dreamed of.
Who knows? The future is full of endless possibilities.
Let's find out the best ones and start an ear of ourselves.
February 4th, 2018 Week 6th Sunday的更多相关文章
- February 25th, 2018 Week 9th Sunday
LIfe is about making an impact, not making an income. 生命在于影响他人,而非赚钱糊口. From Kevin Kruse. You probabl ...
- February 18th, 2018 Week 8th Sunday
Don't cry for what is lost. Smile for what still remains. 别为失去的哭泣,为还留在你身边的一切微笑吧. I have been told th ...
- February 11th, 2018 Week 7th Sunday
Grasp all, lose all. 欲尽得,必尽失. Not to be greedy and not to try to get everything. Our time, energy an ...
- February 10th, 2018 Week 6th Saturday
It is not enough to have a good mind. The main thing is to use it well. 头脑聪明还不够,重要的是好好运用. From Rene ...
- February 9th, 2018 Week 6th Friday
Every one of us want to ameliorate our own condition. You can only cure retail but you can prevent w ...
- February 8th, 2018 Week 6th Thursday
When you fall in love, friends, let yourself fall. 当你坠入爱河,我的朋友,你就放手去爱吧. To love someone is like movi ...
- February 7th, 2018 Week 6th Wednesday
We are all resigned to death: it is life we aren't resigned to. 我们可以屈从于死神,但我们却不能让生活任意摆布. Of all the ...
- February 5th, 2018 Week 6th Monday
The world is what it is; men who are nothing, who allow themselves to become nothing, have no place ...
- February 6th, 2018 Week 6th Tuesday
To be is to be perceived. 存在即被感知. How to interpret this quote? Maybe it means that everything in you ...
随机推荐
- Docker的基本组成
Docker主要有以下几部分组成:Docker Client 客户端Docker daemon 守护进程Docker Image 镜像Docker Container 容器Docker Registr ...
- php中 ord() 和 chr() 处理 utf8 字符串
ord() : 将字符转为 ascii 码 (0-256),准确定义官方文档:http://php.net/manual/en/function.ord.php chr() : 将 ascii 码转 ...
- 【转载】To the Virgins, to Make Much of Time
Gather ye rosebuds while ye may Old Time is still a-flying And this same flower that smiles today To ...
- Umbraco 资源推荐
Umbraco 社区 Umbraco 官方社区.找到人们谈论当前的 Umbraco 主题的最好方法是通过 Twitter.Umbraco 也知道他们很多的聚会和节日在世界各地举行.Umbraco 的开 ...
- Net 如何计算一段代码的效率
在.Net 4.0以后的版本,提供了一个类,该类在 System.Diagnostics命名空间下,使用该类就可以计算出执行结果相同的两端代码的效率,在代码优化上是很实用的. 泛型效率是高是低呢??我 ...
- vb.net 发Mail
Private Sub A1() '创建发件连接,根据你的发送邮箱的SMTP设置填充 Dim a As System.Net.Mail.Attachment Dim smtp As New Syste ...
- [android] 手机卫士手机定位的原理
手机定位的三种方式:网络定位,基站定位,GPS定位 网络定位,手机连上wifi 2g 3g的时候,手机会有一个ip,误差很大 基站定位,精确度与基站的多少有关,几十米到几公里的误差 GPS定位,至少需 ...
- BUGList
Django : a. MySQL数据表还未创建时,不可在视图内直接使用模型类对象,产生报错 django.db.utils.ProgrammingError: (1146, "Table ...
- jQuery之$.ajax()方法详解及实例
1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址. 2.type: 要求为String类型的参数,请求方式(post或get)默认为get.注意其他http请求方法,例如 ...
- 【代码笔记】Web-JavaScript-JavaScript语法
一,效果图. 二,代码. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> ...