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. SpringBoot之Swagger2的使用

    Swagger是一组围绕OpenAPI规范构建的开源工具,可帮助设计.构建.记录和使用REST API.简单说下,它的出现就是为了方便进行测试后台的restful形式的接口,实现动态的更新,当我们在后 ...

  2. FMDB源码解析

    上一篇博客讲述SQLite的使用,本篇将讲述FMDB源码,后面也会讲解SQLite在使用与FMDB的区别.本篇读下来大约20-30分钟,建议大家先收藏一下. FMDB是以OC方式封装SQLite中C语 ...

  3. [转]docker之Dockerfile实践

    本文转自:https://www.cnblogs.com/jsonhc/p/7767669.html 上一篇介绍了Dockerfile中使用的指令,现在开始进行指令实践 先查看下本地的镜像,选一个作为 ...

  4. ASP.NET WEB API简介

      ASP.NET WEB API是基于.NET Framework用来构建Restful软件架构的框架,它是基于HTTP协议.Http不只是能够生成我们常见的web页面,它更是能够建立服务和面向资源 ...

  5. 微服务框架Lagom介绍之一

    背景 Lagom是JAVA系下响应式 微服务框架,在阅读本文之前请先阅读微服务架构设计,Lagom与其他微服务框架相比,与众不同的特性包括: 目前,大多数已有的微服务框架关注于简化单个微服务的构建-- ...

  6. Tomcat的Https设置及Http自动跳转Https

    Https相关介绍    Https是由NetScape公司设计的一个基于Http的加密传输协议,可以这样理解Https = Http +SSL(安全套接层),Https的端口为443,而且还需要申请 ...

  7. tomcat端口修改以及jvm启动参数设置

    1.端口更改:找到config目录下server.xml文件 如下 <?xml version='1.0' encoding='utf-8'?> <!-- Licensed to t ...

  8. 内省(Introspector)

    /** * 内省:通过反射来操作javabean * 内省类 --> Bean信息 --> 属性描述符 --> 属性的get/set对应的Method --> 进行反射 * c ...

  9. es6 set

    ES6 提供了新的数据结构 Set.它类似于数组,但是成员的值都是唯一的,没有重复的值. Set 本身是一个构造函数,用来生成 Set 数据结构. const setset = new Set([1, ...

  10. css3 简易时钟

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...