摘要: 一、 问题 简单示例:一个简单的购物框的例子 构成元素:Customer,Order,Item,Product A:抽象出对象模型 类图: 示例代码: 在对象模型中添加一个 item. public class Order { private ArrayList itsItems = new ArrayList(); public void addItem(Product p, i... 阅读全文
posted @ 2004-05-28 17:10 umlchina 阅读(1451) 评论(0) 推荐(0) 编辑
摘要: 在SPS的对象模型中提供了方法修改扩展字段内容的方法,可是用这种方法修改扩展字段会产生文档版本。可以用以下的方法直接去修改SPS数据库字段。代码如下:1、SpsExpendFieldData 类namespace UltraPower.SPS.DB{ /// /// 每个扩展字段的属性信息,此类属于纯数据类不存在任何操作 /// public class SpsExpendFi... 阅读全文
posted @ 2004-05-28 11:55 umlchina 阅读(749) 评论(0) 推荐(0) 编辑
摘要: home about us courses curriculum schedule registration careers contact us site map training and education... 阅读全文
posted @ 2004-05-28 11:34 umlchina 阅读(503) 评论(0) 推荐(0) 编辑
摘要: 创建型 结构型 行为型 类 Factory Method Adapter_Class InterpreterTemplate Method 对象 Abstract FactoryBuilderPrototypeSingleton Adapter_ObjectBridgeCompositeDecoratorFacadeFlyweightProxy Chain of Re... 阅读全文
posted @ 2004-05-28 11:29 umlchina 阅读(707) 评论(0) 推荐(0) 编辑
摘要: The ADO.NET Object Model Now that you understand the purpose of ADO.NET and where it fits into the overall Visual Studio .NET architecture, it’s time to take a closer look at the technology. In this ... 阅读全文
posted @ 2004-05-28 11:27 umlchina 阅读(548) 评论(0) 推荐(0) 编辑
摘要: BizTalk框架概述 作者: 孙一中 Microsoft? BizTalk? 框架是用于应用集成和电子商务的XML框架. 它包括一个设计框架来实现XML 大纲(schema) 和一套在应用程序间传递信息之用的XML标签. Microsoft 公司以及其它软件企业和工业标准实体将通过BizTalk 框架以统一的方式来产生XML. BizTalk框架本身并不是标准,XML才是标准.... 阅读全文
posted @ 2004-05-28 11:25 umlchina 阅读(870) 评论(0) 推荐(0) 编辑
摘要: Although I don't have either a Hotmail or Yahoo email account, I do have friends that do, and I have often seen them check their e-mail and noticed how it was all neatly displayed in a table. Right ne... 阅读全文
posted @ 2004-05-28 11:14 umlchina 阅读(686) 评论(0) 推荐(0) 编辑