
随笔
Hailuo2000
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
利用Dom4j 解析XML文件
@Test public void testRead() throws Exception{ //创建SAXReader对象 SAXReader reader = new SAXReader(); //获取根节点元素对象 InputStream ism = getClass().getClassLoader().getReso原创 2017-10-27 17:18:21 · 277 阅读 · 0 评论 -
spring boot 中 Ehcache 缓存应用实例
ehcache_local.xml(/项目/src/main/resources/cache/ehcache_local.xml) < ?xml version=”1.0” encoding=”UTF-8”?> < ehcache updateCheck=”false” name=”shirocache”> < diskStore path=”../cache/ehcache” /> <原创 2017-11-02 10:39:00 · 494 阅读 · 0 评论 -
spring boot 中 定时器
需要的包spring-context-4.3.9.RELEASE.jarimport org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Compon原创 2017-11-02 11:20:37 · 325 阅读 · 0 评论