?? usrconfig.h
字號(hào):
#ifndef __USRCONFIG_H__
#define __USRCONFIG_H__
#define ClientIp 0xC0A80014 //客戶端IP地址
#define ClientNetMangerPort 7000 //客戶端網(wǎng)管理端口
#define ClientNetDataPort 9000 //客戶端數(shù)據(jù)端口
#define PhyAddress0 30 //網(wǎng)卡物理地址
#define PhyAddress1 31
#define PhyAddress2 32
#define PhyAddress3 33
#define PhyAddress4 34
#define PhyAddress5 35
#define ClientMask0 255 //子網(wǎng)掩碼
#define ClientMask1 255
#define ClientMask2 255
#define ClientMask3 0
#define ClientGateWay0 192 //網(wǎng)關(guān)
#define ClientGateWay1 168
#define ClientGateWay2 0
#define ClientGateWay3 1
#define ServerNetMangerPort 7000 //服務(wù)器網(wǎng)絡(luò)管理端口
#define ServerNetDataPort 9000 //服務(wù)器數(shù)據(jù)管理端口
#define ServerIp 0xC0A80097 //服務(wù)器IP地址 192.168.0.105
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -