2012年5月19日

摘要: OOP emphasizes the data, unlike procedural programming, which emphasizes algorithm;Whereas OOP emphasizes the data aspect of programming, generic programming emphasizes the algorithmic aspect. And its focus is different.Creating a reference variable using &(declaring reference); & 阅读全文
posted @ 2012-05-19 15:03 operation_master 阅读(88) 评论(0) 推荐(0) 编辑

2012年4月17日

摘要: 月光博客6月12日发表了《写给新手程序员的一封信》,翻译自《An open letter to those who want to start programming》,我的朋友(他在本站的id是Mailper)告诉我,他希望在酷壳上看到一篇更具操作性的文章。因为他也是喜欢编程和技术的家伙,于是,我让他把他的一些学习Python和Web编程的一些点滴总结一下。于是他给我发来了一些他的心得和经历,我在把他的心得做了不多的增改,并根据我的经历增加了“进阶”一节。这是一篇由新手和我这个老家伙根据我们的经历完成的文章。我的这个朋友把这篇文章取名叫Build Your ProgrammingTechni 阅读全文
posted @ 2012-04-17 13:09 operation_master 阅读(239) 评论(0) 推荐(0) 编辑

2012年4月14日

摘要: Developers conversant in the event-driven programming model of MS-Windows and the X Window System are accustomed to passing function pointers that are invoked (that is, "called back") when something happens. Java's object-oriented model does not currently support method pointers, and t 阅读全文
posted @ 2012-04-14 15:04 operation_master 阅读(135) 评论(0) 推荐(0) 编辑

导航