原文链接 http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp This document provides information on typical command-line options and environment variables that can affect the performance characteristics of the Java HotSpot Virtual Machine. Unless otherwise noted, all information in this docu ...
see attachment
  • 15:05
  • 浏览 (460)
  • 评论 (0)
  • 分类: db
Probably the first design pattern that every software developer learns is Singleton and lazy loading of Singleton classes. The usual example, goes something like this: public class Singleton { static Singleton instance; public static synchronized Singleton getInstance() { if (instanc ...
zhoulf
搜索本博客
最近加入圈子
存档
最新评论
评论排行榜