intelj 的使用细节
1 。启动项目,更改前台代码没有生效。 使用的deploy 的war 有两种 使用explored 会同步前端更改,同事更改updateaction 为U盾dateclass and resouce
2 。项目启动,转义字符,特殊字符编译不通过 在 setting中compile中 additonnal_contidition_line 中添加 -encoding UTF8
![]()
1 。启动项目,更改前台代码没有生效。 使用的deploy 的war 有两种 使用explored 会同步前端更改,同事更改updateaction 为U盾dateclass and resouce
2 。项目启动,转义字符,特殊字符编译不通过 在 setting中compile中 additonnal_contidition_line 中添加 -encoding UTF8
3 。Tomcat 启动日志乱码 server页签中vm option 输入 -Dfile.encoding=UTF-8
本文介绍了在使用IntelJ集成开发环境时遇到的一些常见问题及解决方法,包括如何使更改后的前端代码生效、解决项目中转义字符和特殊字符的编译问题以及避免Tomcat启动时出现的日志乱码。
48万+

被折叠的 条评论
为什么被折叠?



