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 ...
随机推荐
- Luogu P4095 [HEOI2013]Eden 的新背包问题 思维/动规
当时一直在想前缀和...多亏张队提醒... 从1到n背次包,保存每一个状态下的价值,就是不要把第一维压掉:再从n到1背一次,同样记住每种状态: 然后询问时相当于是max(前缀+后缀),当然前缀后缀中间 ...
- input只能输入非负数
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...
- ORA-14517: Subpartition of index "string.string" is in unusable state
今天碰到个ORA-03113, 原因不明. 猜测因为某些table DDL操作过后导致index unuable的case, 然后进行analyze table, 再碰到ORA-14517. 最后通 ...
- MOS管
mos工作原理:http://www.360doc.com/content/15/0930/11/28009762_502419576.shtml, 开关特性好,长用于开关电源马达驱动,CMOS相机场 ...
- PlayMaker Debug Int/Float/Vector3...
1.在一个游戏对象上建一个PlayMakerFSM,在状态机里新建几个不同类型的变量: 2.再新加几个Action: 3.运行,结果如下:
- 牛客网Java刷题知识点之匿名对象、匿名对象的内存结构图、匿名对象的应用场景、匿名对象的使用、匿名对象的简单例子、匿名对象要注意的事项
不多说,直接上干货! 什么是匿名对象? 答: 没有名字的实体,也就是该实体没有对应的变量名引用. 没有名字的实体,没有引用类型变量指向的对象称作为匿名对象. 正常的,是 Car car = new ...
- typescript的lambads解决this关键字找不到属性
var people = { name: ["abc", "jack", "pepter", "jim"], getna ...
- [RadControl] RadCartesianChart-功能強大圖表控件
由於最近做了一些統計的圖表分析,須使用到RadCartesianChart控件,因此就在這分享給大家順便為自己學習紀錄一下. 在介紹RadCartesianChart控件前,先看一下我所使用的到的功能 ...
- Linux小知识(1): bash中执行数据库的相关操作
工作中经常会遇到命令行操作数据库或登陆至其他服务器等情况,往往需要通过命令行进入相关的数据库或登陆至相关的服务器,再执行指令操作,因此有没有方法,在命令行或bash脚本中模拟进入数据库或登陆服务器操作 ...
- MVC 模型过滤
通用返回模型 /// <summary> /// WebApi返回数据的泛型类 /// </summary> /// <typeparam name="T&qu ...