上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 229 下一页
摘要: I have written two previous posts on how to inject custom, non Spring specific objects into the request handling methods of a controller in Spring MVC... 阅读全文
posted @ 2014-10-11 18:34 一天不进步,就是退步 阅读(448) 评论(0) 推荐(0) 编辑
摘要: The 4 Java Garbage Collectors - How the Wrong Choice Dramatically Impacts PerformanceThe year is 2014 and there are two things that still remain a mys... 阅读全文
posted @ 2014-10-11 12:08 一天不进步,就是退步 阅读(311) 评论(0) 推荐(0) 编辑
摘要: RabbitMQ is a lightweight, reliable, scalable and portable message broker. But unlike many message brokers familiar to Java developers, it's not based... 阅读全文
posted @ 2014-10-11 09:55 一天不进步,就是退步 阅读(401) 评论(0) 推荐(0) 编辑
摘要: In this example we are going to explain how to useMulticastSocketin Java, in order to enable a server to easily sendinformation tomultiple clients, wh... 阅读全文
posted @ 2014-10-11 09:32 一天不进步,就是退步 阅读(551) 评论(0) 推荐(0) 编辑
摘要: AOP是OOP的延续,是Aspect Oriented Programming的缩写,意思是面向切面编程。可以通过预编译方式和运行期动态代理实现在不修改源代码的情况下给程序动态统一添加功能的一种技术。AOP实际是GoF设计模式的延续,设计模式孜孜不倦追求的是调用者和被调用者之间的解耦,AOP可以... 阅读全文
posted @ 2014-10-09 16:14 一天不进步,就是退步 阅读(84307) 评论(0) 推荐(7) 编辑
摘要: Apache is the most popular web server in the world,because it is more efficient than others.Thrust of this article is to share some useful apache modu... 阅读全文
posted @ 2014-10-09 09:19 一天不进步,就是退步 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 本文整理自一下两篇博客:http://my.oschina.net/ScottYang/blog/298727http://my.oschina.net/u/866190/blog/188712Cache简介: Cache(高速缓存), 一个在计算机中几乎随时接触的概念。CPU中Cache能极大提高... 阅读全文
posted @ 2014-09-30 09:26 一天不进步,就是退步 阅读(3847) 评论(0) 推荐(0) 编辑
摘要: 原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://nolinux.blog.51cto.com/4824967/1552472 前天简单分享了用shell 写网络爬虫的一些见解,今天特地把代码发出来与51博友分享,还是那句话,爱技术... 阅读全文
posted @ 2014-09-30 08:58 一天不进步,就是退步 阅读(1661) 评论(0) 推荐(0) 编辑
摘要: 时间片段名称意思Blocked(阻塞)灰色阻塞的时间主要包括,预处理时间,(如缓存查找)和网络排队等待的时间,导致阻塞最主要的原因是下载页面中的图片DNSLookup(域名解释)紫色域名解释时间主要是主机名(如:www.job1001.com)转化为相应的ip地址的时间,在访问URL地址时,地址本身... 阅读全文
posted @ 2014-09-29 10:45 一天不进步,就是退步 阅读(5939) 评论(0) 推荐(0) 编辑
摘要: As REST has become the default for most Web and mobile apps, it's imperative to have the basics at your fingertips.More than a decade after its introd... 阅读全文
posted @ 2014-09-29 09:29 一天不进步,就是退步 阅读(796) 评论(0) 推荐(0) 编辑
上一页 1 ··· 163 164 165 166 167 168 169 170 171 ··· 229 下一页