名言金句总是不嫌多,美国《公司》杂志(Inc.)列出让你在 2015 年受用无穷的十大金句,每天选一则当作一天的心灵指导,不只学习前人的精神和智慧,也能转化成工作和生活的动力!Cheers!

  1. "Do not wait until the conditions are perfect to begin. Beginning makes the conditions perfect."--Alan Cohen

  「别等到大环境好转再开始行动;行动才是让环境变好的原因。」──《心灵鸡汤》作者艾伦.柯恩

  2. "The secret to living the life of your dreams is to start living the life of your dreams today, in every little way you possibly can."--Mike Dooley

  「想达成梦想生活的方法,就是从今天开始竭尽所能地活出梦想。」──美国畅销作家麦克.杜利

  3. "Do what you can, with what you have, where you are."--Theodore Roosevelt

  「以你拥有的资源,在你的位置,做你能做的事。」──美国第 26 任总统西奥多.罗斯福

  4. "We must always change, renew, rejuvenate ourselves, otherwise we harden."--Johann Wolfgang von Goethe

  「我们必须不停改变、翻新、保持年轻的精神,才不至于僵化。」──德国剧作家、思想家歌德

  5. "Almost everything comes from nothing."--Henry F. Amiel

  「万物尽是从无到有。」──瑞士哲学家阿米埃尔

  6. "Life isn't about finding yourself. Life is about creating yourself."--George Bernard Shaw

  「生命的意义不在寻找自我,而是创造自我。」──爱尔兰剧作家萧伯纳

  7. "Small opportunities are often the beginning of great enterprises."—Demosthenes

  「微小的机会通常是伟大事业的开端。」──古希腊政治家狄摩西尼

  8. "Discontent is the first necessity of progress."--Thomas Edison

  「不满足是进步的第一要素。」──美国发明家汤玛斯.爱迪生

  9. "I think in terms of the day's resolutions, not the year's."──Henry Moore

  「我许下的不是新年新希望,而是每天的新决心。」──英国现代主义凋塑家亨利.摩尔

  10. "Cheers to a new year and another chance for us to get it right."──Oprah Winfrey

  「欢庆新的一年,和再次把事情做好的机会。」──美国脱口秀主持人欧普拉

http://news.cnblogs.com/n/512964/

Do not wait until the conditions are perfect to begin. Beginning makes the conditions perfect(转)的更多相关文章

  1. Swift3.0服务端开发(一) 完整示例概述及Perfect环境搭建与配置(服务端+iOS端)

    本篇博客算是一个开头,接下来会持续更新使用Swift3.0开发服务端相关的博客.当然,我们使用目前使用Swift开发服务端较为成熟的框架Perfect来实现.Perfect框架是加拿大一个创业团队开发 ...

  2. How to write perfect C code

    Several days ago, I was involved in an argument about choice of C or C++. What I ignored was "l ...

  3. POJ 3398 Perfect Service(树型动态规划,最小支配集)

    POJ 3398 Perfect Service(树型动态规划,最小支配集) Description A network is composed of N computers connected by ...

  4. MySQL select from where multiple conditions

    Maybe one of the most used MySQL commands is SELECT, that is the way to stract the information from ...

  5. PHP生成器Generators

    下文的第一个逐行读取文件例子用三种方式实现;普通方法,迭代器和生成器,比较了他们的优缺点,很好,可以引用到自己的代码中 ,支持的php版本(PHP 5 >= 5.5.0) 后面的yield讲解, ...

  6. 美国政府关于Google公司2013年度的财务报表红头文件

    请管理员移至新闻版块,谢谢! 来源:http://www.sec.gov/ 财务报表下载↓ 此文仅作参考分析. 10-K 1 goog2013123110-k.htm FORM 10-K   UNIT ...

  7. Data assimilation

    REF: https://en.wikipedia.org/wiki/Data_assimilation Data assimilation is the process by which obser ...

  8. SSIS 增量更新

    本文转自 http://sqlblog.com/blogs/andy_leonard/archive/2007/07/09/ssis-design-pattern-incremental-loads. ...

  9. 5 Successful Business Models for Web-Based Open-Source Projects

    https://handsontable.com/blog/articles/2016/3/5-successful-business-models-for-web-based-open-source ...

随机推荐

  1. SSH框架入门学习之二(spring)

    Spring也是一个开源框架,我在学习Spring的时候,认为最重要的几点是:IOC(控制反转).AOP(面向切面)和容器概念. 详细的教程还请大家去看网上的视频,这里贴一个小Demo以供学习. (前 ...

  2. Android FragmentPagerAdapter和FragmentStatePagerAdapter的区别

    FragmentPagerAdapter官方解释: This version of the pager is best for use when there are a handful of typi ...

  3. likely() and unlikely()

    likely() and unlikely() http://www.cnblogs.com/yangzd/archive/2010/09/27/1837202.html 在linux中判断语句经常会 ...

  4. BZOJ 1026: [SCOI2009]windy数( dp )

    dp..dp(x, t) 表示共x位, 第x位为t有多少个windy数. 对答案差分, 我们只需统计1 ~ l-1和1 ~ r的windy数数量. 考虑如何计算[1, n]的答案 : 从最高位到最低位 ...

  5. iOS开发之计算动态cell的高度并缓存

    项目中有个类似微博那样的动态cell,文字和图片的多少都不是确定的 刚开始使用autolayout,结果很多问题,最后我发现了一个框架 FDTemplateLayoutCell 写的很好,自动布局ce ...

  6. 17.1.1.7 Setting Up Replication with New Master and Slaves 设置复制对于新的Master和Slaves:

    17.1.1.7 Setting Up Replication with New Master and Slaves 设置复制对于新的Master和Slaves: 最简单和最直接的方法是设置复制用于使 ...

  7. Java NIO与IO

    当学习了Java NIO和IO的API后,一个问题立即涌入脑海: 我应该何时使用IO,何时使用NIO呢?在本文中,我会尽量清晰地解析Java NIO和IO的差异.它们的使用场景,以及它们怎样影响您的代 ...

  8. QPointer更安全,QScopedPointer自动出范围就删除,QSharedDataPointer帮助实现隐式共享

    http://blog.csdn.net/hai200501019/article/details/8474582http://blog.csdn.net/hai200501019/article/d ...

  9. CentOS6使用第三方yum源安装更多rpm软件包

    引言:       CentOS自带的yum源中rpm包数量有限,很多时候找不到我们需的软件包,(例如:要安装网络连接查看软件iftop,默认设置下无法使用yum命令安装),下面教大家在CentOS ...

  10. mysql中IN和EXITS效率

    mysql中的in语句是把外表和内表作hash 连接.而exists语句是对外表作loop循环,每次loop循环再对内表进行查询.一直大家都觉得exists比in语句的效率要高.这样的说法事实上是不准 ...