码迷,mamicode.com
首页 >  
搜索关键字:unzip    ( 1013个结果
Odoo14介绍1:Ubuntu18.04通过源码安装Odoo14
Odoo14的安装和历史版本差不多,同样也包括安装文件,源码,Docker等多种形式,本文则通过源码方式在Ubuntu 18.04上安装Odoo 14. ...
分类:系统相关   时间:2020-02-13 22:59:08    阅读次数:117
opencv3.0.0 ubuntu16.04
1.搭建编译环境 sudo apt-get install build-essential2.安装依赖库sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale- ...
分类:系统相关   时间:2020-01-28 19:13:01    阅读次数:80
Linux系统的压缩代码
zip: 打包 :zip something.zip something (目录请加 -r 参数) 解包:unzip something.zip 指定路径:-d 参数 tar: 打包:tar -cf something.tar something 解包:tar -xf something.tar 指 ...
分类:系统相关   时间:2020-01-26 17:33:47    阅读次数:95
python unzip文件
解压缩zip文件 import zipfile import os.path import os class ZFile(object): """ 文件压缩 """ def zip_file(self, fs_name, fz_name): """ 从压缩文件 :param fs_name: 源文件 ...
分类:编程语言   时间:2020-01-22 18:36:43    阅读次数:126
在wsl的ubuntu上安装vcpkg
下载git内容 git clone https://github.com/Microsoft/vcpkg.git cd vcpkg 执行./bootstrap-vcpkg.sh 如果提示 那么安装 apt-get install curl unzip tar 创建软连接需要使用绝对路径 ln -s ...
分类:系统相关   时间:2020-01-21 10:52:07    阅读次数:195
Rocket - debug - DebugCustomXbar
https://mp.weixin.qq.com/s/7h9Bdb0x4_clyigMU_0B7Q 讨论DebugCustomXbar中的几个问题。 1. sources/sourceParams node.in.unzip解出来输入边中的BI, EI参数,分别是sources和sourcePara ...
分类:其他好文   时间:2020-01-16 00:55:32    阅读次数:75
Linux压缩归档管理
什么是压缩? 压缩就是用时间换取空间,CPU的时间换取磁盘的空间,下载传输的过程中可以节约带宽. zip/unzip zip支持多平台,支持归档压缩.文件经它压缩后会另外产生具有".zip"扩展名的压缩文件. zip 语法: zip [options] /PATH/TO/SOMEFILE.zip [ ...
分类:系统相关   时间:2020-01-11 22:13:36    阅读次数:113
利用虚拟机模拟搭建LNMP架构
@魔力辛巴 利用虚拟机模拟搭建LNMP架构 先创建优化后的模板机,再通过模板机克隆产生其他服务器 yum install -y bash-completion* net-tools vim tree htop telnet lrzsz wget iftop iotop sl unzip nmap n ...
分类:其他好文   时间:2020-01-11 20:03:03    阅读次数:85
CentOS下图形界面安装_Orcaale 11g
1.安装说明 使用到的工具: 软件名称版本软件包 系统 centOS6.8 CentOS-6.8-x86_64-bin-DVD1.iso 数据库 ORACLE11g linux.x64_11gR2_database_1of2.ziplinux.x64_11gR2_database_2of2.zip ...
分类:其他好文   时间:2020-01-09 13:20:26    阅读次数:136
最小化安装CentOS基础命令
最小化安装CentOS基础命令 # yum install vim iotop bc gcc gcc-c++ glibc glibc-devel pcre \ pcre-devel openssl openssl-devel zip unzip zlib-devel net-tools \ lrzs ...
分类:其他好文   时间:2020-01-01 18:26:04    阅读次数:72
1013条   上一页 1 ... 9 10 11 12 13 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!