抽象工厂模式:
提供了一个创建一系列相关的或相互依赖的对象的接口而不需要具体指定它们的类型。Provide an interface for creating families of related or dependent objects without specifying their concrete classes.UML类图:主要包括:
AbstractFactory(Continent...
分类:
其他好文 时间:
2015-06-07 01:09:29
阅读次数:
109
The styleobject offers no information about the styles that have cascaded from style sheets and affect the element. DOM Level 2 provide a method calle...
分类:
其他好文 时间:
2015-06-06 17:46:16
阅读次数:
100
外观模式:
为子系统中的一系列接口提供了一个统一的界面。外观模式定义了一个高层次的接口以使子系统更加容易使用。Provide a unified interface to a set of interfaces in a subsystem.
Façade defines a higher-level interface that makes the subsystem easier to us...
分类:
其他好文 时间:
2015-06-06 12:10:53
阅读次数:
265
代理模式:
为某个类提供了一个代理来控制访问它。
Provide a surrogate or placeholder for another object to control access to it.UML图:
主要包括:
Subject(IMath):姑且称之为抽象的主题角色吧,这个类为代理类(Proxy)和真实的主题角色(RealSubject)定义了一个统一的接口,这样代理类(Pr...
分类:
其他好文 时间:
2015-06-03 11:55:02
阅读次数:
148
1、定义:
Attach additional responsibilities to an object dynamically keeping the same interface.
Decoators provide a flexible alternative to subclassing for extending functionality.
在不必改变原类文件和使用继承的情况...
分类:
移动开发 时间:
2015-06-03 11:50:43
阅读次数:
191
ps:写这篇文章的目的是尝试下新的markdown编辑器哈哈简介
ORMLite provides a lightweight Object Relational Mapping between Java classes and SQL databases. There are certainly more mature ORMs which provide this functionality...
分类:
移动开发 时间:
2015-06-02 15:22:59
阅读次数:
228
什么是NuGet?
官网上的解释:NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is th...
分类:
其他好文 时间:
2015-05-31 21:44:20
阅读次数:
6003
1. 提供持续反馈(Provide Continuous Feedback) 既然是测试驱动敏捷项目,那么很显然反馈在敏捷团队中占据重要的地位。测试人员的传统角色就是“信息提供者”,这使得她天生就对敏捷团队很有价值。敏捷测试人员的最大贡献之一是帮助产品负责人或者客户采用实例和测试的形式描述清楚每一个...
分类:
其他好文 时间:
2015-05-30 19:50:27
阅读次数:
117
Hi ,Hope all is well. Summer is right around the corner, and the Khan Academy team is excited to spend the next few months growing our library of cont...
分类:
其他好文 时间:
2015-05-26 12:20:50
阅读次数:
142
openmsp430-loader This simple program allows the user to load the openMSP430 program memory with an executable file (ELF or Intel-HEX format) provide....
分类:
其他好文 时间:
2015-05-21 17:22:20
阅读次数:
169