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的更多相关文章

  1. March 2 2017 Week 9 Thursday

    The first duty of love is to listen. 爱的首要责任是倾听. Yesterday, I read an article that says a successful ...

  2. March 31 2017 Week 13 Friday

    Sometimes, you think the sky is falling down, actually, that is just because you stand slanting. 有时候 ...

  3. March 29 2017 Week 13 Wednesday

    It's during our darkest moments that we must focus to see the light. 在最黑暗的时刻,最该努力看到光. I always thoug ...

  4. March 28 2017 Week 13 Tuesday

    Never was anything great achieved without danger. 不经历风雨,又怎能见彩虹. After the rain, if there's the sunsh ...

  5. 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 ...

  6. March 26 2017 Week 13 Sunday

    Deliver not your words by number but by weight. 言不在多,而在有物. Do more than talk, say something. I still ...

  7. 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 ...

  8. March 16 2017 Week 11 Thursday

    Adventure may hurt you, but monotony will kill you. 也许冒险会让你受伤,但一成不变会让你灭亡. The very theme of the univ ...

  9. FFmpeg Commits on May 30, 2017 remove libschroedinger & libnut

    FFmpeg Commits on May 30, 2017 https://github.com/FFmpeg/FFmpeg/commit/220b24c7c97dc033ceab1510549f6 ...

随机推荐

  1. $_SERVER['SCRIPT_NAME']、$_SERVER['SCRIPT_FILENAME']及__FILE__不同

    $_SERVER['SCRIPT_NAME'].$_SERVER['SCRIPT_FILENAME']及__FILE__不同 在PHP中,有时需要知道脚本所处的位置,这时会用到$_SERVER['SC ...

  2. Trie - 20181113

    442. Implement Trie (Prefix Tree) class TrieNode { public boolean isWord; public TrieNode[] children ...

  3. Flutter 导入 import 'package:english_words/english_words.dart'

    import 'package:flutter/material.dart';import 'package:english_words/english_words.dart'; // 导入的包 vo ...

  4. Python学习 day07

    一.关于解决问题的思路 1.删除列表中索引为单数的元素. 别人的思路: 利用切片 li = [11, 22, 33, 44, 55] li = li[::2] print(li) 思考:虽然学了pyt ...

  5. spark第二篇:Application Submission Guide

    提交应用 Spark的bin目录中的spark-submit脚本用于启动集群上的应用程序.它可以通过一个统一的接口使用所有Spark支持的集群管理器. 绑定应用程序的依赖 如果你的代码依赖其他项目,你 ...

  6. cloudera manager的7180 web界面访问不了的解决办法(图文详解)

    说在前面的话 我的机器是总共4台,分别为ubuntucmbigdata1.ubuntucmbigdata2.ubuntucmbigdata3和ubuntucmbigdata4.(注意啦,以下是针对Ub ...

  7. netstat参数

    1.功能与说明 netstat 用于显示linux中各种网络相关信息.如网络链接.路由表.接口状态链接.多播成员等等. 定义:Netstat是在内核中访问网络及相关信息的程序,它能提供TCP连接,TC ...

  8. javascript遍历表

    定义表结构 1. 通过id遍历 <html> <body> <table id="tb" border="1"> <t ...

  9. MySQL中设置同一张表中一个字段的值等于另一个字段的值

    今天遇到了一个需求,我在一张表中新增了一个字段,因为这张表以前已经有很多数据了,这样对于以前的数据来说,新增的这个字段的值也就是为该字段的默认值,现在需要将新增的这个字段添加上数据,数据来源为同表的另 ...

  10. Use the list and while to Build Shop car

    #Author: Gordonsalary = int(input("请输入你的工资:"))goods = [('0',"Iphone",5000),('1', ...