?? readme.txt
字號:
UDP:
1. start -> run -> cmd, open the console and enter the path
2. Compile and run DatagramServer
"javac DatagramServer.java"
"java DatagramServer"
3. Open anothe console and enter the path
4. Compile and run DatagramClient
"javac DatagramClient.java"
"java DatagramClient localhost"
TCP:
1.Open a console and enter the path
2.Compile and run TCPServer
javac TCPServer.java
java TCPServer
3.Open another console and enter the path
4.Compile and run TCPClient
javac TCPClient.java
java TCPClient localhost
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -