linux zip命令 zip -r myfile.zip ./* 将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件,-r表示递归压缩子目录下所有文件. 2.unzip unzip -o -d /home/sunny myfile.zip 把myfile.zip文件解压到 /home...
分类:
系统相关 时间:
2015-08-29 15:25:01
阅读次数:
269
linux zip命令 zip -r myfile.zip ./* 将当前目录下的所有文件和文件夹全部压缩成myfile.zip文件,-r表示递归压缩子目录下所有文件. 2.unzip unzip -o -d /home/sunny myfile.zip 把myfile.zip文件解压到 /home...
分类:
系统相关 时间:
2015-08-29 15:14:49
阅读次数:
256
unzip 源zip或jar文件 -d 目标目录Apache找不到mod_php5.so有可能是确实没有这个文件,新版的php文件叫libphp5.so。CodeIgniter去除index.php时,按照官网把配置都修改完了还是不行,
.htaccess 不起作用的原因 ,
通常是 httpd.conf 文件的 AllowOverride 设置有问题, 可能是
AllowOverride N...
分类:
其他好文 时间:
2015-08-19 16:59:11
阅读次数:
133
#install Apache+MySQL+PHP+ZIPyum -y install httpd php mysql mysql-server php-mysql zip unzip# start httpd serviceservice httpd start# start mysql serv...
分类:
Web程序 时间:
2015-08-18 11:27:19
阅读次数:
109
常用命令ubuntu解压缩乱码通过unzip行命令解压,指定字符集unzip -O CP936 xxx.zip (用GBK, GB18030也可以)有趣的是unzip的manual中并无这个选项的说明, unzip --help对这个参数有一行简单的说明。zip 命令:# zip test.zip ...
分类:
系统相关 时间:
2015-08-14 15:21:41
阅读次数:
179
CentOS使用yum源中自带的rpm包安装LAMP环境。这是Linux下安装LAMP的环境一种最基本最简便的方式。新手可以从容安装使用。1. 安装基础包(可选安装)yum install -y wget zip unzip gzipyum install -y python ruby perlyu...
分类:
其他好文 时间:
2015-08-14 06:26:54
阅读次数:
116
linux下svn服务安装 博客分类: ? Linux SVN ? 一.环境准备 1.linux版本为centos6.4 X64 2.软件安装 yum install subversion?httpd mod_dav_svn mod_perl?sendmail mailx?wget gcc-c++ make unzip perl* 3.以...
分类:
系统相关 时间:
2015-08-14 01:21:05
阅读次数:
234
zip解压:
unzip xxx.zip
jar解压:
unzip xxx.jar
rpm安装:
rpm -ivh xxx.rpm没权限:
“Cannot find bin/catalina.sh
The file is absent or does not have execute permission
This file is needed to run this progr...
分类:
其他好文 时间:
2015-08-12 11:32:57
阅读次数:
118
以下是依次需要完成的安装步骤一、安装JDK1.6二、安装Zookeeper三、安装zeromq-2.1.7四、安装jzmq五、安装Python-2.7.2六、安装unzip七、安装Storm一、下载并安装JDK1.6并设置环境变量,如:exportJAVA_HOME=/opt/java6exportPATH=$PATH:$JAVA_HOME/bin运行java、javac命令,测..
分类:
其他好文 时间:
2015-08-11 19:15:41
阅读次数:
134
1.首先我们要安装swoole扩展的话,需要把它的包下载下来,下载地址是: https://github.com/swoole/swoole-src 2.下载下来之后进行解压: ?? ? unzip swoole-src-master.zip 3.解压之后打开解压的目录,我是解...
分类:
其他好文 时间:
2015-08-05 10:51:28
阅读次数:
198