赞
踩
Archive: 综合.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. note: 综合.zip may be a plain executable, not an archive unzip: cannot find zipfile directory in one of 综合.zip or 综合.zip.zip, and cannot find 综合.zip.ZIP, period.
应该是 unzip 设置了这个解压的文件大小限制了。在网上查到可以用 jar 来解压
jar xvf 综合.zip
如果出现下面这个问题,说明没有安装jar这个包,
jar:Command not found
要用yum下载
yum -y install java-1.6.0-openjdk-devel
再次运行
jar xvf 综合.zip
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。