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 ...
随机推荐
- winform窗体 小程序【三级联动】
三级联动[省,市,区] 类似地区选择,当选的某个省份,后面的下拉框相对变成对应省份的区县 实现省市区联动关键是数据库的表,[每个省内区的AreaCode列是同样的] public Form2() { ...
- JS DOM操作(一) 对页面的操作
DOM ——文档对象模型(Document Object Model)是表示和处理一个HTML或XML文档的常用方法. 在网页上,组织页面(或文档)的对象被组织在一个树形结构中,用来表示文档中对象的标 ...
- 撩课-Web大前端每天5道面试题-Day32
1.module.export.import是什么,有什么作用? module.export.import是ES6用来统一前端模块化方案的设计思路和实现方案. export.import的出现统一了前 ...
- mybatis-plus排除非表中字段
使用 transient 修饰 private transient String noColumn; 使用 static 修饰 private static String noColumn; 使用 T ...
- django admin登陆添加修改内容
model文件中 __all__ = ["Book", "Publisher", "Author"] from django.db impo ...
- JavaScript--事件入门(24)
// JavaScript事件是由访问Web页面的用户引起的一系列操作; // 例如:用户点击;当用户执行某些操作的时候,再去执行一系列代码; 一 事件介绍 // 事件一般是用于浏览器和用户操作进行交 ...
- vue webpack 打包后css背景图路径问题
最近在写vue-webpack项目时,打包后遇到了css背景图片路径报错的问题 奇怪的是,通过img标签引入的图片路径却没有问题,看来是webpack在打包后,读取css中图片的相对路径出错了. 稍微 ...
- 自定义data-*
HTML5的自定义属性data-*详细介绍和JS操作实例 < div id="user" data-id="123456" data-name=" ...
- iis7 请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理
cmd 输入 C:\Windows\Microsoft.NET\Framework\V4.0.30319\aspnet_regiis -i
- Android友盟增量更新
1.增量升级的原理 增量更新的原理就是将本地apk与服务器端最新版本比对,并得到差异包.比如现在的版本是1.1.4,大小是7.2M,新版本是1.1.5.大小是7.3M.我们发现两个版本只有0.1M的差 ...