读书笔记
Author
Zhou Renjian
Create@
2002-10-13 10:43

读书读到精彩之处,当然要有所记录。读书有所感悟,更是要记录。
本记录所在类别:
- 总结感悟 - 2004-03-21 13:30
以前summaryidea的总结感悟导入的数据库。以后会不断地增加相应的感悟和总结。 ...
本记录相关记录:
- 聊天记录与隐私 - 2006-02-10 09:59
在Demo的聊天记录的隐私问题怎么办说到了对隐私的担忧。以前我也觉得聊天记录是很自然的事情,所谓“风过留痕,雁过留声”嘛。但是时间推移,痕迹和声音都会彻底消失,甚至一个人的记忆也会消失。有的东西如果被记录了下来,譬如记录下来的历史事件和人物,当然不会消失的。当所有的东西都记录下来的时候,那么这个世界的信息熵就会增加,当所有的信息都不停地记录下来,这个世界的信息熵就必然爆炸。信息的增长也就带来了文 ...
- Sugguestions under Eclipse 3.0 and others - 2004-08-11 21:22
Sugguestions under Eclipse 3.0: ------------------------------- [1]. Use Source -> Format(++F/,+F) to format the codes every time before saving. [2]. Use Source -> Organize Imports(++O) to organize th ...
- Comments and the Quality of Code - 2004-08-11 21:19
Note:The frequency of comments sometimes reflects poor quality of code. When you feel compelled to add a comment, consider rewriting the code to make it clearer. http://java.sun.com/docs/codeconv/html ...
- Always Try to Refactoring Rather Than Rewriting Codes - 2004-08-11 21:18
Rewriting codes is something of work while refactoring codes will be something of art. Do not always try to rewrite codes. Refactoring codes helps you working efficiently if you get the spirit of the ...
- Always override Object.equals() and Object.hashCode() in the same time - 2004-08-11 21:18
Always override Object.equals() and Object.hashCode() in the same time. I had met with such bugs serveral times and it was a hard time for me to figure out such bug. Quotes: http://www-106.ibm.com/dev ...