Don't worry about finding your soul mate. Find yourself.

欲寻佳侣,先觅本心。

You may fail to find your soul mate if you can't find yourself.

Because only if you have found yourself, that is, you know truly who you are, you know truly what you want, then you may have a deeper understanding about what type of person that fit you the best, and you may have a clearer conception about what traits your ideal soul mate may have.

Many tragedies in relationships are resulted from mutual misunderstanding, in other words, both may fail to know deeply about the other side, just as we have said, they didn't know who they were and what they wanted.

However, that really needs time to try to recognize oneself and make continuous introspection, moreover, maybe it would better if there are enough feedbacks from others through comments, praisements, criticisms on our talks and behaviours. Then we will know what and how we need to improve ourselves.

It is said that every one may love one or two wrong person before he or she can find the right one, maybe it provides some opportunities to find oneself in the wrong stages.

So, try to find yourself, listen to your heart, even though it is usually on the left side, it is always right.

You are stronger than your challenges and your challenges are making you stronger.

你比你面对的挑战更强大,而这些挑战让你变得更坚强。

Every time when I run into new challenges, I feel less confident in my capabilities and my strength, whether they are competent to handle these challenges?

I think too more on what it would be if I fail than what I would get through the process.

Maybe I have failed too many times, even all the time, I am so afraid of experiencing failure once more, that would be so terrible feelings.

However, life is always ridiculous, or it may love to making mischief on me, the more I fear, the more likely it would happen.

So, I desperately expect that I can face challengs bravely and hold more confidence in myself.

I desperately expect I can win for once, maybe I can become stronger and more powerful if I can have a win.

April 3 2017 Week 14 Monday的更多相关文章

  1. April 2 2017 Week 14 Sunday

    You only live once, but if you do it right, once is enough. 人生只有一次,但如果活对了,一次也就够了. Maybe I am going t ...

  2. April 24 2017 Week 17 Monday

    Much effort, much prosperity. 越努力,越幸运. I have ever seen this sentence in many people's signature of ...

  3. 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. 你会明白 ...

  4. April 10 2017 Week 15 Monday

    He alone is poor who does not possess knowledge. 没有知识,才是贫穷. Knowledge, as a important part of wisdom ...

  5. April 8 2017 Week 14 Saturday

    Life is the art of drawing without an eraser. 人生如画,落笔无悔. Yesterday I watched a film from Japan, Afte ...

  6. April 7 2017 Week 14 Friday

    A good heart is better than all the brains in the world. 聪明绝顶,不如宅心仁厚. A good heart can be useful to ...

  7. April 6 2017 Week 14 Thursday

    If you smile when no one else is around, you really mean it. 独处时的微笑,才是发自内心的. Recently I found I seld ...

  8. April 5 2017 Week 14 Wednesday

    Today is a perfect day to start living your dream. 实现梦想,莫如当下. Miracles may happen every day. If you ...

  9. April 4 2017 Week 14 Tuesday

    Problems are not stop signs, they are guidelines. 问题不是休止符,而是引向标. It is ture during our explorations ...

随机推荐

  1. inner join、left join、right join、full join

    A表 a1 b1 c1 01 数学 95 02 语文 90 03 英语 80  B表 a2 b2 01 张三 02 李四 04 王五 SQL语句:select A.*,B.* from A inner ...

  2. hdu3483 A Very Simple Problem 非线性递推方程2 矩阵快速幂

    题目传送门 题目描述:给出n,x,mod.求s[n]. s[n]=s[n-1]+(x^n)*(n^x)%mod; 思路:这道题是hdu5950的进阶版.大家可以看这篇博客hdu5950题解. 由于n很 ...

  3. 求用1g、2g、3g的砝码(每种砝码有无穷多个)称出10g的方案有几种

    #include <iostream> using namespace std; // ; // sup是保存多项式的数组,sup[n]中的值代表指数为i的系数 ,下标i是x的指数 // ...

  4. 封装OkHttp,通过改造Callback接口实现

    1:实现Callback回调接口import android.os.Handler;import android.os.Looper;import android.os.Message; import ...

  5. mybatis CDATA引起的查询失败

    <![CDATA[ ]]> 在被CDATA包围的所有字符串不会被mybatis解析, 直接写入sql了 CDATA应该只用在特殊字符前后,不能用在<if> <foreac ...

  6. css 断行省略号,隐藏,fixed定位

    text-overflow(clip | elipsis)(显示省略号| 不显示省略号) white-space:nowrap    强制文字不断行 word-break:break-all;     ...

  7. python3.7安装Scrapy

    环境:windows 7. 安装过程中遇到的问题 1.error: Unable to find vcvarsall.bat 2.1083: Cannot open include file: 'ba ...

  8. Storm与Spark区别

    Storm擅长于动态处理大量实时生产的小数据块,概念上是将小数据量的数据源源不断传给过程: Spark擅长对现有的数据全集做处理,概念是将过程传给大数据量的数据. 二者设计思路相反.Storm侧重于处 ...

  9. XAMPP 更换其它路径

    打开安装路径: xampp\apache\conf\httpd.conf DocumentRoot “C:/xampp/htdocs” <Directory “C:/xampp/htdocs”& ...

  10. Linpack之HPCG测试

    平台信息 Description: CentOS Linux release 7.6.1810 (Core) 注意事项 安装HPL之前需要配置好: CXX编译器(检查:c++ -v) MPICH 并行 ...