一、系统及安装说 系统:CentOS6.x_x64,nginx1.2.1版本。二、安装nginx 1、yum安装依赖扩展#yum install vim gcc wget unzip pcre-devel openssl-devel gcc-c
分类:
其他好文 时间:
2017-11-30 19:18:41
阅读次数:
155
1、tar.gz格式解压: 如liuwenfang.tar.gz 解压命令:tar -zxvf liuwenfang.tar.gz 2、.zip格式解压 如liuwenfang.zip 解压命令:unzip liuwenfang.zip 3、fna.gz格式解压 如liuwenfang.fna.gz ...
分类:
其他好文 时间:
2017-11-29 18:26:35
阅读次数:
107
1.1 安装libfastcommon 由于我的centOS7是最小化安装,我里面没有安装zip解压。 先安装 : yum -y install unzip zip 1 安装成功后解压libfastcommon-master.zip unzip libfastcommon-master.zip 1 ...
分类:
其他好文 时间:
2017-11-24 16:53:41
阅读次数:
615
0.前提 jdk env 1.下载 wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.1.zip 2. 解压 unzip elasticsearch-5.5.1.zip 3. 运行 cd /usr/ ...
分类:
其他好文 时间:
2017-11-22 13:10:08
阅读次数:
133
Linux下常见的压缩包格式有5种:zip tar.gz tar.bz2 tar.xz tar.Z 其中tar是种打包格式,gz和bz2等后缀才是指代压缩方式:gzip和bzip2 filename.zip的解压: filename.tar.gz的解压: 其中zxvf含义分别如下 x: extrac ...
分类:
系统相关 时间:
2017-11-21 23:48:57
阅读次数:
279
1,将mule-standalone-3.4.0.zip 放到 /usr/local/ 下 2,unzip mule-standalone-3.4.0.zip 3, cd /usr/local/mule-standalone-3.4.0/bin (要替换jar 请参考 mule operation. ...
分类:
其他好文 时间:
2017-11-21 19:46:55
阅读次数:
219
首先去特硬去下载vscode的安装包 mkdir /tmp/vscode cd /tmp/vscode/ wget https://az764295.vo.msecnd.net/public/0.3.0/VSCode-linux-x64.zip 解压安装包 unzip /tmp/vscode/VSC ...
分类:
其他好文 时间:
2017-11-21 11:37:55
阅读次数:
151
aaa=(‘百度‘,‘阿里‘,‘腾讯‘),请问这个变量的数据类型,如何乱序输出?变量是元祖类型,可以通过random的choice,sample来乱序输出?用set(aaa)不要用randomrandom.choice(aaa)random.sample(aaa,1)2.5个常见的命令?cd,ls,cp,rz,sz,pwd,cat,more,less,tail,scp,tar,zip,unzip,ps,..
分类:
其他好文 时间:
2017-11-20 16:42:55
阅读次数:
166
Centos下搭建Confluence下载安装Confluence搭建包百度云链接http://pan.baidu.com/s/1dFiyThR密码:9jb2或者官网下载:https://confluence.atlassian.com/conf54/confluence-installation-and-upgrade-guide/confluence-i把安装包拷贝到虚拟机中,解压zip压缩包unzip压缩包.zip..
分类:
其他好文 时间:
2017-11-17 18:28:03
阅读次数:
207
lamp环境已搭建完成基础之上 上传owncloud-10.0.3.zip到Linux 解压owncloud-10.0.3.zip [root@localhost ~]#unzip owncloud-10.0.3.zip 复制解压后的文件到/var/www/html [root@localhost ...
分类:
其他好文 时间:
2017-11-11 18:50:24
阅读次数:
172