解压: unzip android-ndk-r15c-linux-x86_64.zip unzip boost_1_65_1.zip cd boost_1_65_1/ ./bootstrap.sh vim tools/build/example/user-config.jam cp tools/bu ...
分类:
移动开发 时间:
2017-10-31 13:01:21
阅读次数:
200
1.更新 2.安装关联库 2.1 搭建C/C++编译环境 2.2 相关库(支持读写视频\python相关) 2.3 安装cmake 2.4 安装pkg-config(提供从源代码中编译软件时查询已安装的库时使用的统一接口的计算机软件) 3.下载opencv 链接: 我下载的是opencv2.4.13 ...
分类:
系统相关 时间:
2017-10-29 18:40:48
阅读次数:
293
解压命令 tar –xvf file.tar //解压 tartar -xzvf file.tar.gz //解压 tar.gztar -xjvf file.tar.bz2 //解压 tar.bz2tar –xZvf file.tar.Z //解压 tar.Zunrar e file.rar //解 ...
分类:
系统相关 时间:
2017-10-28 23:55:07
阅读次数:
271
tar grep find ssh sed awk vim diff sort export args ls pwd cd gzip bzip2 unzip shutdown ftp crontab service ps free top df kill rm cp mv cat mount chm ...
分类:
系统相关 时间:
2017-10-26 18:55:59
阅读次数:
257
yum install -y unzip zip yum安装zip -r mydata.zip mydata mydata目录压缩为mydata.zipunzip mydata.zip -d mydatabak mydata.zip解压到mydatabak目录里面zip -r abc123.zip ...
分类:
其他好文 时间:
2017-10-20 16:53:36
阅读次数:
163
http://www.cnblogs.com/zdz8207/p/3765604.html Linux下的压缩解压缩命令详解及实例 实例:压缩服务器上当前目录的内容为xxx.zip文件 zip -r xxx.zip ./* 解压zip文件到当前目录 unzip filename.zip ...
分类:
系统相关 时间:
2017-10-18 23:13:07
阅读次数:
208
一。linux安装方法 phpredis下载地址:https://github.com/nicolasff/phpredis unzip phpredis-master.zip cd phpredis-master /usr/local/php5/bin/phpize ./configure --w ...
0、首先需要Cmake以及编译C++成python程序的工具 sudo apt-get install libboost-python-dev cmake 1、download dlib19.7 from http://dlib.net/ 2、unzip the package tar xvf [f ...
分类:
编程语言 时间:
2017-10-15 15:24:02
阅读次数:
196
在Linux上解压常见文件的命令: rar文件:rar e xxx.rar zip文件:unzip -xzvf xxx.zip war包:jar -xvf xxx.war tar包:tar -xzvf xxx.war 命令详细用法参考链接: 1、Linux中解压rar文件处理:http://blog ...
分类:
系统相关 时间:
2017-10-15 15:05:40
阅读次数:
229
unzip project.war -d project这样就在当前目录下解压project.war到project目录里面,参数-d的意思是创建project目录附:unzip其它参数说明-x "文件列表" 解压文件,但不包含文件列表中指定的文件-t 测试压缩文件有无损坏,并不解压-v 查看压缩文 ...
分类:
其他好文 时间:
2017-10-12 10:14:40
阅读次数:
133