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 ...
随机推荐
- SPOJ - FAVDICE 简单期望
dp[0]=0; // rep(i,1,n) dp[i]=(double)(n-i)/n*dp[i-1]+1+(double)(i)/n*dp[i]; // (n-i)/n dp[i]= n-i / ...
- c# IList.ToList()后更改元素值会不会影响原列表的值
class ListTest { public static void Test() { #region 值类型 var oListVal = new List<int>() { ,,, ...
- Docker 命令详解(run篇)
参考:https://www.cnblogs.com/yfalcon/p/9044246.html 命令格式:docker run [OPTIONS] IMAGE [COMMAND] [ARG...] ...
- java.lang.IllegalArgumentException: Result Maps collection already contains value for xxx
本人项目产生此问题的原因是: 本地备份了一份xxxmapper.xml的副本“xxxmapper - 副本.xml”,应该是系统会自动加载“mappe”目录下的所有xml文件. 参考:https:// ...
- pl/sql过期问题解决
第一步: 输入cmd进入命令窗口 命令窗口中输入 regedit HKEY_CURRENT_USER\Software\Allround Automations 删除Allround Automati ...
- shell的常用脚本一
批量创建用户名脚本: ######################################################################### # File Name: cr ...
- 理解 glibc malloc:主流用户态内存分配器实现原理
https://blog.csdn.net/maokelong95/article/details/51989081 Understanding glibc malloc 修订日志: 2017-03- ...
- 基于 jdk1.7 发布一个 WebService 服务
1 服务端的发布 第一步: 创建一个 Java 项目第二步: 创建一个类, 加入 Webservice 注解第三步: 提供一个方法 sayHello第四步: 在 main 方法中调用 jdk 提供的发 ...
- 数据库~大叔通过脚本生成poco实体
今天在做开发时,需要把表映射成实体,又没有EF这种工具,就从网上下了一个工具,但使用时觉得太重了,所以就自己写了一个,基于mysql的. 功能:输入表名,得到这个表的poco实体 SELECT COL ...
- 用js(JavaScript-jQuery)解析XML文件 无法成功 获得XML对象,字符串一些心得
原文作者:aircraft 原文地址:https://www.cnblogs.com/DOMLX/p/7822962.html 解析XML文件遇到的问题 今天秦博士叫我解析一下XML文件,将里面的所有 ...