April 16 2017 Week 16 Sunday
Happiness is a way station between too much and too little.
幸福就是刚刚好。
I don't want to talk about it any more.
Maybe I am the one who was cursed by the Heaven or by the God, because there was no happiness or luckiness in return for my positive and useful behaviors, and there were full of tragedies and difficulties in my life if compared to many others.
The more I had expected, the deeper I would lost in disappointments.
Too much, or too little, nonsense to me, I am not qualified to get even a glimmer of happiness.
Maybe I should never expect luckiness.
Remeber there is no lucky numbers, even they ever appeared in your dreams, so don't spend too much on those useless things.
But what else can I do to bring myself some positive energy?
Tomorrow belongs to those who can hear it coming.
明天属于那些能听见它来临的人。
Some people, like me, always complain that they may have no glorious or bright future, and they think they are not favoured at all by the God.
They haven't yet abtained any rewards from their efforts, what they had obtained were all but failures, disappointments, frustrations.
Actually sometimes they were sleeping or deaf when the opportunities came to them, so the time belonging to them never comes.
What a pity, isn't it? If they had heard the footsteps of their time and had taken good use of the opportunities, their situation would be totally different.
But who knows? And who care?
Ok, let me bring an end to this unpleasant discussion, and shift to the subject we discussed several days ago:
The signs of being an arrogant person.
8. You despise the weak.
You can't tolerate people who show signs of being fallible.
If someone backs out from accepting responsiblities and taking charge of a situation, you resent and despise such a person.
9. You have a hard time in self-reflecting.
You find it difficult to stare at the mirror and see yourself for what you really are.
You have a hard time to look back at your failures and weaknesses.
April 16 2017 Week 16 Sunday的更多相关文章
- April 22 2017 Week 16 Saturday
Fear is an essential part of our survival, it keeps us alert. 恐惧是生存的重要部分,它让我们保持警惕. Fear and pain are ...
- April 21 2017 Week 16 Friday
Courage is like a muscle. We strengthen it with use. 勇气就像肌肉,越使用越强大. Most often it is true, but somet ...
- April 20 2017 Week 16 Thursday
We are all in the gutter, but some of us are looking at the stars. 我们都生活在阴沟里,但仍有人仰望星空. In the past m ...
- April 19 2017 Week 16 Wednesday
What would life be if we had no courage to attempt anything? 如果我们都没有勇气去尝试点什么,生活会变成什么样子呢? I remembere ...
- April 18 2017 Week 16 Tuesday
Every light has darkness to balance it out. 有光明的地方,必定有黑暗予以平衡. I strive to get a balance between life ...
- April 17 2017 Week 16 Monday
You will find that it is necessary to let things go; simply for the reason that they are heavy. 你会明白 ...
- April 2 2017 Week 14 Sunday
You only live once, but if you do it right, once is enough. 人生只有一次,但如果活对了,一次也就够了. Maybe I am going t ...
- April 30 2017 Week 18 Sunday
Our lives stretched out ahead of us, like a perpetual sunrise. 生命如永恒的日出,生生不息. Please respect yoursel ...
- April 23 2017 Week 17 Sunday
It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...
随机推荐
- Luogu P1608 路径统计 最短路计数
颓了...重边导致我乖乖用邻接矩阵.... 好吧就是个最短路计数....如果更新时d[v]==d[u]+w[i],就可以接起来,把两个加在一起.. 如果d[v]>d[u]+w[i],那么c[v] ...
- [转载]jQuery中的html,val,text区别
在jquery中 text() 返回目标元素所包含的所有文本内容,注意不包含html标签 alert($("#shuru").text()); 1 html() 返回目标元素所包含 ...
- 问题:jQuery中遍历XML文件时候,获取子节点children不支持的情况(已解决)
问题描述: 今天在写一个基于 jquery 的读取xml文件的程序时候,需要遍历xml的节点. 代码片段如下: function parse_xml_node(parent,result){ // r ...
- my04_Mysql复制数据一致性校验
1. 搭建一套双节点的Mysql主从复制数据库 2. 主库初始化测试数据 drop table if exists test; ),test_id int NOT NULL AUTO_INCREMEN ...
- 未来HTML6出现的10个特性
网络技术正趋向于发展为一个巨大的移动APP市场,在Web开发的革命浪潮中起着指示性作用,自HTML引入以来,创建可转换,有新意的网络移动应用程序变得So easy,web开发中运用先进技术也很容易处理 ...
- Hadoop Intro - Configure
Hadoop学习(二) Hadoop配置文件参数详解 Hadoop运行模式分为安全模式和非安全模式,在这里,我将讲述非安全模式下,主要配置文件的重要参数功能及作用,本文所使用的Hadoop版本为2 ...
- Unity ContextMenu 上下文菜单
新建脚本: public class ContextTesting : MonoBehaviour { [ContextMenu("哈哈")] void DoSomething() ...
- [转]关于Jquery的DataTables里TableTools的应用
本文转自:http://147068307.iteye.com/blog/1700516 最近在产品中使用了TableTools这个工具,主要用来实现导出和复制功能. 但是在实际的运用中出现了以下相关 ...
- (转)总结Linux的chattr与lsattr命令详解
PS:有时候你发现用root权限都不能修改某个文件,大部分原因是曾经用chattr命令锁定该文件了.chattr命令的作用很大,其中一些功能是由Linux内核版本来支持的,不过现在生产绝大部分跑的li ...
- socket编程(一)
因为下载器涉及到socket的知识,就花了一天学习了.因为时间原因分成几部分.(这里记录上的是基于Windows平台的) #include <stdio.h> #include <w ...