欢迎来到DESIPO.COM,外贸电子商务整合专家!
登录 | 免费注册 ?
|
KEYWORD
上一页1下一页 共1页2条信息
| From BD Linux 下,使用unzip解压时,报错: $ unzip trunk.zip Archive: trunk.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of trunk.zip or trunk.zip.zip, and cannot find trunk.zip.ZIP, period. $ du -sh trunk.zip 2.3G trunk.zip 文件大小为 2.3G,可能是 unzip 设置了这个限制吧。在网上查到要用 jar 来解 $ jar xvf trunk.zip 如果出现 jar:Command not found 要用yum下载 $ yum -y install java-1.6.0-openjdk-devel 再次运行 $ jar xvf trunk.zip 就能成功,看来,unzip局限蛮大的呀。 2014年 12月 27日 |
| 最近客户要做在mysql中导出excel表格,使用PHPExcel插件很好完成,顺便说下PHPExcel很NB,在本地测试没有问题,但是发布到服务器提示“Class 'ZipArchive' not found in...”错误,度了下应该是wdcp面板没有安装ZipArchive插件的问题,下面简单说下wdcp面板安装ZipArchive的方法 一、安装ZipArchive插件 cd /usr/src (进入目录) wget http://pecl.php.net/get/zip (在php官网下载插件) tar -zxvf zip cd zip-1.12.5 (插件版本,我的是1.12.5,您自己下载的自己注意查看)进入目录后执行下面的内容 /www/wdlinux/php/bin/phpize (对应的phpize路径可用 find / -name phpize查询,出来结果/www/wdlinux/php/bin/phpize) ./configure --with-php-config=/www/wdlinux/php/bin/php-config(对应的php-config路径) make make install (PS:注意依次运行) 二、配置ZipArchive插件 1、查看生成的模块路径(安装完之后,屏幕上会提示zip.so的位置,wdcp是/www/wdlinux/apache_php-5.2.17/lib/php/extensions/no-debug-non-zts-20060613/zip.so) 2、在php.ini中配置:增加extension =... 2016年 10月 28日 |
上一页1下一页 共1页2条信息
|
Copyright © 2012-2013 迪赛普科技 版权所有
合作邮箱:admin@desipo.com 合作QQ:76052083 |