摘要: //qq界面 //面向对象思想,面板,窗口的基础之上再加窗口 import java.awt.*; import javax.swing.*; public class test15 extends JFrame { JLabel bq1;//北部 JButton an1,an2,an3; JPan 阅读全文
posted @ 2022-06-25 15:26 前端导师歌谣 阅读(42) 评论(0) 推荐(0)
摘要: import java.util.ArrayList; import java.util.List; //泛型通配符的使用 public class test73 { public static void main(String[] args){ List<Integer> intList=new 阅读全文
posted @ 2022-06-25 15:26 前端导师歌谣 阅读(29) 评论(0) 推荐(0)
摘要: import java.util.*; public class test71 { public static void main(String[] args){ Scanner in=new Scanner(System.in); System.out.println("请输入学生的信息"); L 阅读全文
posted @ 2022-06-25 15:26 前端导师歌谣 阅读(25) 评论(0) 推荐(0)
摘要: import java.util.Hashtable; //hashtable public class test70 { public static void main(String[] args){ Hashtable ht=new Hashtable(); ht.put("k0","歌谣"); 阅读全文
posted @ 2022-06-25 15:26 前端导师歌谣 阅读(19) 评论(0) 推荐(0)
摘要: public class Department { private String code;//部门编号 private String name;//部门名字 private int quanity;//部门人员数量 public void setCode(String code) { this.c 阅读全文
posted @ 2022-06-25 15:26 前端导师歌谣 阅读(30) 评论(0) 推荐(0)
摘要: 1双击编辑修改 2修改dom 右击edit as html 3复制粘贴 阅读全文
posted @ 2022-06-22 22:56 前端导师歌谣 阅读(88) 评论(0) 推荐(0)
摘要: ctrl+f在页面中搜索 阅读全文
posted @ 2022-06-22 22:56 前端导师歌谣 阅读(24) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-06-22 22:56 前端导师歌谣 阅读(28) 评论(0) 推荐(0)
摘要: 市场占比70% 阅读全文
posted @ 2022-06-22 22:56 前端导师歌谣 阅读(22) 评论(0) 推荐(0)
摘要: index.css /* index.css是用来美化首页的 */ * { margin: 0; padding: 0; /* 內减模式 */ box-sizing: border-box; } li { list-style: none; } a { text-decoration: none; 阅读全文
posted @ 2022-06-22 22:56 前端导师歌谣 阅读(26) 评论(0) 推荐(0)