摘要:
到下面这个网站测测看,仅供娱乐哈。 What’s your Programmer Personality Type? 一共十二道选择题,很快就可以搞定。 我的测试结果 Your programmer personality type is:DLTC You're a Doer.You are very quick at getting tasks done. You believe the ou... 阅读全文
摘要:
当你在这个行业做了几年,有了一些积累以后,你也许会希望寻求新的发展空间,来到一个新的公司(或者同一个公司的不同部门)。你迫切希望向新的同事们展现你的知识、经验以及领导能力,但却向下面这个例子中的家伙一样处处碰壁,为什么?让我们先看看这个New Guy先生的心声吧。 I recently took a new software development job, and I've been expe... 阅读全文
摘要:
记得一直对这个问题没有一个很清晰的答案,今天看到Martin Fowler的一段文字,觉得很有道理,记录一下。Inversion of Control is a key part of what makes a frameworkdifferent to a library. A library is essentially a set of functionsthat you can call,... 阅读全文
摘要:
source: http://st-www.cs.uiuc.edu/users/smarch/st-docs/mvc.htmlBasic Concepts:
In the MVC paradigm the user input, the modeling of the external world,
and the visual feedback to the user are explicitl... 阅读全文
摘要:
Handling popup window in testing browser based applications is always an annoying problem. Watir provides a good solution for this, here is what I learned from the Watir mail list and share it here to... 阅读全文