摘要: import java.util.ArrayList;import java.util.Scanner; public class SportsMeetManagementSystem { public static void main(String[] args) { ArrayList<Athl 阅读全文
posted @ 2023-05-24 00:00 wwwwwhl 阅读(12) 评论(0) 推荐(0) 编辑
摘要: HTTP一般指超文本传输协议,它是互联网应用最广泛的协议,是用于从WWW服务器传输超文本到本地浏览器的传输协议。它可以使浏览器更加高效,使网络传输减少。它不仅保证计算机正确快速地传输超文本文档,还确定传输文档中的哪一部分,以及哪部分内容首先显示(如文本先于图形)等。HTTP协议是无状态的。HTTP协 阅读全文
posted @ 2023-03-08 08:28 wwwwwhl 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-12-13 22:29 wwwwwhl 阅读(7) 评论(0) 推荐(0) 编辑
摘要: public class Cart{ public static void main(String[] args){ Car c = new Car(); c.name = "拖拉机"; c.price = 516466.00; c.start(); c.run(); Car c2 = new Ca 阅读全文
posted @ 2022-12-13 22:20 wwwwwhl 阅读(12) 评论(0) 推荐(0) 编辑
摘要: public class Car{ String name; duoble price; public void start(){ System.out.println(name+"价格是"+price+"我已经开始了!"); } public void run(){ System.out.prin 阅读全文
posted @ 2022-12-13 22:14 wwwwwhl 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-16 10:04 wwwwwhl 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-16 10:02 wwwwwhl 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-18 23:26 wwwwwhl 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-18 23:25 wwwwwhl 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-28 12:08 wwwwwhl 阅读(88) 评论(0) 推荐(0) 编辑