搜索资源列表
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
webdesign
- jsp网站,二手物品交易网。系统采用JSP + Tag模式实现各个模块的功能,重点突出JSP页面和Tag文件的作用。JSP引擎为Tomcat6.0,数据库管理系统是Microsoft Access 2007,数据库建立操作使用JDBC-ODBC桥接器方式。-JSP Tomcat6.0 Microsoft Access 2007 JDBC-ODBC
webdesign
- jsp网站建设作业,系统采用JSP + Tag模式实现各个模块的功能,重点突出JSP页面和Tag文件的作用。JSP引擎为Tomcat6.0,数据库管理系统是Microsoft Access 2007,数据库建立操作使用JDBC-ODBC桥接器方式。-jsp site construction operations, the system uses JSP+ Tag mode to achieve the function of each module, focused JSP pages and
55
- 用桥接模式解决以下问题: 编写一段代码,模拟以下情境。有三种操作系统Windows、Unix和Linux,它们都有各自的处理不同格式图像(BMP JPG PNG GIF)的库函数。编写类,使它们能灵活地在Windows、Unix和Linux平台上处理不同格式的图像。-To solve the following problems in bridge mode: The preparation of a code, simulate the following situations. Th
pattern
- 23种设计模式Java源码,包括创建型模式,共五种:工厂方法模式、抽象工厂模式、单例模式、建造者模式、原型模式。 结构型模式,共七种:适配器模式、装饰器模式、代理模式、外观模式、桥接模式、组合模式、享元模式。 行为型模式,共十一种:策略模式、模板方法模式、观察者模式、迭代子模式、责任链模式、命令模式、备忘录模式、状态模式、访问者模式、中介者模式、解释器模式。-23 kinds of design patterns
bridge
- 桥接模式的实现源码,用java实现,思路清晰,易于理解。-Bridge mode to achieve the source, using java, clear and easy to understand.