?? cp.h
字號(hào):
// cp.h,v 1.3 1997/04/29 12:59:48 levine Exp
#include "util.h"
#include "stats.h"
class Client_Parameters {
public:
Client_Parameters(int);
URL *url;
static Stats *stats;
static int tcp_nodelay;
static int sockbufsiz;
int id;
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -