上一页 1 ··· 43 44 45 46 47
  2016年12月28日
摘要: <configuration> <!-- 输出到控制台--> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>UTF-8</charset> <pattern>%d{dd 阅读全文
posted @ 2016-12-28 12:34 斜月三星一太阳 阅读(76) 评论(0) 推荐(0)
  2016年12月26日
摘要: 在web.xml中,填写 <context-param> <param-name>CFG_HOME</param-name> <param-value>file:///D:/cfg</param-value> </context-param> 在spring配置文件中 <context-param> 阅读全文
posted @ 2016-12-26 11:51 斜月三星一太阳 阅读(237) 评论(0) 推荐(0)
上一页 1 ··· 43 44 45 46 47