⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 美国卡耐基。梅隆大学SSD8课程练习3的答案
💻 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 + -