摘要:
public class PropertiesFactoryBeanextends PropertiesLoaderSupportimplements FactoryBean, InitializingBeanAllows for making a properties file from a cl...
阅读全文
posted @ 2014-08-05 09:06
一天不进步,就是退步
阅读(30808)
推荐(0)
摘要:
Your high-powered server is suddenly running dog slow, and you need to remember the troubleshooting steps again. Bookmark this page for a ready remind...
阅读全文
posted @ 2014-08-04 08:51
一天不进步,就是退步
阅读(396)
推荐(0)
摘要:
几种常见的编码格式为什么要编码不知道大家有没有想过一个问题,那就是为什么要编码?我们能不能不编码?要回答这个问题必须要回到计算机是如何表示我们人类能够理解的符号的,这些符号也就是我们人类使用的语言。由于人类的语言有太多,因而表示这些语言的符号太多,无法用计算机中一个基本的存储单元—— byte 来表...
阅读全文
posted @ 2014-08-02 08:33
一天不进步,就是退步
阅读(621)
推荐(0)
摘要:
Before you startAbout this tutorialThe new input/output (NIO) library was introduced with JDK 1.4. Picking up where original I/O leaves off, NIO provi...
阅读全文
posted @ 2014-08-02 08:30
一天不进步,就是退步
阅读(249)
推荐(0)
摘要:
原文地址:http://serversforhackers.com/editions/2014/07/29/haproxy-ssl-termation-pass-through/OverviewIf your application makes use of SSL certificates, th...
阅读全文
posted @ 2014-07-31 10:15
一天不进步,就是退步
阅读(1671)
推荐(0)
摘要:
quartz源码解析(一) 、http://ssuupv.blog.163.com/blog//146156722013829111028966/任何个人、任何企业、任何行业都会有作业调度的需求。举几个简单的例子:1、每个月都会发工资,每个月都要报销等;2、每个人每天都要吃饭和睡觉;3、每个公司都有...
阅读全文
posted @ 2014-07-30 17:43
一天不进步,就是退步
阅读(10858)
推荐(4)
摘要:
In this tutorial, we will show you how to integrate Spring with Quartz scheduler framework. Spring comes with many handy classes to support Quartz, an...
阅读全文
posted @ 2014-07-29 16:21
一天不进步,就是退步
阅读(1073)
推荐(0)
摘要:
Quartz 基本概念及原理Quartz Scheduler 开源框架Quartz 是 OpenSymphony 开源组织在任务调度领域的一个开源项目,完全基于 Java 实现。该项目于 2009 年被 Terracotta 收购,目前是 Terracotta 旗下的一个项目。读者可以到http:/...
阅读全文
posted @ 2014-07-29 12:26
一天不进步,就是退步
阅读(477)
推荐(1)
摘要:
第 1 部分http://www.ibm.com/developerworks/cn/java/j-5things4.htmlConcurrent Collections 是 Java™ 5 的巨大附加产品,但是在关于注释和泛型的争执中很多 Java 开发人员忽视了它们。此外(或者更老实地说),许多...
阅读全文
posted @ 2014-07-24 11:18
一天不进步,就是退步
阅读(401)
推荐(0)
摘要:
第 1 部分http://www.ibm.com/developerworks/cn/java/j-5things2.html对于很多 Java 开发人员来说,Java Collections API 是标准 Java 数组及其所有缺点的一个非常需要的替代品。将 Collections 主要与Arr...
阅读全文
posted @ 2014-07-24 10:48
一天不进步,就是退步
阅读(3713)
推荐(1)