2008年5月7日

摘要: 购物车类:ShopCart.cs(说明:主要利用hashtable保存商品对象) using System; using System.Collections; /// /// 购物车类 /// [Serializable] public class ShopCart { public Hashtable _CartItems = new Hashtable(); ///... 阅读全文
posted @ 2008-05-07 21:06 灵感试验室 阅读(664) 评论(1) 推荐(0) 编辑
 
摘要: .NET Framework在System.Runtime.Serialization和System.Runtime.Serialization.Formatters命名空间中提供了串行化对象的基础架构,这两个命名空间中的一些类实现了这个基础架构。Framework中有两个可用的实现方式: ● System.Runtime.Serialization.Formatters.Binary:这个命名... 阅读全文
posted @ 2008-05-07 21:02 灵感试验室 阅读(283) 评论(0) 推荐(0) 编辑
 
摘要: Download: http://vetusware.com/output/odfcxupx/Microsoft%20Windows%20v3.1.zip 阅读全文
posted @ 2008-05-07 18:37 灵感试验室 阅读(358) 评论(2) 推荐(0) 编辑