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

  1. February 16th, 2018 Week 7th Friday

    Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...

  2. February 27th, 2018 Week 9th Tuesday

    Great minds think alike. 英雄所见略同. If great minds really did think alike, then we would live in an unr ...

  3. February 20th, 2018 Week 8th Tuesday

    Receive without conceit, release without struggle. 接受时,不狂妄:放手时,不犹豫. How to understand this quote? Do ...

  4. 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. 人生一大乐事莫过去早上醒来 ...

  5. February 15th, 2018 Week 7th Thursday

    Every orientation presupposes a disorientation. 迷失过方向,才能找到方向. Not until we are lost do we begin to u ...

  6. February 14th, 2018 Week 7th Wednesday

    Love does not dominate, it culitvates. 爱不是羁绊,而是成就. Love should not wipe out everything you are, love ...

  7. February 12th, 2018 Week 7th Monday

    One man's fault is another man's lesson. 前车之覆,后车之鉴. We make mistakes every day, large or small, fail ...

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

  9. February 6th, 2018 Week 6th Tuesday

    To be is to be perceived. 存在即被感知. How to interpret this quote? Maybe it means that everything in you ...

随机推荐

  1. OJ:奇怪的类复制

    描述 程序填空,使其输出9 22 5 #include <iostream> using namespace std; class Sample { public: int v; // 在 ...

  2. React Fiber源码分析 第一篇

    先附上流程图一张 先由babel编译, 调用reactDOM.render,入参为element, container, callback, 打印出来可以看到element,container,cal ...

  3. TCP三次握手与Tcpdump抓包分析过程

    一.TCP连接建立(三次握手) 过程 客户端A,服务器B,初始序号seq,确认号ack 初始状态:B处于监听状态,A处于打开状态 A -> B : seq = x (A向B发送连接请求报文段,A ...

  4. Struts2_属性驱动

    在jsp页面提交到action中的表单元素在action中是以对象的形式存在的, action中的对象name必须与jsp页面中的表单元素name相同,struts框架自动为action的对象赋值. ...

  5. js 函数重载

    简单定义:根据不同参数长度来实现让同一个函数,进行不同处理. function addMethod (obj, name, fun) { let old = obj[name] obj[name] = ...

  6. c3p0链接池配置使用

    c3p0链接池初步使用:直接上代码 c3p0是开源面粉的连接池,目前使用它的开源项目主要有:Spring,Hibernate等,使用时需要导入相关jar包及配置文件c3p0-config.xml文件 ...

  7. mysql date_format()函数

    DATE_FORMAT(DATE,FORMAT)函数 占位符 说明 %a 缩写的星期几(Sun.....Sat) %b 缩写的月份(Jan.....Dec)  %c 数字形式的月份(1.......1 ...

  8. Laravel 系列入门教程(四)【最适合中国人的 Laravel 教程】

    本篇文章中,我将跟大家一起实现 Article 的新增.编辑和删除功能,仔细解读每一段代码,相信本篇文章看完,你就能够 get Laravel 使用之道. RESTful 资源控制器 资源控制器是 L ...

  9. js (jQuery)分组数据

    function getobjArr (data) { var result = []; data.HELMET.system = '系统分类' // console.log(data) $.each ...

  10. 微信小程序使用wxParse,解决图片显示路径问题

    我们经常用到发布文章,用的是UEditor百度富文本编辑器,方便排版,存储的也是html代码,这样小程序解析出来的也是排版的样式,但是使用wxParse解析html的时候,因为存储的是图片的相对路径, ...