摘要:
样子Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3This is a JavaScript example 4 910 Hi, man! 11 样子2Code highlighting produced by Actipro CodeHi... 阅读全文
摘要:
这是一个高深的东东哦, 写状态栏Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1 调用方法Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeH... 阅读全文
摘要:
老马说:A single instance that handles the business logic for all rows in a database table or view.我说:一个实例操作所有一个数据库表或视图的业务逻辑。One of the key messages of object orientation is bundling the data with the beh... 阅读全文
摘要:
按老马的话说:An object model of the domain that incorporates both behavior and data.按我的话说:是系统中数据和行为的一种组合方式,当然是包装到类中。这个类可以命名为我们做的项目中的名词。如:项目,包,供应商等。当然我的理解是不对的,我缺少了对业务之间关系的一种联系。最惨的情况是业务逻辑相当的复杂。商业规则和逻辑描述了不同的场景... 阅读全文
摘要:
Transaction Script是一种最简单和最容易接受的处理业务的方式。按martinfowler的说法:Organizes business logic by procedures where each procedure handles a single request from the presentation。许多的业务过程可以看做是许多的业务过程的集合。一个业务过程可能是对数据的一... 阅读全文