One man's fault is another man's lesson.

前车之覆,后车之鉴。

We make mistakes every day, large or small, failures or faux pas.

But failure and mistakes still don't feel like an awesome learing opportunity.

I know it is my shortcomings that make me unique and I should embrace the stumbles and screw ups.

But it is really a big challenge for me and for many of us.

We live and act in ways to prevent mistakes, not taking risks, expanding our comfort zones or jumping outside the boxes we hide in.

But our mistakes and failures can be considered as gifts, gems, guidepoints in our learing as well.

Try to learn and grow up through our failures and mistakes, they not only make us uniquely who we are, but also can teach us powerful lessons.

But how to? I always feel upset when things didn't go as I had expected, I know I can learn something from them, but those frustrating feelings really made me so disappointed with life.

I love you not for who you are, but for who I am with you.

我爱你不是因为你是谁,而是我在你面前可以是谁。

From Edward Scissorhands.

Edward Scissorhands is really one of the best movies I have ever watched.

The sad but beautiful love between Edward and Kim had given me quite strong impressions.

And in the reality, I also have witnessed many deep love that can transcend time, space, age, even race.

But for myself, I would be not extravagantly hoping to have such kind of love, it is enough for me to meet with my lover.

In other's opinion, she is not beautiful, she is not charming, but in my eyes, she is the one who always makes me feel comfortable when staying with her.

Ok, I mean, she is the best one for me.

So, I must strive hard to give her a bright future, a happy and wealthy life.

I promise:

Now she will feel no rain for I will be the shelter to her;

Now she will feel no cold for I will be warmth to her;

And there is no more loneliness, because we will be companion to each other.

Though we are two bodies, there is only one life before us.

May our days be good and long upon the earth.

February 12th, 2018 Week 7th Monday的更多相关文章

  1. February 16th, 2018 Week 7th Friday

    Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...

  2. February 26th, 2018 Week 9th Monday

    A good beginning is half done. 良好的开端是成功的一半. We can't finish anything if we don't start, sometimes ge ...

  3. February 19th, 2018 Week 8th Monday

    Love is blind, hard to find, difficult to get, and impossible to forget. 爱,很盲目,很难找,很难得,很难忘. It is al ...

  4. February 17th, 2018 Week 7th Saturday

    The happiest part of a man's life is what he passes lying awake in bed in the morning. 人生一大乐事莫过去早上醒来 ...

  5. February 15th, 2018 Week 7th Thursday

    Every orientation presupposes a disorientation. 迷失过方向,才能找到方向. Not until we are lost do we begin to u ...

  6. February 14th, 2018 Week 7th Wednesday

    Love does not dominate, it culitvates. 爱不是羁绊,而是成就. Love should not wipe out everything you are, love ...

  7. February 13th, 2018 Week 7th Tuesday

    You are your greatest asset. 你就是你自己最大的资本. For most of us, there are few things that we can count on ...

  8. February 11th, 2018 Week 7th Sunday

    Grasp all, lose all. 欲尽得,必尽失. Not to be greedy and not to try to get everything. Our time, energy an ...

  9. February 5th, 2018 Week 6th Monday

    The world is what it is; men who are nothing, who allow themselves to become nothing, have no place ...

随机推荐

  1. Linux文件权限与属性详解 之 ACL

    Linux文件权限与属性详解 之 一般权限 Linux文件权限与属性详解 之 ACL Linux文件权限与属性详解 之 SUID.SGID & SBIT Linux文件权限与属性详解 之 ch ...

  2. Python系列:五、异常处理-技术流ken

    至今为止还没有进一步的谈论过错误信息,不过在你已经试验过的那些例子中,可能已经遇到过一些.Python 中(至少)有两种错误:语法错误和异常( syntax errors 和 exceptions ) ...

  3. Scrapy爬虫(4)爬取豆瓣电影Top250图片

      在用Python的urllib和BeautifulSoup写过了很多爬虫之后,本人决定尝试著名的Python爬虫框架--Scrapy.   本次分享将详细讲述如何利用Scrapy来下载豆瓣电影To ...

  4. 再谈 C# 对象二进制序列化,序列化并进行 AES 加密

    对象的二进制序列化非常有用,也非常方便. 我们可以把对象序列化为字节数组,也可以把对象序列化到文件,还可以把对象序列化到文件并进行加密. 先引用这些命名空间: using System.IO;usin ...

  5. Hibernate入门(七)一对多入门案例

    一对多 场景模拟:用户(一)对订单(多) 1.建表 创建客户表,字段有:客户id,客户姓名,客户性别,客户年龄,客户年纪,客户电话. 创建订单表,字段有:订单编号,明细编号,客户编号(外键) DROP ...

  6. Android Navigation使用

    简介 Navigation导航编辑器旨在简化Android开发中导航的实现,可以帮助我们很好的处理Activity和fragment之间通过FragmentTransaction交互的复杂性,也可以很 ...

  7. Less 结合 nth-child 选择器循环生成样式

    问题描述: 实现头像的堆叠效果 从第二个头像开始,每个头像都会盖住前一个头像上,遮盖的宽度为 30px 实现叠加的方式有很多,比如给每个头像添加 translateX 属性,或者使用负值 margin ...

  8. C#弹出窗体、C#导出Excel、C#数据展示框、C#弹出框

    1.new 一个窗体,然后设置窗体属性. 2.添加数据展示控件,显示数据. 3.添加按钮控件,调用导出Excel代码,实现导出Excel功能. using System; using System.C ...

  9. js 金额处理加小数点后两位

    function toDecimal2(x) { var f = parseFloat(x); if (isNaN(f)) { return false; } var f = Math.round(x ...

  10. web框架的本质

    一 web框架的本质及自定义web框架 我们可以这样理解:所有的Web应用本质上就是一个socket服务端,而用户的浏览器就是一个socket客户端,基于请求做出响应,客户都先请求,服务端做出对应的响 ...