摘要: URL:https://www.sina.com.cn/ 主机名:www.sina.com.cn 域名:sina.com.cn 买个域名可以搭建很多服务器:www、mail等等 URI: 阅读全文
posted @ 2019-11-21 18:27 MartialWorldFish 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-11-21 18:14 MartialWorldFish 阅读(135) 评论(0) 推荐(0) 编辑