Java API 文檔 網址目錄(中英文)

   java API Docs是學習和使用Java語言中最經常使用的參考資料之一,完整的Java APi   文檔                                          中文版文檔共包括32個類庫。但是長期以來此文檔只有英文版和日文版,對於中國地區的Java開發者來說相當的不便。通過Sun公司的翻譯團隊 10個月的不懈努力以及廣大網友的熱心支持,Java API中文文檔的翻譯工作如期完成,呈現到中國廣大的Java用戶和學習者面前。

Sun 官方下載地址:(推薦)

http://gceclub.sun.com.cn/Java_Docs/html_zh_CN.zip

p.s:文件的生成日期都是2006-06-22,比我原來下的新。好像多了些東東,自己看啦

中文API在線閱讀(有更新):

http://gceclub.sun.com.cn/Java_Docs/html/zh_CN/api/index.html

API 文檔中文版技術論壇

http://gceclub.sun.com.cn/NASApp/sme/jive/forum.jsp?forum=35

JDK 1.5.0中文版CHM:(推薦)

http://download.java.net/jdk/jdk-api-localizations/jdk-api-zh-cn/builds/JDK_API_1_5_zh_CN.CHM

API資源:

https://jdk-api-zh-cn.dev.java.net/

英文版CHM

http://java.sun.com/docs/windows_format.html

sun中文站點:

http://cn.sun.com/

中文技術社區:(可找到很多資源,推薦!)

http://gceclub.sun.com.cn/

文檔:

http://docs.sun.com/app/docs

英文在線文檔:

http://java.sun.com/j2se/1.5.0/docs/api/index.html

 

各類在線文檔 C/C++C Language Tutorial(英文)

C++ Language Tutorial(英文)

The cplusplus.com tutorial(英文)

C++ In Action(英文)

Tools

VIM USER MANUAL(英文)

CVS 中文手冊(簡體中文)

CVS 客戶端使用手冊(簡體中文)

Mozilla Cross-Reference

http://lxr.mozilla.org/ (英文)

Python

Python Documentation

http://www.huihoo.com/python/Python-Docs-2.4.2/ (英文)

Java家族

The Java Tutorial(英文)

Code Conventions for the Java Programming Language(英文)

Java語言編碼規範(Java Code Conventions)(簡體中文)

Java版模式速查手冊(英文)

Servlet Essentials(英文)

JDK SDK Docs

http://java.sun.com/j2se/1.3/docs/index.html (英文)

http://java.sun.com/j2se/1.4.2/docs/index.html (英文)

http://java.sun.com/j2se/1.5.0/docs/index.html (英文)

JavaTM 2 Platform, Standard Edition API Specification

http://java.sun.com/j2se/1.3/docs/api/index.html (英文)

http://java.sun.com/j2se/1.4.2/docs/api/index.html (英文)

http://java.sun.com/j2se/1.5.0/docs/api/index.html (英文)

http://gceclub.sun.com.cn/download/Java_Docs/html/zh_CN/api/index.html (簡體中文)

JavaTM 2 Platform Enterprise Edition API Specification

http://java.sun.com/j2ee/1.4/docs/api/index.html (英文)

Java ME

http://java.sun.com/j2me/docs/index.html (英文)

JavaServer Pages

JavaServer Pages Technology - Documentation(英文)

JSF

http://www.javaworld.com.tw/confluence/pages/viewpage.action?pageId=2630 (繁體中文)

http://www.javaworld.com.tw/confluence/pages/viewpage.action?pageId=2637 (繁體中文)

Spring

http://www.springframework.org/docs/reference/index.html (英文)

http://www.jactiongroup.net/reference/html/index.html (簡體中文)

JBoss 3.0

http://www.huihoo.com/jboss/online_manual/3.0/index.html (英文)

Apache家族

Apache HTTP Server

Apache HTTP Server Version 1.3(英文)

Apache HTTP Server Version 2.0 Documentation(英文)

Apache HTTP Server Version 1.3(英文)

Apache 1.3 用戶指南(簡體中文)

Apache HTTP Server Version 2.0 Documentation(英文)

Apache HTTP服務器 2.0版本文檔(簡體中文)

其它

Movable Type

Movable Type完全手冊(繁體中文)

Zend Framework手冊 中文版(簡體中文)

Tools for Writing Better PHP Code Version Control with Subversion(英文)

PEAR Manual(英文)

pet store

https://blueprints.dev.java.net/petstore

https://blueprints.dev.java.net/servlets/ProjectDocumentList?folderID=5315&expandFolder=5315&folderID=7201

java:http://wjun530.cnblogs.com/

Java IDE開發工具

JDK 6.0 Update 3

The Java SE Development Kit (JDK) includes the Java Runtime Environment (JRE) and command-line development tools that are useful for developing applets and applications.

JDK

中文譯名:Java開發工具包

JRE

中文譯名:Java運行時環境

包含Java虛擬機(JVM,Java Virtual Machine)和Java API .分別存放在bin和lib這兩個文件夾中

下載網址:

http://192.18.108.135/ECom/EComTicketServlet/BEGIN3DA8851FBF1AF93BB48360B2B8BA23BC/-2147483648/2412680331/1/852470/852290/2412680331/2ts+/westCoastFSEND/jdk-6u3-oth-JPR/jdk-6u3-oth-JPR:1/jdk-6u3-windows-i586-p.exe

建議使用迅雷等下載工具下載,因爲文件有點大

這個下載鏈接提供的是在Windows系統中運行的JDK.

建議初學Java的人,使用JDK+文本編輯器進行編譯Java程序,

這樣做可能有一些麻煩,因爲要使用cmd命令提示符,但是這對於理解Java的一些基本概念是非常有幫助的.

而且學習Java不僅要學好Java API , Java語言本身的東西,更需要熟練掌握JDK常用命令.

JDK常用命令

Appletviewer

HtmlConverter

jar

java

javac

javadoc

javap

javaw

native2ascii

serialver

關於JDK命令,可以參考以下文章:

JDK的命令詳解

JDK 6.0 API 中文版

chm格式下載

http://gceclub.sun.com.cn/Java_Docs/jdk6/JDK_API_1_6_zh_CN.CHM

在線參考:

JavaTM 2 Platform Standard Edition 6 API 規範  

http://gceclub.sun.com.cn/Java_Docs/jdk6/html/zh_CN/api/index.html

JavaTM 2 Platform Standard Edition 5.0 API 規範

http://gceclub.sun.com.cn/Java_Docs/html/zh_CN/api/

 

轉自:http://zfy1355.blog.163.com/blog/static/115131849200931724644732/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章