November 12th, 2017 Week 46th Sunday
I love you not for who you are, but for who I am with you.
我爱你不是因为你是谁,而是因为跟你在一起,我是谁。
I enjoy the feeling when staying with you, it is wonderful when I knew there is someone other than my parents caring about my life.
When the weather becomes cold these days, you always tell me to wear some warm clothes.
When I posted a photo about the record of running in the gym, you always sent me a like.
When staying with you, no matter what I talked about, you always said you are astonished by so many things I know. Of course, I enjoyed the praises and compliments.
But it seems what I have given you is far from enough, sometimes I didn't send a simple message to you the whole day.
I know I was wrong, I know I let you feel to be ignored.
I don't intend to lose you, but I always do such stupid things.
Thank you for your forgiveness.
I promise I won't let you down, I promise I will love you more.
There is no point in being grown up if you can't be childish sometimes.
如果不能偶尔孩子气一下,那长大就没有意义了。
From Doctor Who.
If you want to be childish sometimes, you must behave in mature ways most of the time.
Otherwise any of your childish behavior would be considered as stupid and immature.
So to be mature and behave properly may be of the first priority for most of us.
Before showing off your knowledge and experience, just think whether you have a systematic realization about the thing you will talk about.
Try to practice perseverance more often, and never give up a thing because it was or inconvenient.
I know if I want light, I must conquer darkness.
It is said that perseverance can sometimes equal genius in its results.
"There are only two creatures," says a proverb, "who can surmount the pyramids-the eagle and the snail."
And I think I am that kind of snail.
Tomorrow I would be on a business trip, to solve a tricky problem, I believe we can cooperate together to make the job done.
November 12th, 2017 Week 46th Sunday的更多相关文章
- November 12th 2016 Week 46th Saturday
Never love anyone who treats you like you are ordinary. 请爱那些爱你的人. Don't waste your limited energy on ...
- November 17th, 2017 Week 46th Friday
If you shut the door to all errors, truth will be shut out. 你如果拒绝面对错误,真相也会被挡在门外. Sometimes being a f ...
- November 16th, 2017 Week 46th Thursday
Don't you wonder sometimes, what might have happened if you tried. 有时候,你会不会想,如果当初试一试会怎么样? If I had t ...
- November 15th, 2017 Week 46th Wednesday
Of all the tribulations in this world, boredom is the one most hard to bear. 所有的苦难中,无聊是最难以忍受的. When ...
- November 14th, 2017 Week 46th Tuesday
Eternity is said not to be an extension of time but an absence of time. 永恒不是时间的无限延伸,而是没有时间. What is ...
- November 13th, 2017 Week 46th Monday
Don't undermine your worth by comparing yourself with others. 别拿自己和他人比较,这只会降低你原有的价值. Honestly, I don ...
- November 05th, 2017 Week 45th Sunday
Do not pray for an easy life, pray for the strength to endure a difficult one. 不要祈求安逸的人生,祈求拥有撑过艰难的力量 ...
- November 6th 2016 Week 46th Sunday
The starting point of all achievements is desire. 成功的第一步是渴望. Those who make great achievements are o ...
- May 14th 2017 Week 20th Sunday
A smooth sea never made a skillful mariner. 平静的海洋练不出熟练的水手. A smooth sea never made a skillful marine ...
随机推荐
- UML类图示例
- WebApi实现单个文件的上传下载
上传和下载是很常用的功能了,只有当用到的时候才发现不会写...,经过一番百度.筛选.整理修改后,实现了功能,下面简单的记录下实现方法. 一.上传功能 1.前端代码 上传文件 <input typ ...
- Java下载execl表格
Java用POI往execl表格中写数据,并下载下来有两种方式 1.用poil的API创建表格,并设计好表格格式,然后往里面写数据 /** * execl导出 创建表格式,并写入数据 * @param ...
- LINQ to Objects系列(3)深入理解Lambda表达式
Lambda表达式是学好LINQ很重要的一个知识点,后面的LINQ查询中会大量地使用到Lambda表达式.这篇文章从以下几点进行总结. 1,Lambda表达式的前世今生 2,Lambda表达式的实际运 ...
- 如何解决VMware 虚拟机不能铺满屏幕
出现这种情况是因为分辨率设置问题,调整分辨率总能达到你想要的效果: 首先设置vmware为全屏模式 查看物理机的分辨率,然后再将虚拟机的分辨率设置了跟物理机的一致.完美解决 windows10查看分辨 ...
- 设计模式之单例模式(Singleton)(1)
单例模式是一种比较简单的设计模式,简单来说,就是确保一个类只有一个实例,而且自行实例化并向整个系统提供这个实例. 单例模式特点: 1)单例类只能有一个实例. 2)单例类必须自己创建自己的唯一实例. 3 ...
- 自定义MVC框架之工具类-图像处理类
截止目前已经改造了4个类: ubuntu:通过封装验证码类库一步步安装php的gd扩展 自定义MVC框架之工具类-分页类的封装 自定义MVC框架之工具类-文件上传类 图像处理类: 1,图片加水印处理( ...
- windows 格式化D盘
格式化D盘1.右击我的电脑2.高级系统设置3.高级4.性能->设置5.高级->虚拟内存(更改)6.双击D设置->无分页文件7.确定->重启计算机
- Python 并发编程(管道,事件,信号量,进程池)
管道 Conn1,conn2 = Pipe() Conn1.recv() Conn1.send() 数据接收一次就没有了 from multiprocessing import Process,Pip ...
- PostGIS安装
PostGIS安装 1.软件下载 postgresql-9.6.1-1-windows-x64-binaries.zip https://www.postgresql.org/download/win ...