April 18 2017 Week 16 Tuesday
Every light has darkness to balance it out.
有光明的地方,必定有黑暗予以平衡。
I strive to get a balance between life and work. But it seems my efforts were just futile and I failed in both.
I originally believed that although there were full of darkness in my life, there must be some glittering lights in the coming future to balance those darkness out.
I have walked too far away from the right direction, how can I shift back to it?
Maybe the truth is most of us don't know what we are born with until we try very hard to express it.
You think you know someone. But mostly you just know what you want to know.
你以为你很了解某个人,但大多数时候你了解的只是你想了解的部分。
Yes, no wonder, everything we see, and every concept we get from the world, is just the reflection of what we want to see and what we want to know.
There are very few people who can always have a deep and thorough understanding over the things, the people and the events they have met or they have experienced.
It is not easy to know someone or something clearly and deeply, and it is especially difficult to know oneself.
Do I know myself? What are my advantanges and disadvantages? I haven't got a clear thought about that.
So, it is no suprise that I always live an unexamined life.
Let us stop talking about this weighty topic. It is so frustrated.
Today we will bring an end to our discussion about the signs of being an arrogant person.
13. You have issues building relationships.
People find it difficult to flock to you. Most likely the negative quality of arrogance has a way of turning people away.
Arrogant people have a way of scarificing their relationships with friends and other people for the sake of success or self-gratification.
14. You shield your inferiority with a superiority complex.
Arrogant people always have an Achilles heel, but this they do not want exposed or known by people.
Thus they use an invincible front to protect their vulnerabilities.
15. You show false charm but beneath it exists some cruelty.
You show false charm as a tool to draw attention to you.
But this element of false magnetism can be easily recognized because you can't sustain it for so long.
April 18 2017 Week 16 Tuesday的更多相关文章
- April 25 2017 Week 17 Tuesday
Have you ever known the theory of chocie? There are a bunch of axiems, but there are only two thing ...
- 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 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 11 2017 Week 15 Tuesday
Love is hard to get into, but harder to get out of. 相爱不易,相忘更难. The past are hurt, but I think we can ...
- April 4 2017 Week 14 Tuesday
Problems are not stop signs, they are guidelines. 问题不是休止符,而是引向标. It is ture during our explorations ...
- 2017.9.16~17,热烈庆祝共创力罗老师《敏捷MINI体验式实战培训》在某大型企业成功举办!
2017.9.16~17日,深圳市共创力企业管理咨询有限公司为某上市企业提供了为期两天的内训服务.该次内训的主题为<敏捷MINI体验式实践培训>,为期两天.此次培训由共创力资深讲师Geor ...
随机推荐
- Educational Codeforces Round 13 C
Description Little Joty has got a task to do. She has a line of n tiles indexed from 1 to n. She has ...
- NAS与SAN RAID
存储区域网络 SAN 存储区域网络(Storage Area Network,简称SAN)采用网状通道(Fibre Channel ,简称FC,区别与Fiber Channel光纤通道)技术,通过FC ...
- 三个键print scroll、pause
上班族或是办公室白领每天都几乎跟键盘打交道, 那么键盘上的PrtSc SysRq(print screen).Scroll Lock.se Break(pause break).numlock等有何作 ...
- java/Android String.split 字符串分割
特殊符号分割时需加[].如下图
- oracle截取字符串,定索引
转载:https://www.cnblogs.com/qmfsun/p/4493918.html 使用Oracle中Instr()和substr()函数: 1 2 3 4 5 6 7 8 9 10 1 ...
- disruptor 问题排查
需求:收到银行异步通知,要在2秒内将结果返回银行,同时还要根据银行返回的交易状态更新数据库订单状态和其他业务. 采用disruptor,其实最好使用独立MQ产品.本次用的是disruptor,遇到了一 ...
- ubuntu安装软件依赖解决
sudo apt-get install -f zsh@zsh:~/Downloads/dist$ sudo dpkg --install Kitematic_0.17.3_amd64.deb (正在 ...
- opencv 3.4.0 的编译
cmake ../ -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local
- 牛客网Java刷题知识点之什么是单例模式?解决了什么问题?饿汉式单例(开发时常用)、懒汉式单例(面试时常用)、单例设计模式的内存图解
不多说,直接上干货! 什么是单例设计模式? 解决的问题:可以保证一个类在内存中的对象唯一性,必须对于多个程序使用同一个配置信息对象时,就需要保证该对象的唯一性. 如何保证? 1.不允许其他程序用new ...
- git 基础教程
git 提交 全部文件 git add . git add xx命令可以将xx文件添加到暂存区,如果有很多改动可以通过 git add -A .来一次添加所有改变的文件.注意 -A 选项后面还有一个 ...