Linux下,使用unzip解压时,报错:
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.

在网上查了下用jar可以解压,一般我们没安装jar,先运行安装jar命令
yum -y install java-1.6.0-openjdk-devel

再运行
jar xvf afish.zip
解压即可。

 

最新文章

  1. [LeetCode] Random Pick Index 随机拾取序列
  2. T-SQL函数总结
  3. github android
  4. nginx基本配置和参数说明
  5. 浅谈对ionic项目的理解
  6. Converter转换器使用
  7. Atom编辑器入门到精通(二) 插件的安装和管理
  8. IS about 64bit system
  9. SQL-Duplicate Emails
  10. underscore api 概览
  11. [置顶] JDK-Future 模式和实现
  12. DButils工具类能够用来获取数据库连接向数据库插入更新删除对象2
  13. jquery中this和event.target的区别
  14. 部署用于生产的Exceptionlees(一个强大易用的日志收集服务)
  15. 洛谷 P3853 解题报告
  16. sleep( ) 和 wait( ) 的这 5 个区别,你知道几个?
  17. scrapy 发送post请求
  18. mysql恢复ibd文件
  19. oracle a:=100 和 b=:c 区别
  20. Spring MVC 注解类型

热门文章

  1. 感知器做二分类的原理及python实现
  2. mongodb base
  3. [转帖]RedHat 如何更改网卡名 从ens192 改为eth0的问题
  4. Oracle-DQL 3- 单行函数
  5. Oracle-DQL 1- select基础
  6. 网站循环加载监控-C#
  7. 阿里云ECS云服务器CentOS部署个人网站
  8. GridFS文件操作
  9. Rsync快速入门实例(转)
  10. print格式化输出(format)