March 30 2017 Week 13 Thursday
I learned the value of hard work by working hard.
只有真的努力了,才会知道努力的价值。
On the day, March 12th 2017, I wrote the same words, and I felt the same feelings just as I feel today, depressed and frustrated.
Every time I though I could bring an end to it, unexpected problems emerged.
Yes, some problems were caused by the deficiencies of my programs, but some just resulted from misoperations.
I felt boring and tiresome, it seems I can't finish this project no matter how hard I worked.
Sometimes it can't be accomplished even after a lifetime of effort.
But it will nevertheless be a contribution of ours if we can devote part of our lifetime to opening up a way, long or short, for the future generation.
The same is true if what little we have done serve as a good example to them, or if ourfruitless efforts serve as a good example to them.
Therefore,succeed or fail, one is considered to have made a contribution so long as he has tried his utmost.
Ridiculous. If we still fail after working hard, then hard work is totally meaningless as well.
Remember, the world we live in is always results-oriented.
Life is too short to waste your time on people who don't respect, appreciate, and value you.
人生太短,不要浪费时间在不尊重、不欣赏、也不珍惜你的人身上。
I love you not because of who you are, but because of who I am when I am with you.
No man or woman is worth your tears, and the one who is, won't make you cry.
The worst way to miss someone is to be sitting right beside them knowing you can't have them.
To the world you may be one person, but to one person you may be the world.
Don't waste your time on a man/woman, who isn't willing to waste their time on you.
Just because someone doesn't love you the way you want them to, doesn't mean they don't love you with all they have.
Our time is limited, don't waste time on those useless things and useless people.
However, it may be very difficult to find the right things and the right people.
March 30 2017 Week 13 Thursday的更多相关文章
- March 2 2017 Week 9 Thursday
The first duty of love is to listen. 爱的首要责任是倾听. Yesterday, I read an article that says a successful ...
- March 31 2017 Week 13 Friday
Sometimes, you think the sky is falling down, actually, that is just because you stand slanting. 有时候 ...
- March 29 2017 Week 13 Wednesday
It's during our darkest moments that we must focus to see the light. 在最黑暗的时刻,最该努力看到光. I always thoug ...
- March 28 2017 Week 13 Tuesday
Never was anything great achieved without danger. 不经历风雨,又怎能见彩虹. After the rain, if there's the sunsh ...
- March 27 2017 Week 13 Monday
A book that remains shut is but a block. 有书闭卷不阅读,无异于一块木头. I had planned to buy a book and read it ev ...
- March 26 2017 Week 13 Sunday
Deliver not your words by number but by weight. 言不在多,而在有物. Do more than talk, say something. I still ...
- March 23 2017 Week 12 Thursday
A bird is known by its note, and a man by his talk. 闻其声而知鸟,听其言而知人. One of the lessons I learned rece ...
- March 16 2017 Week 11 Thursday
Adventure may hurt you, but monotony will kill you. 也许冒险会让你受伤,但一成不变会让你灭亡. The very theme of the univ ...
- FFmpeg Commits on May 30, 2017 remove libschroedinger & libnut
FFmpeg Commits on May 30, 2017 https://github.com/FFmpeg/FFmpeg/commit/220b24c7c97dc033ceab1510549f6 ...
随机推荐
- js中点和向量的基本方法
var Point=function(x,y){ this.x= Number(x.toFixed(2))||0; this.y=Number(y.toFixed(2))||0; } Point.pr ...
- .net core EF Cde First
注意事项记录: public class StudentsModel { /// <summary> /// 一定需要id /// 一般用model名称+id作为表主键 /// 或者直接用 ...
- centos7安装nslookup工具、ntp工具
2018-12-13 centos7安装nslookup工具 yum install bind-utils -y DNS解析localhost到本机 # .检测 [root@node2 ~]# nsl ...
- linux下目录、文件显示颜色的设置生效
Centos系统 拷贝/etc/DIR_COLORS文件为当前主目录的 .dir_colors 命令:cp /etc/DIR_COLORS ~/.dir_colors 修改~/.dir_colors中 ...
- PIE SDK打开GDB、Dwg数据
1. 功能简介 目前不同的GIS软件平台具有自己独特支持的数据格式,如ESRI的File GeoDataBase和Personal GeoDataBase.MapInfo的mif数据.AutoCAD的 ...
- oracle12C--新特性
Orcle 12c 新特性-使用DBCA创建物理备库 >>点击这里<< Orcle 12c DG 新特性-Far Sync >>点击这里<< Orcle ...
- linux 运维基础测验题
第一题:创建一个目录/data --> mkdir /data eg: ls -d 显示命令 -l 详细信息 -a 显示所有文件 cd 打开目录 pwd 显示当前目录 第二题:在/ ...
- (转)python strip()函数 去空格\n\r\t函数的用法
原文:http://www.cnblogs.com/zdz8207/p/python_learn_note_20.html python3.4学习笔记(二十) python strip()函数 去空格 ...
- python制作 whl 源文件,并制作本地pip源
制作whl 1.创建用于存放wheel文件目录 mkdir wheels 2.安装wheel库 pip install wheel 3.进入wheels目录 cd wheels 4.使用pip wh ...
- node.js mysql 使用总结
npm install mysql 使用mysql连接池 let mysql = require('mysql'); let db_config = { "connectionLimit&q ...