搜索资源列表
hospital_system1456
- 医院门诊查询系统 单例模式设计;系统自带的日志记录系统; 清晰简明的系统页面设计;应用软件工程思想;-hospital out-patient inquiry system with single mode design; System onboard log records system; clear concise system design pages; Application software engineering thinking;
DBPOOLTest
- 一个数据库连接池,使用单例模式设计,使在具体使用该对象的时候只存在一个。-a database connection pool, the use of single-mode design cases, the specific use of the object when there is only one.
erhan
- java程序实现的通俗易懂的饿汉式单例模式的实现代码
jxcpossinglemovie2
- jsp单例模式示例,如果做的不好,还请大家原谅哟
NewManualinDesignPattern
- 介绍了从工厂模式、单例模式、策略模式等多种设计模式
zhiyun2.0
- 本系统基于java平台,采用设计模式:mvc(模型--视图--控制),基于接口与接口实现类,工厂模式和抽象工厂模式,单例模式,充分把系统解耦,采用的技术:jsp+javabean+struts+hibernate,数据库:mysql struts采用struts 1.2 版本,mysql采用mysql5.0, hibernate采用hibernate3.1 系统特色: 1,栏目无限级分类,形成树型结构,可以随意增加,修改,移动,删除栏目,移动或删除栏目的同时系统自动移动或删除其
DesignPatternDemo
- java设计模式的工厂模式,单例模式,简单实现代码
Singleton
- 单例模式的准确实现,本程序是用C++实现的设计模式中的一个模式, 功能介绍简单,明了
adsf
- C#单例模式
XMLReader
- 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
hao2008
- 系统概述: 志远信息管理系统 v2.0 本系统基于Java平台,采用设计模式:MVC(模型--视图--控制),基于接口与接口实现类,工厂模式和抽象工厂模式,单例模式,充分把系统解耦,采用的技术:Jsp+JavaBean+Struts+hibernate,数据库:MySQL Struts采用Struts 1.2 版本,MySQL采用MySQL5.0, hibernate采用hibernate3.1-志远信息管理系统 v2.0
singleDemo
- 一个经典的单例模式demo(模拟打印机)-Example of a classic single-mode demo (Analog printer)
Singleton
- 单例模式的代码,稍微改动就可以生成懒汉模式-Single cases of model code
Design_Patterns
- 设计模式:工厂模式、单例模式的基本实现,清晰简单,方便学习。-Design Patterns: Factory Pattern, single cases of the basic model to achieve, clear and straightforward, easy to learn.
TC35GSMTest
- 1.串口连接短信猫后,依次选择串口、点击“开始”、点击“SMSCAddr”,填写手机号码和短信内容后,点击“Send”按钮发送短信。 2.源码可用于研究短信猫的AT指令,PDU编码格式,其中SMSInfo.cs 和 CodingHelper.cs 两个文件是研究PDU编码的关键类 3.整个工程使用了单例模式、委托等技术,编程风格很好,也值得刚毕业的人学习。-1. Serial connection messages after a cat, followed by choice of s
XMLReaderDragon
- 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
MySingleton
- 单例(懒汉模式),不担心内存释放问题,不会重复new对象。(singleton (lazy)mode)
单例模式
- 自己写的一个单例模式的Java语言例子,初学者可以通过代码了解单例模式的实现原理(Write a single example of the Java language example, beginners can understand the principle of the implementation of single case mode through the code)
单例模式
- 单例模式确保某个类只有一个实例,而且自行实例化并向整个系统提供这个实例。(Singleton patterns ensure that a class has only one instance, and instantiate itself and provide the whole system with this instance.)
DesignPatterns
- 设计模式实现,包括工厂模式、单例模式、观察者模式(Design pattern realization)