Love means never having to say you are sorry.

爱就是永远不必说对不起。

If there is ture love, you will never do things that would irritate your lover.

If there is true love, you will always be understood easily by your lover.

Then you will have no chance to say you are sorry.

But how to build up a harmony relationship and maintain it as long as possible?

That is quite a big question, and there is no simple answer to it.

Several of my friends told me that I am with higer IQ but lower EQ, which made it hard to communicate effectively with me.

So, how to improve my EQ?

Go out and make friends with more poople?

That may be not feasible for me, because I always fear that I can't afford the cost of frequent leisure activities with friends.

Most of the poor, like me, always can't behave in a natural and generous way, and that in turn, give others a bad impression, make our friends gradually alienate us.

How about awarding me with some extra money and letting me get rid of such poor conditions?

Those who cannot remember the past are condemned to repeat it.

不能铭记过去的人注定要重蹈覆辙。

From Geroge Santayana.

The past means experience, no matter it is sweet or bitter.

If it is sweet, that is to say, we have done the right things or we have maken the right choice, next time, when the same things happen to us, we may tackle with them easily and smoothly, and we may have more time to make our performance as perfect as possible.

If it is biiter, then it shows we have some wrongdoings or we have choosen the bad choice, next time when we encounter the same things, we may know how to do them right and how to avoid the pitfalls and avoid falling down at the same point.

It is not the worst to make faults or lose behind, it is the worst that one don't learn from his lessons and are not willing to catch up with other's pace even when he has been left behind.

I need to remember that, if I am to have decent life, I have to know who I am and what lies ahead of me.

Just run, run fast towards the finishline, even we may fall behind, we still can get a little closer towards it.

August 02nd 2017 Week 31st Wednesday的更多相关文章

  1. August 30th 2017 Week 35th Wednesday

    A lion does not concern himself with the opinion of sheep. 狮子可不会在意绵羊是怎么想的. As a sheep, you must run ...

  2. August 23rd 2017 Week 34th Wednesday

    Do not pray for easy lives. Pray to be stronger men. 不要祈祷舒适的生活,而是祈祷自己能变得更强大. It seems this quotation ...

  3. August 16th 2017 Week 33rd Wednesday

    A man can be destroyed but not defeated. 一个人可以被毁灭,但不能被打败. Before he was destroyed, he would have bee ...

  4. August 09th 2017 Week 32nd Wednesday

    Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...

  5. August 05th 2017 Week 31st Saturday

    All endings are beginnings, we just don't know it at the time. 所有的结局都是新的开始,只是当时我们不知道而已. Several mont ...

  6. August 04th 2017 Week 31st Friday

    Love is a vine that grows into our hearts. 爱是长在我们心里的藤蔓. What is love? Maybe no one can explain it cl ...

  7. August 03rd 2017 Week 31st Thursday

    A person has at least one dream, there is a reason to be strong. 一个人至少要有一个梦想,要有一个理由去坚强. Owning a dre ...

  8. August 01st 2017 Week 31st Tuesday

    A contented mind is the greatest blessing a man can enjoy in this world. 知足是人生在世最大的幸事. Being content ...

  9. May 31st 2017 Week 22nd Wednesday

    No great discovery was ever made without a bold guess. 没有大胆的猜测就没有伟大的发现. When our ancestors saw the b ...

随机推荐

  1. PHP之mb_substr_count使用

    mb_substr_count (PHP 4 >= 4.3.0, PHP 5, PHP 7) mb_substr_count - Count the number of substring oc ...

  2. 04 Thread的方法(源代码) 和 线程的状态

      1 .Thread中重要的属性 publicclass Thread implements Runnable { //继承自Runnable接口private char name[]; // 以c ...

  3. Python(2):创建函数模块

    说明: 在使用python的时候我们除了使用内置的函数之外,可能还需要使用一些别人写的函数.或者我们写的代码也希望可以给其他人使用.要实现这样的功能,我们就需要按照下面的步骤来定义自己的模块: Ste ...

  4. Node.js模块封装及使用

    Node.js中也有一些功能的封装,类似C#的类库,封装成模块这样方便使用,安装之后用require()就能引入调用. 一.Node.js模块封装 1.创建一个名为censorify的文件夹 2.在c ...

  5. Vue组件库

    滴滴cube-ui https://didi.github.io/cube-ui/#/zh-CN/docs/quick-start 有赞开源Vant(适合做商城) https://tech.youza ...

  6. php中的namespace 命名空间

    名字解释: namespace(命名空间),命名空间是从php5.3开始支持的功能.作用主要有两个:1.可以避免类名取得过长.2.当在多个框架配合使用时,同名的类之间不会冲突. 命名空间,看名字就知道 ...

  7. 类库里面添加日志记录 log4net

    第一步: 新建一个公共类库common,添加CustomLog4jLogger.cs 并引用log4net.dll /// <summary> /// 日志记录 /// </summ ...

  8. 三、hdfs的JavaAPI操作

    下文展示Java的API如何操作hdfs,在这之前你需要先安装配置好hdfs https://www.cnblogs.com/lay2017/p/9919905.html 依赖 你需要引入依赖如下 & ...

  9. JAVA工具系列之——Postman

    1 概述 Postman是一款测试rest接口的工具,可以实现前端未实施的情况下,后端同步开发.本文从部署到运用进行展开描写. 2 部署 第一步:进入Postman官网下载最新版本,下载链接 第二步: ...

  10. 面试遇到的mysql面试题

    1.MySQL数据库有哪些内置函数?1.数学函数 2.字符串函数 3.日期和时间函数 4.条件判断函数5.系统信息函数 6.加密和压缩函数 7.聚合函数8.格式或类型转化函数. 2.如何返回一张表的数 ...