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 ...
随机推荐
- 翻译:CREATE TRIGGER语句(已提交到MariaDB官方手册)
本文为mariadb官方手册:CREATE TRIGGER的译文. 原文:https://mariadb.com/kb/en/create-trigger/我提交到MariaDB官方手册的译文:htt ...
- 提取Chrome插件为crx文件
在Chrome浏览器输入 chrome://extensions/,点开右上角开发者模式 记录上图中的ID:gidgenkbbabolejbgbpnhbimgjbffefm 在资源管理器中找到Chro ...
- JavaWeb学习日记----XML基础
1.XML基础: XML全称为eXtensible Markup Language;即可扩展标记型语言,同HTML一样使用标签来操作.它的可扩展性体现在标签可以由自己定义,可以是中文标签. XML用途 ...
- Bean实例化的三种方式
1. 构造器实例化 spring容器通过bean对应的默认的构造函数来实例化bean. 2. 静态工厂方式实例化 首先创建一个静态工厂类,在类中定义一个静态方法创建实例. 静态工厂类及静态方法: pu ...
- Go开发之路 -- strings以及strconv的使用
strings的使用 HasPrefix 语法: strings.HasPrefix(s, prefix string) bool // 判断字符串s是否以prefix开头 // 判断一个url是否以 ...
- python之匿名函数以及在内置函数中的使用
一. 匿名函数 Python使用 lambda 来创建匿名函数.所谓匿名函数,它与用 def 关键字定义的函数相比,没有函数名称. 1.1 匿名函数定义及特点 语法: lambda [para1, p ...
- css 表单标签两端对齐
来自:http://demo.doyoe.com/css3/justify/justify-form.htm 侵删 <!DOCTYPE html> <html lang=" ...
- js 小写金额转大写
function smalltoBIG(n) { var fraction = ['角', '分']; var digit = ['零', '壹', '贰', '叁', '肆', '伍', '陆', ...
- web移动端,需要清楚设备像素比devicePixelRatio的应用
我们这里所说的devicePixelRatio其实指的是window.devicePixelRatio, 被所有WebKit浏览器以及Opera所支持. 概念 devicePixelRatio ,它是 ...
- CF607B Zuma(区间dp)
题意 题目链接 Sol 裸的区间dp,转移的时候判一下两个字符是否相等即可 #include<bits/stdc++.h> #define Pair pair<int, int> ...