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 ...
随机推荐
- java权限控制以及变量的初始化
知识是靠积累的,不断的温习会帮你让你遇到许多问题,解决完这些问题之后,会收获许多,233333333333333. 1.java访问控制符 2.java变量初始化问题 默认构造方法的名字与类名相同,它 ...
- C# 将dll打包到程序中
本文告诉大家如何把 dll 打包到程序中.很多时候的 软件 在运行的时候需要包括很多 dll 或其他的文件,这样的软件在给其他小伙伴,就需要做一个压缩包,或者用安装软件.这样感觉不太好,所以本文告诉大 ...
- C#调用百度地图API经验分享(三)
这一篇我将跟大家分享一下我自己在开发过程中总结出的一些操作地图的方法,属性,及思路,希望可以让大家少走弯路. 1.定位 一般百度的示例DEMO里开始初始化地图时用的都是map.centerAndZoo ...
- [日常] PHP与Mysql测试kill慢查询并检验PDO的错误模式
<?php try{ //1. pdo的错误模式,抛出异常,不记录到php的error日志,不影响代码继续运行, $opts=array( PDO::ATTR_ERRMODE => PDO ...
- jstl 中无法使用EL语句。异常信息:According to TLD or attribute directive in tag file, attribute value does not accept any expressions
JSTL 标签库的有两种 taglib 伪指令, 其中 RT 库即是依赖于 JSP 传统的请求时属性值, 而不是依赖于 EL 来实现: 只要将 <%@ taglib uri="http ...
- Java学习第二篇 — 时间类的使用
package DateTest; import java.util.Date; public class Date1 { public static void main(String[] args) ...
- Spring Boot学习笔记(七)多数据源下的事务管理
DataBaseConfig中加入事务管理器 DataBaseConfig的详解以及多数据源的配置参见我的上一篇文章 @Configuration @MapperScan(basePackages={ ...
- 微信公众号内唤起h5支付详解
1.调用统一下单的接口URL地址:https://api.mch.weixin.qq.com/pay/unifiedorder 2.调用统一下单必传参数: appid:需要进行支付功能的公众号的app ...
- 新建hadoop用户以及用户组,给予sudo权限
1.首先新建用户,adduser命令 sudo adduser hadoop passwd hadoop 输入密码之后,一路 y 确定. 2.添加用户组 在创建hadoop用户的同时也创建了hadoo ...
- linux_shell_入门
shell编程入门: 程序员标配:第一个shell脚本 输出 ---- " Hello World !!" 1.先创建一个hello.sh脚本文件 vi hello.sh 然后在输 ...