March 02nd, 2018 Week 9th Friday
Make hay while the sun shines.
勿失良机。
Last night the toothache woke me up and it was very difficult for me to get asleep again.
I felt very depressed then, living a poor life, having no money to buy a house or just rent a big one for my lover who has been pregnant, even a healthy body is too much to hope for.
I work hard, I always keep doing exercises to maintian healthy, I believe I can succeed through my consistent efforts, but the reality always got worse.
Why am I always the failed one even when I tried my best to pursue some dreams?
For many things assigned to me, I never said it was impossible and I always tried to finish them before the deadline, but what did I get from my hard work? Nothing, nothing.
Maybe I should figure our what I am really good at, and then just concentrate on them.
It is said that everybody is a genius, buf if we judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid and inferior to others.
However, what am I good at? There is no obvious answer.
Maybe life is set up for me to have failures and setbacks. I should accept the truth and stop my pointless struggle for a better future.
Let it be, someone will fail all the times, then let me be the one.
A lantern can give you light only when you light it.
灯笼若要闪亮,需要你去点亮。
From Munia Khan.
It would be better if there could be someone who can shed some light on my road forward.
But most often, people would be more willing to help those who are able to and willing to help themselves first.
So it is fatally important to show we are worthy of people's help.
Down in the dumps. Got the blues. Under the weather. Not yourself.
These are all phrases we use to describe those times when we just aren’t feeling up to par.
Whatever has you feeling less than optimal, the sure plan of action to get back in the game and feeling great, right?
Sometimes, it’s just a phase. That means, over time we’ll start to see an uptick in the way we feel.
We aren’t at our best right now, but we are working towards that and we will get there soon.
Other times the issue is deeper than that.
We might need to talk through things or consider options that will help us to better get to a place where we feel like ourselves, should we?
Don't worry about the future too much, the only way to ensure a better future is doing our businesses as well as we can.
March 02nd, 2018 Week 9th Friday的更多相关文章
- March 03rd, 2018 Week 9th Saturday
No cross, no crown. 不经历风雨,怎能见彩虹. Sometimes you can see a beautiful rainbow high in the sky without h ...
- March 01st, 2018 Week 9th Thursday
Let bygones be bygones. 过去的就让它过去吧. What happened has happened, it cannot be undone, so just leave it ...
- 【启发式搜索】Codechef March Cook-Off 2018. Maximum Tree Path
有点像计蒜之道里的 京东的物流路径 题目描述 给定一棵 N 个节点的树,每个节点有一个正整数权值.记节点 i 的权值为 Ai.考虑节点 u 和 v 之间的一条简单路径,记 dist(u, v) 为其长 ...
- Codechef March Cook-Off 2018. Maximum Tree Path
目录 题意 解析 AC_code @(Codechef March Cook-Off 2018. Maximum Tree Path) 题意 给你一颗\(n(1e5)\)个点有边权有点权的树,\(Mi ...
- July 02nd. 2018, Week 27th. Monday
Bad times make a good man. 艰难困苦出能人. Bad times make a good man, and hard times create strong men, but ...
- March 11th, 2018 Week 11th Sunday
All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...
- March 10th, 2018 Week 10th Saturday
All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...
- March 09th, 2018 Week 10th Friday
All good things must come to an end. 好景无常. Love is when the other person's happiness is more importa ...
- March 08th, 2018 Week 10th Thursday
Easy come, easy go. 易得则易失. Easy come, easy go, I finally undestand the phrase through somewhat hard ...
随机推荐
- Python爬虫之诗歌接龙
介绍 本文将展示如何利用Python爬虫来实现诗歌接龙. 该项目的思路如下: 利用爬虫爬取诗歌,制作诗歌语料库: 将诗歌分句,形成字典:键(key)为该句首字的拼音,值(value)为该拼音对 ...
- 从零开始学安全(二十六)●利用Nmap目标的本版进行探测
通过对对方电脑的服务探测 对本版较低的服务 或者无补丁的服务 可以直入侵 版本探测 version 后边就是版本
- 无法将文件“..\bin\Debug \**.dll”复制到“bin\**.dll”。对路径“bin \**.dll”的访问被拒绝。
1.方法一: 将bin的只读属性去掉,就OK. 2.方法二: 直接关掉项目,重新打开.
- 黑客常用 Linux 入侵常用命令
大学曾误入歧途算是一个脚本小子.... 系统 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cp ...
- 《Redis开发与运维》读书笔记
一.初始Redis 1.Redis特性与优点 速度快.redis所有数据都存放于内存:是用C语言实现,更加贴近硬件:使用了单线程架构,避免了多线程竞争问题 基于键值对的数据结构,支持的数据结构丰富.它 ...
- js 二叉树遍历
二叉树定义这里不再赘述. 我这里有个二叉树: var tree = { "id": 0, "name": "root", "lef ...
- LNMP环境下安装Redis,以及php的redis扩展
1.下载 sudo wget http://download.redis.io/releases/redis-4.0.9.tar.gz 2.解压 sudo tar zvxf redis-4.0.9.t ...
- HDU 1527 取石子游戏(威佐夫博弈)
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission( ...
- 2018-08-06 在Office的VBA代码里中文命名
在Excel处理数据时, 顺便试了一下VBA代码编辑器里输入中文, 结果显示为乱码. 查了一下发现VBA本身支持Unicode, 但需要设置系统配置使编辑器能够正常显示, 即设置简体中文为Curren ...
- css文本超出隐藏显示省略号
p style="width: 300px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;"> 如 ...