?? messageconstants.java
字號:
package com.j2medev.ch5.post.share;
public class MessageConstants {
public static final byte ERROR_NONE = 1;//沒有錯誤
public static final byte ERROR_CANNOT_CONNECT = 2;//不能連接服務(wù)器
public static final byte ERROR_MODEL_EXCEPTION = 3;//出現(xiàn)ModelException
public static final byte UNKNOWN_OP = 4;//為定義的操作
public static final byte OP_POST_ARTICLE = 20;//發(fā)布文章
private MessageConstants() {
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -