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 ...
随机推荐
- Mac上安装pipenv时报错
version:mac os Mojave 10.14.2 执行时报错: pip install pipenv 改为: sudo pip install pipenv --upgrade --igno ...
- shiro教程3(加密)
加密,是以某种特殊的算法改变原有的信息数据,使得未授权的用户即使获得了已加密的信息,但因不知解密的方法,仍然无法了解信息的内容 概念 数据加密的基本过程就是对原来为明文的文件或数据按某种算法进行处理, ...
- 分析MySQL中哪些情况下数据库索引会失效
要想分析MySQL查询语句中的相关信息,如是全表查询还是部分查询,就要用到explain. 一.explain 用法:explain +查询语句. id:查询语句的序列号,上面图片中只有一个selec ...
- PHP 网页数据api采集
一个简单的数据采集,这里用的方法是API数据采集 //api地址,读取文本 $result = file_get_contents("https://feed.mix.sina.com.cn ...
- 使用WPF教你一步一步实现连连看(一)
第一步: 问题,怎样动态的建立一个10*10的grid(布局) for (int i = 0; i < 10; i++) { RowDefinition rowDef = new RowDefi ...
- Java程序设计概述
摘要:1996年Java第一次发布就引起了人们的广大关注.本文简要地介绍一下Java语言的发展历史. 一.Java程序设计平台 Java是一种优秀的程序设计语言.一旦一种语言应用于某个领域,与现存代码 ...
- NIO 学习笔记一
Java NIO 由以下几个核心部分组成: ChannelsBuffersSelectors Channel 和 Buffer 基本上,所有的 IO 在NIO 中都从一个Channel 开始.Chan ...
- HDU6213
Chinese Zodiac Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)To ...
- canvas-star3
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 洛谷P3193 [HNOI2008]GT考试(dp 矩阵乘法)
题意 题目链接 Sol 设\(f[i][j]\)表示枚举到位置串的第i位,当前与未知串的第j位匹配,那么我们只要保证在转移的时候永远不会匹配即可 预处理出已知串的每个位置加上某个字符后能转移到的位置, ...