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. Nginx 的信号控制

    摘自:Nginx服务器初识:Nginx启动.停止与信号控制 名称 功能 说明 HUP 重启   QUIT 从容关闭   TERM 快速关闭   INT 从容关闭   USR1 切换日志文件 通常用在切 ...

  2. 反射 XMLUtil

    package com.dys.util; import java.beans.Introspector; import java.beans.PropertyDescriptor; import j ...

  3. 使用HTML+CSS实现鼠标划过的二级菜单栏

    先上效果图: 1.鼠标没在上面 2.鼠标放在一级菜单上,展开二级菜单 3.鼠标放在二级菜单上 代码: (点击此处预览代码效果) <html> <head> <title& ...

  4. 吴恩达《深度学习》第二门课(3)超参数调试、Batch正则化和程序框架

    3.1调试处理 (1)不同超参数调试的优先级是不一样的,如下图中的一些超参数,首先最重要的应该是学习率α(红色圈出),然后是Momentum算法的β.隐藏层单元数.mini-batch size(黄色 ...

  5. linux目录(转载)

    目录 1.树状目录结构图 2./目录 3./etc/目录 4./usr/目录 5./var/目录 6./proc/目录 7./dev/目录 该文章主要来自于网络进行整理. 目录结构参考地址: http ...

  6. iOS开发之工具篇-20个可以帮你简化移动app开发流程的工具

    如果想进入移动app开发这个领域,你总能从别的开发者或者网上或者书上找到各种各样的方法和工具,对于新手来说,还没有摸清门路就已经陷入迷茫了.这里推荐20个可以帮你简化app开发流程的工具.很多开发者都 ...

  7. C++ 语法积累20161015

    1.break 作用:用于终止当前循环(跳出循环体). 遇到最多的应该是在双层循环体中的使用: (1)在内循环体中,遇到break,则直接跳出内循环体,再次执行外循环体. (2) 在外循环体中,bre ...

  8. 4 springboot 集成swagger2

    Swagger:实时生成在线接口文档,方便测试和沟通 官网地址:https://swagger.io/ 引入依赖 <dependency> <groupId>io.spring ...

  9. POJ 1789(最小生成树)

    这题要把给的字符串变成边的权值 #include <cstdio> #include <iostream> #include <queue> #include &l ...

  10. MySQL9:索引实战 (转)

    构建50万条数据过程: DROP TABLE IF EXISTS `students`; CREATE TABLE `students` ( `s_id` ) NOT NULL AUTO_INCREM ...