August 04th 2017 Week 31st Friday
Love is a vine that grows into our hearts.
爱是长在我们心里的藤蔓。
What is love? Maybe no one can explain it clearly or give a precise definition.
It is a comprehensive set of feelings and experience.
Various sweet feelings entangles with each other to form what we called as love.
But there are always some specific moments that we can touch it, like receiving a sweet kiss, a movingly loving hug, and so on.
Try to create some sweet moments and create some surprises, that will add some flavours to our sterile daily life.
Learn as much by writing as by reading.
既要靠阅读来学习,也要靠写作来学习。
From Lord Acton.
Wow, it seems Lord Acton was a very famous figure in the history, for I have heard this name before.
After I searched the name on the wikipedia, I found the famous quotes as following were created by him:
Power tends to corrupt, and absolute power corrupts absolutely.
Great men are always bad men, even when they exericise influence and not authority.
Ok, just set aside the great accomplishments of Lord Acton, let's talk about the theme of today's quote.
Sometimes I really wonder why some people can grow fast and well, whereas some may have no improvement in the same period.
Sooner or later, the latter will find their situation may be not good.
Even they are valued employee, their skills and contributions haven't accelerated over the years, when crunch time arrives, they may be out of job.
How to escape from such dangerous situation and how to avoid it?
Keep on learning new skills? Yes, definitely it is the answer.
But there are some people who have spent considerable time on learning new knowledge but finally find their skills are not improved as they have expected.
Maybe their learning methods are not efficient. They just read books, but they seldom use what they learned from books into their practices.
That is where the problem lies. Now we know just reading is far from enough, even you input the codes in the computer line by line and see the results, may bring some rewards, at least you know how to code a program.
No one was born to be a professional.
By continuous exercising, you also can grow up into a professional.
August 04th 2017 Week 31st Friday的更多相关文章
- August 05th 2017 Week 31st Saturday
All endings are beginnings, we just don't know it at the time. 所有的结局都是新的开始,只是当时我们不知道而已. Several mont ...
- August 03rd 2017 Week 31st Thursday
A person has at least one dream, there is a reason to be strong. 一个人至少要有一个梦想,要有一个理由去坚强. Owning a dre ...
- August 02nd 2017 Week 31st Wednesday
Love means never having to say you are sorry. 爱就是永远不必说对不起. If there is ture love, you will never do ...
- August 01st 2017 Week 31st Tuesday
A contented mind is the greatest blessing a man can enjoy in this world. 知足是人生在世最大的幸事. Being content ...
- November 04th, 2017 Week 44th Saturday
It does not do to dwell on dreams and forget to live. 整天沉溺于梦想而忘记如何好好生活,毫无意义. Bingo, and I think it i ...
- October 04th 2017 Week 40th Wednesday
We teach people how to remember, we never teach them how to grow. 我们教会人们如何记忆,却从来不教他们如何成长. Without pr ...
- September 04th 2017 Week 36th Monday
Try not to become a man of success but rather try to become a man of value. 不要努力去做一个成功的人,而要努力去做一个有价值 ...
- August 30th 2017 Week 35th Wednesday
A lion does not concern himself with the opinion of sheep. 狮子可不会在意绵羊是怎么想的. As a sheep, you must run ...
- August 29th 2017 Week 35th Tuesday
Life is a pure flame, and we live by an invisible sun within us. 生命如纯洁的火焰,而维系这火焰的是我们内心的太阳. Burn my l ...
随机推荐
- window.location.href详解
在写web程序的时候,我们经常遇到跳转页面的问题,我们经常使用Response.Redirect做页面跳转,如果客户要在跳转的时候使用提示,这个就不灵光了,如: Response.Write(&quo ...
- PTA (Advanced Level) 1010 Radix
Radix Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? ...
- *2.3.4_封装成agent
上一节在验证平台中加入monitor时,读者看到了driver和monitor之间的联系:两者之间的代码高度相似.其本质是因为二者处理的是同一种协议,在同样一套既定的规则下做着不同的事情.由于二者的这 ...
- gradle本地、远程仓库配置--转
https://blog.csdn.net/x_iya/article/details/75040806 本地仓库配置配置环境变量GRADLE_USER_HOME,并指向你的一个本地目录,用来保存Gr ...
- TypeScript的简单介绍和win环境安装
TypeScript是一种由微软开发的自由和开源的编程语言.它是JavaScript的一个超集,而且本质上向这个语言添加了可选的静态类型和基于类的面向对象编程.特点是一门强类型语言. 安装: 1 首先 ...
- 从源码看 Promise 概念与实现
Promise 是 JS 异步编程中的重要概念,它较好地解决了异步任务中回调嵌套的问题.在没有引入新的语言机制的前提下,这是如何实现的呢?上手 Promise 时常见若干晦涩的 API 与概念,它们又 ...
- angular环境搭建时的坑
安装angular环境踩过一些坑,最终还是把工程跑起来了,这里描述一下我的步骤,不排除有些步骤是多余的,希望能对遇到同样问题的小伙伴有帮助. 下载最新版node.js. 安装node,安装过程一路点下 ...
- C# 泛型使用笔记
泛型的基本概念我就不在这重复了,不了解的同学请自行百度. 我主要写下我在项目中要到的泛型实例.献丑了.....有什么不好或不对的地方大家尽可评论留言. 为什么要用泛型? 通过使用泛型,我们可以极大地提 ...
- C# 之正则表达式运用
C#正则验证大全 Regex.IsMatch()正则表达式验证 需要引入命名空间 using System.Text.RegularExpressions; #region 验证文本框输入为数字 ...
- C# 之多线程(二)
一.确定多线程的结束时间,thread的IsAlive属性 在多个线程运行的背景下,了解线程什么时候结束,什么时候停止是很有必要的. 案例:老和尚念经计时,2本经书,2个和尚念,一人一本,不能撕破,最 ...