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 ...
随机推荐
- 两台linux之间传输文件
scp传输 当两台LINUX主机之间要互传文件时可使用SCP命令来实现 scp传输速度较慢,但使用ssh通道保证了传输的安全性 复制文件 将本地文件拷贝到远程 scp local_file remot ...
- Vue.js 学习入门:介绍及安装
Vue.js 是什么? Vue (读音 /vjuː/,类似于 view) 是一套用于构建用户界面的渐进式框架.与其它大型框架不同的是,Vue 被设计为可以自底向上逐层应用.Vue 的核心库只关注视图层 ...
- Ubuntu系统备份还原教程
一.备份 很多人有备份系统的习惯,以防系统挂.Windows下可以用DISM创建一个系统镜像,在Ubuntu下,我们可以使用squashfs-tools创建系统镜像. 准备工作 可启动LiveCD一份 ...
- 动态设置 layui select 为选中状态
// 当前的select的id $('#type').val('你的value值'); //更新全部 layui.form.render();
- 手机CPU那些事
原文:https://zhuanlan.zhihu.com/p/19923974 如今人们买手机,都比较关心采用了什么 CPU,因为 CPU 直接决定了这台手机的性能,CPU 之于手机 就好比人的大脑 ...
- Spring中如何使用工厂模式实现程序解耦?
目录 1. 啥是耦合.解耦? 2. jdbc程序进行解耦 3.传统dao.service.controller的程序耦合性 4.使用工厂模式实现解耦 5.工厂模式改进 6.结语 @ 1. 啥是耦合.解 ...
- blg_统考,打印准考证 网页代码!
<html xmlns="http://www.w3.org/1999/xhtml"><head> <title>打印准考证</title ...
- SQL注入--sqli-labs(1-4关)
Less_1 查库:select schema_name from information_schema.schemata 查表:select table_name from information_ ...
- tp5 rewrite nginx 配置
今天弄了个别人的项目,用的tp5,正好前段时间学tp5了,可是人家竟然用了rewrite,我没学过啊,放在nginx ,全是404,真尴尬 其实很简单,在配置文件里面添加一小段代码就ok了 时间紧张直 ...
- zookeeper基本使用
(1)查看节点信息:ls / (2)查看单个节点的状态:stat /zookeeper (3)在Java中使用的zk客户端:zkClient,curator (4)curator是apache的开源的 ...