摘要: class Student implements Serializable{ private String name; private int age; private int grade; public Student(String name, int age, int grade) { this 阅读全文
posted @ 2020-09-11 00:25 hunter-w 阅读(86) 评论(0) 推荐(0) 编辑
摘要: class SocketTest { public void socketTest() { try { Socket socket = new Socket(InetAddress.getByName("localhost"), 12345); PrintWriter out = new Print 阅读全文
posted @ 2020-09-11 00:24 hunter-w 阅读(176) 评论(0) 推荐(0) 编辑