上一页 1 ··· 101 102 103 104 105 106 107 108 109 ··· 229 下一页
摘要: 原文地址:http://blog.csdn.net/chszs/article/details/47038607 Java 8 Stream API详解 一、Stream API介绍 Java 8引入了全新的Stream API,此Stream与Java I/O包里的InputStream和Outp 阅读全文
posted @ 2016-11-08 19:43 一天不进步,就是退步 阅读(3986) 评论(0) 推荐(0)
摘要: 原文地址:http://www.journaldev.com/2856/java-jvm-memory-model-memory-management-in-java Understanding JVM Memory Model, Java Memory Management are very im 阅读全文
posted @ 2016-11-08 17:11 一天不进步,就是退步 阅读(1215) 评论(0) 推荐(0)
摘要: 原文地址:http://gao-xianglong.iteye.com/blog/2173140?utm_source=tuicool&utm_medium=referral 前言 生产环境中,尤其是吃大内存的JVM,一旦出现内存泄露等问题是非常容易引发OutofMemory的,如果没有一个好的工具 阅读全文
posted @ 2016-11-07 14:58 一天不进步,就是退步 阅读(15784) 评论(0) 推荐(0)
摘要: 原文地址:http://chenzhou123520.iteye.com/blog/1863407 上一篇文章《MySQL悲观锁总结和实践》谈到了MySQL悲观锁,但是悲观锁并不是适用于任何场景,它也有它存在的一些不足,因为悲观锁大多数情况下依靠数据库的锁机制实现,以保证操作最大程度的独占性。如果加 阅读全文
posted @ 2016-11-04 14:14 一天不进步,就是退步 阅读(262) 评论(0) 推荐(0)
摘要: 原文地址:http://chenzhou123520.iteye.com/blog/1860954 最近学习了一下数据库的悲观锁和乐观锁,根据自己的理解和网上参考资料总结如下: 悲观锁介绍(百科): 悲观锁,正如其名,它指的是对数据被外界(包括本系统当前的其他事务,以及来自外部系统的事务处理)修改持 阅读全文
posted @ 2016-11-04 14:12 一天不进步,就是退步 阅读(286) 评论(0) 推荐(0)
摘要: select table_schema,table_name,engine from information_schema.tables where table_schema not in('information_schema','mysql','performance_schema','test 阅读全文
posted @ 2016-11-03 18:05 一天不进步,就是退步 阅读(222) 评论(0) 推荐(0)
摘要: @ImportResource in spring imports application xml in configuration file which is using @Configuration. All the beans and other properties defined in a 阅读全文
posted @ 2016-11-03 16:47 一天不进步,就是退步 阅读(1392) 评论(0) 推荐(0)
摘要: 原文地址:https://dzone.com/articles/difference-between-hashmap-and Most of the time I use HashMap whenever a map kinda object is needed. When reading some 阅读全文
posted @ 2016-11-03 13:48 一天不进步,就是退步 阅读(300) 评论(0) 推荐(0)
摘要: 以前看过一篇文章,具体内容不记得了,只记得它的结论了:懒是人类进步的源动力。当时觉得结论有点新颖,文中列举了大量的实例证明这个结论,其中重点强调了计算机学科。我本身从事算是计算机相关的工作,对文中的部分观点还是认可的。 特别是互联网时代,这个结论显得更加正确,而我则认为是make things si 阅读全文
posted @ 2016-11-02 18:11 一天不进步,就是退步 阅读(1137) 评论(0) 推荐(0)
摘要: 原文地址:http://www.concretepage.com/java/example_concurrenthashmap_java On this page we will provide example of ConcurrentHashMap in java. ConcurrentHash 阅读全文
posted @ 2016-11-01 08:56 一天不进步,就是退步 阅读(745) 评论(0) 推荐(0)
上一页 1 ··· 101 102 103 104 105 106 107 108 109 ··· 229 下一页