yan061

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

02 2024 档案

appium inspector 连接安卓设备
摘要:首先找到app的包名和activity。 查看包名 adb shell "dumpsys window | grep mCurrentFocus" 查看包对应的activity,输入下面的命令,再找到cmp adb shell monkey -p com.jingdong.app.mall -vvv 阅读全文

posted @ 2024-02-21 15:32 yan061 阅读(231) 评论(0) 推荐(0) 编辑

Java JDBC操作数据库
摘要:添加依赖 <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <version>8.0.32</version> </dependency> 创建连接 String url = "j 阅读全文

posted @ 2024-02-04 14:06 yan061 阅读(20) 评论(0) 推荐(0) 编辑

Git的常用操作
摘要:首次使用git时要设置name和email git config --global user.name "test name" git config --global user.email "test name@qq.com" 克隆远程仓库到本地 git clone URL 如果你在本地已经有代码了 阅读全文

posted @ 2024-02-02 13:11 yan061 阅读(9) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示