名言金句总是不嫌多,美国《公司》杂志(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. python学习(一)

    1 python一切皆为对象,因为现实 包含了一系列的数据和操作这些数据的方法的一个整体,就叫作对象. 自行车 属性:手刹车,轮胎,脚踏板方法:如何前进的方法,控制停止的方法,控制方向 实际内容 男人 ...

  2. line

    小君童靴说头儿给了他一个project,实现给出屏幕上任意两个点,求出这两个点之间直线上的所有的点.觉得这个很好玩,就自己也写了一点code /* date : 2014/10/21 version ...

  3. 135实例——add_4

    自我检讨,基础太差了.找了一本135个实例的pdf文档,一个个往后面编吧,希望能巩固一下基础 //date : 2013/8/19 //designer :pengxiaoen //function ...

  4. DG创建和提取虚拟机文件

    http://www.cr173.com/soft/33359.html http://www.diskgenius.cn/help/newvmdk.php

  5. socket通信技术介绍

    [-] 网络中进程之间怎样通信 什么是Socket socket一词的起源 socket的基本操作 socket函数 bind函数 网络字节序与主机字节序 listenconnect函数 accept ...

  6. http 连接复用

    定义 Http/1.0每次请求都需要建立新的TCP连接,连接不能复用.Http/1.1新的请求可以在上次建立的tcp连接之上发送,连接可以复用. 优点 减少重复进行tcp三次握手的开销,提高效率.注意 ...

  7. mongodb进阶一之高级查询

    上篇文章我们讲了mongodb的crud基本操作 http://blog.csdn.net/stronglyh/article/details/46812579 这篇我们来说说mongodb的进阶-- ...

  8. 关于PhpDE zend ide破解方式

    1.文件和汉化文件 ZendStudio官方下载地址:http://www.geekso.com/component/zendstudio-downloads/ 百度云地址: 10.0.0.msi文件 ...

  9. android的fragment基本介绍

    可以分为下面的几部分: 使用支持库 创建一个Fragment 创建一个动态UI 多个Fragment之间的通信 1.使用支持库 如果您的应用需要运行在3.0及以上的版本,可以忽略这部分内容. 如果您的 ...

  10. .net嵌入c#代码(投票练习)

    .net嵌入c#代码(投票练习) <%@ Page Language="C#" AutoEventWireup="true" CodeFile=" ...