July 05th. 2018, Week 27th. Thursday
Pleasure in the job puts perfection in the work.
乐于工作才能有完美表现。
From Aristole.
Do you want promotion? Do you want to get some raise in paycheck?
If you want, you should improve your performace in your work, make it perfect, or at least put it at a level beyond what's expected of your current role.
How to perfect your performance? Maybe the first step is to love what you are doing and find pleasure in your job.
If you feel miserable at your job, if you feel your job is just a waste of time, you will eventually get tired of it and you won't be wiling to put enough energy to imporve your performance.
Maybe your current job is the problem, maybe it isn't, but if you struggle to just get through the workday, you should consider some options to find out some motivation.
If you hate what you are doing, you will never do your best work.
Does this mean you should quit? No, I am not saying that, in fact, I am a big believer in not quitting.
My answer is that you must search within yourself to pick something that interests you and leverages your talents to be your long-term profession.
Please, try your best to ensure you are in the right line of work.
Difficulty shows what men are.
困难方能见人品。
I always hope that my life would become a little bit smoother, at least not so tough as it is now.
But when opportunities knocked the door, I just hesitated to open the door and accept the potential challenges that followd with them.
Fear of failing, fear of changing, how can I expect my abilities could be improved and my life could be better?
If we are afraid of failing at something, like the opportunities to show our ability of solving problems, we may decide not to try it at all, and then we would let the chance of changing our life just pass us by.
Or, sometimes, fear of failing, fear of facing difficulties, would make us undermine our own efforts to avoid the possibility of a larger failure or let us miss the last chance to correct our life.
So, We must learn how to overcome those fears of failure, face them bravely and keep moving forward.
When facing difficulities, maybe the simplest way is to take immediate actions, even when knowing little about how to correctly and efficiently solve the problems, and the right solutions would present themselves gradually.
Act at once, no delay, and we will find things are not so difficult as we think.
July 05th. 2018, Week 27th. Thursday的更多相关文章
- July 07th. 2018, Week 27th. Saturday
Soon is not as good as now. 别谈未来,现在就行动. From Seth Godin. I always told myself that I should finish w ...
- July 06th. 2018, Week 27th. Friday
Life has no limitations, except the ones you make. 生命无限,除非你自我设限. From Les Brown. There would be no l ...
- July 04th. 2018, Week 27th. Wednesday
And if you really want to see what people are, all you have to do is to look. 想真正了解他人,只需要用心看. From W ...
- July 03rd. 2018, Week 27th. Tuesday
I don't know anything with certainty, but seeing the stars makes me dream. 我不知道世间有什么事是确定不变的,但只要一看到星空 ...
- July 02nd. 2018, Week 27th. Monday
Bad times make a good man. 艰难困苦出能人. Bad times make a good man, and hard times create strong men, but ...
- July 01st. 2018, Week 27th. Sunday
Empty your cup so that it may be filled. 清空杯子,方能再次装满. From Bruce Lee. We can't learn anything new if ...
- July 06th 2017 Week 27th Thursday
Knowledge is the antidote to fear. 知识可以解除恐惧. Fear always steps from unknown things. Once we know wha ...
- July 05th 2017 Week 27th Wednesday
No man can make a good coat with bad cloth. 巧妇难为无米之炊. One can't make bricks without straw. There is ...
- July 12th, 2018. Thursday, Week 28th.
People love what other people are passionate about. 人总是会爱上别人倾注热情的事物. From La La Land. This quote has ...
随机推荐
- apache2.4 虚拟主机配置
网上教程很多,仅记录我的配置,可供参考 一.修改httpd.conf 打开appserv的安装目录,找到httpd.conf文件,分别去掉下面两行文字前面的#号. #LoadModule vhost_ ...
- ZooKeeper的安装
一.准备 需要提前安装好Java 准备好zookeeper的软件包:软件包地址 二.部署 解压zookeeper压缩包到指定目录 执行如下命令: .tar.gz -C /opt/ 三.修改配置 ...
- Python并发编程之从生成器使用入门协程(七)
大家好,并发编程 进入第七篇. 从今天开始,我们将开始进入Python的难点,那就是协程. 为了写明白协程的知识点,我查阅了网上的很多相关资料.发现很难有一个讲得系统,讲得全面的文章,导致我们在学习的 ...
- linux,windows下检测指定的IP地址是否可用或者检测IP地址冲突的3种方式(批处理程序,python程序,linux shell 批量ping)
本文中的脚本适用范围: 1)检测某些IP地址是否被占用: 2)检测网络中某些设备是否存活: 3)在分配新的ip地址之前,批量检测环境中是否存在冲突的机器 以上检测基于ICMP Ping报文,要求所有的 ...
- javascript项目实战---ajax实现无刷新分页
分页: limit 偏移量,长度; limit 0,7; 第一页 limit 7,7; 第二页 limit 14,7; 第三页 每页信息条数:7 信息总条数:select count(*) from ...
- redhad安装gcc问题---解决依赖问题
在安装gcc时需要cpp和cloog-ppl 但是在安装cpp的时候需要这个依赖: libmpfr.so.1()(64bit) is needed by cpp-4.4.6-3.el6.x86_64 ...
- 如何在markdown中打出上标、下标和一些特殊符号
转自:https://www.jianshu.com/p/80ac23666a98 如何在markdown中打出上标.下标和一些特殊符号 这是朕的江山 关注 2016.08.16 17:07* 字数 ...
- Prometheus监控⼊⻔简介
文档目录: • prometheus是什么?• prometheus能为我们带来些什么• prometheus对于运维的要求• prometheus多图效果展示 1) Prometheus是什么pro ...
- int i=0;i=i++
package algorithms.com.guan.javajicu; public class Inc { public static void main(String[] args) { In ...
- teeporxy.go
package,, { cer, err := tls.LoadX509KeyPair(*tlsCertificate, *tlsPrivateKey) if err ...