上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 229 下一页
摘要: 原文地址:http://www.journaldev.com/122/java-concurrenthashmap-example-iterator#comment-27448 Today we will look into Java ConcurrentHashMap Example. If yo 阅读全文
posted @ 2016-10-31 18:33 一天不进步,就是退步 阅读(506) 评论(0) 推荐(0)
摘要: 原文地址:https://www.ibm.com/developerworks/cn/java/j-lo-spring-boot/ Spring 框架对于很多 Java 开发人员来说都不陌生。自从 2002 年发布以来,Spring 框架已经成为企业应用开发领域非常流行的基础框架。有大量的企业应用基 阅读全文
posted @ 2016-10-26 17:21 一天不进步,就是退步 阅读(429) 评论(0) 推荐(0)
摘要: 官方文档: beforeAccess()实现 afterAccess()实现 ConcurrencyThrottleSupport是个抽象类,其具体的实现类ConcurrencyThrottleInterceptor 阅读全文
posted @ 2016-10-25 21:08 一天不进步,就是退步 阅读(1643) 评论(2) 推荐(0)
摘要: 原文地址:https://dev.mysql.com/doc/refman/5.7/en/explain-output.html 9.8.2 EXPLAIN Output Format 9.8.2 EXPLAIN Output Format 9.8.2 EXPLAIN Output Format 9 阅读全文
posted @ 2016-10-21 18:05 一天不进步,就是退步 阅读(813) 评论(0) 推荐(0)
摘要: 1.ultraedit中换行键使用^r^n 阅读全文
posted @ 2016-10-12 14:39 一天不进步,就是退步 阅读(469) 评论(0) 推荐(0)
摘要: 原文地址:https://segmentfault.com/a/1190000007122432?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io 目前在搞 Node.js,曾经的 JAVA 知识忘了好多,为此整理了下,感叹下工业 阅读全文
posted @ 2016-10-12 14:36 一天不进步,就是退步 阅读(472) 评论(0) 推荐(0)
摘要: 地址:https://docs.oracle.com/javase/tutorial/sound/SPI-intro.html What Are Services? Services are units of sound-handling functionality that are automat 阅读全文
posted @ 2016-09-22 12:34 一天不进步,就是退步 阅读(328) 评论(0) 推荐(0)
摘要: 首先,==有很多限制,如Integer 类型的值在[-128,127] 期间,Integer 用 “==”是可以的(参考),超过范围则不行,那么使用equal则代替则完全ok 返回结果 上面的示例说明使用"=="和equal还是有不小的区别的,equal可以替代== Long源码如下: Intege 阅读全文
posted @ 2016-09-14 10:02 一天不进步,就是退步 阅读(3653) 评论(5) 推荐(0)
摘要: 原文地址: Articles Index This article explains how to use the headless mode capabilities of the Java Platform, Standard Edition (Java SE, formerly referre 阅读全文
posted @ 2016-09-12 09:59 一天不进步,就是退步 阅读(481) 评论(0) 推荐(0)
摘要: spring boot提供了sample程序,学习spring boot之前先跑一个最简单的示例: 可以发现在主方法main里启动了一个SpringApplication,启动方法是run方法。 SpringApplication用来从java main方法启动一个spring应用,默认的启动步骤如 阅读全文
posted @ 2016-09-12 09:05 一天不进步,就是退步 阅读(28733) 评论(0) 推荐(3)
上一页 1 ··· 102 103 104 105 106 107 108 109 110 ··· 229 下一页