会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码诠释的世界
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
23
24
25
26
27
28
29
30
31
···
103
下一页
2022年8月22日
【python】执行系统命令的方法
摘要: 1、使用os.popen 2、使用os.system 3、使用subprocess.Popen 参考链接: https://blog.csdn.net/weixin_43276033/article/details/125481262 https://blog.csdn.net/sirobot/ar
阅读全文
posted @ 2022-08-22 11:20 代码诠释的世界
阅读(61)
评论(0)
推荐(0)
2022年8月19日
【web自动化】selenium根据浏览器版本下载对应的chromedriver
摘要: 1、使用国内的镜像地址 https://registry.npmmirror.com/binary.html?path=chromedriver/ 2、通过simulation模拟用户点击来下载(只贴出部分方法) #!/usr/bin/env python # -*- coding:utf-8 -*
阅读全文
posted @ 2022-08-19 20:49 代码诠释的世界
阅读(396)
评论(0)
推荐(0)
【Python】使用requests_html解析HTML页面
摘要: 1、官网 https://pypi.org/project/requests-html/ 2、github https://github.com/kennethreitz/requests-html 3、安装 pip install requests-html 4、使用HTMLSession hea
阅读全文
posted @ 2022-08-19 14:03 代码诠释的世界
阅读(883)
评论(0)
推荐(0)
【Python】使用BeautifulSoup+requests+lxml解析HTML页面
摘要: 1、官网 https://beautifulsoup.readthedocs.io/zh_CN/v4.4.0/ 2、安装 pip install BeautifulSoup4 pip install lxml pip install requests 3、解析脚本 import requests f
阅读全文
posted @ 2022-08-19 13:50 代码诠释的世界
阅读(255)
评论(0)
推荐(0)
2022年8月18日
【pip】pip3安装BeautifulSoup
摘要: 1、pip install BeautifulSoup报错 Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting BeautifulSoup Using cached https://pypi.tuna.tsi
阅读全文
posted @ 2022-08-18 11:58 代码诠释的世界
阅读(899)
评论(0)
推荐(0)
2022年8月15日
【win10】根据端口,杀死指定进程
摘要: 1、打开powershell(管理员) 2、查看所有端口连接 3、查看端口进程及PID 4、获取指定PID的进程名称 5、根据PID杀死进程 检查 至此完成
阅读全文
posted @ 2022-08-15 17:36 代码诠释的世界
阅读(653)
评论(0)
推荐(0)
2022年8月14日
【win10】安装appnium环境
摘要: 1、官网 http://appium.io/ 2、github https://github.com/appium/appium-desktop/releases/tag/v1.22.3-4 3、安装配置java环境 https://www.cnblogs.com/fireblackman/p/10
阅读全文
posted @ 2022-08-14 16:04 代码诠释的世界
阅读(337)
评论(0)
推荐(0)
【shell】/usr/bin/expect: bad interpreter: No such file or directory
摘要: 1、场景 远程更新产品版本 2、处理方法 sudo apt-get install expect 参考链接: https://www.codeleading.com/article/80902740372/
阅读全文
posted @ 2022-08-14 15:38 代码诠释的世界
阅读(662)
评论(0)
推荐(0)
2022年8月12日
【airtest】安装使用AirtestIDE,实现安卓自动化
摘要: 1、官网 https://airtest.netease.com/ 2、项目地址 https://github.com/AirtestProject 3、官方文档 欢迎使用 - Airtest Project Docs 4、安装AirtestIDE 解压运行即可 5、设备唤醒 https://jue
阅读全文
posted @ 2022-08-12 15:21 代码诠释的世界
阅读(245)
评论(0)
推荐(0)
【httprunner】简单使用
摘要: 1、官网 https://httprunner.com/https://httprunner.com/docs/ 2、github https://github.com/httprunner/httprunner https://github.com/httprunner/QuickRunner 3
阅读全文
posted @ 2022-08-12 10:21 代码诠释的世界
阅读(356)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
30
31
···
103
下一页
公告