February 13th, 2018 Week 7th Tuesday
You are your greatest asset.
你就是你自己最大的资本。
For most of us, there are few things that we can count on but ourselves.
If we lose confidence in our own life, in our own abilities, we may never win trusts from others.
That means the intrinsic motivation may be much more powerful than the extrinsic motivation, especially when we were in difficult times.
And in the ideal case, the intrinsic motivation helps us produce some outstanding outcomes and win some extrinsic motivation; accordingly, the extrinsic motivation can bring us a better life and work conditions and consolidate our confidence so as to cultivate more intrinsic motivation.
A best cycle, isn't it? But life is not always so smooth, and we should try to adjust our attitudes towards life to keep an upward spirit.
We need to all choose today our attitude, choose to be positive.
Today is a new day, today is day for us to begin creating a joyous fulfilling life.
Today is the day to begin to release all our limitations.
Today is the day for us to learn the secrets of life.
We are going to get breaks that we didn't see coming.
Problems that we thought were permanent are suddenly going to turn around.
We are not going to go through life constantly struggling, pressured, weighted down by problems.
This is a new day, ease is coming.
The thing we have to get up every day and realize is it's what we do from here on out that matters.
Then it is about what do we do today, what do we do tomorrow, what do we build tomorrow, how much energy do we bring to the game today.
Our only goal as soon as we open up our eyes in the morning is to make ourselves feel good, to give ourselves enough confidence to get through the day.
Don't worry about what needs to be done, think about who we have to be in order to get it done.
Remember who we are, we are heroes, we are victorious, we do have power, we do have work, we do have value.
And we matter so much that our presence in this earth is required and needed.
Funny is always a good way to start when in doubt.
如果心存疑惑,不妨试着以幽默的方式开场。
From Ocean R Stark.
I always don't know how to start a presentation, how to start a conversation, how to start a new relationship.
Why not start with a joke to elicit some laughter?
Why not start a conversation or a new relationship with a smiling face first?
Things may get easier the next moment.
February 13th, 2018 Week 7th Tuesday的更多相关文章
- February 16th, 2018 Week 7th Friday
Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...
- February 27th, 2018 Week 9th Tuesday
Great minds think alike. 英雄所见略同. If great minds really did think alike, then we would live in an unr ...
- February 20th, 2018 Week 8th Tuesday
Receive without conceit, release without struggle. 接受时,不狂妄:放手时,不犹豫. How to understand this quote? Do ...
- February 17th, 2018 Week 7th Saturday
The happiest part of a man's life is what he passes lying awake in bed in the morning. 人生一大乐事莫过去早上醒来 ...
- February 15th, 2018 Week 7th Thursday
Every orientation presupposes a disorientation. 迷失过方向,才能找到方向. Not until we are lost do we begin to u ...
- February 14th, 2018 Week 7th Wednesday
Love does not dominate, it culitvates. 爱不是羁绊,而是成就. Love should not wipe out everything you are, love ...
- February 12th, 2018 Week 7th Monday
One man's fault is another man's lesson. 前车之覆,后车之鉴. We make mistakes every day, large or small, fail ...
- February 11th, 2018 Week 7th Sunday
Grasp all, lose all. 欲尽得,必尽失. Not to be greedy and not to try to get everything. Our time, energy an ...
- February 6th, 2018 Week 6th Tuesday
To be is to be perceived. 存在即被感知. How to interpret this quote? Maybe it means that everything in you ...
随机推荐
- linux四剑客-grep/find/sed/awk/详解-技术流ken
四剑客简介 相信接触过linux的大家应该都学过或者听过四剑客,即sed,grep,find,awk,有人对其望而生畏,有人对其爱不释手.参数太多,变化形式太多,使用超级灵活,让一部分人难以适从继而望 ...
- iOS 快速排序
一.快速排序概念及其思想 快速排序(QuickSort),又称为交换排序,是分治算法的一种,快速排序采用分治的策略. 1.分治法的基本思想: 将原问题分解为若干个规模更小但结构和原问题相似的子问题.递 ...
- 【转载】ASP.NET生成图片的缩略图
图片处理是C#程序开发中时常会涉及到的一个业务,除了图像的上传.保存以及下载等功能外,根据上传的图片生成一个缩略图也是常见业务,在C#语言中,可以通过Image类提供的相关方法对图片进行操作,如指定宽 ...
- 使用IIS调试ASP.NET网站程序
在实际的开发当中,相信很多的开发者在开发调试ASP.NET网站时候都是直接通过Visual Studio工具的编译运行来调试的. 一般情况下,这种调试方式也不会有多少问题,但有时候我们会发现这样的一个 ...
- JQuery官方学习资料(译):类型
类型 JavaScript提供了多个内置数据类型.除了这些,这份文档还将介绍一些虚拟类型,例如选择器.伪类.事件等. String 在JavaScript中字符串是一个不可变的对象,它包含无. ...
- win10下安装PHP_CodeSniffer 检查编码规范
PHP CodeSniffer是PEAR中的一个用PHP5写的一个PHP的代码风格检测器,它根据预先设定好的PHP编码风格和规则,去检查应用中的代码风格情况是否有违反一组预先设置好的编码标准,内置了Z ...
- JavaScript&Date对象
JavaScript Date对象 <script type="text/javascript"> var date = new Date(); document.wr ...
- 如何使用@vue/cli 3.0在npm上创建,发布和使用你自己的Vue.js组件库
译者按: 你可能npm人家的包过成千上万次,但你是否有创建,发布和使用过自己的npm包? 原文: How to create, publish and use your own VueJS Compo ...
- VUE 利用webpack 给生产环境和发布环境配置不同的接口地址
第一步,分别设置不同的接口地址 首先,我们分别找到下面的文件: /config/dev.env.js /config/prod.env.js 其实,这两个文件就是针对生产环境和发布环境设置不同参数的文 ...
- canvas实现黑客帝国矩形阵
在博客园看到了车大棒的写了一篇关于实现黑客帝国矩形阵,觉得canvas还是有一些奇妙的地方所在,故做个笔记记录一下. 实现的效果如下: 真的是一两行关键的代码添加就能实现意想不到的效果. 由于是can ...