搜索资源列表
DBPOOLTest
- 一个数据库连接池,使用单例模式设计,使在具体使用该对象的时候只存在一个。-a database connection pool, the use of single-mode design cases, the specific use of the object when there is only one.
DesignPatternDemo
- java设计模式的工厂模式,单例模式,简单实现代码
hao2008
- 系统概述: 志远信息管理系统 v2.0 本系统基于Java平台,采用设计模式:MVC(模型--视图--控制),基于接口与接口实现类,工厂模式和抽象工厂模式,单例模式,充分把系统解耦,采用的技术:Jsp+JavaBean+Struts+hibernate,数据库:MySQL Struts采用Struts 1.2 版本,MySQL采用MySQL5.0, hibernate采用hibernate3.1-志远信息管理系统 v2.0
DesignPattern
- Java的一些常用设计模式,包括单例模式、门面模式、策略模式、观察者模式、建造者模式、简单工厂模式、抽象工厂模式、工厂方法模式、代理模式、动态代理模式,适合初学者掌握-Java, some common design patterns, including single cases of mode, facade pattern, strategy pattern, Observer pattern, the construction of those models, a simple fact
php_single
- 这是一个使用PHP如何创建实例的方式,通用的设计模式(单例 )-single model
javapatterns
- 里面包含了23中设计模式源代码,其中包括工厂模式(Factory)、单例(Singleton)、观察者模式(Observer)、适配器模式-Which contains 23 design patterns in source code, including the factory pattern (Factory), Singleton (Singleton), Observer pattern (Observer), Adapter
Code
- 本程序用Java编写,提供了设计模式中的单例模式,构造器模式的多个实例-This program written using Java, provides a design pattern in the single case of mode, multiple instances of structural mode
designpattern
- 实现常用的设计模式代码,其中包括单例、动态代理、工厂模式等-Code to achieve common design patterns, including single cases, dynamic proxy, factory mode
design
- 自己弄的一个PPT,介绍设计模式中的单例模式,简单工厂模式和抽象工厂模式,包含源码-Get yourself a PPT, introduced Singleton design pattern in the model, a simple abstract factory pattern and factory pattern, including source code
Javaeye-mode
- 包揽JavaEye设计模式类前十名,包含前言、简单工厂、工厂方法模式、单例模式、桥接模式-Taking JavaEye design patterns like the top ten, including the preamble, the simple factory, factory method patterns, singleton, bridge mode
Design_-pattern
- 在java学习过程中所编的一些简单设计模式的例子 有观察者,单例,原型,装饰者,迭代器,适配器,备忘录,状态,抽象工厂,桥接等模式-In the process of learning java, compiled by some simple examples of the observer design pattern, singleton, prototype, decorators, iterators, adapters, memos, status, Abstract Facto
Design-pattern
- 很不错的一些资料,DAO设计模式、java代理模式、java观察者模式、Java设计模式之外观、策略模式、单例、命令模式、桥模式、适配器模式、责任链模式、装饰者-Design pattern
J2EEbank
- 用J2EE中的struts和hibernate实现的小型的模拟网络银行的功能实现。包括登录、注册、修改密码、转账汇款、缴费支付、交易记录、信息查询等功能。并且在学完设计模式后使用工厂、单例、策略等设计模式重构了代码。-J2EE, struts and hibernate to achieve a small analog network banks function. Including the login, registration, change passwords, remittance,
Singleton
- 软件设计模式单例模式,采用单例模式连接数据库的超级好的模式-JAVA Design Pattern——Singleton
Singleton1
- 设计模式—单例模式举例说明,包含实例的创建及客户端验证。-Design patterns- singleton pattern example, contains instances created and client authentication.
HungrySingleton
- 设计模式—饱汉单例模式,单例模式的一种,对其进行举例说明,具体细节在代码中有注释-Design pattern Singleton Pattern- full Han, one of the single-case model, illustrate them, the details of a comment in the code
SingleDemo
- 单例设计模式-singleton pattern.............
bin
- 单例设计模式,剑指OFFER的第二题,懒汉式和饿汉式-Singleton design pattern, to prove safety OFFER second question, the lazy and hungry style of Han
DesignPatterns
- 设计模式实现,包括工厂模式、单例模式、观察者模式(Design pattern realization)
singleDemo
- 单例设计,希望对大家有帮助 好好学系天天向上(boys and girls,I hope the code will offer you some help,)