我就在这里
发布时间:2014-11-26 21:45:12
In Eclipse, there are 2 closely related core technologies that support development of Graphical User Interface (GUI) applications. The Standard Widget Toolkit (SWT) provides the fundamental building blocks. The JFace framework provides a set of patterns and component abstractions. Actio.........【阅读全文】
发布时间:2014-11-24 20:49:30
在设置jboss的参数中,maxThreads(最大线程数)和acceptCount(最大等待线程数)是两个非常重要的指标,直接影响到程序的QPS。本文讲解jboss连接的运行原理,以及如何设置这两个参数。 最佳线程数: 在做压力测试时,刚开始,随着并发量的增加,QPS也会随之增大,但当并发量.........【阅读全文】
发布时间:2014-11-23 19:19:38
import java.text.NumberFormat;/** * DOUBLE 百分比计算 * * @author yindang CreateTime:Aug 10, 2011 */public class NumberTest { public static void main(Stri.........【阅读全文】
发布时间:2014-11-14 16:41:48
Quartz 基本概念及原理Quartz Scheduler 开源框架Quartz 是 OpenSymphony 开源组织在任务调度领域的一个开源项目,完全基于 Java 实现。该项目于 2009 年被 Terracotta 收购,目前是 Terracotta 旗下的一个项目。读者可以到 http://www.quartz-scheduler.org/站点下载 Quartz 的发布版本及其源代码。笔者在.........【阅读全文】