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. 数据分析面试题之Pandas中的groupby

      昨天晚上,笔者有幸参加了一场面试,有一个环节就是现场编程!题目如下:   示例数据如下,求每名学生(ID)对应的成绩(score)最高的那门科目(class)与ID,用Python实现: 这个题目 ...

  2. centos 安装sbt

    1.yum install sbt 2.如果不行,则 curl https://bintray.com/sbt/rpm/rpm > bintray-sbt-rpm.repo sudo mv bi ...

  3. Packet for query is too large (12238 > 1024). You can change this value

    MySQL max_allowed_packet 设置过小导致记录写入失败 mysql根据配置文件会限制server接受的数据包大小. 有时候大的插入和更新会受max_allowed_packet 参 ...

  4. WPF 窗口

    在WPF中,经常需要对窗口进行设置,下面讲讲常用的几个设置. 窗口样式 1.无边框窗口 无边框透明窗体 设置 WindowStyle="None"--无边框,如果需要其它按钮,如缩 ...

  5. JQuery官方学习资料(译):操作元素

      获取和设置元素的信息     有很多种方式可以改变现有的元素,最常见的是改变HTML内容或者元素的属性.JQuery提供了简单的夸浏览器的方法来帮助你实现元素信息的获取和设置. .html():获 ...

  6. Centos 7.6搭建LAMP,部署zabbix监控环境

    一.安装环境 LAMP 1.安装apache yum install -y httpd httpd服务开机进行自启:systemctl enable httpd 启动httpd服务:systemctl ...

  7. This relative module was not found (转载)

    vue踩坑-This relative module was not found 在使用vue.js的日期选择插件 的时候,报错如下   This relative module was not fo ...

  8. javascript html页面中的内容替换

    <script language="javascript"> function ffRed(){  var xsxf = document.getElementById ...

  9. javascript 点击触发复制功能

    摘要: js调用复制功能使用: document.execCommand("copy", false); document.execCommand()方法功能很强大,了解更多请戳: ...

  10. vuejs-指令详解

    v-if v-if指令可以完全根据表达式的值在DOM中生成或移除一个元素.如果v-if表达式赋值为false,那么对应的元素就会从DOM中移除:否则,对应元素的一个克隆将被重新插入DOM中,代码如下: ...