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 ...
随机推荐
- JVM启动报错: Could not reserve enough space for object heap error
首先了解一下参数的含义: 参数 含义 -Xms2G -Xmx2G 代表jvm可用的heap内存最小和最大 -XX:PermSize -XX:MaxPermSize 代表jvm的metadata内存的大 ...
- 【转】让Entity Framework不再私闯sys.databases
这里的“私闯sys.databases”是指Entity Framework默认发起的查询:SELECT Count(*) FROM sys.databases WHERE [name]=N'数据库名 ...
- jQuery 关于ajaxfileupload.js插件的逐步解析(ajaxfileupload.js第二弹)
如果你看了上一篇<ASP.NET 使用ajaxfileupload.js插件出现上传较大文件失败的解决方法(ajaxfileupload.js第一弹)>的话,应该就知道我是逼不得已要认真学 ...
- 阿里java面试题,你能答对多少?
答对以下这些面试题,可以淘汰掉 80 % 的求职竞争者. 1.hashcode相等两个类一定相等吗?equals呢?相反呢? 2.介绍一下集合框架? 3.hashmap hastable 底层实现什么 ...
- 深入辨析jvm内存区域
Java内存区域 Java虚拟机在执行Java程序的过程中会把它所管理的内存划分为若干个不同的数据区域: 程序计数器.虚拟机栈.本地方法栈.Java堆.方法区(运行时常量池).直接内存 程序计数器 当 ...
- C#学习笔记-模板方法模式
题目:同学摘抄老师给的试卷并给出自己的对应的答案. 实现: static void Main(string[] args) { Console.WriteLine("学生甲抄的试卷:&quo ...
- String 简单使用
package com.direct.str; public class TestObject { /** * @param args */ /* * 1.object类是根类,里面定义的==和equ ...
- jQuery全能图片滚动插件
插件开发背景 随着前端开发领域越来越受到重视,前端开发也变得越来越火热.各种优秀的前端组件层出不穷.尤其是jQuery插件,很多前端组件都是基于jQuery开开发的. 图片滚动是前端开发中可以说是非常 ...
- centos配置网络
[root@localhost ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE="eth0"BOOTPROTO=&qu ...
- Angular入门教程二
4 功能介绍 4.1数据绑定 AngularJS的双向数据绑定,意味着你可以在Mode(JS)中改变数据,而这些变动立刻就会自动出现在View上,反之亦然.即:一方面可以做到model变化驱动了DOM ...