上一页 1 ··· 16 17 18 19 20
摘要: 阅读全文
posted @ 2013-06-22 16:45 holycrap 阅读(186) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash################################################### INSTALL JDK AUTOMATICALLY# # author: jeffzhao # date: 2013.6.20 ##################################################cmd_path=`pwd`jdk_package_path="./"jdk_install_path="/opt/jdk"jdk_package_name="jdk-7u25-linux-i58 阅读全文
posted @ 2013-06-22 16:29 holycrap 阅读(516) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash####################################################### file name: install_ant.sh# # function:# To quickly install ant automatically# in linux system...# # author: jeffzhao# date: 2013.6.19 # ########################################################ant_package_path="./"ant_instal 阅读全文
posted @ 2013-06-21 07:27 holycrap 阅读(290) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash####################################################### file name: install_ant.sh# # function:# To quickly install ant automatically# in linux system...# # author: jeffzhao# date: 2013.6.19 # ########################################################ant_packag... 阅读全文
posted @ 2013-06-19 22:13 holycrap 阅读(275) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20