April 3 2017 Week 14 Monday
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的更多相关文章
- April 2 2017 Week 14 Sunday
You only live once, but if you do it right, once is enough. 人生只有一次,但如果活对了,一次也就够了. Maybe I am going t ...
- April 24 2017 Week 17 Monday
Much effort, much prosperity. 越努力,越幸运. I have ever seen this sentence in many people's signature of ...
- 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 10 2017 Week 15 Monday
He alone is poor who does not possess knowledge. 没有知识,才是贫穷. Knowledge, as a important part of wisdom ...
- April 8 2017 Week 14 Saturday
Life is the art of drawing without an eraser. 人生如画,落笔无悔. Yesterday I watched a film from Japan, Afte ...
- 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 ...
- April 6 2017 Week 14 Thursday
If you smile when no one else is around, you really mean it. 独处时的微笑,才是发自内心的. Recently I found I seld ...
- April 5 2017 Week 14 Wednesday
Today is a perfect day to start living your dream. 实现梦想,莫如当下. Miracles may happen every day. If you ...
- April 4 2017 Week 14 Tuesday
Problems are not stop signs, they are guidelines. 问题不是休止符,而是引向标. It is ture during our explorations ...
随机推荐
- HDU - 1042-N!(Java)
Given an integer N(0 ≤ N ≤ 10000), your task is to calculate N! Input One N in one line, process to ...
- HDU 4507 求指定范围内与7不沾边的所有数的平方和 (数位DP)
题意:求区间[l,r]内所有与7无关的数的平方和(取模)定义与7无关的数: 1.数字的数位上不能有7 ...
- C:foreEach
c:forEach用法 <c:foreach>用法 <c:foreach>类似于for和foreach循环 以下是我目前见过的用法:1.循环遍历,输出所有的元素.& ...
- vue-踩过的坑
1)引入组件时路径一定要是./ or ../开头 import Goback from './public/goback.vue' 2)这类输入框绑定的值不是:value 不是 :value 不然数据 ...
- java——单例模式
这个教程写的真好:https://blog.csdn.net/mnb65482/article/details/80458571 1. 什么是单例模式? 单例模式确保某个类只有一个实例. 单例类必须自 ...
- Hive学习(二)
1.Hive数据导入 2.Hive的数据查询 3.Hive的Java客户端和自定义函数 1.Hive数据导入 (1.1)使用Load语句导入 HiveQL中提供LOAD DATA命令,用于导入数据到H ...
- RTT设备与驱动之PIN设备
单片机的PIN有2个基本功能:GPIO和AFIO,其中gpio的常用功能: 1 输入:上拉.下拉.模拟.浮动 2 输出:上拉.下拉.推挽.开漏 3 中断:上升沿.下降沿.双沿.高电平.低电平触发 RT ...
- (转)Python作业day2购物车
Python作业day2购物车 原文:https://www.cnblogs.com/spykids/p/5163108.html 流程图: 实现情况: 可自主注册, 登陆系统可购物,充值(暂未实现) ...
- Linux raw socket
转载自:http://www.cnblogs.com/uvsjoh/archive/2012/12/31/2840883.html 我们平常所用到的网络编程都是在应用层收发数据,每个程序只能收到发给自 ...
- 【PHP】 hash加密
之前对密码进行加密是在JS文件里做的,但是不行,改到PHP文件里进行加密比较安全,于是乎…… [原JS加密代码] var password = sha256_digest(pwd); 后来在网上调查方 ...