March 14 2017 Week 11 Tuesday
Thinking will not overcome fear but action will.
空想终日惶恐,行动方可无惧。
As the deadline comes closer and closer, the fear in my heart seems to nearly swallow me up.
I had promised to finish it on time, but I failed.
I had told my parents that I would go back in April, but I have not yet taken any practical action.
And I had told them I would get the rest of my year-end bonus, but I didn't have any left, all of the year-end bonus was paid before the lunar new year.
What should I do? How can I win over the fear in my heart.
Action. But what kinds of action. Maybe it's time to finish the project, and it's time to finish my resume and seek for a new career. Does that work?
They invented hugs to let people know you love them without saying anything.
拥抱,是让你一句话也不用说, 就能让别人知道你爱他们。
When I separated with my ex-girlfriend several years ago, we hugged each other and then we said goodbye.
From then on, we haven't met again, but we know each other's life through the WeChat.
She has get married and she is pregnant, however, I am still single.
Had I ever loved her? Had she ever loved me? Maybe.
But it is the time for me to start a new life.
Recently the Trump Administration starts the renegotiation process of several free trade agreements.
Some of them, like the North American Free Trade Agreement, was signed about 25 years ago.
It is really a long time, the world has changed a lot, it is time to make the agreement better.
But some officials who are charged of the renegotiation have shown a quite negative attitude towards the free trade agreement, they said that since the signing of NAFTA, they had seen the country's manufacturing industry decimated, factories shuttered, and countless workers left jobless.
So, it seems that the process may be very hard.
March 14 2017 Week 11 Tuesday的更多相关文章
- February 14 2017 Week 7 Tuesday
Love lives in cottages as well as in courts. 爱情无贵贱,贫富皆有之. Many people, especially boys, complain tha ...
- March 28 2017 Week 13 Tuesday
Never was anything great achieved without danger. 不经历风雨,又怎能见彩虹. After the rain, if there's the sunsh ...
- March 21 2017 Week 12 Tuesday
Sometimes ever, sometimes never. 相聚有时,后会无期. Maybe love is something we can't touch but we can feel w ...
- March 18 2017 Week 11 Saturday
When you feel like quitting, think about why you started. 当你想放弃时,想想你为什么开始. When I heard of the messa ...
- March 17 2017 Week 11 Friday
Simplicity is the ultimate sophistication. 简约才是精巧到了极致. Recently I have spent a great number of time ...
- March 16 2017 Week 11 Thursday
Adventure may hurt you, but monotony will kill you. 也许冒险会让你受伤,但一成不变会让你灭亡. The very theme of the univ ...
- March 15 2017 Week 11 Wednesday
The starting point of all achievements is desire. 成功的第一步是渴望. Only you desire for somethings, you can ...
- March 13 2017 Week 11 Monday
A warm smile is the universal language of kindness. 温暖的笑容是善意的通用语. Face comes from the heart. Just sm ...
- March 12 2017 Week 11 Sunday
I learned the value of hard work by working hard. 只有真的努力了,才会知道努力的价值. I know the value of hard work, ...
随机推荐
- HDU - 4763 找出特殊规律的串
在一个Text串中找出Pattern串E以满足EAEBE,A B可以是任意串 看一眼觉得woc好难,后来看一下样例AB为空也可以 找观察一下E既是前缀也是后缀,很容易联想到next 最优情况EEE,那 ...
- ACM 计算几何向量
向量 简介注意事项基本计算 加减法 ~ 示例代码 长度 ~ 示例代码 数乘 ~ 示例代码 点积 应用 ~ 示例代码 叉积 ~ 示例代码 性质与应用 经典题目 向量旋转 操作目的 模板代码 简介 向量, ...
- Jquery 循环内间隔执行 异步执行
<script type="text/javascript"> var arr = new Array(); var arrk = 0; jQuery(function ...
- Node.js frameworks
1. Express 2. Koa 3. LoopBack egghead.io What is egghead? egghead is a group of working web developm ...
- JS 判断节点类型
节点类型的分类 节点类型 说明 值 元素节点 每一个HTML标签都是一个元素节点,如 <div> . <p>.<ul>等 1 属性节点 元素节点(HTML标签)的属 ...
- pyspark 读写csv、json文件
from pyspark import SparkContext,SparkConf import os from pyspark.sql.session import SparkSession de ...
- mysqldump 命令使用
常见选项:--all-databases, -A: 备份所有数据库--databases, -B: 用于备份多个数据库,如果没有该选项,mysqldump把第一个名字参数作为数据库名,后面的作为表名. ...
- (转)如何在Linux中统计一个进程的线程数
如何在Linux中统计一个进程的线程数 原文:http://os.51cto.com/art/201509/491728.htm 我正在运行一个程序,它在运行时会派生出多个线程.我想知道程序在运行时会 ...
- vue生命周期及使用 && 单文件组件下的生命周期
生命周期钩子 这篇文章主要记录与生命周期相关的问题. 之前,我们讲到过生命周期,如下所示: 根据图示我们很容易理解vue的生命周期: js执行到new Vue() 后,即进入vue的beforeCre ...
- storm中几个概念的大小关系
从图可以看出来:topology>supervisor>worker>excutor>task; 也就是说一个topology可以运行在多个supervisor上,一个supe ...