摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Generic;///<summary>///接口类///</summary>interfaceIPro... 阅读全文
posted @ 2010-04-08 09:22 科睿思博 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 代码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) 编辑
摘要: 简介Coolite Toolkit 是一个支持ASP.NET AJAX的Web控件。Coolite Toolkit是基于跨浏览器的ExtJS 库开发而来的,并且简化了开发步骤,并且包含有丰富的Ajax运用。Coolite Toolkit和ExtJS 都是开源的。官方主页:http://coolite.com下载地址:http://coolite.com/downloadSamples: http:... 阅读全文
posted @ 2010-03-19 11:28 科睿思博 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 已成功与服务器建立连接,但是在登录过程中发生错误。 (provider: 共享内存提供程序, error: 0 - 管道的另一端上无任何进程。)用户 'sa' 登录失败。该用户与可信 SQL Server 连接无关联。说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。异常详细信息: System.Data.SqlClien... 阅读全文
posted @ 2010-02-19 15:36 科睿思博 阅读(1297) 评论(0) 推荐(0) 编辑