摘要:
按照下面的分类开始着手,写下每一个模式的故事和我自己的理解1 From Mud To Structure Domain Model Layers Model-View-Controller Presentation-Abstraction-Control Microkernel Reflection Pipes and Filters Shared Repository Blackboard Do...
阅读全文
posted @ 2007-11-09 17:58
default.aspx
阅读(966)
推荐(0)
摘要:
1、DBA+Developer分工明确。之间代码模块化。减少数据库操作员和程序员的错误。2、数据库安全性;可以设置连接字符串中账号只可访问存储过程,不可操作表。这样数据完整性也有保证。3、存储过程是编译过的,执行快。4、事务的级别,存储过程级别的事务,ADO.net级别的事务比较。一致性。5、减少网络通信量。一个需要数行 Transact-SQL 代码的操作由一条执行过程代码的单独语句就可实现,而...
阅读全文
posted @ 2005-06-23 17:58
default.aspx
阅读(615)
推荐(0)
摘要:
体系结构的基本要素是构件、连接件及其约束软件模式是人们在长期的设计软件、管理组织软件开发等实践中大量经验的提炼和抽象,是复用软件设计方法、过程管理经验的有力工具。模式类似于拳击中的组合拳,它提供了一系列软件开发中的思维套路。如,通过模式的使用,有利于在复杂的系统中产生简洁、精巧的设计。 软件模式为我们提供了一套简洁通用的设计、管理、组织方面的词汇,同时模式也为我们提供了一个描述抽象事物的规范标准,...
阅读全文
posted @ 2005-06-20 19:06
default.aspx
阅读(379)
推荐(0)
摘要:
1 Workflow1.1 Everything need a process,we must follow it. If the process is unreasonable, we could give our suggestion about how to modify it, butbefore commit the modification, please follow it. 1.2...
阅读全文
posted @ 2005-06-17 13:55
default.aspx
阅读(465)
推荐(0)
摘要:
/** Created on 2005-5-29** TODO To change the template for this generated file go to* Window - Preferences - Java - Code Style - Code Templates*/package Test;import java.io.IOException;import javax.se...
阅读全文
posted @ 2005-05-29 18:13
default.aspx
阅读(415)
推荐(0)
摘要:
<?xml version="1.0" encoding="ISO-8859-1" ?><taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/n...
阅读全文
posted @ 2005-05-29 18:13
default.aspx
阅读(716)
推荐(0)
摘要:
记住2004-2005赛季的冠军杯决赛!
阅读全文
posted @ 2005-05-26 12:17
default.aspx
阅读(323)
推荐(0)
摘要:
/***********************************************//* 2col_leftNav.css *//***********************************************//***********************************************//* HTML tag styles *//*********...
阅读全文
posted @ 2005-05-15 22:08
default.aspx
阅读(570)
推荐(0)
摘要:
May 10th 2005 ID Password schedule management resource management
阅读全文
posted @ 2005-05-10 22:08
default.aspx
阅读(324)
推荐(0)
摘要:
Association represents the ability of one instance to send a message to another instance. This is typically implemented with a pointer or reference instance variable, although it might also be impleme...
阅读全文
posted @ 2005-05-08 08:47
default.aspx
阅读(362)
推荐(0)