- 浏览: 3432 次
- 性别:
- 来自: 济南
最新评论
文章列表
LDAP
(Light
Directory Access Protocol
)即轻量级目录访问协议,目前LDAP
服务器的实现有多种,如Oracle Directory Server
、OpenDS
、ApacheDS
等,本文中使用的服务器为ApacheDS
,可视化的管理工具为Apache Directory Studio
,官方下载地址:http://directory.apache.org/。
本文主要介绍LDAP中的条目(Entry),关于LDAP更详细的介绍参见这篇文章:http://www.iteye.com/topic/ ...
内容来源参见Oracle官方:http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html
Some Useful -XX Options
Default
values are listed for Java SE 6 for Solaris Sparc with -server. Some
options may vary per architecture/OS/JVM version. Platforms with a
differing default valu ...