2017年9月27日

socket网络编程

摘要: 一、构建基于TCP的socket通信 客户端: 1 public class Client { 2 3 public static void main(String[] args) { 4 try { 5 //1.创建客户端Socket,指定服务器地址和端口 6 Socket socket = ne 阅读全文

posted @ 2017-09-27 21:42 二十年后20 阅读(202) 评论(0) 推荐(0)

导航