02 2017 档案

摘要:在catalina.bat中设置 正确的做法是设置成这样set JAVA_OPTS=%JAVA_OPTS% -Xms256m -Xmx256m,避免JAVA_OPTS参数覆盖 阅读全文
posted @ 2017-02-21 13:51 Earendil 阅读(599) 评论(0) 推荐(0)
摘要:1、问题 org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/ 阅读全文
posted @ 2017-02-20 14:56 Earendil 阅读(459) 评论(0) 推荐(0)
摘要:The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64 阅读全文
posted @ 2017-02-14 14:46 Earendil 阅读(223) 评论(0) 推荐(0)
摘要:vm网络连接设置成NAT 需要把centos设置成静态IP 再不行,记得把centos的防火墙先关闭 阅读全文
posted @ 2017-02-07 12:57 Earendil 阅读(163) 评论(0) 推荐(0)
摘要:几种任务调度的 Java 实现方法与比较 综观目前的 Web 应用,多数应用都具备任务调度的功能。本文由浅入深介绍了几种任务调度的 Java 实现方法,包括 Timer,Scheduler, Quartz 以及 JCron Tab,并对其优缺点进行比较,目的在于给需要开发任务调度的程序员提供有价值的 阅读全文
posted @ 2017-02-03 20:27 Earendil 阅读(169) 评论(0) 推荐(0)