January 26th, 2018 Week 04th Friday
A great forest is set on fire by a small spark.
最小的火能点着最大的树林。
It is just a spark, but it is enough to light the way forward for me.
It is just a spark, but it is enough to light a great fire.
It is just a spark, but if I can notice it, take care of it, and continually add fuels to it, I believe it can ignite my passion and keep me moving on.
Don't ignore the power of inspiration from those ttrivial thoughts, sometimes they are the start points of great achievements and striking discoveries.
We have heard people say many times that something just comes to them in a flash moment, but they didn't take those ideas seriously and therefore they missed some valuable opportunities.
And sometimes a small idea or seemingly meaningless thought may cross our minds about something we have been planning to accomplish, but we ignore them.
Then after days, even years of struggles, we may find that those small flashing ideas may be the very things we have always pursued for.
But great achievements and discoveries never come in blinding flashes or as the results of some dramatic accidents, most of them come from persistent explorations and researches.
Be patient, and try to improve the ways, try to make our learning and exploration more effective.
I believe we can build up a set of complete and systematic tool-chains for our work.
That is the foundation, it must be solid enough.
Do what is right, not what is easy nor what is popular.
做事就要做对的,不挑易事,不随大流。
From Roy T. Bennett.
But how to identify what is right, and what is easy, or what is popular?
It is not a easy work, and it requires knowledge and experience.
Sometimes the popular ones may be the right ones, but we must make ours a little bit unique.
Just a little bit may be enought, don't expect you can get some starling discoveries in one trying.
Life is not easy, but it is not hard either.
It depends on your choice, there are too many things we can get if we are willing to devote a little more.
January 26th, 2018 Week 04th Friday的更多相关文章
- January 27th, 2018 Week 04th Saturday
How long is forever? Sometimes, just one second. 永远有多久?有时候只是一秒. Just one second can make your life t ...
- January 25th, 2018 Week 04th Thursday
What made something precious? Losing it and finding it. 一件东西怎样才会变得珍贵无比?先弄丢了它,然后又找到了. A short time ag ...
- January 24th, 2018 Week 04th Wednesday
Each day has enough trouble of its own. 一天的难处一天当. Looking into the sunset I can't help but notice th ...
- January 23rd, 2018 Week 04th Tuesday
Remembrance is a form of meeting, forgetfulness is a form of freedom. 记忆是一种相遇,遗忘是一种自由. Cherish those ...
- January 22nd, 2018 Week 04th Monday
It is only when you are pursued that you become swift. 唯有在被追赶的时候,你才能真正地奔跑. It is so bad a feeling wh ...
- June. 26th 2018, Week 26th. Tuesday
No affection but interests can be found in the world of animals. 在动物的世界里,只有利益,没有感情. From Animal Worl ...
- February 26th, 2018 Week 9th Monday
A good beginning is half done. 良好的开端是成功的一半. We can't finish anything if we don't start, sometimes ge ...
- January 31st, 2018 Week 05th Wednesday
Real love is not just instinct, but intent. 真正的爱不是身体上的一见钟情,而是要用心去经营. What is real love? Honestly, I ...
- January 30th, 2018 Week 05th Tuesday
The things you own end up owning you. 你占有的东西终将会占有你. When we are longing for something, we would be w ...
随机推荐
- 【Java基本功】很多人经常忽视的Java基础知识点
*.Java文件 问题:一个".java"源文件中是否可以包括多个类(不是内部类)?有什么限制? 答案:可以有多个类,但只能有一个public的类,并且public的类名必须与文件 ...
- Windows环境下安装RocketMQ
一.预备环境1.系统 Windows 2. 环境 JDK1.8.Maven.Git 二. RocketMQ部署1.下载1.1地址:http://rocketmq.apache.org/release_ ...
- MongoDB 日志切割三种方式
MongoDB 日志切割 MongoDB 默认是不会进行切割日志的,除非我们配置了 logRotate = rename,并且重启 MongoDB 服务,才会进行切割日志的,那么为了避免实际中我们 ...
- pythonic(fork)
转载 https://wuzhiwei.net/be_pythonic/
- 自己动手实现java数据结构(一) 向量
1.向量介绍 计算机程序主要运行在内存中,而内存在逻辑上可以被看做是连续的地址.为了充分利用这一特性,在主流的编程语言中都存在一种底层的被称为数组(Array)的数据结构与之对应.在使用数组时需要事先 ...
- spring的第一天
spring的第一天 ssm框架 spring Spring是什么? Spring是容器框架,用来配置(装)Bean,并且维护Bean之间的关系.其中Bean可以是Java中的任何一种对象,可以是J ...
- Linux的进程线程及调度
本文为宋宝华<Linux的进程.线程以及调度>学习笔记. 1 进程概念 1.1 进程与线程的定义 操作系统中的经典定义: 进程:资源分配单位. 线程:调度单位. 操作系统中用PCB(Pro ...
- 自动化运维(2)之一键式单实例安装MySQL
ZMySQLAutoTools文档 目标:自动化构建部署MySQL数据库,一键式单实例mysql安装,备份,监控,主从集群部署等.以及jdk,tomcat,nginx等基础中间件的自动化部署安装及运维 ...
- LINQ 小项目【组合查询、分页】
使用 linq 在网页上对用户信息增删改,组合查询,分页显示 using System; using System.Collections.Generic; using System.Linq; us ...
- HDFS 安全模式的理解
安全模式是hadoop的一种保护机制,用于保证集群中的数据块的安全性. 当集群启动的时候,会首先进入安全模式.当系统处于安全模式时会检查数据块的完整性.假设我们设置的副本数(即参数dfs.replic ...