?? powerconstants.java
字號(hào):
package com.xaccp.util;
public class PowerConstants {
public final static String USER_KEY = "com_xaccp_user";
public final static String USER_POWER_KEY = "com_xaccp_user_power";
public final static String POWER_VIEW_USERS_POWER = "power_viewUser'sPower";
public final static String POWER_EDIT_USERS_POWER = "power_editUser'sPower";
public final static String POWER_VIEW_ROLE = "power_viewRole";
public final static String POWER_EDIT_ROLE = "power_editRole";
public final static String POWER_ADD_ROLE = "power_addRole";
public final static String POWER_DELETE_ROLE = "power_deleteRole";
public final static String POWER_VIEW_POWER = "power_viewPower";
public final static String POWER_EDIT_POWER = "power_editPower";
public final static String POWER_ADD_POWER = "power_addPower";
public final static String POWER_DELETE_POWER = "power_deletePower";
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -