Who is able to be egotistical needs to be strong too.

有本事任性的人,也要有本事坚强。

What is egotistical? Is it the same to be arrogant?

To some extent, to be egotistical is the same as to be arrogant, and we know, such characters often annoy others.

But there are some people who are egotistical and arrogant still living a confortable life with great respects from others.

Their ablities are indispensable, those who are annoyed by their words or their arrogant behaviours may have to hide their anger or disappointments and accept what is given by those who are egotistical.

So, if you want to be egotistical, if you want to disregard other's opinion, if you want to live your life with your own will, you must become strong enough.

Nevertheless, I think it is not good to be egotistical even if we are strong enough, it is a good character to take consideration of others, which will make the world better and more harmony.

You must first have a lot of patience to learn to have patience.

你首先得耐下心,才能学会有耐心。

From Stanislaw J.Lec.

This is fast-moving world, and this is a ever-changing world, some old rules or creeds may be outdated or not so suitable as they were in the past days.

Just like being patient, or the old sayings that you must learn to warm your cold bench gradually before you can grow up into a big figure, these things, and many of what we had been taught in our teenages, are becoming less and less suitable or important in the current world.

This is a world with result-oriented, no matter how splendid the process is, once the result turn out to be not good, all the efforts in the process are nonsense.

Uh, I mean to say, we shouldn't be hesitate to take actions, we shouldn't be entangled in the details when planning to do something, we must speed up our pace, we must increase our efficency, we must present a good result as soon as we can, no one would be patient when they want to get the result.

June 24th 2017 Week 25th Saturday的更多相关文章

  1. June. 23rd 2018, Week 25th. Saturday

    We are who we choose to be. 要成为怎样的人,选择在于自己. From Barry Manilow. I believe that we are who we choose ...

  2. June 23rd 2017 Week 25th Friday

    Life doesn't get easier, you just get stronger. 生活从未变得轻松,是你在一点一点变得坚强. So in the same way we can get ...

  3. June 22nd 2017 Week 25th Thursday

    Happiness is when the desolated soul meets love. 幸福是孤寂的灵魂遭遇爱的邂逅. When living alone for a long period ...

  4. June 21st 2017 Week 25th Wednesday

    Discontent is the first step in progress. 不知足是前进中的第一步. Several days ago, I wrote down a quote which ...

  5. June 20th 2017 Week 25th Tuesday

    Care and diligence bring luck. 谨慎和勤奋,带来好运气. In my opinion, care and diligence may just gurantee us a ...

  6. June 19th 2017 Week 25th Monday

    Everyone is dissatisfied with his own fortune. 人对自己的命运总是感到不满足. We always want more, even when we hav ...

  7. June 18th 2017 Week 25th Sunday

    Life was like a box of chocolates, you never know what you're gonna get. 人生就像一盒巧克力,结果往往出人意料. Compare ...

  8. June 10th 2017 Week 23rd Saturday

    A lot of things, we can be touched, but we can not shed tears. 很多事情,我们可以感动,却不能流泪. Sometimes I was to ...

  9. June 03rd 2017 Week 22nd Saturday

    Truth and roses have thorns about them. 真理和玫瑰,身边都有刺. Yesterday, I met with a young, beautiful profes ...

随机推荐

  1. 【随笔】Linux主机简单判断CC攻击的命令

    今天看到一个很有意思的命令tcpdump,在这里记录下. 如果想要看tcpdump的详细用法,可以点击这里. 什么是CC攻击? 关于CC攻击,这里引用百度的解释: CC攻击的原理就是攻击者控制某些主机 ...

  2. 【随笔】 Win7下安装Git

    Git GGit是一个开源的分布式版本控制系统,用以有效.高速的处理从很小到非常大的项目版本管理.[2] Git 是 Linus Torvalds 为了帮助管理 Linux 内核开发而开发的一个开放源 ...

  3. [PY3]——heap模块 和 堆排序

    heapify( ) heapify()函数用于将一个序列转化为初始化堆 nums=[16,7,3,20,17,8,-1] print('nums:',nums) show_tree(nums) nu ...

  4. 【关于迭代器的for-each遍历集合现象。。。。。】

    foreahc迭代集合元素的同时修改集合元素抛异常..ConcurrentModificationException异常 只要使用迭代器遍历,其他集合遍历时进行增删操作都需要留意是否会触发Concur ...

  5. Docker 教程

    转自:http://www.runoob.com/docker/docker-tutorial.html Docker 教程

  6. 在 Web 应用中创建 Node.js 应用程序

    本分步指南将通过 Azure Web 应用帮助您启动并运行示例 Node.JS 应用程序.除 Node.JS 外,Azure Web 应用还支持其他语言,如 PHP..NET.Node.JS.Pyth ...

  7. 三:SpringTransaction

    一:什么是事务: 事务逻辑上的一组操作,组成这组操作的各个逻辑单元,要么一起成功,要么一起失败. 二:事务特性(ACID): 原子性(Atomicity) :强调事务的不可分割. 一致性(Consis ...

  8. pyhton中list的基本操作

    list:可以按规则,按顺序,存取大量数据 1.增 append() 在列表尾部追加元素 insert() 按照列表索引添加元素 extend() 迭代添加元素,一次添加多个元素 2.删 pop() ...

  9. js数组详解

        1,什么是数组 数组是值得有序集合,每个值叫做一个元素,而每个元素在数组中有一个位置,以数字表示,称为索引.js的数组是无类型的,数组元素可以是任意类型,同一个数组中的不同元素可能是对象或数组 ...

  10. 如何检测页面是否有重复的id属性值

    <!DOCTYPE html> <html> <head> <meta charset=" utf-8"> <meta nam ...