======================================================================
cmake 命令的安装包 下载路径 http://www.cmake.org/download/
Ubuntu 12.10- 镜像文件路径 http://ftp.sjtu.edu.cn/ubuntu-cd//quantal/ubuntu-12.10-desktop-i386.iso
Ubuntu 14.10 镜像文件路径 http://mirrors.ustc.edu.cn/ubuntu-releases/14.10/
================================ Oracle ======================================
Oracle 对应的软件,如Oracle、Mysql、Java、Weblogic Server、Tuxedo 等等以及其对应的使用说明都可以在Oracle官网下载(英文版),其官方地址为 http://www.oracle.com 根据 Downloads 选择对应的产品
oracle weblogic server 相关官方文档,点击View Library 进入对应版本 http://www.oracle.com/technetwork/middleware/weblogic/documentation/index.html
Understanding the WebLogic Deployment API https://docs.oracle.com/middleware/1213/wls/DEPRF/api_intro.htm#DEPRF112
Weblogic Server JMX API https://docs.oracle.com/middleware/1213/wls/WLMBR/core/index.html
WebLogic所有版本Edoc在线阅读及下载地址汇总 http://www.beansoft.biz/?p=1345
Weblogic 中文帮助文档 http://edocs.weblogicfans.net/wls/docs92/index.html
weblogic 10 http://www.beansoft.biz/weblogic/docs100/api.html
wlst的一些详细的命令信息在http://www.beansoft.biz/weblogic/docs100/config_scripting/reference.html
JDK对应的官方文档位置 http://docs.oracle.com/javase
jdk6 jstatd命令 http://docs.oracle.com/javase/6/docs/technotes/tools/share/jstatd.html
============================== HP-UX ========================================
HP-UX 上常用软件包(如tusc工具、wget 工具等等)以及其使用介绍也可以到其官网下载,官方下载路径 http://hpux.connect.org.uk/hppd/packages.html
=================================Apache=====================================
Apache 相关软件,如JCS、FileUpload 、Logging 等可以到其官网下载,官方下载路径 http://commons.apache.org/
FileUpload 是 Apache commons下面的一个子项目,用来实现Java环境下面的文件上传功能
FileUpload 官方下载路径 http://commons.apache.org/proper/commons-fileupload/ 可以通过该路径找到对应的文档介绍、API等
commons-io API: http://commons.apache.org/proper/commons-io/javadocs/api-2.4/index.html