名言金句总是不嫌多,美国《公司》杂志(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. Android FragmentPagerAdapter和FragmentStatePagerAdapter的区别

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

  2. c++子类和父类成员函数重名

    子类和父类返回值参数相同,函数名相同,有virtual关键字,则由对象的类型决定调用哪个函数. 子类和父类只要函数名相同,没有virtual关键字,则子类的对象没有办法调用到父类的同名函数,父类的同名 ...

  3. JVM--Garbage First

    Garbage First Garbage First 简称 G1,它的目标是要做到尽量减少 GC 所导致的应用暂停的时间,让应用达到准实时的效果,同时保持 JVM 堆空间的利用率,其最大的特色在于允 ...

  4. C语言循环剖析(转载)

    一.if.else float变量与“零值”进行比较: float fTestVal = 0.0; if((fTestVal >= -EPSINON) && (fTestVal ...

  5. bmp图片数据提取

    仿照别人的程序写的bmp数据提取C代码,并将提取的数据放到txt文档中 /* date : 2014/06/24 designer :pengxiaoen version : dev4.9.9.0 f ...

  6. web前端如何让网页布局稳定性和标准性?

    刚开始学css+div布局的同学们,都比较困惑和难写的就是兼容性的问题了,特别是ie6等低版本的浏览器,随意国内逐步慢慢消失取代,但是现阶段还是会有点考虑因素再里面.我们写的网页布局怎么样才是合理的, ...

  7. Python 2.7 学习笔记 异常处理

    如同别的开发语言,python也支持异常处理机制.本文介绍下它的基本语法. 一.异常的基本处理框架如下: try: 业务代码 except 异常类1: 异常处理代码 except 异常类2: 异常处理 ...

  8. javascript语言精粹:继承

    继承提供了2个有用的任务: 1.代码重用 2.引入了一套类型系统的规范,因为程序员无需编写显示类型转换的代码,他们的工作量将大大减轻.这是一件很好的事情,应为类型转换会丧失类型系统在安全上的优势. 在 ...

  9. ArduinoYun教程之配置Arduino Yun环境

    ArduinoYun教程之配置Arduino Yun环境 配置Arduino Yun 不管你使用前面介绍的哪种方式连接Arduino Yun.如今都能够配置你的Arduino Yun了.首先须要的是使 ...

  10. ACM 做题过程中的一些小技巧。

    ACM做题过程中的一些小技巧. 1.一般用C语言节约空间,要用C++库函数或STL时才用C++; cout.cin和printf.scanf最好不要混用. 2.有时候int型不够用,可以用long l ...