摘要: 0. 概述: 客户端通过对象输出流,接收服务器的处理结果,并给出提示 1. 在ClientView.java, clientManagerLogin() 中: 2. 运行效果 阅读全文
posted @ 2021-07-06 14:08 Jasper2003 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 1. 在ServerView.java > serverReceive() 中, 调用方法,实现管理员账号和密码信息的教研 2. 1 package com.lagou.server; 2 import com.lagou.model.User; 3 4 // 编程实现数据的存取 5 public 阅读全文
posted @ 2021-07-06 13:46 Jasper2003 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1. veer The road veers suddenly right, then back left again. (to change direction quickly or suddenly) 2. plummet The eagle plumments to the earth to 阅读全文
posted @ 2021-07-06 13:13 Jasper2003 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1. 创建ServerView.java: 1 package com.lagou.server; 2 import com.lagou.model.UserMessage; 3 import java.io.IOException; 4 5 // 实现服务器的主功能 6 public class 阅读全文
posted @ 2021-07-06 11:22 Jasper2003 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1. 概述 2. 实现 阅读全文
posted @ 2021-07-06 10:28 Jasper2003 阅读(58) 评论(0) 推荐(0) 编辑