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 ...
随机推荐
- 【VBA研究】Excel VBA利用ADODB访问数据库使用小结
[转自] http://blog.csdn.net/iamlaosong/article/details/18043433 作者:iamlaosong ▲连接Oracle数据库 Set cnn = C ...
- 正确优雅地解决用户退出——JSP及Struts解决方案
摘要 在一个有密码保护的Web应用中,正确处理用户退出过程并不仅仅只需调用HttpSession的invalidate()方法.现在大部分浏览器上都有后退和前进按钮,允许用户后退或前进到一 ...
- 【研究】struts2-045漏洞
攻击者可以通过构造HTTP请求头中的Content-Type值可能造成远程代码执行. 工具: K8(链接:https://pan.baidu.com/s/1kVxgFNx 密码:ygxf) Tomca ...
- Oracle RAC集群搭建(六)--ASM创建oradata的磁盘组
一,查看实例环境 su - grid env|grep ORA 发现连接空实例 改环境 到这里检测就完成了 二,配置安装 grid 用户输入asmca ASM数据盘就创建好了
- Farey Sequence(欧拉函数板子题)
题目链接:http://poj.org/problem?id=2478 Farey Sequence Time Limit: 1000MS Memory Limit: 65536K Total S ...
- 安装cloudermanager时出现Acquiring installation lock问题(图文详解)
不多说,直接上干货! 问题详情 解决办法 哪一个节点被锁就删除哪一个. 解决办法:进入/tmp 目录,ls -a查看,删除scm_prepare_node.*的文件,以及.scm_prepare_no ...
- jquery 添加关键字小插件
模块化封装,兼容seajs /** * User: c3t * Date: 14-3-25 * Time: 下午4:16 */ define(function (require, exports, m ...
- 【Linux】修改ubuntu默认字符集
今天把以前的项目移植到linux上了,我装的是ubuntu,web服务器是tomcat,发现用freemark模板生成的静态页面全 乱码了,在windows都是正常的,猜想可能是linux字符集的问题 ...
- 创建bat文件打开指定目录的cmd窗口
默认的 cmd打开的是用户目录,如下: 有时,这样非常不方便,还得不断的cd到我们要使用的目录,例如,我们想改成默认制定的目录是D盘的cmd窗口 代码如下: cmd /k cd/d " ...
- HttpServlet的请求转发理解
一个http请求的流转,其实主要涉及到五部分的内容,第一部分就是request所包含的参数,也就是request.getAttribute能获取的东西:第二部分是request所携带的内容实体,这部分 ...