Log4j乱码
在log4j.properties里添加encoding , 例如 :?
log4j.appender.fuscent=org.apache.log4j.DailyRollingFileAppender
log4j.appender.fuscent.encoding=UTF-8
log4j.appender.fuscent.File=/Users/kane/Work/log/core/fuscent.log
log4j.appender.fuscent.layout=org.apache.log4j.PatternLayout
轉載于:https://www.cnblogs.com/taojintianxia/p/4425512.html
總結
- 上一篇: HTTP Post
- 下一篇: VS2017 CUDA编程学习10:纹理