码迷,mamicode.com
首页 >  
搜索关键字:bzip2    ( 871个结果
PHP编译过程中常见错误信息的解决方法
checking for BZip2 support… yes checking for BZip2 in default path… not found configure: error: Please reinstall the BZip2 distributionFix:yum install...
分类:Web程序   时间:2015-01-05 16:17:15    阅读次数:158
centos常用命令
一、解压.bz2文件tar jxvf XX.tar.bz2如果tar不支持j选项,就用下面方式解压bzip2 -d XX.tar.bz2tar -xvf XX.tar.bz2二、在/root/.bashrc文件里定义了rm等的别名,可以根据需要进行修改。
分类:其他好文   时间:2015-01-03 02:02:21    阅读次数:198
W: 无法下载 bzip2:/var/lib/apt/lists/partial/extras.ubuntu.com_ubuntu_dists_trusty_main_source_Sources
1 错误描述 youhaidong@youhaidong:~$ cd 下载 youhaidong@youhaidong:~/下载$ sudo apt-get update 忽略 http://cn.archive.ubuntu.com trusty InRelease 忽略 http://cn.archive.ubuntu.com trusty-updates InRelease     ...
分类:系统相关   时间:2015-01-01 22:33:21    阅读次数:1033
Apache在Commons Compress简介和简单应用
Apache在CommonsCompress中提供了众所周知的tar、cpio、zip等压缩算法实现,其中最为丰富的当属zip实现了! Commons Compress为压缩(GZip和BZip2)构建了压缩算法工厂类CompressorStreamFactory。通过这个类可以方便的构建GZip和BZip2的输入输出流,关键字分别为“gz”和“bzip2”。  GZip  Java代码  ...
分类:Web程序   时间:2014-12-30 11:42:05    阅读次数:224
tar jxvf 遇到的问题
tar:bzip2:Cannotexec:Nosuchfileordirectory tar:Errorisnotrecoverable:exitingnow tar:Childreturnedstatus2 tar:Errorexitdelayedfrompreviouserrors 解决方法:是因为没有bzip2 yuminstallbzip2
分类:其他好文   时间:2014-12-26 14:49:16    阅读次数:633
hadoop2.4 支持snappy
我们hadoop2,4集群默认不支持snappy压缩,但是最近有业务方说他们的部分数据是snappy压缩的(这部分数据由另外一个集群提供给他们时就是snappy压缩格式的)想迁移到到我们集群上面来进行计算,但是直接运行时报错:...
分类:移动开发   时间:2014-12-23 00:20:47    阅读次数:496
linux 压缩文件 及压缩选项详解
本文介绍linux下的压缩程序tar、gzip、gunzip、bzip2、bunzip2、compress、uncompress、 zip、 unzip、rar、unrar等程式,以及如何使用它们对.tar、.gz、.tar.gz、.tgz、.bz2、.tar.bz2、.Z、. tar.Z、.z.....
分类:系统相关   时间:2014-12-21 11:30:14    阅读次数:269
tar、zip 、unzip 打包与压缩 (参考:http://pengyl.blog.51cto.com/5591604/1191197)
通常都是先通过tar命令将多个文件或目录打包成一个包文件,然后再通过gzip或bzip2进行压缩,如*.tar.gz和*.tar.bz2就属于这种先打包再压缩的文件。在实际使用中,一般都是通过tar命令来调用gzip或bzip2进行压缩或解压,而很少去单独使用gzip或bzip2命令 root@li...
分类:Web程序   时间:2014-12-12 13:18:20    阅读次数:246
(转)cygwin包管理器apt-cyg
通过终端安装apt-cyg之前选要安装以下软件包 wget tar gawk bzip2 Cygwin终端安装 wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg -P /bin chmod.exe +x /bin/apt-cyg 去google...
分类:Windows程序   时间:2014-12-11 00:13:23    阅读次数:253
linux 常用命令 之 压缩、解压缩
命令名称: gzip 、gunzip 功能:.gz 后缀,只能压缩文件,不能压缩目录,不保留源文件 命令名称:tar 功能:打包 命令名称:zip、unzip 功能:保留源文件 -r 压缩目录 命令名称:bzip2  功能: -k保留源文件,是gzip升级,压缩比更高...
分类:系统相关   时间:2014-12-02 01:37:45    阅读次数:248
871条   上一页 1 ... 79 80 81 82 83 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!