您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Grails: A Quick-Start Guide

  2. Grails is a full stack web development framework that enables you to build complete web applications in a fraction of the time and with less code than other frameworks. In Grails: A Quick-Start Guide, you’ll see how to use Grails by iteratively buil
  3. 所属分类:Web开发

    • 发布日期:2009-11-12
    • 文件大小:6291456
    • 提供者:zhengxiang3396y
  1. jsp探针 ver0.1

  2. jsp探针ceshi.jsp 0) { freeSpace = line; } } if (freeSpace == null || freeSpace.length() == 0) { return -1; } process.destroy(); freeSpace = freeSpace.trim().replaceAll("\\\\", "\\/"); String[] results = freeSpace.split(" "); for (int i = results.len
  3. 所属分类:Java

    • 发布日期:2009-12-25
    • 文件大小:40960
    • 提供者:qq492932866
  1. Pro JPA2 Mastering the Java™ Persistence API

  2. It’s hard to believe that over 3 years have gone by since the initial 1.0 release of the Java™ Persistence API. In that time we have seen it go from fledgling API to mainstream persistence standard. Along the way, many of you cut your JPA teeth usin
  3. 所属分类:Java

    • 发布日期:2010-02-04
    • 文件大小:5242880
    • 提供者:conanchan
  1. 8AiBATIS+in+Action.pdf英文

  2. 1 The iBATIS philosophy 3 1.1 A hybrid solution: combining the best of the best 4 Exploring the roots of iBATIS 5 Understanding the iBATIS advantage 10 1.2 Where iBATIS fits 14 The business object model 15 ■ The presentation layer 15 The business lo
  3. 所属分类:Web开发

    • 发布日期:2011-05-26
    • 文件大小:3145728
    • 提供者:drizztguai
  1. Hibernate1

  2. 对 Hibernate 初体验 1.新建一个java工程,工程名为Hiberante1 2.导入相应的jar包 1)hibernate需要导入这些包 2)因为我们需要操作数据库所以要导入数据库的包,我用的mysql数据库 3.创建数据库以及表 create database hibernate ; use hibernate; create table Student( id int(32) primary key auto_increment , name varchar(32) , age
  3. 所属分类:Java

    • 发布日期:2011-06-17
    • 文件大小:6144
    • 提供者:lilinglintukai
  1. JAVA学习的参考学习流程

  2. 教会如何从零开始学习java 表(1) 面授课程技术 NO. 类别 01 操作系统 Windows --> Linux 02 中间件 Tomcat --> JBoss 03 数据库 MySQL --> Oracle 04 JAVA SE 环境搭建 --> 基础程序 --> 面向对象 --> 应用开发 --> 高级应用 --> Java新特性 --> JDBC 05 JAVA EE WEB HTML --> Javascr ipt --
  3. 所属分类:Java

    • 发布日期:2011-09-09
    • 文件大小:190464
    • 提供者:ggyyxzzzc88
  1. struts2 in action中文版

  2. 第一部分 Strut 2:一个全新的框架 第1章 Struts 2:现代Web框架 2 1.1 Web应用程序:快速学习 2 1.1.1 构建Web应用程序 2 1.1.2 基础技术简介 3 1.1.3 深入研究 6 1.2 Web应用程序框架 7 1.2.1 什么是框架 7 1.2.2 为什么使用框架 8 1.3 Struts 2框架 9 1.3.1 Struts 2简史 9 1.3.2 Struts 2概览:MVC模式 10 1.3.3 Struts 2的工作原理 12 1.4 小结 14
  3. 所属分类:Web开发

    • 发布日期:2011-12-19
    • 文件大小:39845888
    • 提供者:gyb9010
  1. struts2实战

  2. 第一部分 strut 2:一个全新的框架 第1章 struts 2:现代web框架 2 1.1 web应用程序:快速学习 2 1.1.1 构建web应用程序 2 1.1.2 基础技术简介 3 1.1.3 深入研究 6 1.2 web应用程序框架 7 1.2.1 什么是框架 7 1.2.2 为什么使用框架 8 1.3 struts 2框架 9 1.3.1 struts 2简史 9 1.3.2 struts 2概览:mvc模式 10 1.3.3 struts 2的工作原理 12 1.4 小结 14
  3. 所属分类:Java

    • 发布日期:2012-03-08
    • 文件大小:39845888
    • 提供者:huangfuxiaowei
  1. Manning Hibernate Quickly Aug 2005

  2. Hibernate Quickly Patrick Peak Nick Heudecker MANNING Greenwich (74° w. long.) Who should read this book? In short, Java developers who work with databases. More specifically, we aimed this book at two main groups of developers: ❂ Developers who are
  3. 所属分类:Java

    • 发布日期:2012-05-25
    • 文件大小:4194304
    • 提供者:xinxin19881112
  1. Manning Java Persistence with Hibernate Nov 2006

  2. Java Persistence with Hibernate REVISED EDITION OF HIBERNATE IN ACTION CHRISTIAN BAUER AND GAVIN KING MANNING Greenwich (74° w. long.) Who should read this book? Readers of this book should have basic knowledge of object-oriented software developmen
  3. 所属分类:Java

    • 发布日期:2012-05-25
    • 文件大小:10485760
    • 提供者:xinxin19881112
  1. Hibernate Search in Sction

  2. 1 State of the art 3 1.1 What is search? 4 Categorizing information 5 ■ Using a detailed search screen 5 Using a user-friendly search box 7 ■ Mixing search strategies 7 Choosing a strategy: the first step on a long road 8 1.2 Pitfalls of search engi
  3. 所属分类:Java

    • 发布日期:2013-03-25
    • 文件大小:8388608
    • 提供者:quebu1989
  1. Java Persistence With Hibernate

  2. We had three goals when writing this book, so you can read it as ■ A tutorial for Hibernate, Java Persistence, and EJB 3.0 that guides you through your first steps with these solutions ■ A guide for learning all basic and advanced Hibernate features
  3. 所属分类:Java

    • 发布日期:2009-02-17
    • 文件大小:10485760
    • 提供者:kaqi072821
  1. hibernate-release-5.0.7.Final的所有jar包

  2. hibernate-release-5.0.7.Final的所有jar包,有需要的人可以下载
  3. 所属分类:Web开发

    • 发布日期:2018-05-28
    • 文件大小:16777216
    • 提供者:yuang135521
  1. hibernate和junit的jar

  2. hibernate-release-5.3.0.Final的库文件和junit-4.10.jar
  3. 所属分类:Java

    • 发布日期:2018-06-07
    • 文件大小:51380224
    • 提供者:u012918886
  1. hibernate-release-4.3.8.Final

  2. hibernate-release-4.3.8.Final,全套的hibernate源码,童叟无欺
  3. 所属分类:其它

    • 发布日期:2018-08-15
    • 文件大小:58720256
    • 提供者:qq_33275341
  1. hibernate-redis-2.3.2.jar和redisson-2.5.1.jar

  2. 对hibernate4.0以上实现redis缓存,注意必须是hibernate4.0以上
  3. 所属分类:Java

    • 发布日期:2018-09-14
    • 文件大小:1048576
    • 提供者:doupengzp
  1. hibernate-release的5.0.7版本和最新的5.3.6版本

  2. hibernate-release的5.0.7版本和最新的5.3.6版本,5.0.6版本方便你们学习,最新版5.3.6方便你们使用,懂你们吧~
  3. 所属分类:Java

    • 发布日期:2018-09-23
    • 文件大小:128974848
    • 提供者:ranling_nigel
  1. Beginning Hibernate: For Hibernate 5

  2. Get started with the Hibernate 5 persistence layer and gain a clear introduction to the current standard for object-relational persistence in Java. This updated edition includes the new Hibernate 5.0 framework as well as coverage of NoSQL, MongoDB,
  3. 所属分类:Java

    • 发布日期:2018-11-06
    • 文件大小:13631488
    • 提供者:c213x
  1. Hibernate 4.2.1 Release

  2. 花了2天才找到合适自己eclipse版本的Hibernate插件,这是含jar包的Release,插件见我下载
  3. 所属分类:Java

    • 发布日期:2018-11-06
    • 文件大小:54525952
    • 提供者:hellochzj
  1. 教程:Hibernate,Spring,HSQL,Eclipse和MavenTutorial: Hibernate, Spring, HSQL, Eclipse and Maven

  2. 本书是使用Eclipse逐步介绍Hibernate,Spring,HSQL和Maven的指南,其中包含4个有关流行框架的教程。Notations Command prompt: c\ Command Prompt 口X C:\tutorials\simpleWeb>mun clean package Eclipse Java EE- Eclipse Platform Project Run window Help 已 Servers 图 Probl Task I回 Prap 4i4 Ser
  3. 所属分类:其它

    • 发布日期:2019-10-31
    • 文件大小:2097152
    • 提供者:weixin_38743481
« 12 »