摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;///<summary>///实体类///</summary>publicclassMe... 阅读全文
posted @ 2010-04-06 15:30 科睿思博 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;publicclassProduct{}publicabstractclassBuilder{publicabs... 阅读全文
posted @ 2010-04-06 13:37 科睿思博 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;publicclassCalc{publicvirtualdoubleDoDalc(doublep1,doubl... 阅读全文
posted @ 2010-04-06 11:33 科睿思博 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 一 创建型结构模式1 单件模式2 抽象工厂3 工厂模式 4 简单工厂 5建造者模式 6原型模式 二 结构型设计模式1代理模式 2享元模式 3外观模式 4装饰模式 5组合模式 6桥接模式 7适配器模式 三 行为型设计模式1访问者模式 2命令模式 3迭代模式 4 模板方法 阅读全文
posted @ 2010-04-06 10:55 科睿思博 阅读(237) 评论(0) 推荐(1) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;///<summary>///定义抽象类///</summary>publicabstr... 阅读全文
posted @ 2010-04-06 10:47 科睿思博 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;publicclassConstant{publicstaticdoubleBase_salary=4000;}... 阅读全文
posted @ 2010-04-06 10:22 科睿思博 阅读(264) 评论(0) 推荐(1) 编辑
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;///<summary>///单件模式(线程安全的单件(双重锁定方法2:线程安全而且性能优越))//... 阅读全文
posted @ 2010-04-06 09:31 科睿思博 阅读(166) 评论(0) 推荐(0) 编辑