?? exceptionmessage.java
字號:
package com.yuanchung.sales.constants;
/**
* 系統異常消息常量類
* @author yuanchung
*
*/
public class ExceptionMessage {
public static final String APPLICATION_ERROR = "程序出錯";
public static final String DATABASE_ERROR = "系統出錯";
public static final String DATABASE2_ERROR = "系統出錯";
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -