February 12th, 2018 Week 7th Monday
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的更多相关文章
- February 16th, 2018 Week 7th Friday
Full of luck, health and cheer. We wish you a Happy Chinese New Year! 春节快乐,万事如意! From Shanbay. Today ...
- February 26th, 2018 Week 9th Monday
A good beginning is half done. 良好的开端是成功的一半. We can't finish anything if we don't start, sometimes ge ...
- February 19th, 2018 Week 8th Monday
Love is blind, hard to find, difficult to get, and impossible to forget. 爱,很盲目,很难找,很难得,很难忘. It is al ...
- 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. 人生一大乐事莫过去早上醒来 ...
- February 15th, 2018 Week 7th Thursday
Every orientation presupposes a disorientation. 迷失过方向,才能找到方向. Not until we are lost do we begin to u ...
- February 14th, 2018 Week 7th Wednesday
Love does not dominate, it culitvates. 爱不是羁绊,而是成就. Love should not wipe out everything you are, love ...
- February 13th, 2018 Week 7th Tuesday
You are your greatest asset. 你就是你自己最大的资本. For most of us, there are few things that we can count on ...
- 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 ...
- 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 ...
随机推荐
- 第一册:lesson thirty five。
原文: Our village . This is a photograph of our village. Our village is in a valley. It is between to ...
- 根据传智写的SqlHelper
using System; using System.Configuration; using System.Data; using System.Data.SqlClient; namespace ...
- 依然是关于我空间那篇申请的日志《JavaScript axError:Unexpected token ILLEGAL 很简单的代码……》
接下来要讲的日志现在的标题已经更改为<很简单的代码,但是无法--> 这篇日志地址:http://www.cnblogs.com/herbertchina/p/4475092.html 经过 ...
- Java 文件流操作.
一.概念 在Java中,文件的输入和输出是通过流(Stream)来实现的.一个流,必有源端和目的端,它们可以是计算机内存的某些区域,也可以是磁盘文件,甚至可以是 Internet 上的某个 URL.对 ...
- JavaAndroid开发部分API
JavaAndroid开发中的部分系统API 四大组件,都需要在清单文件中配置 Activity: 用来提供一个能让用户操作并与之交互的界面 onCreate(): 自动调用的方法, 在其中加载布局显 ...
- IntelliJ IDEA生成live template(代码模板)
IntelliJ IDEA生成live template(代码模板) 一.进入live template模板 快捷键:Ctrl+Shift+A进入Find Action,输入live template ...
- hihoCoder编程练习赛52
题目1 : 字符串排序 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 一般我们在对字符串排序时,都会按照字典序排序.当字符串只包含小写字母时,相当于按字母表" ...
- 反向ajax实现原理
留言板显示留言一直刷新,那么实现原理是怎么样的? 一般发送留言就是通过正常的ajax向服务器发送数据,而实时显示留言就需要用到轮询了. 什么是轮询:就是使用定时器,每隔固定的时间从客户端向服务器发起请 ...
- 微信wx.request
官方 wx.request 代码,Post 没成功过,使用Get 方式成功了. wx.request({ url: 'test.php', //仅为示例,并非真实的接口地址 data: { x: '' ...
- JS之汉字与Unicode码的相互转化
有时候,我们在给后端传递变量的的值中有汉字,可能由于编码的原因,传递到后端后变为乱码了.所以有时候为了省事或者其它特殊要求的时候,会把传递的汉字转换成Unicode编码后再进行传递. 当然汉字转换成u ...