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

搜索资源列表

  1. RESTFUL.pdf

  2. RESTfulWeb Services Developer'sGuide SunMicrosystems, Inc. 4150Network Circle Santa Clara, CA 95054 U.S.A. PartNo: 820–4867–11 April 2009 Copyright 2009 SunMicrosystems, Inc. 4150Network Circle, Santa Clara, CA 95054 U.S.A. All rights reserved. SunM
  3. 所属分类:Java

    • 发布日期:2009-08-17
    • 文件大小:711680
    • 提供者:qq624304
  1. james-2.3.2

  2. 代理服务器。 P H O E N I X 4.0 What is it? ----------- It is meta-server - a server kernel on top of which other servers are built. Where is it? ------------ http://jakarta.apache.org/avalon/phoenix What is related to it? ---------------------- http://jak
  3. 所属分类:C

    • 发布日期:2009-12-17
    • 文件大小:11534336
    • 提供者:coryeetoo
  1. Java邮件开发Fundamentals of the JavaMail API

  2. Fundamentals of the JavaMail API Presented by developerWorks, your source for great tutorials ibm.com/developerWorks Table of Contents If you're viewing this document online, you can click any of the topics below to link directly to that section. 1.
  3. 所属分类:Java

    • 发布日期:2010-01-15
    • 文件大小:73728
    • 提供者:hexiang221
  1. Java高性能线程库(java.util.concurrent包的补充)

  2. 一个高性能的Java线程库,该库是 JDK 1.5 中的 java.util.concurrent 包的补充,可用于基于并发消息机制的应用。该类库不提供远程的消息功能,其设计的宗旨是实现一个内存中的消息传递机制. 主要特点有: * All messages to a particular Fiber are delivered sequentially. Components can easily keep state without synchronizing data access or
  3. 所属分类:Java

    • 发布日期:2010-03-08
    • 文件大小:279552
    • 提供者:succinite
  1. restful restful所需要的jar包

  2. restful restful所需要的jar包 ========================================= Restlet, a RESTful Web framework for Java ========================================= http://www.restlet.org ----------------------------------------- Native REST support * Core REST co
  3. 所属分类:Java

    • 发布日期:2011-03-05
    • 文件大小:19922944
    • 提供者:xgx1985xgx
  1. JavaEE_CN.chm

  2. About DocWeb Arabic Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Finnish French German Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Malay Marathi Norwegian Persian Polish Portuguese Portuguese
  3. 所属分类:Java

    • 发布日期:2011-03-31
    • 文件大小:6291456
    • 提供者:hzk5201
  1. Learn.Java.for.Android.Development_Apress.2010+src

  2. Android development is hot, and many programmers are interested in joining the fun. However, because this technology is based on Java, you should first obtain a solid grasp of the Java language and its foundational APIs to improve your chances of su
  3. 所属分类:Android

    • 发布日期:2011-07-06
    • 文件大小:6291456
    • 提供者:wuuter
  1. JIDE Common Layer(公共模块) 开发员技术手册(开源)

  2. 杰笛公共模块 Common Layer (开源项目) 我们于2007年4月决定开源杰笛公共模块。您可以到http://java.net/projects/jide-oss/去下载它的源代码。如果您是杰笛的付费用户,杰笛公共模块的源代码已经包括在下载包的src目录下面,您无需单独下载。 杰笛公共模块有超过十万行的程序和30多个组件和工具类,该产品是杰笛产品的基石。从2002年开始,它就是杰笛付费产品的一部分,所以它的质量和稳定性是可以保障的。您可以运行下面的webstart演示来看到该项目中包括
  3. 所属分类:Java

    • 发布日期:2012-02-18
    • 文件大小:1048576
    • 提供者:dwfhxl
  1. FlexFormatter - FlashBuilder代码格式化工具

  2. #Version 0.8.9 * System Requirements: Eclipse 3.3+, JDK 1.5+. The intent is for this software to be used with FlexBuilder 3 or 4, but there are no actual dependencies. * Install (several ways to install) * Add a remote update site through Help->S
  3. 所属分类:Actionscript

    • 发布日期:2012-06-27
    • 文件大小:2097152
    • 提供者:shamuu
  1. JAVA大学教程6英文版

  2. Copyright iv Deitel® Books, Cyber Classrooms, Complete Training Courses and Web-Based Training Courses published by Prentice Hall ii Preface xxv Features in Java How to Program, 6/e xxvi Teaching Approach xxix Tour of the Book xxxiii A Tour of the O
  3. 所属分类:Java

    • 发布日期:2013-04-11
    • 文件大小:15728640
    • 提供者:loaferwang
  1. java7帮助文档

  2. Java Platform Standard Edition 7 Documentation What's New Documentation Release Notes Tutorials and Training The Java Tutorials Java Training More Information Java SE 7 Names and Versions Java SE White Papers Documentation Accessibility Specificatio
  3. 所属分类:Java

    • 发布日期:2013-07-01
    • 文件大小:57671680
    • 提供者:yg359547115
  1. spring-framework-2.0.8-with-dependencies

  2. THE SPRING FRAMEWORK, release 2.0.8 (January 2008) -------------------------------------------------- http://www.springframework.org 1. INTRODUCTION Spring is a modular Java/J2EE application framework, based on code published in "Expert One-on-One J
  3. 所属分类:Java

    • 发布日期:2013-08-17
    • 文件大小:66060288
    • 提供者:fandongbao
  1. JDK1.6.43中的JRE64位

  2. the 64 bit jre for jdk whoes version is 1.6.43. if you download a jdk without the jre from my blog. you can download it and unzip it to jdk foler.
  3. 所属分类:Java

    • 发布日期:2014-10-21
    • 文件大小:28311552
    • 提供者:zoufei0943111215
  1. java计算器

  2. java做的小型计算器,大家多提意见 import java.awt.*; import java.awt.event.*; import javax.swing.*; /** * A simple calculator program. * I saw this program in a QQ group, and help a friend correct it. * * @author Singyuen Yip * @version 1.00 12/29/2009 * @see JFra
  3. 所属分类:Java

    • 发布日期:2015-04-30
    • 文件大小:4096
    • 提供者:wuxie088
  1. Oracle sqldeveloper without jdk (win+linux)

  2. Oracle SQL Developer, v1.5.0.54.40 Release Notes 完整版下载:http://www.oracle.com/technology/global/cn/software/products/sql/index.html 1. Known Issues 1.1 General - Print prints only one page that is a truncation of the current tab. - Can't invoke SQL*P
  3. 所属分类:其它

    • 发布日期:2008-11-11
    • 文件大小:4194304
    • 提供者:vicle
  1. java反编译工具,可以把class文件编译成java文件的好工具

  2. DJ Java Decompiler ver. 3.7.7.81 for Windows 95/98/Me/NT/2000/XP/Windows Server 2003 THE PURPOSE: DJ Java Decompiler is a decompiler for Java which reconstructs the original source code from the compiled binary CLASS files (applets). DJ Java Decompi
  3. 所属分类:Java

    • 发布日期:2015-10-13
    • 文件大小:1048576
    • 提供者:dsanmux
  1. jython.jar

  2. Welcome to Jython 2.5.2 ======================= This is the final 2.5.2 release of Jython. It contains the fixes of the blocker bugs since 2.5.2 release candidate 3. This release fixes bugs related to resource leaks, Java integration, and a number o
  3. 所属分类:Java

    • 发布日期:2016-07-29
    • 文件大小:7340032
    • 提供者:hubaoquanu
  1. spring-framework-reference(英文原版pdf官方参考文档)

  2. Spring Framework Reference Documentation Authors Rod Johnson , Juergen Hoeller , Keith Donald , Colin Sampaleanu , Rob Harrop , Thomas Risberg , Alef Arendsen , Darren Davison , Dmitriy Kopylenko , Mark Pollack , Thierry Templier , Erwin Vervaet , P
  3. 所属分类:Web开发

    • 发布日期:2017-01-20
    • 文件大小:5242880
    • 提供者:love_legain
  1. spring 最新框架jar

  2. spring-framework-4.3.6.RELEASE - 解包大小为 44.9 MB ## Spring Framework The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications -- on any kind of deployment platform. A key element o
  3. 所属分类:Java

    • 发布日期:2017-02-17
    • 文件大小:17825792
    • 提供者:heyes
  1. bazel-0.5.3-without-jdk-windows-x86_64.zip

  2. bazel-0.5.3-without-jdk-windows-x86_64.zipbazel-0.5.3-without-jdk-windows-x86_64.zipbazel-0.5.3-without-jdk-windows-x86_64.zipbazel-0.5.3-without-jdk-windows-x86_64.zipbazel-0.5.3-without-jdk-windows-x86_64.zipbazel-0.5.3-without-jdk-windows-x86_64.
  3. 所属分类:其它

    • 发布日期:2017-09-18
    • 文件大小:137363456
    • 提供者:sadbigapple
« 12 »