易截截图软件、单文件、免安装、纯绿色、仅160KB

JAVA在线API

http://java.sun.com/reference/api/
JavaTM Platform Enterprise Edition, v 5.0
http://java.sun.com/javaee/5/docs/api/
1.Hibernate API Documentation (3.2.2.ga)
http://www.hibernate.org/hib_docs/v3/api/
2.Spring Framework API 2.5
http://static.springframework.org/spring/docs/2.5.x/api/index.html
3.Struts 1.3.8 API
http://struts.apache.org/1.3.8/apidocs/index.html
4.Struts 2 Core 2.0.11.1 API
http://struts.apache.org/2.0.11.1/struts2-core/apidocs/index.html
5.ajax4jsf:JSF的Ajax框架
http://www.jboss.org/file-access/default/members/jbossrichfaces/freezone/docs/apidoc_framework/index.html
6.JBoss API
http://docs.jboss.org/jbossas/javadoc/4.0.5/
7.OSGI R4
http://docs.huihoo.com/javadoc/osgi/r4/
8.JBoss Seam
http://docs.jboss.com/seam/2.1.0.A1/api/
9.Seam JSF Controls 2.1.0.A1 API
http://docs.jboss.com/seam/2.1.0.A1/ui/apidocs/
10.ROR
http://docs.huihoo.com/api/ruby-on-rails/
11.Ruby1.8.4
http://docs.huihoo.com/api/ruby/core/1.8.4/
12.Ruby Stdlib
http://docs.huihoo.com/api/ruby/stdlib/0.10.1/
13.JBPM/BPEL1.1
http://docs.jboss.com/jbpm/bpel/v1.1/javadoc/
14.Groovy JDK API Specification
This document describes the methods added to the JDK to make it more groovy.
http://groovy.codehaus.org/groovy-jdk/
15.Groovy (1.6-beta-1) API
http://groovy.codehaus.org/api/index.html
16.Groovy 1.5 API
http://groovy.codehaus.org/gapi/
17.Grails1.0 API
http://grails.org/doc/1.0.x/api/
18.在线JDK6 API:
http://gceclub.sun.com.cn/Java_Docs/jdk6/html/zh_CN/api/index.html
下载地址:
http://java.sun.com/javase/downloads/index.jsp
19.其他Java SE APIs & Documentation:
[url]
http://java.sun.com/javase/reference/api.jsp[/url]
20.在线Java API List:
http://java.sun.com/reference/api
21.JavaEE5 API(含JSF API)
http://java.sun.com/javaee/5/docs/api/
22.Ajax框架DWR API Doc
http://www.ajaxjs.com/docs/docs/
23.Google Maps API 2.0 参考文档
http://www.step1.cn/GoogleApi/map2/reference.htm


相关文档:

IBM FileNet Content Java API 简介

2008 年 6 月 24 日
原文地址: http://www.ibm.com/developerworks/cn/data/library/techarticles/dm-0806wangys/
本文介绍 IBM FileNet P8 4.0 Platform 提供的 Content Java API。首先对 FileNet P8 Content Engine 和 API 进行概要介绍, 并说明了一些基本概念,随后详细介绍了 FileNet Content Engine提供的基于 EJB ......

Java API流

Java API  流
按功能分有节点流和处理流
按读取文件分字节流和字符流
按文件输入输出分输出流和输入流
FileInputStream ,FileOutputStream 
BufferedInputStream ,BufferedOutputStream
FileReader ,FileWriter
BufferedReader ,BufferedWriter
InputStreamReader ,OutputSteamWriter
DataInputStr ......

析JAVA之垃圾回收机制

对于JAVA编程和很多类似C、C++语言有一个巨大区别就是内存不需要自己去free或者delete,而是由JVM垃圾回收机制去完成的。对于这个过程很多人一直比较茫然或者觉得很智能,使得在写程序的过程不太考虑它的感受,其实知道一些内在的原理,帮助我们编写更加优秀的代码是非常有必要的。
 
本文从以下几个方面进行阐述: ......

Chapter 01 _Getting Started(core Java摘要)

一、核心概念
1.什么叫类?
类就是某一种事物的一般性的集合体,是相同或相似的各个事物共同特性的一种抽象。
2.什么叫对象?
在面向对象概念中,对象(Object)是类的实例(instance)。对象与类的关系就像变量与数据类型的关系一样。
3.类的核心特性有哪些?
类具有封装性、继承性和多态性。
封装性:
类的封装性 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号