首页 > 编程知识 正文

sequence类型的字节怎么看,怎么看sequence的字节

时间:2023-05-03 18:47:21 阅读:263872 作者:4859

记住,每次修改了配置之后都 clean 一下,把 target 删除

第一种解决方案

去掉 pom.xml 中的 properties

<properties> <maven.compiler.source>8</maven.compiler.source> <maven.compiler.target>8</maven.compiler.target></properties>

或者在 pom.xml 中加入

<properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding></properties>
记住每次修改配置都把 target 删除, 重新 build

第二种解决方案

打开设置 settings > Editor > File Encodings 找到 Project Encoding:

把 Project Encoding: 设置为 UTF-8

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。