happyhippy

这个世界的问题在于聪明人充满疑惑,而傻子们坚信不疑。--罗素
摘要: 1. 用EndInvoke等待异步调用; 2. 用WaitHandle等待异步调用; 3. 轮训查询等待异步调用; 4. 异步调用完成后,执行回调...... 阅读全文
posted @ 2007-07-23 10:07 Silent Void 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 深入介绍virtual/new/override 这些关键字的意义 阅读全文
posted @ 2007-07-22 21:52 Silent Void 阅读(2322) 评论(15) 推荐(1) 编辑
摘要: Date and Time Arithmetic in JScript 阅读全文
posted @ 2007-07-17 20:37 Silent Void 阅读(681) 评论(0) 推荐(0) 编辑
摘要: All mouse events fire on an object with setCapture. 阅读全文
posted @ 2007-07-12 20:03 Silent Void 阅读(1148) 评论(5) 推荐(0) 编辑
摘要: :定义HTC,这个标签是其他定义的父元素。 : 定义HTC的属性,里面三个定义分别代表属性名、读取属性、设置属性时HTC所调用的方法。 :定义HTC的方法,NAME定义了方法名。 :定义了HTC的事件,NAME定义了事件名,ID是个可选属性,在HTC中唯一标识这个事件。 :定义了浏览器传给HTC事件的相应方法,其中EVENT是浏览器传入的事件,ONEVENT是处理事件的方法。 阅读全文
posted @ 2007-07-12 19:31 Silent Void 阅读(450) 评论(0) 推荐(0) 编辑
摘要: Strategy Pattern, Template Method Pattern, Observer Pattern, MVC Pattern, Iterator Pattern, Chain of Responsibility Pattern, Command Pattern, Memento Pattern, State Pattern, Interpreter Pattern, Visitor Pattern, Mediator Pattern 阅读全文
posted @ 2007-06-22 09:47 Silent Void 阅读(449) 评论(0) 推荐(0) 编辑
摘要: Adapter Pattern, Composite Pattern, Decorator Pattern, Flyweight Pattern, Facade Pattern, Brige Pattern 阅读全文
posted @ 2007-06-22 09:40 Silent Void 阅读(427) 评论(0) 推荐(0) 编辑
摘要: Simple Factory Pattern, Factory Method Pattern, Abstract Factory Pattern, Singleton pattern, Mutition Pattern, Builder Pattern, Prototype Pattern 阅读全文
posted @ 2007-06-22 09:26 Silent Void 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 1. Create SchemaImporterExtension that will recognize the DataSetSchema: 2. Compile and GAC the SchemaImporterExtension; 3. Add it to the existent extensions in machine.config, ysing fully-qualified assembly name 阅读全文
posted @ 2007-05-23 11:44 Silent Void 阅读(952) 评论(0) 推荐(0) 编辑
摘要: VS2005的语言设置可能会导致模板丢失和类设计器(Class Designer)不能创建类型 阅读全文
posted @ 2007-05-15 16:37 Silent Void 阅读(1143) 评论(1) 推荐(0) 编辑
摘要: SSL握手有三个目的: 1. 客户端与服务器需要就一组用于保护数据的算法达成一致; 2. 它们需要确立一组由那些算法所使用的加密密钥; 3. 握手还可以选择对客户端进行认证。 阅读全文
posted @ 2007-05-14 23:21 Silent Void 阅读(37646) 评论(5) 推荐(2) 编辑
摘要: VS2005的类设计器(Class Designer)中,如果显示让类继承接口(closed arrow head line from the class to the interface),而不是实现接口(a "lollipop" shape)? 阅读全文
posted @ 2007-05-09 15:20 Silent Void 阅读(1798) 评论(6) 推荐(0) 编辑
摘要: SRP,单一职责原则(The Single Responsibility Priciple);OCP,开放封闭原则(The Open-Close Priciple);LSP,Liskov替换原则(The Liskov Substitution Priciple);DIP,依赖倒置原则(The Dependency Inversion Priciple);ISP,接口隔离原则(The Interface Segregation Interface); REP,重用发布等价原则;CCP,共同封闭原则;CRP,共同重用原则; ADP,无环依赖原则;SDP,稳定依赖原则;SAP,稳定抽象原则 阅读全文
posted @ 2007-05-08 20:40 Silent Void 阅读(823) 评论(0) 推荐(0) 编辑
摘要: 完整团队; 计划游戏; 客户测试; 简单设计; 结对编程; 测试驱动开发; 改进设计; 持续集成; 集体代码所有权; 编码标准; 隐喻; 可持续的速度 阅读全文
posted @ 2007-05-07 22:10 Silent Void 阅读(959) 评论(0) 推荐(0) 编辑
摘要: 个体和交互 胜过 过程和工具 可以工作的软件 胜过 面面俱到的文档 客户合作 胜过 合同谈判 响应变化 胜过 遵循计划 阅读全文
posted @ 2007-05-07 22:03 Silent Void 阅读(3762) 评论(0) 推荐(0) 编辑