摘要:
原文发布时间为:2009-03-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;//using System.Collections.Generic;//using System.Text; namespace digui1{ public class Class1 阅读全文
摘要:
原文发布时间为:2009-03-01 —— 来源于本人的百度文章 [由搬家工具导入] using System;//using System.Collections.Generic;//using System.Text; namespace digui1{ public class Program 阅读全文
摘要:
原文发布时间为:2009-02-24 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
摘要:
原文发布时间为:2009-01-16 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Dr 阅读全文
摘要:
原文发布时间为:2008-12-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.Text; namespace fanxing1{ class Class2 { static 阅读全文
摘要:
原文发布时间为:2008-11-28 —— 来源于本人的百度文章 [由搬家工具导入] http://club.topsage.com/forumdisplay.php?fid=121&filter=type&typeid=17 阅读全文
摘要:
原文发布时间为:2008-12-06 —— 来源于本人的百度文章 [由搬家工具导入] using System;using System.Collections.Generic;using System.Text; //"不安全代码只会在使用 /unsafe 编译的情况下出现"的解决方法//右击右上 阅读全文
摘要:
原文发布时间为:2008-12-08 —— 来源于本人的百度文章 [由搬家工具导入] http://u.youku.com/user_video/uid_happyboy27.html 优酷网。。 阅读全文
摘要:
原文发布时间为:2009-01-16 —— 来源于本人的百度文章 [由搬家工具导入] 阅读全文
摘要:
原文发布时间为:2008-11-27 —— 来源于本人的百度文章 [由搬家工具导入] 纯属个人理解,有错请指出 简单工厂模式: 一个工厂,里面有静态方法 用来决定实例化哪一个类,返回一个类型(这个类型 是实例化类的 父类( 抽象类或者接口之类的))。。。这些实例化的类都是继承于同一个接口或者抽象类。 阅读全文