June 01st 2017 Week 22nd Thursday
Do what you say, say what you do.
做你说过的,说你能做的。
Do what I have said, live up to my promise, answer the expectations with gold.
Sometimes we have to boast a little more than what we have done.
It is just an effective tactic to win.
However, if we boast the things we hadn't done, we may let the cat out of the bag sooner or later.
I expect I can keep my promise and can get things done perfectly, then I will have much more confidence to boast about my achievements.
A brief note about how to command a room:
Commanding a room means getting people to listen when we speak, through speak skills, confidence and standing tall.
Don't be afraid of writting code on paper or on blackboard, just improve these skills, they will be beneficial in expressing our thoughts and structuring our program.
There are no seven wonders of the world in the eyes of a child. There are seven million.
孩子的眼里从来没有世界七大奇迹,而是七百万大奇迹。
From Walt Streightiff.
Today, June 1st, is the International Children's Day.
It is not a common phenomenon in many countries, and often confused with the Universal Children's Day which is celebrated on November 20th.
And the International Children's Day was largely restricted to the communist countries continues to be restricted even after the atrophying of communism.
There is often little public awareness of this festival in the western world.
Anyway, it is a good festival for us if there is a break up.
Happy Children's Day for all children and for those who still keep a childlike innocence.
Well, let's get back to the theme of today, absolutely there are innumerable wonders for a child, just because there are too many unknown things.
It is those wonders that inspire their curiosities of the world, and due to these curiosities, they begin to explore the outside world.
Always remain curious and teachable, keep an open mind and don't stop questioning and learning.
I hope I can be stimuplated by my wonders about the world and I can keep learning new skills to remain active.
June 01st 2017 Week 22nd Thursday的更多相关文章
- June 29th 2017 Week 26th Thursday
Hope for the best, but prepare for the worst. 做最好的期望,做最坏的打算. Always remember that quotes about being ...
- June 15th 2017 Week 24th Thursday
Whatever is worth doing is worth doing well. 任何值得做的,就把它做好. Whatever is worth doing is worth doing we ...
- June 08th 2017 Week 23rd Thursday
Life is like a beautiful melody, only the lyrics are messed up. 生命是首美丽的曲子,虽然歌词有些纠结. Now that we get ...
- June 03rd 2017 Week 22nd Saturday
Truth and roses have thorns about them. 真理和玫瑰,身边都有刺. Yesterday, I met with a young, beautiful profes ...
- June 02nd 2017 Week 22nd Friday
A burden of one's choice is not felt. 爱挑的担子不嫌重. When doing things I love to do, I seldom feel tired ...
- June 01st, 2019. Week 22nd, Saturday
It is the childlike mind that finds the kingdom. 正是你的童心帮你找到属于自己的王国. From Charles Fillmore. When we w ...
- June 22nd 2017 Week 25th Thursday
Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...
- June. 21 2018, Week 25th. Thursday
Summertime is always the best of what might be. 万物最美的一面,总在夏季展现. From Charles Bowden. It was June, an ...
- March 30 2017 Week 13 Thursday
I learned the value of hard work by working hard. 只有真的努力了,才会知道努力的价值. On the day, March 12th 2017, I ...
随机推荐
- BZOJ - 2457 思維+貪心
//為什麼我的Chrome OS更新後變成強制繁體了?? 題目要求使用最少的雙端隊列來維護一個單調非降序列 先來看下規律 首先,val肯定是單調非降的,在相等val範圍內的id可以xjb亂放不影響 其 ...
- Java执行操作系统命令
从网上学来的方法,sample: try { String[] cmd = new String[] { System.getenv("HOMEPATH") + "/te ...
- win10更新后电脑没声音问题
2018-07-18 问题描述: win10系统更新之后,发现电脑突然没声音了 解决方案: 找到了一个软件,测试超级好用,下载链接 链接:https://pan.baidu.com/s/1iKTHp7 ...
- PIE SDK屏幕坐标和地图坐标转换
1. 功能简介 屏幕坐标和地图坐标转换,就是字面意思,将电脑屏幕的坐标转换为带有空间信息的地图坐标,主要运用PIE SDK地图控件的ToMapPoint()方法,而地图坐标转换为设备坐标(屏幕),用的 ...
- 第五次 Scrum Meeting
第五次 Scrum Meeting 写在前面 会议时间 会议时长 会议地点 2019/4/9 22:00 30min 大运村1号楼6F 附Github仓库:WEDO 例会照片 工作情况总结(4.9) ...
- 小众软件:Windows 下优化软件推荐—— Dism++ | 强迫症晚期患者福音 - 少数派
Windows 下优化软件推荐—— Dism++ | 强迫症晚期患者福音 - 少数派 https://sspai.com/post/41992 官方网站免费下载
- 启动Kafka
启动zookeeper 使用命令查看zookeeper是否启动成功: 启动kafka Brokerr 使用命令查看kafka Broker是否启动更成功 在kafka中创建topic 'test' b ...
- C# 清空数组Array.Clear
using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public ...
- 枚举类型与字符串ConvertEnumToString
枚举类型与字符串添加字典互转ConvertEnumToString using UnityEngine; using System.Collections; using UnityEngine.UI; ...
- 迪米特法则(Law of Demeter)LoD
using System; using System.Collections.Generic; using System.Text; namespace LawOfDemeter { //也叫Leas ...