June 30th. 2018, Week 26th. Saturday
Curiosity is the wick in the candle of learning.
如果学习是一根蜡烛,那好奇心就是烛芯。
From William Arthur Ward.
Please keep curiosity strong.
We were all born with curiosity, but many of us might lose our curiosity all too soon.
But curiosity is very important to our growth, it is an important trait that leads to learning, it can drive us to try new things, and it can bring excitement and satisfication to life.
Thus, it is of great benefits if we can keep the flame of curiosity strong.
How to? In my view, if we are open to new ideas, open to changing our mind, and always try to do something new, we can keep a strong curiosity in our life.
Learing is fun, not boring at all, not a burden at all, we will be rewarded eventually if we can keep learing new things and new skills.
Your present circumstances don't determine where you can go, they merely determine where you start.
你目前的处境并不决定你的未来,它只决定你的起点。
Please don't let the past determine our future.
Most of the events of our life have been determined by our thoughts, attitudes and expectations.
If the life doesn't change and doesn't improve, it means that we are not changing our thoughts, our attitudes and our expectations, our life is just like playing the same movie in our mind, over and over again, and enacting it in the real life, time and time again.
The past experience created our present, but there is no need to repeat those experiences.
We can think and act in some different way, we can change the current through our continuous efforts.
The past indeed has a great power on everyone, and it is responsible for the present situations in one’s life.
By being conscious of your present thoughts and feelings, you shape your future.
By being more aware of your thoughts, and aware of the feelings associated with them, you can start rejecting the thoughts and feelings that have been shaping your life in a negative way.
By choosing your thoughts and feelings, and by thinking and feeling in a more positive and constructive way, even if your past and present are unhappy or unsuccessful, you start creating a better future.
Come on, we can join hands to creat a better future.
June 30th. 2018, Week 26th. Saturday的更多相关文章
- June 29th. 2018, Week 26th. Friday
Real love is always worth waiting for. 真爱永远值得等待. From Westworld. Real love is rare, but it does exis ...
- June 28th. 2018, Week 26th. Thursday
You cannot change the circumstances but you can change yourself. 既然改变不了环境,那就改变自己. From Jim Rohn. Rec ...
- June. 27th 2018, Week 26th. Wednesday
To be great, truly great, you have to be the kind of person who makes the others around you great. 要 ...
- June. 25th 2018, Week 26th. Monday
Change in all things is sweet. 有改变就会有美好. From Aristole. Change is always good, but embracing change ...
- June. 24th 2018, Week 26th. Sunday
Beautiful things don't ask for attention. 真正美丽的东西,并不会刻意寻求别人的注目. From The Secret Life of Walter Mitty ...
- June. 23rd 2018, Week 25th. Saturday
We are who we choose to be. 要成为怎样的人,选择在于自己. From Barry Manilow. I believe that we are who we choose ...
- June 16. 2018, Week 24th. Saturday
Success is the ability to go from one failure to another with no loss of enthusiasm. 成功,就是即使经历过一个又一个 ...
- June 9. 2018, Week 23rd, Saturday
I know nothing except the fact of my ignorance. 除了自己的无知,我一无所知. Believe it or not, true wisdom exists ...
- June 2. 2018 Week 22nd Saturday
Try not to become a man of success but rather try to become a man of value. 不要为成功而努力,要为做一个有价值的人而努力. ...
随机推荐
- 二十五、Hadoop学记笔记————Hive复习与深入
Hive主要为了简化MapReduce流程,使非编程人员也能进行数据的梳理,即直接使用sql语句代替MapReduce程序 Hive建表的时候元数据(表明,字段信息等)存于关系型数据库中,数据存于HD ...
- Asp.Net Core 2.0 项目实战(6)Redis配置、封装帮助类RedisHelper及使用实例
本文目录 1. 摘要 2. Redis配置 3. RedisHelper 4.使用实例 5. 总结 1. 摘要 由于內存存取速度远高于磁盘读取的特性,为了程序效率提高性能,通常会把常用的不常变动的数 ...
- 阿里云和腾讯云免费SSL证书 专题
阿里云部署SSL证书 http://www.cnblogs.com/sslwork/p/5984167.html 查找中间证书 为了确保兼容到所有浏览器,我们必须在阿里云上部署中间证书,如果不部署证书 ...
- 配置phpstorm自动上传代码
本地的项目目录是 D:\www\guandan 虚拟机上的项目目录是 /var/www/guandan
- FPGA学习笔记(二)——FPGA学习路线及开发流程
###### [该随笔部分内容转载自小梅哥] ######### 一.FPGA学习路线 工具使用 -> 语法学习 -> 逻辑设计 -> IP使用 ->接口设计 -& ...
- JavaScript prototype详解
用过JavaScript的同学们肯定都对prototype如雷贯耳,但是这究竟是个什么东西却让初学者莫衷一是,只知道函数都会有一个prototype属性,可以为其添加函数供实例访问,其它的就不清楚了, ...
- yii批量插入的方法
public function insertSeveral($table, $array_columns) { $sql = ''; $params = array(); $i = 0; foreac ...
- 1.用互联网的产品思维打造一本app后端的书
刚刚接触app后端,是做完adidas中国的官方商城的时候,那时不清楚app后端应该怎么架构,只能摸着石头过河,网络上只有一些零散的资料,遇到问题,只能不断地搜索,思考,务必找到解决问题的方法. 在从 ...
- [爬虫]scrapy框架
Scrapy介绍 Scrapy是一个为了爬取网站数据,提取结构性数据而编写的应用框架. 可以应用在包括数据挖掘,信息处理或存储历史数据等一系列的程序中. 所谓网络爬虫,就是一个在网上到处或定向抓取数据 ...
- Java的LockSupport.park()实现分析(转载)
LockSupport类是Java6(JSR166-JUC)引入的一个类,提供了基本的线程同步原语.LockSupport实际上是调用了Unsafe类里的函数,归结到Unsafe里,只有两个函数: p ...