/**
* lsz
*/
public final class ZipUtil {
/**
* 解压zip文件
* @param unZipfile
* @param destFile
*/
public static void unZip(String unZipfile, String destFile) {
FileOutputStream file...
分类:
其他好文 时间:
2015-02-06 11:17:27
阅读次数:
123
include my own version for your reference. We use this one to zip up photos to download so it works with various unzip programs. It preserves the dire...
分类:
编程语言 时间:
2015-02-04 20:12:25
阅读次数:
218
访问https://ngrok.com,下载Linux/ARM版本的(因为PI为ARM的芯片,如果下载Linux版本的是无法正常使用的)解压$ unzip /path/to/ngrok.zip注册ngrok帐号并登录,记下里面的Auth Token创建/home/pi/.ngrok,内容如下(aaa...
分类:
其他好文 时间:
2015-01-31 23:06:29
阅读次数:
272
1. 下载bufexplorer-7.4.6.zip
http://www.vim.org/scripts/script.php?script_id=42
2. 拷贝到~/.vim/目录,unzip bufexplorer-7.4.6.zip解压到plugin
3. .vim中的目录结构
root@linux:~/.vim# ls -a
. .. bufexplorer-7.4.6....
分类:
系统相关 时间:
2015-01-30 00:03:41
阅读次数:
820
1 unzip boost_1_57_0.zip2 ./bootstrap.sh3 ./b2 toolset=gcc cxxflags="-std=c++11" install4 find / -name libboost*.a/usr/local/lib目录下头文件在/usr/local/incl...
分类:
系统相关 时间:
2015-01-28 17:42:40
阅读次数:
1325
MySQL 5.6.12 编译安装配置详解(一) 安装依赖: CentOS: # yum -y install wget gcc-c++ cmake make bison ncurses-devel perl unzip Ubuntu:(使用ubuntu下面有不少需要root权限,请注意) # sudo apt-get inst...
分类:
数据库 时间:
2015-01-28 16:09:10
阅读次数:
332
ubuntu系统下压缩文件后缀有几个 tar,tar.gz,tar.bz2,zip等;文件的压缩与解压也不想windows下面那样方便,直接右键压缩或者解压。ubuntu下面针对不同的压缩后缀名需要用不同的命令进行加压或者解压。
1. .zip
压缩:zip -r file.zip dir
解压:unzip file.zip
2. .tar
打包:tar -cvf fil...
分类:
系统相关 时间:
2015-01-23 16:30:11
阅读次数:
488
http://sourceforge.net/projects/gsoap2/
下载gsoap源码
解压:
$ unzip gsoap_2.8.17.zip
编译:
$ cd gsoap-2.8/
$ configure
$ make
$ sudo make install
add.h文件
点击(此处)折叠或打开
//gsoap ns serv...
分类:
其他好文 时间:
2015-01-22 18:15:36
阅读次数:
253
You need to usemodule: Unicode::Map
Where to get it?
-http://search.cpan.org/~mschwartz/Unicode-Map-0.112/Map.pm
Download Unicode-Map-0.112.tar.gz
How to install it?
-unzip the file andgo ...
分类:
其他好文 时间:
2015-01-22 11:17:25
阅读次数:
224