上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 31 下一页
摘要: 简单理解java中timer的schedule和scheduleAtFixedRate方法的区别 https://www.cnblogs.com/snailmanlilin/p/6873802.html 阅读全文
posted @ 2018-09-02 17:22 newlangwen 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 1. 方法wait锁释放,notify()锁不释放 阅读全文
posted @ 2018-08-26 14:48 newlangwen 阅读(130) 评论(0) 推荐(0) 编辑
摘要: synchronized(this) 和synchronized一样,都是锁定当前对象。 阅读全文
posted @ 2018-08-25 16:42 newlangwen 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: feign 时间设置: contextId: 可以指定为某个接口进行单独的超时设置 @FeignClient(value = "user",contextId ="device") public interface DeviceFeignService { @RequestMapping(value 阅读全文
posted @ 2018-08-22 17:48 newlangwen 阅读(13401) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u013111003/article/details/52118514 阅读全文
posted @ 2018-08-17 16:52 newlangwen 阅读(553) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/MaxElephant/p/8126236.html 阅读全文
posted @ 2018-08-17 16:33 newlangwen 阅读(82) 评论(0) 推荐(0) 编辑
摘要: application.properties pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 阅读全文
posted @ 2018-08-16 21:11 newlangwen 阅读(252) 评论(0) 推荐(0) 编辑
摘要: application.properties pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/ 阅读全文
posted @ 2018-08-16 21:08 newlangwen 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/godlei/p/5582301.html 阅读全文
posted @ 2018-08-16 18:14 newlangwen 阅读(259) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/fn_2015/article/details/73498462 $().ready(function() { $("#frmAdd").validate();}); $().ready(function() { $("#btadd").click(fun 阅读全文
posted @ 2018-08-16 17:11 newlangwen 阅读(2256) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 31 下一页