搜索资源列表
netoss_web
- 基于Struts,EJB,WebLogic的电信系统的管理模块系统,其中用了很多常用的J2EE设计模式-based on Struts, EJB, WebLogic telecommunications system management module system, There are a lot of common J2EE Design Pattern
headfirst.java
- 关于常用的几个设计模式的java实现原代码(包括工厂模式,命令模式,观察者模式,策略模式,个体模式等)-on several commonly used design patterns to achieve the java source code (including factory pattern, order patterns, observer mode, strategy model, individual mode)
design pattern 23 个实现
- 用Java实现的23个常用设计模式源代码-Java achieve 23 commonly used design patterns source code
gof
- 用java编写的23种常用设计模式,容易理解。
employeeCRUD
- 对XML和DB的CURD的基本操作.使用的两个比较常用的组合设计模式:MVC模式+DAO模式。
JAVAframework
- 本课程学习完毕后学员可以熟练掌握以下内容 ·Struts框架 讲解MVC标准实现框架Struts的基本配置及基本使用,讲解了Struts的基本工作原理,常用标签(HTML、LOGIC、 BEAN)、各种主要Action(Action、ForwardAction、DispatchAction)、Struts验证框架、Struts国际化、Struts解 决重复提交及文件上传操作等。 ·Hibernate框架 讲解Hibernate框架的基本ORMapping实现及Hi
Struts
- 代码中主要涵盖了struts中的常用实例,涉及到jdbc,hibernate,spring等多个项目,是学习mvc设计模式的较好例子-Mainly covers the struts code commonly used in instances involving jdbc, hibernate, spring and many other items, is to learn from good examples of design patterns mvc
sconfieldManagement
- 图书管理系统是学校管理机制中的重要组成部分,通过对图书管理系统的运行管理机制进行调查研究,开发了此图书系统。本系统中解决了学校图书管理事务中的常用基本问题以及相关统计工作。本系统中包含6个功能模块:系统设置,读者管理,图书管理,图书借还,系统查询和更改口令。 本系统使有jsp进行网页界面的设计,使用MVC设计模式,采用了开源框架Struts,它采用了当今软件设计的最新技术,具有开发效率高、设计灵活、生成的软件界面友好美观等特点。本系统中通过jdbc驱动和数据库进行无缝连接,后端的数据库是
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
JFreeChart
- JFreeChart 是一个开源项目,它的功能非常强大,可以实现饼图( 二维和三维 )、柱状图( 水平、垂直 )、 线图、点图、时序图等常用商用图表,图形可以导出成 PNG 和 JPEG 格式,同时还可以与 PDF 和 EXCEL 关联,支持对图形的放大、缩小,支持常见图形的 3D 显示。本文对JFreeChart的应用、类架构和设计模式进行了详细分析。-JFreeChart is an open source project, it is very powerful, can achieve
Java-Design
- 关于java几种常用设计模式的文档,学习了一下感觉还不错-java design
factory
- java23中设计模式当中,较为常用的工厂模式。-java23 in the design pattern, factory pattern is more commonly used.
Design_Patterns_In_Java
- 研磨设计模式,用java语言深入浅出讲解常用设计模式的应用场景以及实现细节,引导读者自己体会其中精华。-Grinding design patterns, using java language easily comprehensible to explain the application of common design patterns and implementation details of the scene, guiding the reader understand the es
designpattern
- 实现常用的设计模式代码,其中包括单例、动态代理、工厂模式等-Code to achieve common design patterns, including single cases, dynamic proxy, factory mode
Composite
- java常用设计模式之组合模式的实现源代码-the source code of composite pattern of java design pattern
src
- 自己整理常用设计模式,用于参考开发,包括工厂模式,迭代模式-Finishing their common design patterns for the reference development, including the factory model, iterative model, etc.
design
- 个人整理收集的java设计模式,其中包括了面向对象设计原则,各种设计模式的详细说明和常用设计模式的总结说明。word2003文件格式的。-Personal collating the java design patterns, including object-oriented design principles, a detailed descr iption of various design patterns and design patterns commonly used in the
javamode
- C#常用设计模式源码和解说-非常使用,是学习的好东西哦-Common Design Patterns
设计模式
- java 的23种设计模式,基本上包含了所有的常用或不常用的模式,而且解释得非常详细(Java 23 design model)
23种开发常用的设计模式
- 开发中巧妙使用优秀的设计模式可以提高我们的开发效率,提高代码质量。