jdk:配置:http://www.cnblogs.com/liunanjava/p/4296540.html一、下载地址:http://tomcat.apache.org/download-80.cgi二、安装解压2.1、解压tar -zxvf apache-tomcat-8.0.18.tar.g...
分类:
系统相关 时间:
2015-02-20 21:57:51
阅读次数:
248
首先要配置jdk:http://www.cnblogs.com/liunanjava/p/4296540.html一、下载eclipse:http://www.eclipse.org/downloads/二、安装配置2.1、解压sudo tar -zxvf eclipse-jee-luna-SR1a...
分类:
编程语言 时间:
2015-02-20 20:49:03
阅读次数:
198
1、cd /mnttar zxvf httpd-2.4.10.tar.gz ./configure --prefix=/mnt/apache2 --enable-dav --enable-modules=soAPR version 1.4.0 or later is required, found ...
分类:
Web程序 时间:
2015-02-18 09:26:20
阅读次数:
241
linux下如何安装rzsz1.登陆linux,下载rzsz安装包wget http://freeware.sgi.com/source/rzsz/rzsz-3.48.tar.gz2.tar zxvf rzsz-3.48.tar.gz解压安装包3.解压后生成scr目录,这个软件安装与常规的GNU软件...
分类:
系统相关 时间:
2015-02-16 11:41:36
阅读次数:
252
1.下载jdk-7u75-linux-x64.tar.gz,默认在/home/csf/Downloads2.csf@ubuntu:~/Downloads$ sudo mkdir /usr/java3.csf@ubuntu:~/Downloads$sudo tar zxvf jdk-7u75-linu...
分类:
系统相关 时间:
2015-02-14 13:47:20
阅读次数:
389
enca 是个查看、转换编码的开源软件, 地址:http://dl.cihar.com/enca/安装的步骤比安装 wget 简单多了:1、用 wget 获取最新的enca 的 tar.gz 的版本文件2、用 tar -zxvf 解压缩3、cd 进解压的目录里面,运行 ./configure 4、....
分类:
系统相关 时间:
2015-02-13 06:53:46
阅读次数:
297
我们有的时候需要zlib在非PC环境下工作。
1. 下载并解压
V1.2.8:http://zlib.net/zlib-1.2.8.tar.gz
#tar zxvf zlib-1.2.8.tar.gz
2. 配置
设置安装目录和交叉编译器
#prefix=~/rootfs1CC=/home/at91/x-tools/...
分类:
其他好文 时间:
2015-02-12 07:05:53
阅读次数:
122
http://www.qkeye.com/thread-579407-1-1.html1、解压文件tar -zxvf apache-tomcat-8.0.18.tar.gzsudo cp -r apache-tomcat-8.0.18 /optcd /opt/apache-tomcat-8.0.18...
分类:
系统相关 时间:
2015-02-10 20:09:23
阅读次数:
171
http://my.oschina.net/u/1407116/blog/227087http://www.linuxidc.com/Linux/2014-08/105090.htm1、解压文件tar -zxvf eclipse-jee-luna-SR1a-linux-gtk-x86_64.tar....
分类:
系统相关 时间:
2015-02-10 20:06:41
阅读次数:
172
1.?进 /home,下载网站 http://www.golangtc.com/?下最新的64位, sudo?wget xxxxx 到 /home 2. 解压缩 sudo tar -zxvf go-xxxxxx.tar go 3. 编译GO cd $GOROOT/src ./all.bash 编译完成后会自动测试,如果在测...
分类:
系统相关 时间:
2015-02-10 15:37:22
阅读次数:
258