
Programming
文章平均质量分 89
hertz2007
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
程序员成才的关键——内在兴趣和善于发现
<br />原文地址:<br />http://www.programmer.com.cn/4879/<br /> <br /> <br /> <br /> <br />文 / Peter Seibel 译 / 叶淮光<br /><br /> 本文是Common Lisp专家Peter Seibel对计算机科学家Guy Steele的访谈,谈到了他程序人生开启的历程以及程序员成才的关键。<br />初涉编程<br /> Seibel:你是怎样接触编程的?<br />Steele: 嗯,当我还是个小转载 2011-02-17 22:37:00 · 486 阅读 · 0 评论 -
The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software
http://www.gotw.ca/publications/concurrency-ddj.htm The Free Lunch Is Over A Fundamental Turn Toward Concurrency in SoftwareBy Herb SutterThe biggest sea change in softwa转载 2011-06-16 13:17:00 · 875 阅读 · 0 评论 -
类与类之间的关系图(Class Diagram,UML图)
http://hi.baidu.com/danghj/blog/item/5a349282f35f2d9cf603a6ea.html 一、简介 二、类的构成 三、类之间的关系(Relationship) 1、单向关联 2、双向关联 3、自身关联 4、多维关联转载 2011-08-24 00:28:37 · 923 阅读 · 0 评论 -
5 Reasons To Write Tests For Your Code
http://masternerd.lucianocheng.com/5-reasons-for-testing-masternerdposterouscom I hate to admit it, but I wasn't always an advocate转载 2011-09-26 22:58:28 · 603 阅读 · 0 评论 -
The Most Important Code Isn't Code
http://zachholman.com/posts/documentation/ Documentation is the single most important change I’ve made to my coding stylein the last转载 2011-09-26 23:06:25 · 730 阅读 · 0 评论 -
The Introduction of Memory Leaks
http://www.programcreek.com/2013/10/the-introduction-of-memory-leak-what-why-and-how/ One of the most significant advantages of Java is its memory management. You simply create objects and Ja转载 2013-10-30 00:05:37 · 740 阅读 · 0 评论