搜索资源列表
static factory
- java的静态工厂设计模式-factory design pattern
Factory(DAO)
- JAVA开发模式中的工厂模式,采用DAO实现。后面有关于DAO的一些介绍,使不了解DAO的看了后面介绍也可以看懂。-JAVA development model of the factory model, using DAO achieve. On the back DAO definitely, do not understand the DAO read on the back can also understand.
WebLogins
- 简单的struts+factory+model+dao+service代码,对于刚学struts的人,可以下来学习学习。-Simple struts+ Factory+ Model+ Dao+ Service code, for those who just learn struts, you can learn from.
AbstractFactory
- 这是抽象工厂模式的源代码,是用java语言编写的-This is the abstract factory pattern of the source code, is language java
factory
- 用工厂模式实现职工表格,产品表格,部门表格的建立。-Workers with the factory pattern to achieve the form, the product form, the establishment of the sectoral tables.
factory
- java23中设计模式当中,较为常用的工厂模式。-java23 in the design pattern, factory pattern is more commonly used.
simple-factory
- 某打印功能目前需要支持两种打印模式,其中一种分隔符用*,另一种分隔符为@,请用简单工厂模式和工厂方法模式分别实现该功能。 -A print function is needed to support two print modes, one separator in* another delimiter @ simple factory pattern and factory method pattern to achieve the functionality.
Abstract-Factory
- 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -There are three main meals in a restaurant, milk and spoon, bread and the knife, meat and fork, including milk, bread and meat are classified as food, spoons, knives and f
factory
- 赛迪IT职业机构的课程,由李兴华老师讲解,介绍反射机制与工厂设计模式-CCID IT professional organizations programs, the teacher explained by the Li Xinghua, introducing reflection and the factory design pattern
design
- 自己弄的一个PPT,介绍设计模式中的单例模式,简单工厂模式和抽象工厂模式,包含源码-Get yourself a PPT, introduced Singleton design pattern in the model, a simple abstract factory pattern and factory pattern, including source code
factory
- 工厂模式,提供创建对象的接口。工厂模式在Java程序系统可以说是随处可见-Factory pattern provides an interface to create objects. Factory pattern in Java programming system can be said that everywhere
factory-pattern
- 工厂模式深入介绍,来源为网络Java大牛的经验总结。-Factory pattern in-depth introduction, a large cattle Java source for the network of lessons learned.
Factory
- 某打印功能目前需要支持两种打印模式, 请用简单工厂模式和工厂方法模式分别实现该功能 ; 某餐馆有三种主餐,请利用抽象工厂模式实现对主餐的创建。-A print function is needed to support the two print mode, please use the simple factory pattern and factory method pattern respectively, achieve the function of a restaurant the
Factory
- 某餐馆有三种主餐,分别是牛奶和汤匙、面包和刀、肉和叉子 ,其中牛奶、面包和肉都属于食物,汤匙、刀和叉子都属于餐具,请利用抽象工厂模式实现对主餐的创建。 -There are three main meals a restaurant, namely milk and spoon, bread and knife, fork and meat, of which milk, bread and meat are classified as food, spoon, knife and fork
javaDesignPattern-of-Factory
- 用JAVA语言描述设计模式中的工厂模式,更详细的描述了工厂模式的内涵-JAVA language to describe design patterns factory model, described in more detail the meaning of factory mode
factory
- java的工厂模式实现,是一个简单的例子-The factory pattern in java achieve, is a simple example
Java-implementation-of-Factory-Mode
- Java代码实现的工厂模式的两种情况,简单工厂模式和工厂方法模式,例子很简单,只为了阐述原理-Java code implements the factory pattern both cases, a simple factory pattern and factory method pattern, for example, is very simple, just to illustrate the principles
factory
- 工厂模式源码,该源码说明了工厂模式的设计思想-The factory pattern source, the source that the factory model of design thought
factory-method-pattern
- Java源代码,很好的解释了工厂方法模式这种算法-Java source code, a good interpretation of the factory method pattern this algorithm
Abstract-Factory
- 抽象工厂模式(Abstract Factory Pattern):提供一个创建一系列相关或相互依赖对象的接口,而无须指定它们具体的类。抽象工厂模式又称为Kit模式,属于对象创建型模式。-Abstract Factory Pattern: Provide an interface for creating families of related or dependent objects without specifying their concrete classes.