Find the peace with yourself
The purpose of being mature is to find the real calm and peace with yourself. Or you can say the ture meaning of life which doesn't mean how rich you are or how many house you own, or how many friends you have. those doesnt really help you to get there. it will help, but not are the key point. no matter what kind of career do you have or where you are. your happiness comes from your deep inside, instead of outside. Take the time to have a conversation with your mind, at the beginning, you may not find the source , but if you keep seeking, it wil show up. take guys at XJ as example, XU found his peace with himself, boz he talked himself down, not travelling anymore for his family. I assume YANG also find his peace , he not envy the high payment job, take the current situation happlliy , no matter what happen in the company. there is very less possibility for him to go back his hometown. I didnt find my peace with myself, that is why I left XJ the place where I wanted to go so badly before. I went to YUTONG, however I still didnt convince myself. In YUTONG, ZHU convince himself, WANGYAO also had himself conviced. why I was not following them and settle myself down.
the root reason is due to I havent find my peace with myself. However there is one day, one moment, I will find the peace and I will settle down.
Find the peace with yourself的更多相关文章
- MYSQL分页存储过程及事务处理--转自peace
		
MYSQL的分页过程,和事务处理的一个测试过程. /* --名称:MYSQL版查询分页存储过程 by peace 2013-8-14 --输入参数:@fields -- 要查询的字段用逗号隔开 --输 ...
 - The Real Meaning of Peace
		
The Real Meaning of Peace There once was a king who offered a prize to the artist who would paint th ...
 - UX设计案例研究:建立更好的用户体验(重新设计Air Peace Airline网站)
		
以下内容由Mockplus团队翻译整理,仅供学习交流,Mockplus是更快更简单的原型设计工具. 坐飞机旅行总是能给人带来很棒的体验,但我认为应该考虑预订航班时给用户带来的压力.在如今的数字世界,我 ...
 - HDU 5434 Peace small elephant 状压dp+矩阵快速幂
		
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5434 Peace small elephant Accepts: 38 Submissions: ...
 - Game of Peace
		
Time Limit: 4000ms, Special Time Limit:10000ms, Memory Limit:65536KB Total submit users: 20, Accepte ...
 - 2018.09.28 hdu5434 Peace small elephant(状压dp+矩阵快速幂)
		
传送门 看到n的范围的时候吓了一跳,然后发现可以矩阵快速幂优化. 我们用类似于状压dp的方法构造(1(1(1<<m)∗(1m)*(1m)∗(1<<m)m)m)大小的矩阵. 然后 ...
 - Crystal Clear Applied: The Seven Properties of Running an Agile Project (转载)
		
作者Alistair Cockburn, Crystal Clear的7个成功要素,写得挺好. 敏捷方法的关注点,大家可以参考,太激动所以转载了. 原文:http://www.informit.com ...
 - MongoDB学习笔记二—Shell操作
		
数据类型 MongoDB在保留JSON基本键/值对特性的基础上,添加了其他一些数据类型. null null用于表示空值或者不存在的字段:{“x”:null} 布尔型 布尔类型有两个值true和fal ...
 - Peter Hessler和他的中国三部曲(上)
		
大约一年前,我从<英语铺子>栏目知道了Peter Hessler这位作家.主播分享了她的一些读后感和印象深刻的片段,当然主要是主播的声音太甜了,让我对这位美国作家留下了深刻的印象. Pet ...
 
随机推荐
- cJSON学习笔记  续集
			
0.前言 本文试图说明怎样使用CJSON构造各种各样的JSON数据包.在前段时间已经写过一篇cJSON的文章,所以本文成为"续集". [相关博文] [前端学 ...
 - Fundamentals of Computer Graphics 中文版(第二版) (Peter Shirley 著)
			
1 引言 2 数学知识 3 光栅算法 4 信号处理 5 线性代数 6 矩阵变换 7 观察 8 隐藏面消除 9 表面明暗处理 10 光线追踪 11 纹理映射 12 完整的图形流水线 13 图形学的数据结 ...
 - Tower Defense Toolkit 学习
			
代码太多,就不贴了.用到的基本已注释. 游戏中的数据存放在Resources/Database中.游戏运行时,通过Resources.Load加载 UI构成 对象池 using UnityEngi ...
 - 使用OpenCV进行人脸识别
			
不断维护的地址:http://plzcoding.com/face-recognition-with-opencv/ 怎样使用OpenCV进行人脸识别 本文大部分来自OpenCV官网上的Face Re ...
 - Quart.net配置oracle的坑
			
引用的Oracle.DataAccess.dll是64位, 生成选项需要去除默认勾选的 “首选32位”,不然会导致未能加载程序集
 - 我发起并创立了一个 VMBC 的 子项目 D#
			
大家好, 我发起并创立了一个 VMBC 的 子项目 D# . 有关 VMBC , 请参考 <我发起了一个 用 C 语言 作为 中间语言 的 编译器 项目 VMBC> https ...
 - [转]从OSI网络模型到TCP/IP协议族简介
			
OSI七层模型 OSI(Open System Interconnection,开放系统互联)七层网络模型成为开放式系统互联参考模型,是一个把网络通信在逻辑上的定义,也可以理解成为定义了通用的网络通信 ...
 - log4j.properties配置说明学习网址
			
https://blog.csdn.net/wangzhaotongalex/article/details/51308802
 - 运行成功的Demo(Python+Appium)
			
原文摘自:廖丹 http://www.cnblogs.com/android-it/p/8805659.html 1.打开Appium运行 2.在Pycharm输入代码如下所示: from appi ...
 - Hadoop HDFS NameNode工作机制
			
Secondary namenode 首先,我们假设如果存储在Namenode节点的磁盘中,因为经常需要进行随机访问,还有响应客户请求,必然是效率过低.因此,元数据需要存放在内存中.但如果只存在内存中 ...