📄 stoneforestprotocol.java
字号:
/**
* 这个接口包含协议信息
*/
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";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -