摘要: WarehouseInformation.java: package 仓库管理系统;public class WarehouseInformation { private String itemno; //表示商品编号(有8 位数字组成) private String itemname; //表示商 阅读全文
posted @ 2023-09-17 21:17 KuanDong24 阅读(6) 评论(0) 推荐(0) 编辑
摘要: TestDouble: 源代码: public class TestDouble { public static void main(String args[]) { System.out.println("0.05 + 0.01 = " + (0.05 + 0.01)); System.out.p 阅读全文
posted @ 2023-09-17 21:10 KuanDong24 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 1.统一建模语言,学习了HML,以及类; 2.体育课进行了乒乓球练习和体测; 3.数据结构,学习了链表的知识 阅读全文
posted @ 2023-09-17 21:06 KuanDong24 阅读(3) 评论(0) 推荐(0) 编辑