May 28. 2018 Week 22nd Monday
Do one thing at a time, and do well.
一次只做一件事,并且要做到最好。
Why is it that about 25% to 50% of people have ever reported that they felt overwhelmed or burned out at work?
According to my own experience, it is not just the number of hours we are working, but also the fact that we spend too many continuous hours juggling too many things at the same time.
What we have lost, above all, are stopping points, finish lines and boundaries.
Further more, technology has blurred life and work beyond our traditional recognition.
Wherever we go, our work follows us, on our digital devices, ever insistent and intrusive.
It is like an itch we can't resist scratching, even though scratching invariably makes it worse.
Just think about your answers for the following questions, remember to tell the truth:
Do you answer email during conference calls and sometimes even during calls with one other person?
Do you bring your laptop to meetings and then pretend you are taking notes while surfing the net?
Do you eat lunch at your desk?
Do you make calls while you are driving, and even send the wechat messages, though you know you shouldn't?
Remember, doing only one thing at a time is always a surprisingly way to become more productive.
And productivity isn't about how busy we are, or how fast we work, it's about how much we can accomplish.
That's what we are left with at the end of the day.
So, just concentrate on one thing that we are doing now, and do it well.
Maybe we can get somethng surprising at the end.
Be determined. Instead of intending to just try, do it.
要坚定,凡事要抱着拼一把的心态,而非试一下。
From Star Wars.
If you are not determined, if you intend to just try, you probably won't put you all into your work.
Always commit fully, and if you are still conviced that there is a difference, then you may fail.
You must be certain that you can achieve it, or you will not be able to.
But how can one be certain of something he can't actually know?
Well, logically he can't, but he can use various of mental tricks to convince himself anyway.
The brain isn't a good tool for sorting logic from illogic, and truth has only a passing connection with what you can convince yourself of.
So, 'no try' just means 'no half-hearted attempts, only conviction can succeed.'
May 28. 2018 Week 22nd Monday的更多相关文章
- January 22nd, 2018 Week 04th Monday
It is only when you are pursued that you become swift. 唯有在被追赶的时候,你才能真正地奔跑. It is so bad a feeling wh ...
- Burn Down Chart(2018.5.28~2018.6.3)
任务安排 (2018.6.2 更新——前端总进度) (2018.6.3 更新——后端燃尽图) 娄雨禛[前端部分] 曾子轩[后端部分+燃尽图] 前端 齐天扬+刘鼎乾:设计两组页面,只要求框架和简单的 c ...
- 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 ...
- June. 25th 2018, Week 26th. Monday
Change in all things is sweet. 有改变就会有美好. From Aristole. Change is always good, but embracing change ...
- June 18. 2018, Week 25th. Monday
Health and cheerfulness naturally beget each other. 安康喜乐,相生相成. From Joseph Addison. Good health is a ...
- June 11. 2018 Week 24th, Monday
Love is the beauty of the soul. 爱是灵魂之美. From Saint Augustine. The complete version of this quote goe ...
- June 4. 2018 Week 23rd Monday
Don't criticize what you can't understand. 不懂的,不要随意批判. From Bob Dylan. Don't criticize what you can' ...
- June 2. 2018 Week 22nd Saturday
Try not to become a man of success but rather try to become a man of value. 不要为成功而努力,要为做一个有价值的人而努力. ...
- June 1. 2018 Week 22nd Friday
What makes life dreary is the want of motive. 没有了目的,生活便暗淡无光. We all have dreams about our future, we ...
随机推荐
- Python函数属性和PyCodeObject
函数属性 python中的函数是一种对象,它有属于对象的属性.除此之外,函数还可以自定义自己的属性.注意,属性是和对象相关的,和作用域无关. 自定义属性 自定义函数自己的属性方式很简单.假设函数名称为 ...
- 安装并使用Jupyter Notebook
Jupyter Notebook是一个交互式笔记本,支持运行 40 多种编程语言.笔者在写博客文章时,常常需要贴代码,一贴就是一大堆代码,这样不便于读者阅读,而使用Jupyter Notebook ...
- svn迁移后本地地址变更及externals无效的问题
1.软件: visual SVN Server 2.具体方法: 在打开本地原来SVN check out的根目录,点右键,tortoiseSVN --> relocate 弹出的对话框中修改s ...
- JSJ——java基本概念二
当Java虚拟机启动执行时,它会寻找你在命令列所指定的类.每个Java程序最少都会有一个类以及一个main().每个应用程序只有一个main()函数.然后它会锁定像下面这样一个特定的方法: publi ...
- Java学习笔记之——多态、抽象
1. 多态 多态:同一种事物调用同一个方法有不同的表现行为.(同一类型操作,作用于某一类对象,可以有不同的解释,产生不同的执行结果) 应用场景;当你定义一个功能性的方法可以使用多态的概念 前提:子类继 ...
- express 对数据库数据增删改查
接着 http://www.cnblogs.com/cynthia-wuqian/p/6560548.html (1)概念 Schema(属性) :一种以文件形式存储的数 据库模型骨架,不具备数据库的 ...
- 淘宝cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
- 有状态(Stateful)与无状态(Stateless)
1.有状态(Stateful): 有数据存储功能.有状态对象(Stateful Bean),就是有实例变量的对象,可以保存数据,类里面有成员变量,而且成员变量是可变的,是非线程安全的.在不同方法调用间 ...
- vue单页应用添加百度统计
前言 申请百度统计后,会得到一段JS代码,需要插入到每个网页中去,在Vue.js项目首先想到的可能就是,把统计代码插入到index.html入口文件中,这样就全局插入,每个页面就都有了;这样做就涉及到 ...
- 洛谷P4302 [SCOI2003]字符串折叠(区间dp)
题意 题目链接 Sol 裸的区间dp. 转移的时候枚举一下断点.然后判断一下区间内的字符串是否循环即可 `cpp #include<bits/stdc++.h> #define Pair ...