November 13th, 2017 Week 46th Monday
Don't undermine your worth by comparing yourself with others.
别拿自己和他人比较,这只会降低你原有的价值。
Honestly, I don't think it is merely negative to compare ourselves with others.
The effects depend on how we react to our superiority and inferiority we get from such comparisons.
As long as we can treat them in the right way, we are certain to get some positive stimulus from them.
Always keep an modest attitude towards those who are temporarily inferior to us.
Always try to catch up with those who are superior to us.
And you know, it is natural for our human beings to become somewhat jealous for others' extraordinary achievements, especially when they are achieved by people we know.
But we must know, their achievements mostly come from their hard-working and unremitting efforts.
If we are unwilling to do the work that they have done, if we are unwilling to make the same kinds of sacrifices or put in the long and hard hours like them, we can't succeed and we just become more and more resentful.
It is true that we are not always going to succeed in our ventures, even if we put in the time and effort.
Results are never guaranteed and life has a way of throwing curve balls at us.
We should accept this reality, and we should be a little realistic, just try to be better than the one we were in yesterday.
That is enough, change needs time, and great change needs more.
I believe we can be on the greater heights we have expected.
The brain is a wonderful organ. It starts working the moment you get up in the morning and does not stop until you get into the office.
脑子这个器官真神奇,从你早上起床开始工作,但一进办公室它就不转了。
From Robert Frost.
It seems I am just one of such kind of people.
Every day when I get up, I hope I can deal with all of my work smoothly and perfectly.
But when I walk into my office and start my computer, I am just desperate to find that I don't know what to do and how to figure out what is important.
My brain stops working and I can't concentrate on my researches, even a little sound and movements from others would distract my attention.
Maybe I have rested for too long and my brain is rusted now.
How to make it active again and how to make it full of things that can open the treasury of achievements?
Just work, and remember that work can vanquishes all.
November 13th, 2017 Week 46th Monday的更多相关文章
- November 17th, 2017 Week 46th Friday
If you shut the door to all errors, truth will be shut out. 你如果拒绝面对错误,真相也会被挡在门外. Sometimes being a f ...
- November 16th, 2017 Week 46th Thursday
Don't you wonder sometimes, what might have happened if you tried. 有时候,你会不会想,如果当初试一试会怎么样? If I had t ...
- November 15th, 2017 Week 46th Wednesday
Of all the tribulations in this world, boredom is the one most hard to bear. 所有的苦难中,无聊是最难以忍受的. When ...
- November 14th, 2017 Week 46th Tuesday
Eternity is said not to be an extension of time but an absence of time. 永恒不是时间的无限延伸,而是没有时间. What is ...
- November 12th, 2017 Week 46th Sunday
I love you not for who you are, but for who I am with you. 我爱你不是因为你是谁,而是因为跟你在一起,我是谁. I enjoy the fee ...
- November 06th, 2017 Week 45th Monday
The education of a man is never completed until he dies. 一个人的学习之路,到死才结束. Being a life-long learning ...
- November 7th 2016 Week 46th Monday
A friend is one who knows you and loves you just the same. 朋友是懂你并爱你的人. Friendship means inclusion, l ...
- June 13th 2017 Week 24th Tuesday
There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...
- May 13th 2017 Week 19th Saturday
Mountains look beautiful from a distance. 远处看山山更美. This gnomic seems to circulate very long, its mor ...
随机推荐
- XSS事件(一)
前言 最近做的一个项目因为安全审计需要,需要做安全改造.其中自然就包括XSS和CSRF漏洞安全整改.关于这两个网络安全漏洞的详细说明,可以参照我本篇博客最后的参考链接.当然,我这里并不是想写一篇安 ...
- 用ASP.NET实现下载远程图片保存到本地的方法 保存抓取远程图片的方法
以下介绍两种方法:1.利用WebRequest,WebResponse 类WebRequest wreq=WebRequest.Create("http://files.jb51.net/f ...
- [转]webpack4.0.1安装问题和webpack.config.js的配置变化
本文转自:https://blog.csdn.net/jiang7701037/article/details/79403637 The CLI moved into a separate packa ...
- MFC获取系统信息
一.获取系统时间 CString str,str2; CTime time; time = CTime::GetCurrentTime(); str = time.Format("%Y年%m ...
- 第17课-数据库开发及ado.net 聚合函数,模糊查询like,通配符.空值处理.order by排序.分组group by-having.类型转换-cast,Convert.union all; Select 列 into 新表;字符串函数;日期函数
第17课-数据库开发及ado.net 聚合函数,模糊查询like,通配符.空值处理.order by排序.分组group by-having.类型转换-cast,Convert.union all; ...
- JS DOM操作 函数 事件 阻止事件冒泡
一 函数 1.字符串函数 s.tolowerCase( ): -- 变小写 s.toupperCase( ): -- 变大写 s.substr( 2 , 8 ): -- 截取 ...
- Thinkphp 图片上传
案例:广告的增删改查 步骤: 1引用 js 2 填写 input type=" file" 的id 3 填写 url 4后台保存地址 5前台成功后的处理 广告添加页 <div ...
- Java 并发:Executor ExecutorService ThreadPoolExecutor
Executor Executor仅仅是一个简单的接口,其定义如下 public interface Executor { void execute(Runnable command); } 作为一个 ...
- 《Spring实战》-- 'cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element' 错误的解决办法
在Eclipse中新建了一个maven项目学习Spring,在 service.xml 中配置 Spring,想要学习'面向切面的Spring',service.xml 内容如下: <beans ...
- 位图和SVG用法比较
位图,亦称为点阵图像或绘制图像,是由称作像素(图片元素)的单个点组成的.这些点可以进行不同的排列和染色以构成图样.当放大位图时,可以看见赖以构成整个图像的无数单个方块.扩大位图尺寸的效果是增大单个像素 ...