May 14th 2017 Week 20th Sunday
A smooth sea never made a skillful mariner.
平静的海洋练不出熟练的水手。
A smooth sea never made a skillful mariner, but a violent sea may kill a greenhand.
When we are engaged in a relatively new vacation, the best way may be to follow the principle from easy to difficult, from simple to complex.
If you start a job that may be too difficult for you, you would be frustrated by the slow progress and finally you would begin to doubt your own abilities.
That is terrible.Sometimes, it isn't shameful to start with a simple job, if you can keep learning and improving your abilities, there must be one day that you can sail through the most turbulent ocean.
A mother's arms are made of tenderness and children sleep soundly in them.
母亲的臂膀是用温柔做的,孩子们可以在其中安然入眠。
From Victor Hugo.
That day, May 14th 2017, is this year's mother's day.
It is a celebration honoring the mother of the family, as well as motherhood, maternal bonds and the huge influence of mothers in our society.
It may be celebrated on various days, most commonly on the second Sunday of May.
It seems this special day has been accepted by the public and become more and more popular in just tens of years in China mainland.
I think in some ways it just serves as a good example of the strong influnence of the western culture.
Certainly, the reason of its popularity also lies in the universal love towards moms.
That morning, soon after I got up, I sent a red envelope to my mother, she was very delighted.
But she didn't spend the money for herslef, she bought a set of cross-stiches to decorate my house.
That is love, the selfless love of mothers.
And I hope I can repay my mother and my father for their love and support, at least I hope I can win more and more self-independence so as to relieve their worries about my life.
May 14th 2017 Week 20th Sunday的更多相关文章
- August 20th 2017 Week 34th Sunday
Life is not a race, but a journey to be savored each step of the way. 生活不是一场赛跑,而是每一步都应该细细品尝的人生旅程. No ...
- April 23 2017 Week 17 Sunday
It is a characteristic of wisdom not to do desperate things. 不做孤注一掷的事情是智慧的表现. We are told that we ha ...
- January 14th, 2018 Week 02nd Sunday
Embrace your life, for we only live once. 拥抱你的生活,因为我们只能活一次. We just live once, so I would rather liv ...
- November 14th, 2017 Week 46th Tuesday
Eternity is said not to be an extension of time but an absence of time. 永恒不是时间的无限延伸,而是没有时间. What is ...
- November 12th, 2017 Week 46th Sunday
I love you not for who you are, but for who I am with you. 我爱你不是因为你是谁,而是因为跟你在一起,我是谁. I enjoy the fee ...
- November 05th, 2017 Week 45th Sunday
Do not pray for an easy life, pray for the strength to endure a difficult one. 不要祈求安逸的人生,祈求拥有撑过艰难的力量 ...
- October 29th, 2017 Week 44th Sunday
There was another life that I might have had, but I am having this one. 我明明可以过另一种生活,但我却选择了这一种. Be re ...
- October 22nd, 2017 Week 43rd Sunday
Yesterday is not ours to recover, but tomorrwo is ours to win or lose. 我们无法重拾昨天,但我们可以选择赢得或者输掉明天. Eve ...
- October 15th 2017 Week 42nd Sunday
Excellence is a continuous process and not an accident. 卓越是一个持续的过程而不是一个偶然事件. It is said that ten tho ...
随机推荐
- VBS常用脚本及其解说一览
取得本机IP strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strCo ...
- Djang视图层
视图 1.什么是视图 视图就是Django项目下的view.py,它的内部是一系列的函数或者是类,用来专门处理客户端访问请求并且返回相应的数据,相当于一个中央处理系统. 2.具体视图实例 3.CBV和 ...
- 《STL详解》解题报告
看完发现文档缺页...... 3.5 菲波那契数 vector<int> v; v.push_back(); v.push_back(); ;i < ;++i) v.push_ba ...
- aoj0525
一.题意:题目大致是讲一个烧饼铺烤烧饼,在一个n X m (1<=n<=10,1<=m<=10000)的烤桌上面摆着一堆烧饼,数字1表示烧饼正面,0表示烧饼反面.然后你每次可以 ...
- ELK 插件(一) ---- head
一, 插件介绍 01, ElasticSearch Head是什么? ElasticSearch Head是集群管理.数据可视化.增删查改.查询语句可视化工具.可以对集群进行傻瓜式操作.你可以通过插件 ...
- 段错误:使用opencv打开视频流
段错误:使用opencv打开视频流时报这个错误 1 使用命令dmesg 发现是libavutil.so模块发生了错误. 如果是java端报错,可能如下: libavutil.so ... av_di ...
- bootstrap日历插件地址
http://www.bootcss.com/p/bootstrap-datetimepicker/
- 【STM32学习笔记】STM32f407 使用4*4矩阵键盘
作者:李剀 出处:https://www.cnblogs.com/kevin-nancy/ 欢迎转载,但也请保留上面这段声明.谢谢! 写在前面: 这是本人第一次开始写博客,可能写的不是很好,也请大家谅 ...
- 移除“xmlns”命名空间
用XmlDocument创建一个文档,或者插入一个节点,默认会生成xmlns(命名空间)特性. 假定有一个xml文档如下结构: <?xml version="1.0" enc ...
- matlab中如何根据t检验参数查找t检验值
这个问题花了一些时间.先看图 这个是t检验里面的公式,但是如何在matlab中找到该式子对应的值,我现在才知道. 就是这样:x=tinv(1-α/2,n-1)----t(n)分布的上侧α分位数 ...