摘要: 一个求平方数的静方法Square。 public class SquareInt { public static void main(String[] args) { int result; for (int x = 1; x <= 10; x++) { result = square(x); // 阅读全文
posted @ 2023-09-22 11:08 笠大 阅读(9) 评论(0) 推荐(0)
摘要: 今天无事发生 阅读全文
posted @ 2023-09-22 10:23 笠大 阅读(3) 评论(0) 推荐(0)
摘要: 今天无事发生 阅读全文
posted @ 2023-09-22 10:23 笠大 阅读(3) 评论(0) 推荐(0)
摘要: 今天出去骑行了三十多公里 大腿开始酸了 阅读全文
posted @ 2023-09-22 10:23 笠大 阅读(5) 评论(0) 推荐(0)
摘要: 今天无事发生 缅怀战士 阅读全文
posted @ 2023-09-22 10:22 笠大 阅读(2) 评论(0) 推荐(0)
摘要: WarehouseInformation类 package STD_STD; public class WarehouseInformation { private String itemnumber; private String itemname; private String supplier 阅读全文
posted @ 2023-09-15 09:26 笠大 阅读(30) 评论(0) 推荐(0)
摘要: package a1; public class Test { private static int a = 1; public static void main(String[] args) { int a = 2; System.out.println(a); } } ''' Java变量遵循同 阅读全文
posted @ 2023-09-15 09:14 笠大 阅读(54) 评论(0) 推荐(0)
摘要: 今天只有一节形势与政策,晚上我要玩个痛快 阅读全文
posted @ 2023-09-15 09:07 笠大 阅读(4) 评论(0) 推荐(0)
摘要: 晚上骑了三十公里左右 感觉良好 阅读全文
posted @ 2023-09-15 09:06 笠大 阅读(4) 评论(0) 推荐(0)
摘要: 今日无事 上课,吃饭 and sleep 我赌老师不看这一个博客 阅读全文
posted @ 2023-09-13 22:40 笠大 阅读(3) 评论(0) 推荐(0)