December 21st, Week 51st Saturday, 2019
May the odds be ever in your favor.
愿好运永远眷顾你。
From The Hunger Games.
May we all have good luck, and we can be lucky if we buck for it in the right way.
But what is the right way? Maybe we can define luck in our ways, take advantages of every opportunity, be open to changes, embrace small wins, avoid behaviour loops, set right goals and work hard, etc.
As to my own, I used to think I am not the one who is favoured by luck, because I always failed even when I thought I had contributed a lot to win.
Really? Maybe that's just because I haven't contributed enough, I haven't contributed the right things for my team.
Huh, maybe the time is coming soon if I can work smarter and become more enthusiastic.
Always believe that achievements is founded on deligence and wasted upon recklessness, though sometimes doing a good enough job won't ensure lasting success and luck, please keep going above and beyond, follow through our work efforts, and we will get something valueable as rewards, at least, improvements in our skills and abilities.
It does not do to dwell on dreams and forget to live.
人不能活在梦里而忘记现实生活。
From Harry Potter and the Philosopher's Stone.
We all have dreams, we all hope to become stronger, smarter, healthier, wealthier and more capable.
Having dreams won't do any harm to our life, conversely, dreams can help us know what kind of people we want to be, what kind of life we want to live, and encourgae us to tackcle with challenges and difficulities in our life.
However, we can't dwell on our dreams, that is to say, we cannot only have dreams but forget to live in the current, or fail to strive for making our dream come true.
It would be much easier to sit around and dwell on dreams than to ever make them happen.
There's a pretty good chance that our wonderful dreams that we are dreaming will take hard work and dedication to make happen.
In order to achive and live them is entirely a different story than just imagining them.
That work begins when we set the goals and take the actions to achieve our dreams.
When we become serious about making our dreams become a reality, that's when the fun begins.
Don't just dwell on our dreams, please live them.
The results will be worthy every bit of hard work we put into making them happen.
Live the life we're dreaming of, it's entirely possible.
December 21st, Week 51st Saturday, 2019的更多相关文章
- December 14th, Week 50th Saturday, 2019
If you have got a talent, protect it. 如果你有天赋,要去保护她. From Jim Carrey. If you think you have a talent, ...
- December 07th, Week 49th Saturday, 2019
Snowflakes are pretty patterns etched in water's dreams. 雪花,是水在梦中镌刻的美丽图案. From Anthony T.Hincks. Tod ...
- December 28th, Week 52nd Saturday, 2019
If you start at the bottom, pay your dues, life here can be a dream come true. 只要你从头开始,脚踏实地,梦想是可以成真的 ...
- December 17th 2016 Week 51st Saturday
Great minds have purpose, others only have wishes. 杰出的人有着目标,其他人只拥有愿望. Are you clear about the differ ...
- December 21st 2016 Week 52nd Wednesday
Keep conscience clear, then never fear. 问心无愧,永不畏惧. I find it is very difficult for me to keep consci ...
- December 31st, Week 53rd Tuesday, 2019
Nothing comes from nothing. 天下没有免费的午餐. Nothing comes from nothing, and in some cases, even something ...
- Inhouse interview(websense)
1.Tell me about yourself? My name is xxx,i 'm from xxx. now , I am a postgratuation and my major sub ...
- May 26. 2018 Week 21st Saturday
Do what you say, say what you do. 做你说过的,说你能做的. Be honest to yourself, and be honest to those people ...
- October 21st 2017 Week 42nd Saturday
Only I can change my life. No one can do it for me. 只有我可以改变我的命运,没有人可以帮我做. Stop complaining about the ...
随机推荐
- python 实现 md文档自动编号
目录 1. 原理 2. 运行方法 3. 效果 4. 代码 1. 原理 正则匹配对相应字符串进行替换 2. 运行方法 python md_convert.py [a.md, b.md,...] # 转换 ...
- 使用pip安装速度慢问题的解决
参考博客:https://blog.csdn.net/u011580175/article/details/82292424 解决方案所以,在使用pip时,可以指定使用国内的下载源这样下载速度会快很多 ...
- 506,display有哪些值?说明他们的作用
block:转换成块状元素 inline:装换成行内元素 none:设置元素不可见 inline-block:想行内元素那样显示,但是其内容像块类型元素一样显示 list-item:想块类型元素一样显 ...
- Linux shell cut 命令详解
详细资料请参考:博客园骏马金龙 https://www.cnblogs.com/f-ck-need-u/p/7521357.html cut命令将行按指定的分隔符分割成多列,它的弱点在于不好处理多个分 ...
- mysql 隔离性与隔离级别
提到事务,你肯定不陌生,和数据库打交道的时候,我们总是会用到事务.最经典的例子就是转账,你要给朋友小王转 100 块钱,而此时你的银行卡只有 100 块钱. 转账过程具体到程序里会有一系列的操作,比如 ...
- Python 高级特性介绍 - 迭代的99种姿势 与协程
Python 高级特性介绍 - 迭代的99种姿势 与协程 引言 写这个笔记记录一下一点点收获 测试环境版本: Python 3.7.4 (default, Sep 28 2019, 16:39:19) ...
- git查漏补缺
1. commit提交注释规范 2. commit 注释没写完或写错了,在不用删除这条commit的情况下,如何更正注释信息 git commit -m '1' git commit --amend ...
- Linux虚拟机(CentOS)安装gcc, g++
1. 确保自己的虚拟机联网 点击那个三角形可以选择连接网络 如果还是连不了网,参考https://www.cnblogs.com/xingbo/p/6100554.html 2.联网后,使用命令 ...
- 使用UUID防止文件重名
在原文件名的基础上加 UUID.randomUUID().toString()
- 彻底解决Spring mvc中时间的转换和序列化等问题
痛点 在使用Spring mvc 进行开发时我们经常遇到前端传来的某种格式的时间字符串无法用java8的新特性java.time包下的具体类型参数来直接接收. 我们使用含有java.time封装类型的 ...