}publicvoidUnZipFileTest(File zipFilePath, String unzipFilePath)throwsIOException { File pathFile=newFile(unzipFilePath);if(!pathFile.exists()) { pathFile.mkdirs(); }try{//解决zip文件中有中文目录或者中文文件ZipFile zip =newZipFile(zipFilePath, Charset.forName("GBK"));for(Enumeration entries...
line 1, in <module>File "/u01/bigdata/anaconda3/lib/python3.9/site-packages/psycopg2-2.9-py3.9-linux-x86_64.egg/psycopg2/init.py",line 51, in <module>from psycopg2._psycopg import ( # noqaImportErro...