2020-4-13lesson

Apr 16, 2020

vue cli 3.0

package.json 中的script:dev 命令: vue-cli-service serve 其实类似于npx vue-cli-service serve === node ./node_modules/.bin/vue-cli-service serve

unzip.exe 在某一客户机报错

程序里使用到zip.exe unzip.exe bin 程序,正常使用很久了。

然而今天出现Archive: xxx error: zipfile probably corrupt (segmentation violation)

关于windows 使用unzip.exe bin 程序,当前版本: UnZip 5.52 of 28 February 2005, by Info-ZIP. Maintained by C. Spieler.

从搜索列表中, 发现很多都指向网址: ftp://ftp.info-zip.org/pub/infozip/win32/

从里面可以直接下到5.52 bin 执行文件(其和当前程序使用版本相同,于是继续找).

继续找到下载: https://astuteinternet.dl.sourceforge.net/project/gnuwin32/unzip/5.51-1/unzip-5.51-1.exe 下载下来是个安装程序。

安装到windows 上后,找到:

/bin/unzip.exe

直接替换,当前确实解决该问题。