上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
摘要: package com.itheima; import java.util.Scanner; /* Scanner的基本使用 */ public class Scanner01 { public static void main(String[] args) { //创建Scanner对象 Scan 阅读全文
posted @ 2022-10-29 17:18 NiceTwocu 阅读(33) 评论(0) 推荐(0)
摘要: ![image](https://img2022.cnblogs.com/blog/2426413/202210/2426413-20221029170600000-277344279.png) 阅读全文
posted @ 2022-10-29 17:06 NiceTwocu 阅读(13) 评论(0) 推荐(0)
摘要: package com.itheima; import javax.swing.*; import java.util.Random; public class shuzu09 { public static void main(String[] args) { //创建窗体对象 JFrame jf 阅读全文
posted @ 2022-10-29 15:15 NiceTwocu 阅读(36) 评论(0) 推荐(0)
摘要: package com.itheima; import javax.swing.*; public class shuzu08 { public static void main(String[] args) { //创建窗体对象 JFrame jf=new JFrame(); jf.setTitl 阅读全文
posted @ 2022-10-29 15:04 NiceTwocu 阅读(54) 评论(0) 推荐(0)
摘要: package com.itheima; import java.util.Random; public class shuzu07 { public static void main(String[] args) { int [][] arr={{1,2,3},{4,5,6},{7,8,9}}; 阅读全文
posted @ 2022-10-27 23:01 NiceTwocu 阅读(38) 评论(0) 推荐(0)
摘要: #改进代码 #改进代码 #最终遍历代码 package com.itheima; public class shuzu06 { public static void main(String[] args) { int[][] arr={{1,2,3},{4,5,6},{7,8,9}}; for (i 阅读全文
posted @ 2022-10-27 22:53 NiceTwocu 阅读(73) 评论(0) 推荐(0)
摘要: package com.itheima; public class shuzu05 { public static void main(String[] args) { int[][] arr={{7,9,10},{213,35,77}}; System.out.println(arr[0]); S 阅读全文
posted @ 2022-10-27 22:30 NiceTwocu 阅读(245) 评论(0) 推荐(0)
摘要: #二维数组的定义 #静态初始化 #动态初始化 package com.itheima; public class shuzu04 { public static void main(String[] args) { int[][] arr={{7,9,10},{213,35,77}}; System 阅读全文
posted @ 2022-10-27 22:22 NiceTwocu 阅读(50) 评论(0) 推荐(0)
摘要: ### alert 弹窗处理 import time from webdriver_helper import webdriver, get_webdriver from selenium.webdriver import chrome driver = webdriver.Chrome() # 实 阅读全文
posted @ 2022-10-25 23:10 NiceTwocu 阅读(666) 评论(0) 推荐(0)
摘要: from webdriver_helper import webdriver, get_webdriver from selenium.webdriver import chrome driver = webdriver.Chrome() # 实例化 ,刚启动浏览器是空白页面 driver.maxi 阅读全文
posted @ 2022-10-25 22:38 NiceTwocu 阅读(33) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页