CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 模式 例子

搜索资源列表

  1. example

    0下载:
  2. Jbuilder2006开发的严格按MVC设计模式组织开发过程,基于Struts + Hibernate的例子程序-Jbuilder2006 developed in strict accordance with MVC design patterns to develop the process of organization, based on the Struts+ Hibernate examples of procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-06-10
    • 文件大小:16480442
    • 提供者:xyx
  1. proxy

    1下载:
  2. java开发模式系列之代理模式 视频讲解 有例子-java development model of the agent model series are examples of video on
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-02-08
    • 文件大小:17123900
    • 提供者:打发
  1. SplitCleaner

    0下载:
  2. Split Cleaner 错误模式 我把符合这种模式的错误称为 split cleaner,是因为释放资源的代码是沿各种可能的执行路径分开的。因为沿各条路径的释放代码很可能都是一样的,所以大多数 split cleaner 也是 rogue tile的例子。(Rogue tile 是我对一种错误的称呼-Split Cleaner
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:9343
    • 提供者:hxt
  1. DAOshejimoshi

    0下载:
  2. dao 设计模式.RAR 有详细例子和说明... 很好-dao design pattern. RAR detailed examples and descr iption of ... well ...
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:153576
    • 提供者:
  1. javaDezgin

    0下载:
  2. 23种设计模式的Java实现,有很多的例子可以看-23 kinds of Java design patterns to achieve, there are many examples can be seen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:260172
    • 提供者:xuyuan
  1. Struts

    0下载:
  2. 代码中主要涵盖了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
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2652156
    • 提供者:陈俊
  1. observer

    0下载:
  2. 观察者模式的例子,对编程初学者很有帮助,headfirst系列。-Observer pattern example, useful for programming beginners, headfirst series.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:7702
    • 提供者:Bulter
  1. AJAXInAction

    0下载:
  2. 本书是目前Ajax领域最为全面深入的一本著作,其中不仅有对于基础知识的介绍,还有对于Ajax开发中重大的体系架构问题的深入探讨,总结了大量Ajax开发中的设计模式,并讨论了框架、安全性与性能等等。书中提供了几个典型的例子,兼顾各种开发平台,这些例子的代码稍作修改就可以直接应用于项目开发之中,代码源文件可以从图灵网站下载。 本书内容广泛且深入,同时适用于各个层次的Web应用开发人员。-This book is the most comprehensive in-depth area Ajax
  3. 所属分类:Ajax

    • 发布日期:2017-05-21
    • 文件大小:6635743
    • 提供者:陈强
  1. Sphere

    0下载:
  2. mvc实现球体随球体参数变化的例子,代码中使用了观察者模式,体现了mvc的思想,是很好的理解mvc的资料。-mvc parameter changes to achieve the sphere with the sphere example, the code uses the Observer pattern, reflecting the mvc idea is a very good understanding of mvc information.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-25
    • 文件大小:15985
    • 提供者:chenhai
  1. strutsDAO

    0下载:
  2. 采用 Struts, DAO的模式,非常好的一个完整的Order add,update,search 例子代码-Implemented by Struts+DAO, Including order add, update, search, del function
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-29
    • 文件大小:29421
    • 提供者:zhijie
  1. Method_C

    1下载:
  2. 模式识别C聚类算法 主要采用四种距离 这里的例子是欧氏距离-Pattern Recognition C clustering algorithm mainly uses four kinds of examples here from the Euclidean distance
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:7188
    • 提供者:shenshendaodao
  1. jsp-MVC

    0下载:
  2. 基于struts和MVC模式下的网页管理系统开发的课设报告,详细介绍了编译环境,数据库的配置,MVC模式的介绍和一个小型login例子 -Struts and the MVC model based on web-based course management system developed in the report, detailing the build environment, database configuration, MVC pattern introduced and a
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:31130
    • 提供者:小吴
  1. DM-1

    0下载:
  2. JAVA设计模式之创建型模式的源码,已经做好分类,以形象的例子来描述创建型模式的4打分类。-JAVA-based model design model to create the source code, has been doing a good job classification, vivid examples.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:64774
    • 提供者:陈晓杰
  1. DM-2

    0下载:
  2. JAVA设计模式之结构型模式的源码,已经做好分类,以形象的例子来描述创建型模式的7分类,有外观模式、适配器模式、代理模式、装饰模式、桥模式、组合模式、享元模式。-JAVA Design Patterns Structural model of the source, is well classified, in order to create the image of an example to describe the schema of the seven categories, with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:43613
    • 提供者:陈晓杰
  1. DM-3

    0下载:
  2. JAVA设计模式之行为型模式的源码,已经做好分类,以形象的例子来描述创建型模式的11大分类。有模板方法、观察者、状态、策略、职责、命令、访问者、调停者、备忘录、迭代器、解释器模式-JAVA Design Pattern of behavior-based model of source, is well classified, in order to create the image of an example to describe the schema of the 11 major cat
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:88513
    • 提供者:陈晓杰
  1. Socket-for-java

    0下载:
  2. Java多线程Socket阻塞模式下通信的例子 -Java多线程Socket阻塞模式下通信的例子
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:9999
    • 提供者:张明哲
  1. JavaDesignPatterns

    0下载:
  2. java设计模式,用于学习23种设计模式的例子-java design patterns, design patterns for learning examples of 23 species
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:105467
    • 提供者:王文
  1. PHP_design_patterns

    0下载:
  2. 《php设计模式》,有详解和代码的例子,很详细。-php design patterns, there are code examples, very detailed.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-06
    • 文件大小:1128813
    • 提供者:luna
  1. Javamodel

    0下载:
  2. 疯狂java设计模式大全,其中描述了所有的设计模式和例子-Crazy java design patterns Daquan, which describes all the design patterns and examples
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:440103
    • 提供者:coffee
  1. BTFIR

    0下载:
  2. 手机游戏,主要是帮助初学者学习相关内容--蓝牙模式开发项目文件,一个小例子-mobilephone
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:302447
    • 提供者:杨翠
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com