?? createserverconfig.java
字號:
package org.javaldap.server.util;
/**
* Insert the type's description here.
* Creation date: (6/10/2000 11:28:01 AM)
* @author: Administrator
*/
public class CreateServerConfig {
/**
* CreateServerConfig constructor comment.
*/
public CreateServerConfig() {
super();
}
public static void main(String args[]) {
ServerConfig sc = ServerConfig.getInstance();
sc.put("javaldap.server.name","localhost");
sc.put("javaldap.server.port","10389");
sc.put("javaldap.server.schema.std","std.oc.xml");
sc.put("javaldap.server.schema.user","user.oc.xml");
sc.write();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -