?? ejbkeys.java
字號(hào):
package org.impact.stars.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";}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -