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的更多相关文章

  1. August 05th 2017 Week 31st Saturday

    All endings are beginnings, we just don't know it at the time. 所有的结局都是新的开始,只是当时我们不知道而已. Several mont ...

  2. August 03rd 2017 Week 31st Thursday

    A person has at least one dream, there is a reason to be strong. 一个人至少要有一个梦想,要有一个理由去坚强. Owning a dre ...

  3. August 02nd 2017 Week 31st Wednesday

    Love means never having to say you are sorry. 爱就是永远不必说对不起. If there is ture love, you will never do ...

  4. August 01st 2017 Week 31st Tuesday

    A contented mind is the greatest blessing a man can enjoy in this world. 知足是人生在世最大的幸事. Being content ...

  5. November 04th, 2017 Week 44th Saturday

    It does not do to dwell on dreams and forget to live. 整天沉溺于梦想而忘记如何好好生活,毫无意义. Bingo, and I think it i ...

  6. October 04th 2017 Week 40th Wednesday

    We teach people how to remember, we never teach them how to grow. 我们教会人们如何记忆,却从来不教他们如何成长. Without pr ...

  7. September 04th 2017 Week 36th Monday

    Try not to become a man of success but rather try to become a man of value. 不要努力去做一个成功的人,而要努力去做一个有价值 ...

  8. August 30th 2017 Week 35th Wednesday

    A lion does not concern himself with the opinion of sheep. 狮子可不会在意绵羊是怎么想的. As a sheep, you must run ...

  9. August 29th 2017 Week 35th Tuesday

    Life is a pure flame, and we live by an invisible sun within us. 生命如纯洁的火焰,而维系这火焰的是我们内心的太阳. Burn my l ...

随机推荐

  1. java突破------一撸到底(做Java开发,遇到瓶颈是保持现状还是寻求突破?)

    java突破------一撸到底(做Java开发,遇到瓶颈是保持现状还是寻求突破?) 很多人做Java开发2.3年之后,都会觉得自己遇到了瓶颈.什么都会又什么都不会,如何改变困境,为什么很多人写了7. ...

  2. 07 volatile & java 内存模型

    一 从单例模式说起 在singleton 单例模式一文中我们详细了解Java中单例模式的实现,不了解的可以先阅读之. 在该文最后我们给出了双重校验锁来保证既实现线程安全,又能够使性能不受很大的影响的单 ...

  3. PTA (Advanced Level) 1010 Radix

    Radix Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? ...

  4. 你知道吗, CoreGraphics绘图系统和Bezier贝塞尔曲线坐标系的顺时针方向是相反的!

    UIBezierPath是对Core Graphics框架的一种上层封装,目的是让绘图需求可以被更方便的使用. 那你有没有发现被UIBezierPath封装后与之前有什么改变? 答:有三个变化. 1. ...

  5. JAVA标签

    java没有GOTO,可以通过标签实现跳转. 在 Java 里唯一需要用到标签的地方就是拥有嵌套循环,而且想中断或继续多个嵌套级别的时候. 使用位置:用在循环语句之前.----它实际需要紧靠在循环语句 ...

  6. shell 10个好习惯

    The Linux Cookbook 一书的作者 Michael Stutz 凭借自己多年使用 UNIX 的经验,总结了 10 个良好习惯,个人认为真的很受用,现摘要如下与大家分享. 1.建立层级目录 ...

  7. C# 利用log4net 把日志写入到数据库表中

    效果图: 1:第一步创建SQL表结构  CREATE TABLE [dbo].[LogDetails] (  [LogID] int NOT NULL IDENTITY(1,1) ,  [LogDat ...

  8. 面向对象(基础oop)之初识继承

    大家好,我叫李京阳,,很高兴认识大家,之所以我想开一个自己的博客,就是来把自己所了解的知识点通过自己的话写一下,希望被博客园的朋友们点评和一起讨论一下,也希望从博客园中多认识一些软件开发人员!现在我开 ...

  9. golang 的md5加密

    先看实现代码: package main import (     "crypto/md5"     "encoding/hex"     "fmt& ...

  10. WinFrom折线图

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin ...