📄 staticparam.java
字号:
package com.gmdq.param;
/**
* Created by IntelliJ IDEA.
* User: zhoudalei
* Date: 2008-12-25
* Time: 9:02:36
* To change this template use File | Settings | File Templates.
*/
public class StaticParam {
public static String LdapAddress="ldap://10.2.0.20:389/";
public static String ApplicationAddress="http://127.0.0.1/gmdq/";
public static String LdapUrl="OU=国美集团,DC=gome,DC=inc";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -