首页 > 代码库 > 感悟随笔

感悟随笔

一、

限制一件事情能否完成,第一是你的耐心,第二是你的寿命。如果这两个都能付出,那没什么事情不能完成的。

二、

不要去追一匹马,
用追马的时间种草,
待到春暖花开时就会有一批骏马
任你挑选。

三、

Choose a job you love, and you will never have to work a day in your life.

<script type="text/javascript"> $(function () { $(‘pre.prettyprint code‘).each(function () { var lines = $(this).text().split(‘\n‘).length; var $numbering = $(‘
    ‘).addClass(‘pre-numbering‘).hide(); $(this).addClass(‘has-numbering‘).parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($(‘
  • ‘).text(i)); }; $numbering.fadeIn(1700); }); }); </script>

    感悟随笔