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