August 12th 2017 Week 32nd Saturday
That which does not kill us makes us stronger.
但凡不能杀死你的,最终都会使你更强大。
Seemingly I have heard this from Linkon Park, and one of its members had committed suicide several weeks before.
It sounds a little ridiculous, the one who ever gave you strength and stimulation finally turned out to be a pessimist himself.
Maybe everyone has some diffcult times that others never know.
Maybe the thing is just that can kill him.
Now that we are still alive, we are still able to breathe, then we may not surrender to life or destiny.
The wisest mind has something yet to learn.
就连最智慧的人也有东西要学。
From George Santayana.
The following brief biography of George Santayana is from Wikipedia:
George Santayana, born on December 16 of 1863 and died on September 26 of 1952, was a philosopher, essayist, poet and novelist.
Orginally born in Spain, Mr. Santayana was raised and educated in the United States.
He studied in the Harvard University and finally became a professor of philosophy in Harvard.
Many of his students earned their own reputations, so he must be a good mentor.
Besides philosophy, Mr. Santayana also was a broad-ranging critic spanning many disciplines.
He should be considered as one of the wisest scholars in his field, but he wasn't statisfied with himself.
At the age of forty-eight, he resolutely left his position in Harvard and returned to Europe permanently, because at that time, Europe was the centre of technology and civilization in the world.
For everyone in the world, whether he is an expert or a mediocore, there are always numerous unknown things to him.
To keep pace with the world and not to be outdated, we must keep learning new knowldedge and new skills.
Besides, learning is not just reading or following other's example, it also involves summarizing one's own experience and creating new things.
But you have to figure out which ones are with greater importance and which ones are with fewer importance, so as to better allocate our limited time and energy.
August 12th 2017 Week 32nd Saturday的更多相关文章
- August 6th, 2016, Week 32nd, Saturday
It is not the mountain we conquer, but ourselvess. 我们征服的不是高山,而是我们自己. Difficulties and obstacles, jus ...
- August 26th 2017 Week 34th Saturday
Love means finding the beauty in someone's imperfections. 爱情就是在那个人的不完美中找到美. Our mate isn't actually ...
- August 19th 2017 Week 33rd Saturday
Live for today and stop stressing out about tomorrow. 为今天而活,不必为明天过分担心. Stop bewailing the past misfo ...
- 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 ...
- August 07th 2017 Week 32nd Monday
Life is just a series of trying to make up your mind. 生活只是由一系列下决心的努力所构成. Some people say it is not y ...
- August 06th 2017 Week 32nd Sunday
No words are necessary between two loving hearts. 两颗相爱的心之间不需要言语. No, I don't think so. Words may be ...
随机推荐
- mock时忽略不必要的初始化
PowerMockito.mockStatic时忽略加载类的静态field,比如想PowerMockito.mockStatic(ClassA.class),ClassA如下 public class ...
- Rest客户端
public class RestClient { public string EndPoint { get; set; } //请求的url地址 public HttpVerb Method { g ...
- imx6 Android6.0.1 init.rc解析
1. 概述 1.1 概述 之前分析过android5的init.rc,不过还是不够仔细,现在来看看android6的,多的就不写了,只写关键点 忘记一些基本概念可以先看看之前的笔记: Android5 ...
- Codeforces F. Cowmpany Cowmpensation
Description 有一棵树,现在要给每个节点赋一个在1到D之间的权值,问有多少种方案满足任意一个节点的权值都不大于其父亲的权值. n<=3000,D<=1e9 题面 Solution ...
- 利用jquery判断点是否在椭圆内
源码例子下载 : <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" ...
- Knockout.js CSS绑定
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8&quo ...
- slot的使用
1.slot https://www.w3cplus.com/vue/vue-slot.html 2.ref https://www.cnblogs.com/xumqfaith/p/7743387.h ...
- 设置centos7.3的YUM源为国内阿里云源
CentOS系统更换软件安装源 第一步:备份你的原镜像文件,以免出错后可以恢复. mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/Cent ...
- http_proxy_module 模块(proxy_pass 指令)
1. proxy_pass 指令介绍 该指令属于 http_proxy_module, http_proxy_module 模块可以将请求转发到另一台服务器. 在 nginx 反向代理是,会通过 lo ...
- 基于 java 【Web安全】文件上传漏洞及目录遍历攻击
前言:web安全之文件上传漏洞,顺带讲一下目录遍历攻击.本文基于 java 写了一个示例. 原理 在上网的过程中,我们经常会将一些如图片.压缩包之类的文件上传到远端服务器进行保存.文件上传攻击指的是恶 ...