readme.txt
来自「美国卡耐基。梅隆大学SSD8课程练习3的答案」· 文本 代码 · 共 22 行
TXT
22 行
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 + =
减小字号Ctrl + -
显示快捷键?