The only limit to our realization of tomorrow will be our doubts of today.

实现明天理想的唯一障碍就是今天的疑虑。

When I searched some quotes on the websites about doubt, I saw a very interesting one:

It is better to keep your mouth closed and let people think you are a fool than to open it and remove all doubts.

Very interesting, but useless.

Even though you can do that, fianlly you will let the cat out of the bag.

Don't hesitate to act, or you will miss the chance.

A dream never become reality through magic, it takes sweet, determination and hard work.

You must eliminate your doubts about the future and yourself, life is short, there is little time to spend on hesitation.

It was said that Amazon would close its buyout of Whole Foods Market Inc this year.

By completing this deal, Amazon is taking a brave step into brick-and-motar, it would acquire hundreds of stores and potentially very lucrative data about how people behave offline.

Nothing endures but personal qualities.

除了个人品质,没有什么是持久不变的。

From Walt Whitman.

Some knowledge we need to know about Walt Whitman:

Walt Whitman, born on May 31 1819, died on March 26 1892, was an American poet, essayist and journalist.

He was considered as one of the most influential American poets.

His collection, Leaves of Grass, has been highly praised for the spirtis the poems in it showed.

Back to the theme, there are few things in our life can become eternal. if there are some, I think personal qualities can be one of them.

Wisdom, knowledge, wealth, or health, all may fade away along with the time.

But the character you had built would accompany you all your life.

Try to make something endure, try to make something beneficial to this world.

Otherwise, our life would be meaningless, no matter measured in time and space.

July 24th 2017 Week 30th Monday的更多相关文章

  1. July 31st 2017 Week 31st Monday

    Elegance is the only beauty that never fades. 优雅是唯一不会褪色的美. Even the most beautiful apperace would be ...

  2. July 29th 2017 Week 30th Saturday

    Where there is great love, there are always miracles. 哪里有真爱存在,哪里就有奇迹发生. Everyone expects there can b ...

  3. July 28th 2017 Week 30th Friday

    If equal affection cannot be, let the more loving be me. 如果没有相等的爱,那就让我爱多一点吧. There is seldom equal a ...

  4. July 27th 2017 Week 30th Thursday

    A smile is the most charming part of a person forever. 微笑永远是一个人身上最好看的东西. Smile in the mirror, and yo ...

  5. July 26th 2017 Week 30th Wednesday

    A man can't ride your back unless it is bent. 你的腰不弯,别人就不能骑在你的背上. Have you ever ride a horse, or ride ...

  6. July 25th 2017 Week 30th Tuesday

    Everything is always more beautiful reflected in your eyes. 一切事物映在你的眼里都会变得更美. Looking in your eyes, ...

  7. July 23rd 2017 Week 30th Sunday

    Setting goals is the first step in turning the invisible into the visible. 设定目标是将实现梦想的第一步. If you wa ...

  8. July 17th 2017 Week 29th Monday

    A heart is a heavy burden. 心,可是很重的. Follow your heart, but always take your brain with you. Easy to ...

  9. July 10th 2017 Week 28th Monday

    I get that look a lot, but I never let it get to me. 我常常受到异样的目光,但我从不把它们放在眼里. I don't feel good these ...

随机推荐

  1. android中The connection to adb is down,问题和解决

    android中The connection to adb is down,问题和解决   自己总结的在android中常会出现的不好解决的问题和方法(其中第三个方法经过了四天的折磨.....哎) 1 ...

  2. spring的基本用法

    1,关于spring容器: spring容器是Spring的核心,该 容器负责管理spring中的java组件, ApplicationContext ctx = new ClassPathXmlAp ...

  3. 移动前端 HTML5 head

    移动前端不得不了解的HTML5 head 头标签(2016最新版) 发表于 2016年10月20日 by 愚人码头 被浏览 875 次 小编推荐:掘金是一个高质量的技术社区,从 ECMAScript ...

  4. golang基础---Slice切片

    切片Slice在go语言中是单独的类型(指向底层的数组),不同于python(对可迭代对象操作的工具),注意区分数组和slice的区别 定义一个空slice,格式var s []int,这种既没有长度 ...

  5. C#操作Redis String字符串

    /// <summary> /// Redis String 操作 /// </summary> public static void Redis_String() { Red ...

  6. BDD框架之Cucumber研究

    BDD框架之Cucumber研究 引用链接:http://kongqingyun123.blog.163.com/blog/static/6377283520134158437813/ Cucumbe ...

  7. easyui导出当前datagrid数据(Word)

    JS代码可参考http://www.cnblogs.com/mu1516633121/p/7753423.html 同样是winform架构下应用到Aspose.Words来读写Word文档 其中Se ...

  8. [android] 练习viewpagerindicator的使用(二)

    主要还是想实现滑动的tab切换效果 MainActivity.java package com.example.csdn; import com.viewpagerindicator.TabPageI ...

  9. 流畅的python和cookbook学习笔记(六)

    1.同时迭代多个序列(zip(函数)) 使用zip()函数可以同时迭代多个序列. >>> X = [1, 2, 3, 4, 5, 6] >>> Y = [121, ...

  10. GDAL安装和使用

    1.安装 下载源程序包 ,解压,运行以下三条命令 ./configure --prefix=~ make make install