?? ejbkeys.java
字號:
package com.huiton.mainframe.util;
/**
* This interface contains all the keys that are used to
* store data in the different scopes of web-tier. These
* values are the same as those used in various ejb
* components .
*/
public interface EJBKeys {
public static final String USERNAME = "userName";
public static final String PASSWORD = "password";
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -