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的更多相关文章

  1. January 22nd, 2018 Week 04th Monday

    It is only when you are pursued that you become swift. 唯有在被追赶的时候,你才能真正地奔跑. It is so bad a feeling wh ...

  2. Burn Down Chart(2018.5.28~2018.6.3)

    任务安排 (2018.6.2 更新——前端总进度) (2018.6.3 更新——后端燃尽图) 娄雨禛[前端部分] 曾子轩[后端部分+燃尽图] 前端 齐天扬+刘鼎乾:设计两组页面,只要求框架和简单的 c ...

  3. 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 ...

  4. June. 25th 2018, Week 26th. Monday

    Change in all things is sweet. 有改变就会有美好. From Aristole. Change is always good, but embracing change ...

  5. June 18. 2018, Week 25th. Monday

    Health and cheerfulness naturally beget each other. 安康喜乐,相生相成. From Joseph Addison. Good health is a ...

  6. June 11. 2018 Week 24th, Monday

    Love is the beauty of the soul. 爱是灵魂之美. From Saint Augustine. The complete version of this quote goe ...

  7. June 4. 2018 Week 23rd Monday

    Don't criticize what you can't understand. 不懂的,不要随意批判. From Bob Dylan. Don't criticize what you can' ...

  8. June 2. 2018 Week 22nd Saturday

    Try not to become a man of success but rather try to become a man of value. 不要为成功而努力,要为做一个有价值的人而努力. ...

  9. June 1. 2018 Week 22nd Friday

    What makes life dreary is the want of motive. 没有了目的,生活便暗淡无光. We all have dreams about our future, we ...

随机推荐

  1. Hystrix降级逻辑中如何获取触发的异常

    通过之前Spring Cloud系列教程中的<Spring Cloud构建微服务架构:服务容错保护(Hystrix服务降级)>一文,我们已经知道如何通过Hystrix来保护自己的服务不被外 ...

  2. JavaScript 系列博客(四)

    JavaScript 系列博客之(四) 前言 本篇介绍 JavaScript 中的对象.在第一篇博客中已经说到 JavaScript 是一种''对象模型''语言.所以可以这样说,对象是 JavaScr ...

  3. WinForm DataGridView 绑定泛型List(List<T>)/ArrayList不显示的原因和解决

    背景:无意间遇到了一个不大不小的问题,希望对一些遇到的人有所帮助! 一.问题 WinForm DataGridView 绑定泛型List (List<T>)/ArrayList不显示,UI ...

  4. js treeData 树形数据结构 无限层级(转载)

    js实现无限层级树形数据结构(创新算法) 转载:https://blog.csdn.net/Mr_JavaScript/article/details/82817177 由于做项目的需要,把一个线性数 ...

  5. This relative module was not found (转载)

    vue踩坑-This relative module was not found 在使用vue.js的日期选择插件 的时候,报错如下   This relative module was not fo ...

  6. Java_IO流_抽象类

    一.   概念 流动,从一端流向另一端,源头与目的地 以程序为中心,程序与 数组/文件/网络连接/数据库, 二.   io流分类 流向:输入流与输出流 数据 :字节楼:二进制,所有文件都可以操作,包括 ...

  7. (5)Microsoft office Word 2013版本操作入门_标尺

    1.标尺 :左缩进,右缩进,悬挂缩进,首行缩进,阴影部分 可以左右拖拽调整边缘. 1.1  左缩进:默认缩进所在的段落,要缩进多段则需要多段落选中, 后拖动左缩进. 1.2 首行缩进缩进或者突出所选的 ...

  8. C#设计模式之十二代理模式(Proxy Pattern)【结构型】

    一.引言 今天我们要讲[结构型]设计模式的第七个模式,也是“结构型”设计模式中的最后一个模式,该模式是[代理模式],英文名称是:Proxy Pattern.还是老套路,先从名字上来看看.“代理”可以理 ...

  9. Dev、GridControl的模糊查询

    /// <summary> /// 设置girid为每一列都模糊搜索 /// </summary> /// <param name="gdv"> ...

  10. 吴恩达机器学习笔记 —— 7 Logistic回归

    http://www.cnblogs.com/xing901022/p/9332529.html 本章主要讲解了逻辑回归相关的问题,比如什么是分类?逻辑回归如何定义损失函数?逻辑回归如何求最优解?如何 ...