会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码诠释的世界
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
22
23
24
25
26
27
28
29
30
···
51
下一页
2022年8月19日
【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 代码诠释的世界
阅读(202)
评论(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 代码诠释的世界
阅读(849)
评论(0)
推荐(0)
2022年8月15日
【win10】根据端口,杀死指定进程
摘要: 1、打开powershell(管理员) 2、查看所有端口连接 3、查看端口进程及PID 4、获取指定PID的进程名称 5、根据PID杀死进程 检查 至此完成
阅读全文
posted @ 2022-08-15 17:36 代码诠释的世界
阅读(632)
评论(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 代码诠释的世界
阅读(296)
评论(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 代码诠释的世界
阅读(645)
评论(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 代码诠释的世界
阅读(187)
评论(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 代码诠释的世界
阅读(311)
评论(0)
推荐(0)
2022年8月10日
【github】访问比较慢的处理方法
摘要: 1、查询相关DNS 优先使用https://www.ipaddress.com/ 查出来的结果是(有点用) 140.82.113.4 github.com 199.232.69.194 github.global.ssl.fastly.net 185.199.108.133 raw.githubus
阅读全文
posted @ 2022-08-10 13:57 代码诠释的世界
阅读(50)
评论(0)
推荐(0)
【ubuntu20.04】报错Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?,卸载重装docker
摘要: 1、起因 虚拟机内的docker起不来了, 百度各种查,还是没解决(百度真拉胯),无奈测试需要用, 还是得折腾一下 2、清理docker容器及镜像(报错的话, 相关可能执行不了) 1、删除容器 1)首先需要停止所有的容器 docker stop $(docker ps -a -q) 2)删除所有的容
阅读全文
posted @ 2022-08-10 11:15 代码诠释的世界
阅读(1680)
评论(0)
推荐(0)
【pip】 配置国内源
摘要: 1、阿里源 https://developer.aliyun.com/mirror/pypi 2、华为源 https://mirrors.huaweicloud.com/home 3、命令行配置 升级pip pip install -i https://pypi.tuna.tsinghua.edu.
阅读全文
posted @ 2022-08-10 10:58 代码诠释的世界
阅读(8689)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
51
下一页
公告