摘要:
[By Justin Gehtland] Introduction You know you have to write unit tests. You have the tools, and your team is committed to the idea. Somehow, though, despite your best intentions, the tests just never... 阅读全文
摘要:
人在职场,首先得学会做人,做一个受欢迎的人,其实做一个受欢迎的人也是有原则的,以下就有27条讨人喜欢的原则,愿读到本帖的朋友都能成为一人受欢迎的人。 讨人喜欢的27个原则 1.长相不令人讨厌,如果长得不好,就让自己有才气;如果才气也没有,那就总是微笑。 2.气质是关键。如果时尚学不好,宁愿纯朴。 3.与人握手时,可多握一会儿。真诚是宝。 4.不必什么都用“我”做主语。 5.... 阅读全文
摘要:
[转载自:http://www.itisedu.com/phrase/200604231324325.html] MVC模式是"Model-View-Controller"的缩写,中文翻译为"模式-视图-控制器"。MVC应用程序总是由这三个部分组成。Event(事件)导致Controller改变Model或View,或者同时改变两者。只要Controller改变了Models的数据或者属性,... 阅读全文
摘要:
[From: http://www.martinfowler.com/articles/injection.html] Forms of Dependency Injection The basic idea of the Dependency Injection is to have a separate object, an assembler, that populates a field... 阅读全文
摘要:
[ 转自:http://www.contextfree.net/wangyw/index.html ] 作者:王咏武 在《道法自然——面向对象实践指南》一书中,我们采用了一个对立统一的辩证关系来说明“模板方法”模式—— “正向依赖 vs. 依赖倒置”(参见:《道法自然》第15章[王咏武, 王咏刚 2004])。这种把“好莱坞”原则和 “依赖倒置”原则等量齐观的看法其实来自于轻量级容器PicoCon... 阅读全文