?? protocol.java
字號:
package com.j2medev.chapter5;
public class Protocol {
public static final int SINGUP = 101;
public static final int QUIT = 102;
public static final int FULL = 103;
public static final int START = 104;
public static final int STEP = 105;
public static final int ACK_SINGUP = 106;
public static final int WIN = 107;
public static final int AGAIN = 108;
/*
*定義了數據的類型,將int分為4個字節A|B|C|D
*
*/
public Protocol() {
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -