摘要: 请注意编码方式一定要是UTF-8,否则地理编码返回count为0,并且报错: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (default-cli) on project education: Comma 阅读全文
posted @ 2021-09-08 11:09 shuzu渊 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 1、一般是由于出现中文乱码的原因,最直接有效的方法是配置运行类VM options: -Dfile.encoding=UTF-8 2、还不行的话试试别的配置 -Dfile.encoding=UTF-8 阅读全文
posted @ 2021-09-08 11:02 shuzu渊 阅读(3442) 评论(0) 推荐(0) 编辑