?? stoneforestprotocol.java
字號(hào):
/**
* 這個(gè)接口包含協(xié)議信息
*/
public interface StoneForestProtocol {
public static final int OP_GET_MUSIC_CATEGORIES = 100;
public static final int OP_GET_MUSIC_RECORDINGS = 101;
public static final int DEFAULT_PORT = 5150;
public static final String DEFAULT_HOST = "localhost";
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -