上一页 1 ··· 138 139 140 141 142 143 144 145 146 ··· 229 下一页
摘要: 作者:江南白衣原文地址:http://www.blogjava.net/calvin/archive/2005/08/30/11099.htmlhttp://www.blogjava.net/calvin/archive/2005/08/26/11243.htmlDreamHead在《思考微内核》十... 阅读全文
posted @ 2015-04-28 09:27 一天不进步,就是退步 阅读(1763) 评论(0) 推荐(0)
摘要: 版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明http://www.blogbus.com/dreamhead-logs/1335184.html关于微内核,我最早印象来自于操作系统。Andrew Tanebaum同Linus Torvalds的那场著名论战将微内核这个名词深深的印... 阅读全文
posted @ 2015-04-28 09:24 一天不进步,就是退步 阅读(1026) 评论(0) 推荐(0)
摘要: 作者:江南白衣,原文出处:http://blog.csdn.net/calvinxiu/archive/2007/03/06/1522032.aspx,转载请保留。为了2007年的目标,列了下面待读或重读的书单。 "其实中国程序员,现在最需要的是一张安静的书桌。",的确,中国架构师大多缺乏系统的基础... 阅读全文
posted @ 2015-04-28 09:15 一天不进步,就是退步 阅读(458) 评论(0) 推荐(0)
摘要: 使用场景:测试时需要插入100w的数据,跑sql脚本插入非常慢。存储过程如下://DELIMITERDROP PROCEDURE if EXISTS createAmountCount;create PROCEDURE createAmountCount()BEGINDECLARE i int;se... 阅读全文
posted @ 2015-04-27 15:22 一天不进步,就是退步 阅读(994) 评论(0) 推荐(0)
摘要: 0 概述 spring提供了一个jms集成框架,这个框架如spring 集成jdbc api一样,简化了jms api的使用。 jms可以简单的分成两个功能区,消息的生产和消息的消费。JmsTemplate类用来生成消息和同步接受消息。和其它java ee的消息驱动样式一样,对异步消息,spring 阅读全文
posted @ 2015-04-27 11:42 一天不进步,就是退步 阅读(19293) 评论(2) 推荐(2)
摘要: 原文地址:http://www.tutorialspoint.com/design_pattern/service_locator_pattern.htmThe service locator design pattern is used when we want to locate various... 阅读全文
posted @ 2015-04-25 13:47 一天不进步,就是退步 阅读(486) 评论(0) 推荐(0)
摘要: 原文地址:http://java.dzone.com/articles/gradle-goodness-set-javaIf we want to set an explicit encoding for the Java compiler in Gradle we can use the opti... 阅读全文
posted @ 2015-04-25 12:25 一天不进步,就是退步 阅读(645) 评论(0) 推荐(0)
摘要: 原文地址:http://www.oracle.com/technetwork/java/servicelocator-137181.htmlContextService lookup and creation involves complex interfaces and network opera... 阅读全文
posted @ 2015-04-25 10:34 一天不进步,就是退步 阅读(258) 评论(0) 推荐(0)
摘要: 原文地址:http://engineeringblog.yelp.com/2015/04/true-zero-downtime-haproxy-reloads.htmlHAProxy: Cornerstone of Reliable WebsitesOne primary goal of the i... 阅读全文
posted @ 2015-04-23 18:22 一天不进步,就是退步 阅读(553) 评论(0) 推荐(0)
摘要: 原文地址:http://dev.mysql.com/doc/refman/5.7/en/memory-storage-engine.htmlTheMEMORYstorage engine (formerly known asHEAP) creates special-purpose tables w... 阅读全文
posted @ 2015-04-23 17:41 一天不进步,就是退步 阅读(2197) 评论(0) 推荐(0)
上一页 1 ··· 138 139 140 141 142 143 144 145 146 ··· 229 下一页