August 07th 2017 Week 32nd Monday
Life is just a series of trying to make up your mind.
生活只是由一系列下决心的努力所构成。
Some people say it is not your abilities but your decisions that determines what your life is and what your future will be.
Nevertheless, to some extent, I have some reservations to this opinion.
Actually, I think it is a chicken and egg problem, our decisions and our abilities are constantly interacting with each other.
Strong abilities lead to better decisions, and good decisons can promote the developments of one's abilities.
Now that my abilities are not strong, and I always think I had choszen the wrong decisions on some critical moments in my life, maybe the important thing I should bear in my mind is that I must avoid making negative decisions in the current low time, and I should improve my abilities so as to choose the right way in the next crossroad.
Never make your most important decisions when you are in your worst moods.
The storm will pass, and the spring will come.
I disapprove of what you say, but I will defend to the death your right to say it.
我不同意你说的话,但我会誓死捍卫你说话的权利。
From Evelyn Beatrice Hall.
This quote is very familiar to most of us, but I didn't know who said it, now I know.
Besides, for quite a long time, people think that it was said by the famous French writer and thinker, Voltaire.
In the actual fact, according to some historic researches, Voltaire had never said it, and it first appeared in the book, The Friends of Voltaire, written by Mrs. Evelyn Beatrice Hall, an English writer.
In other words, it was fabricated by Mrs. Hall.
But the thoughts it passed to us are quite right. We must always pay enough respects to other's rights, even we cannot say yes to their views or their claims.
If we can't do that, we may miss the potential chances of understanding the same thing from different angles, and we may lose the opportunities of letting other people understand our opinions.
Respects and empathy are always multilateral.
Never forget why I started, and then I can accomplish my mission eventually.
August 07th 2017 Week 32nd Monday的更多相关文章
- August 1st, 2016, Week 32nd Monday
Laughing is the most touching mask. 笑容是最动人的面具. I used to be very weclome in those I had met. And the ...
- August 28th 2017 Week 35th Monday
The truth may hurt for a little while but a lie hurts forever. 真相会让我们痛一阵,但谎言会让我们痛一生. Once you make a ...
- August 21st 2017 Week 34th Monday
In fact, the happiest fairy tale is no more than the simple days we have together. 其实全世界最幸福的童话,也比不上我 ...
- August 14th 2017 Week 33rd Monday
Life is like a watch, you can return to the starting point, they are not yesterday! 人生就像钟表,可以回到起点,却已 ...
- August 12th 2017 Week 32nd Saturday
That which does not kill us makes us stronger. 但凡不能杀死你的,最终都会使你更强大. Seemingly I have heard this from ...
- August 11th 2017 Week 32nd Friday
I can't give you the world, but I can give you my world. 我不能给你全世界,但是我的世界我可以全部给你. Maybe I can't give ...
- August 10th 2017 Week 32nd Thursday
Break through the psychological barrier to surpass themselves. 突破心理障碍,才能超越自己. To break through those ...
- August 09th 2017 Week 32nd Wednesday
Find hope from despair, life will become brilliant. 从绝望中寻找希望,人生终将辉煌. Have you ever seen the movie Ba ...
- August 08th 2017 Week 32nd Tuesday
The very essence of romance is uncertainty. 浪漫的精髓就在于它充满种种可能. Romance is the glamour that can turn th ...
随机推荐
- npm安装过程中的win环境变量设置
我们要先配置npm的全局模块的存放路径以及cache的路径,例如我希望将以上两个文件夹放在NodeJS的主目录下,便在NodeJs下建立”node_global”及”node_cache”两个文件夹. ...
- 【转】SQL SERVER 2005/2008 中关于架构的理解
在一次的实际工作中碰到以下情况,在 SQL SERVER 2008中,新建了一个新用户去访问几张由其他用户创建的表,但是无法进行查询,提示“对象名'CustomEntry' 无效.”.当带上了架构名称 ...
- tomcat主页打不开,tomcat manager 配置,Failed to start component [StandardEngine[Catalina].
Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/Serv]] ...
- Tomcat源码分析——请求原理分析(下)
前言 本文继续讲解TOMCAT的请求原理分析,建议朋友们阅读本文时首先阅读过<TOMCAT源码分析——请求原理分析(上)>和<TOMCAT源码分析——请求原理分析(中)>.在& ...
- Android服务--布局服务(LayoutInflater)
1. 基本概念 1. 概念: 参考资料:https://www.cnblogs.com/androidez/archive/2013/07/01/3164729.html 一个用于加载布局的系统服务, ...
- js 列表选择
首选定义数组,然后进行操作时遍历数组获取选中值 function getSelect(userId) { //var userId = userCheckBox.value; //标记删除还是添加 v ...
- [转]OData and Authentication – Part 5 – Custom HttpModules
本文转自:https://blogs.msdn.microsoft.com/odatateam/2010/07/19/odata-and-authentication-part-5-custom-ht ...
- linux ubuntu 安装nginx
参考原文 在Ubuntu下安装Nginx有以下方法,但是如果想要安装最新版本的就必须下载源码包编译安装. 一.基于APT源安装 sudo apt-get install nginx 安装好的文件位置: ...
- C#学习笔记(基础知识回顾)之值类型与引用类型转换(装箱和拆箱)
一:值类型和引用类型的含义参考前一篇文章 C#学习笔记(基础知识回顾)之值类型和引用类型 1.1,C#数据类型分为在栈上分配内存的值类型和在托管堆上分配内存的引用类型.如果int只不过是栈上的一个4字 ...
- thinkphp点击导航变色
1.从该处进入导航页面,点击分贝进入点击的页面. 2.点击1处进入对应的导航栏,导航栏变色. 3.在1图图片点击跳转是给地址添加参数status. 4.在后台IndexController.class ...