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. redis 集群的密码设置

    redis的密码设置有2种方式 1,  这个方法我没试 修改所有Redis集群中的redis.conf文件加入: masterauth passwd123 requirepass passwd123  ...

  2. flex的使用以及布局 转载

    转 : http://www.cnblogs.com/waisonlong/p/6055020.html flex的使用以及布局   1.添加flex属性后的区别 1 2 3 4 5 6 7 8 9 ...

  3. Java - 使可访问性最小化

    模块设计是否良好,有个重要的因素在于,相对外部模块是否隐藏内部数据以及实现细节. 设计良好的模块会隐藏实现细节,并将API与其实现隔离开来. 模块之间通过API进行通信,对于内部工作情况互不可见. 即 ...

  4. spring mongodb查询

    MongoRepository 查询条件 Keyword Sample Logical result After findByBirthdateAfter(Date date) {"birt ...

  5. 微信小程序初体验

    小程序最近太火,不过相比较刚发布时,已经有点热度散去的感觉,不过这不影响我们对小程序的热情,开发之前建议通读下官网文档,附链接:https://mp.weixin.qq.com/debug/wxado ...

  6. Vue 引入第三方js.css的方式

    转自:https://blog.csdn.net/csdn_yudong/article/details/78795743 我们以 jQuery 为例,来讲解 一.绝对路径直接引入,全局可用 主入口页 ...

  7. 图解源码之FutureTask篇(AQS应用)

    所以,FutureTask既可以由Executor来调度执行,也可以由调度线程调用FutureTask.run()直接执行. FutureTask是通过AQS的模板设计模式来实现阻塞get方法的. 从 ...

  8. 图解源码之java锁的获取和释放(AQS)篇

    以独占式不公平锁为例,通过5个线程争夺ReentrantLock的过程,图解ReentrantLock源码实现,了解显示锁的工作流程. 任何时刻拿到锁的只有一个线程,未拿到锁的线程会打包成节点(nod ...

  9. jq中的isArray方法分析,如何判断对象是否是数组

    <!DOCTYPE html> <html> <head> <title>jq中的isArray方法分析</title> <meta ...

  10. svg矢量图标在html中的使用, (知识点:1.通过h5中的css实现点击变色,2.一个svg文件包含多个图标)

    svg矢量文件体积小,不变形,比传统的png先进,比现在流行的icon-font灵活.然而在使用过程中还是遇到了很多坑.今天花了一天时间把经验整理出来,以供后来者借鉴.如果您从本文收益,请留言mark ...