上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 78 下一页
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-05-04 15:36 木子欢儿 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 客户端 package LearnJava17.Tcptx4; import java.io.*; import java.net.Socket; public class ClientDemo { public static void main(String[] args) throws IOEx 阅读全文
posted @ 2022-04-30 17:31 木子欢儿 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 客户端 package LearnJava17.Tcptx3; import java.io.*; import java.net.Socket; public class ClientDemo { public static void main(String[] args) throws IOEx 阅读全文
posted @ 2022-04-30 16:46 木子欢儿 阅读(37) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-04-29 21:03 木子欢儿 阅读(24) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-04-29 20:46 木子欢儿 阅读(19) 评论(0) 推荐(0) 编辑
摘要: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, 阅读全文
posted @ 2022-04-29 20:36 木子欢儿 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 发送 package LearnJava17; import java.io.IOException; import java.io.OutputStream; import java.net.InetAddress; import java.net.Socket; import java.net. 阅读全文
posted @ 2022-04-29 19:31 木子欢儿 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 发送 package LearnJava17; import java.io.IOException; import java.net.*; public class SendDemo { public static void main(String[] args) throws IOExcepti 阅读全文
posted @ 2022-04-29 16:49 木子欢儿 阅读(236) 评论(0) 推荐(0) 编辑
摘要: Box.java package LearnJava16.sczandxfz; public class Box { // 定义一个成员变量 private int milk; // 定义一个成员变量表示奶箱状态 private boolean status = false; // 提供存储牛奶和获 阅读全文
posted @ 2022-04-29 15:52 木子欢儿 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1、系统服务开启启动管理员命令提示符(CMD),执行下列命令 sc config Audiosrv start= auto sc config AudioEndpointBuilder start= auto sc config stisvc start= auto sc config WPDBus 阅读全文
posted @ 2022-04-29 13:53 木子欢儿 阅读(266) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 78 下一页