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 ...
随机推荐
- 2-4 js基础-事件对象小结
var e=ev||event; e.cancelBubble=true; document.documentElement html document.body ...
- 第6章 通过CrawlSpider对招聘网站进行整站爬取
通过前几章的2个项目的学习,其实本章的拉钩网项目还是挺容易理解的. 本章主要的还是对CrawlSpider源码的解析,其实我对源码还不是很懂,只是会基本的一些功能而已. 不分小节记录了,直接上知识点, ...
- RocketMQ异常
rocketMQ下载下来的时候,bin目录下有mqbroker.exe和mqnamesrv.exe两个可执行文件,双击执行都可以成功启动:
- EF 查询数据不读取缓存的解决办法
EF查询(不使用缓存):Set<T>().AsNoTracking() 今天工作中发现一个很妖的问题,修改产品界面,修改数据后,数据库的值发生变化,感觉掉坑里了. 然后发现读取对象的方法是 ...
- 一、hive安装(内置数据库derby)
hive是一个数据仓库工具,建立在hadoop之上,它的存在是为了让大数据的查询和分析更加的方便.hive提供简单的sql查询功能,并最终转换为mapreduce任务执行. 一.环境 JDK1.8+官 ...
- 最新的dubbo和zookeeper整合的问题
最新的dubbo和zookeeper整合的问题 生活本不易,流人遂自安 博主最新在做小项目练手,在进行dubbo和zookeeper整合的时候遇到了一些问题,在这里这些问题做个小总结吧. 首先需要说明 ...
- 设计模式入门,策略模式,c++代码实现
// test01.cpp : Defines the entry point for the console application.////第一章,设计模式入门,策略模式#include &quo ...
- ZOJ Problem Set - 2818
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1818 一开始想着用循环做,看了别人的解法才发现根本没必要,比较根号n就行了 # ...
- LinkedList实现队列存储结构
package com.tercher.demo; import java.util.LinkedList; public class Queue { //用LinkedList 实现队列的数据存储结 ...
- The parameter to the method is the basic data type
package method.invocation; public class TheParameterToTheMethodIsTheBasicDataType { public static vo ...