摘要:
URL:https://www.sina.com.cn/ 主机名:www.sina.com.cn 域名:sina.com.cn 买个域名可以搭建很多服务器:www、mail等等 URI: 阅读全文
摘要:
1 import java.net.*; 2 import java.io.*; 3 public class Server{ 4 public static void main(String args[]) throws Exception{ 5 ServerSocket server = new ServerSocket(9999); 6 while(true){ 7 Socket sock 阅读全文