CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - design patterns java

搜索资源列表

  1. Designpatterns-

    0下载:
  2. 该书依托三国刘备娶亲的故事,用幽默风趣的语言介绍了java开发中几个常用的设计模式,使得艰涩难懂的概念变得易于理解-Liu Bei get married based on the book the story of the three countries, with humorous language describes the development of several common java design patterns, making difficult to understand
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:294582
    • 提供者:张久刚
  1. Java_Thread

    0下载:
  2.  多线程与并发处理是程序设计好坏优劣的重要课题,本书通过浅显易懂的文字与实例来介绍JAVA线程相关的设计模式概念,并且通过实际的JAVA程序范例和UML图示来一一解说,书中有代码的重要部分加上标注使读者更加容易解读,再配合众多的说明图解,无论对于初学者还是程序设计高手来说,这都是一本学习和认识设计模式非常难得的好书。 -Multi-threaded programming and parallel processing is an important issue merits good or b
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:163153
    • 提供者:张久刚
  1. PointCol

    0下载:
  2. 本人细心整理,分享出来供大家学习 | ============================= 一、 Java基础方面 二、 Java线程方面 三、 Servlet方面 四、 Java网络通信方面 五、 Java高级方面 六、 数据库方面 七、 XML方面 八、 EJB方面 九、 应用服务器方面 十、 J2EE(JSP、MVC)方面 十一、 Struts2方面 十二、 Hibernate方面 十三、 设计模式方面 十四、 UML方面
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:652724
    • 提供者:Simon
  1. online_ks

    0下载:
  2. 本系统使用自己手写的类似struts1.x的开源框架+Servelt+JSP+JSTL+EL+AJAX 等技术; 运用Dao设计模式,使业务模块屏蔽底层的数据访问的细节,及使业务和具体的 实现无关 运用MVC的架构模式,其中Servlet充当contronller java类充当model,封装业 务逻辑 Jsp充当逻辑视图view 数据访问层运用Hibernate来实现 为了使JSP页面易于维护,引入了JSTL+EL 项目 数
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-24
    • 文件大小:7889281
    • 提供者:叶涛
  1. javazhdq

    0下载:
  2. java整合大全 12个最重要的J2EE最佳实践 junit软件测试面试题集 java笔试149题 追MM与Java的23种设计模式-java integration Daquan 12 J2EE best practices, the most important software testing interview questions set junit java 149 question written test to recover the 23 MM and Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:353399
    • 提供者:龙肖
  1. Javadesign

    0下载:
  2. java设计模式,高级程序员必学,常用二十三种模式-java design patterns, advanced programmers will learn, often twenty-three kinds Mode
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:441338
    • 提供者:mstal
  1. Learn-BlackBerry-Games-Development

    0下载:
  2. 中文名: 黑莓游戏开发 作者: 卡罗尔·哈默 Carol Hamer-BlackBerry smart phones aren’t just for business. In fact, throw away that boring spreadsheet, tear up that yearly budget report—the BlackBerry is a lean, mean game-playing machine. Carol Hamer and Andrew Davi
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:7204235
    • 提供者:袁源
  1. model

    0下载:
  2. java设计模式pdf格式的文件,供高级开发者使用。绝对详细-java design patterns pdf format for advanced developers. Definitely more
  3. 所属分类:Java Develop

    • 发布日期:2017-06-22
    • 文件大小:39796055
    • 提供者:朱一波
  1. JAVAdesginmode

    0下载:
  2. 本电子书籍对Java中的设计模式进行了全面的描述,包括对AWT,SWING,MVC and UI等。-E-books on Java design patterns full descr iption, including the AWT, SWING, MVC and UI and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:136010
    • 提供者:jzx
  1. mario

    0下载:
  2. 本程序模仿经典的游戏mario思路设计模式,结合了java集合类,数据库等高级特性。对想提高java能力的程序员很有帮助。-This emulates the classic mario game ideas design patterns, a combination of java collections, databases and other advanced features. Want to improve the ability of java programmers helpfu
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-04
    • 文件大小:1368617
    • 提供者:袁风帆
  1. day01all

    0下载:
  2. java中常用的一些设计模式,适合大家看看的 有什么问题 即使回报,-Some commonly used java design patterns, for everyone to see what the problem even if the return, thank you
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4612
    • 提供者:小插曲
  1. FactoryMethlod

    0下载:
  2. java设计模式中工厂方法模式的应用举例-java design patterns factory method pattern in the application examples
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1737
    • 提供者:hyw
  1. PrototypePattern

    0下载:
  2. java的设计模式中原型模式的应用举例。简单的-java design patterns in the prototype model of the application examples
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1345
    • 提供者:hyw
  1. 48-Hibernate_test

    0下载:
  2. Hibernate_test.java 练习 编程 设计-Hibernate_test.java exercise programming design patterns
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-23
    • 文件大小:6829766
    • 提供者:罗孔帝
  1. DesignPattern

    1下载:
  2. java设计模式,与北京尚学堂马士兵老师讲解的设计模式视频相匹配-java design patterns, and Beijing Shangxue Tang Ma Shibing teacher to explain the video to match the design pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-23
    • 文件大小:32618
    • 提供者:
  1. CoreJ2EEPatterns2

    0下载:
  2. Core Design patterns for java developer best practice
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1170168
    • 提供者:WWWDev
  1. 1-21

    0下载:
  2. 有关java设计模式的得一部分,前21章,讲的比较清晰-Java design patterns of previous chapters, the Java surface as the object of some model
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:2028544
    • 提供者:yi694684
  1. 22-29

    0下载:
  2. java 设计模式的中间的一部分,跟上次上传的相连-Java design patterns of previous chapters, the Java surface as the object of some model
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3635231
    • 提供者:yi694684
  1. satoshop

    0下载:
  2. 本系统采用jsp+servlet。 用到:HTML及CSS层叠样式表 Javascr ipt对DOM对象操作 Javascr ipt表单验证 XML基础、解析和Xpath,dom4j Servlet基础 Jsp,jstl 分页处理 文件上传 连接池 打包 设计模式 AJAX基础 -The system USES is Java struts spring Hibernate mainstream framework. Including t
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-06-09
    • 文件大小:16248225
    • 提供者:hfq
  1. Designmodenjava

    0下载:
  2. 人人都能读懂的设计模式笔记java版24种设计模式简单易懂.-Everyone can read the mode of design notes Java version 24 design patterns simple and understandable.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:749529
    • 提供者:心剑
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com