
java
潇洒-人生
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java工程中读取resources目录下properties文件
public class JdbcConfig { public static void main(String[] args) { JdbcConfig jdbcConfig = new JdbcConfig(); Properties p = jdbcConfig.getJdbcConfig(); } public Propertie...原创 2019-02-15 14:35:35 · 1517 阅读 · 0 评论 -
Failed to set setXIncludeAware(true) for parser org.apache.xerces.jaxp.Doc
ERROR conf.Configuration: Failed to set setXIncludeAware(true) for parser org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@2f9f7dcf:java.lang.UnsupportedOperationException: setXIncludeAware is not su...原创 2019-02-22 18:05:22 · 1560 阅读 · 0 评论