?? environment.java
字號:
package org.jstudio.tools.pcanywhere;
/**
* <p>Title: 配置</p>
*
* <p>Description: </p>
*
* <p>Copyright: Copyright (c) 2006</p>
*
* <p>Company: </p>
*
* @author not attributable
* @version 1.0
*/
public class Environment {
public static final int UDP_PORT = 2345; //UDP端口
public static final int TCP_TIME_OUT = 500; //套接字超時時間
public static final int RECEIVER_COUNT = 5 ; //接收控制端信息線程
public static final int EVENT_CACHE = 1024 * 5; //事件發送,接收緩存大小
public static final int IMAGE_CACHE = 1024 ; //圖象緩存
public static final int IMAGE_GETTIME = 300; //采集圖象時間間隔
public static final String COMMAND_SEPRATER = ":"; //命令名和值分隔符
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -