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 ...
随机推荐
- JQuery判断页面是否按下了Enter键
$('#someTextBox').keypress(function(event){ var keycode = (event.keyCode ? event.keyCode : event.whi ...
- CodeForces - 593A -2Char(思维+暴力枚举)
Andrew often reads articles in his favorite magazine 2Char. The main feature of these articles is th ...
- P1111 修复公路(并查集)
题目背景 AA地区在地震过后,连接所有村庄的公路都造成了损坏而无法通车.政府派人修复这些公路. 题目描述 给出A地区的村庄数NN,和公路数MM,公路是双向的.并告诉你每条公路的连着哪两个村庄,并告诉你 ...
- #333 Div2 Problem B Approximating a Constant Range(尺取法)
题目:http://codeforces.com/contest/602/problem/B 题意 :给出一个含有 n 个数的区间,要求找出一个最大的连续子区间使得这个子区间的最大值和最小值的差值不超 ...
- TensorFlow入门测试程序
import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data mnist=input_data. ...
- Mysql5.7.20源码编译安装
一.下载源码包 1.1 下载mysql源码包 MySQL源码,网址为:https://dev.mysql.com/downloads/mysql/ : 1.2 下载boost 下载网址为:http:/ ...
- Centos6.10搭建Hadoop三节点分布式
(一)安装JDK 1. 下载JDK,解压到相应的路径 2. 修改 /etc/profile 文件(文本末尾添加),保存 sudo vi /etc/profile # 配置 JAVA_HOME exp ...
- Mybatis学习笔记15 - 两个内置参数_parameter和_databaseId
两个内置参数:除了方法传递过来的参数可以被用来判断,取值外,mybatis默认还有两个内置参数: _parameter:代表整个参数 单个参数:_parameter就代表这个单个参数 多个参数:参数会 ...
- powerdesigner 遇到的各种问题总结
1. 设置自增 打开表 -- 在具体列的前面双击即可添加各种属性 2. 生成sql 时设置编码 database --> generate database --> format --&g ...
- Indexing the World Wide Web: the Journey So Far阅读笔记
文献文档用google搜索标题即可. term预处理:用空格切分,去除标点,去除撇号,归一化小写,去除变音符号,词干还原(?),去除停用词,挖掘词组. 索引选型工程最佳实践:term粒度.按doc分块 ...