June 12th 2017 Week 24th Monday
All the splendor in the world is not worth a good friend.
人世间所有的荣华富贵都比不上有一个好朋友。
It's great to have a good friend, but I think it's greater and more splendid to have a considerable amout of wealth.
Because wealth can bring us much more people to meet and then we have more chances to make friends.
From the other interesting perspective, I mean to say, that, wealth and friends may can transfrom into each other if used in an effective way.
Having a lot of good friends means that you have a broad network which may provide you some helpful information about enriching your wealth.
And when communicating with different people, we not only can learn new things, we can also have the invaluable opportunity to broad our business.
But how to broad our network?
I think the first thing is to expand and deepen our knowledge, and the second thing is to accomplish something that can attract people, and the third it to communicate with people in an effective way.
Simplicity is the peak of civilization.
极简是文明的极致。
From Jessie Sampter.
Simplicity is always better than complexity, especially in scientifical and technical world.
Thinking about many common things in our daily life, like books, computers, cell phones, when they were initially invented, the structrue and the manufacture process of them were very complex, only those professionals could master the skills of using or manufacturing them.
However, as time passed away, the technology had been improved, and the final goals might be to make the procedure simpler and easier so that most people can learn how to use or manufacture them only with a short period of training.
As a programmer, I think the most skilled ones may be who can solve the problems using the simplest and shortest codes.
Have you ever read the codes that you thought as bad-structured?
They could solve the problems as well, but if you want to make some changes to them, you may find it is difficult to make the codes clear.
So, always try to simple our codes, once we have successfully solved the problems using our codes, we should try to think about how to make the data-structure and program-structure clearer and more effective.
Don't measure your work by the lines of your codes, but by the quality of your codes.
June 12th 2017 Week 24th Monday的更多相关文章
- June 11. 2018 Week 24th, Monday
Love is the beauty of the soul. 爱是灵魂之美. From Saint Augustine. The complete version of this quote goe ...
- June 26th 2017 Week 26th Monday
I am a little tempted, but so afraid to look in your eyes. 我对你有一点动心,却如此害怕看你的眼睛. Now that you are tem ...
- June 19th 2017 Week 25th Monday
Everyone is dissatisfied with his own fortune. 人对自己的命运总是感到不满足. We always want more, even when we hav ...
- June 17th 2017 Week 24th Saturday
Absence sharpens love, presence strengthens it. 相聚爱益切,离别情更深. There is almost no such love that can i ...
- June 16th 2017 Week 24th Friday
Progress is the activity of today and the assurance of tomorrow. 进步是今天的活动,明天的保证. The best preparatio ...
- June 15th 2017 Week 24th Thursday
Whatever is worth doing is worth doing well. 任何值得做的,就把它做好. Whatever is worth doing is worth doing we ...
- June 14th 2017 Week 24th Wednesday
Love looks not with the eyes, but with the mind. 爱,不在眼里,而在心中. Staring in her eyes and you will find ...
- June 13th 2017 Week 24th Tuesday
There are no regrets in life, just lessons. 人生中没有后悔,只有教训. Some people can learn from their past mist ...
- June 11th 2017 Week 24th Sunday
I hope I can find the one who is afraid of losing me. 我希望找到一个担心失去我的人. When I was young, sometimes I ...
随机推荐
- 1095 解码PAT准考证 (25 分)
PAT 准考证号由 4 部分组成: 第 1 位是级别,即 T 代表顶级:A 代表甲级:B 代表乙级: 第 2~4 位是考场编号,范围从 101 到 999: 第 5~10 位是考试日期,格式为年.月. ...
- 04-树5 Root of AVL Tree (25 分)
An AVL tree is a self-balancing binary search tree. In an AVL tree, the heights of the two child sub ...
- Jsch初步
[From] http://xpenxpen.iteye.com/blog/2061869 上一篇文章我们成功搭建了sshd服务器,并通过3种方式登陆上了ssh.这一篇我们将用开源jar包jsch来登 ...
- centos 安装xrdp远程连接桌面
1. 安装epel库,否则无法安装xrdp yum install epel-release 2.安装 xrdp yum install xrdp 3. 安装tigervnc-server yum i ...
- vue嵌套路由 && 404重定向
第一部分: vue嵌套路由 嵌套路由是什么? 嵌套路由就是在一个被路由过来的页面下可以继续使用路由,嵌套也就是路由中的路由的意思. 比如在vue中,我们如果不使用嵌套路由,那么只有一个<rou ...
- 【转】CentOS6下安装mysql后,重置root密码方法
本文转自:CentOS6下安装mysql后,重置root密码方法 centos下安装mysql,居然不知道root用户密码,本想重装,不过还是先度娘了一些,发现这篇文章,刚好解决我的燃眉之急,太赞了. ...
- one-vs-all案例
使用one-vs-all初始手写字母识别 数据特点 每一个图片都是20 x 20的像素矩阵,但是在输入的样本中是一个1 x 400的向量,标签y在{0, 1, 2, ..., 9}之间取值 共有500 ...
- poj 1080 ——Human Gene Functions——————【最长公共子序列变型题】
Human Gene Functions Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 17805 Accepted: ...
- C# 深入理解String
关于C#中的类型 在C#中类型分为值类型和引用类型,引用类型和值类型都继承自System.Object类,几乎所有的引用类型都直接从System.Object继承,而值类型具体一点则继承System. ...
- sql 行列转换
create table #test1(id int,name varchar(20), Q1 int, Q2 int, Q3 int, Q4 int) insert into #test1 valu ...