码迷,mamicode.com
首页 >  
搜索关键字:unzip    ( 1013个结果
Centos出现-bash: unzip: command not found的解决办法
利用unzip命令解压缩的时候,出现-bash: unzip: command not found的错误。 unzip——命令没有找到,其原因肯定是没有安装unzip。 利用一句命令就可以解决了。 命令是: yum install -y unzip zip 安装成功后就可以使用unzip命令了。 ...
分类:其他好文   时间:2017-09-11 18:06:05    阅读次数:153
python操作mysql数据库
Python 标准数据库接口为 Python DB-API,Python DB-API为开发人员提供了数据库应用编程接口。 Python 标准数据库接口为 Python DB-API,Python DB-API为开发人员提供了数据库应用编程接口。 Python 标准数据库接口为 Python DB- ...
分类:数据库   时间:2017-09-08 01:15:34    阅读次数:313
35234242
1,将JDK和tomcat放到具体文件夹,并解压。#路径/home/wuzb/XBRL/tools/ tar -xzvf /home/wuzb/XBRL/tools/jdk-8u72-linux-x64.tar.gz unzip apache-tomcat-8.0.35.zip2,运行容器安装JDK... ...
分类:其他好文   时间:2017-09-08 01:14:30    阅读次数:227
12312412
1,将JDK和tomcat放到具体文件夹,并解压。#路径/home/wuzb/XBRL/tools/ tar -xzvf /home/wuzb/XBRL/tools/jdk-8u72-linux-x64.tar.gz unzip apache-tomcat-8.0.35.zip2,运行容器安装JDK... ...
分类:其他好文   时间:2017-09-08 00:14:51    阅读次数:271
242423
1,将JDK和tomcat放到具体文件夹,并解压。#路径/home/wuzb/XBRL/tools/ tar -xzvf /home/wuzb/XBRL/tools/jdk-8u72-linux-x64.tar.gz unzip apache-tomcat-8.0.35.zip2,运行容器安装JDK... ...
分类:其他好文   时间:2017-09-08 00:11:15    阅读次数:292
HTTPS 路径配置
1: 首先安装 fiddlercertmaker.exe 文件 2:Tools -> HTTPS 3: Connections 勾中Allow remote computer to connect 3: Connections 勾中Allow remote computer to connect ...
分类:Web程序   时间:2017-09-07 23:10:58    阅读次数:325
linux解压war包
可以用unzip命令 unzip project.war -d project 这样就在当前目录下解压project.war到project目录里面,参数-d的意思是创建project目录 附:unzip其它参数说明 -x "文件列表" 解压文件,但不包含文件列表中指定的文件-t 测试压缩文件有无损 ...
分类:系统相关   时间:2017-09-07 13:41:54    阅读次数:184
Linux压缩,解压缩命令
1.递归压缩命令 zip -r a.zip ./a 命令解释:递归压缩当前路径下的a文件夹,a.zip为压缩后的文件名 2.压缩单个文件 zip a.zip ./a 3.解压缩 unzip a.zip 问题1:解压缩时出现-bash: unzip: command not found错误 解决1:y ...
分类:系统相关   时间:2017-09-02 12:16:22    阅读次数:159
gdb调试之linux pc和linux arm环境下
Linux PC应用程序gdb调试: 1、查看core文件参数 yinkui@yinkui-desktop:~/File_unzip/cp_module$ ulimit -a core file size (blocks, -c) 0 //产生core文件数目,不会产生core文件 data seg ...
分类:数据库   时间:2017-09-01 17:55:22    阅读次数:275
Consul 安装的与启动
1、下载地址:https://www.consul.io/downloads.html linux 下载地址: wget https://releases.hashicorp.com/consul/0.7.0/consul_0.7.0_linux_amd64.zip 2、解压: unzip cons ...
分类:其他好文   时间:2017-09-01 15:04:17    阅读次数:184
1013条   上一页 1 ... 51 52 53 54 55 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!