会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GoodMorning9527
博客园
首页
新随笔
联系
管理
订阅
随笔- 123 文章- 13 评论- 0 阅读-
24068
08 2022 档案
minium打开微信开发者工具
摘要:ISO 9001名称为《质量管理体系要求》,属于体系要求的标准。 ISO9000名称为《质量管理体系基础和术语》,属于体系相关的标准。 config.json //配置信息文件,告诉minium测试环境,要测哪一个小程序,微信开发者工具在哪里/ { "dev_tool_path": "F:\\微信w
阅读全文
posted @
2022-08-16 13:46
GoodMorning9527
阅读(73)
评论(0)
推荐(0)
编辑
Pycharm代码美化即标准化、规范化代码快捷键
摘要:ctrl+alt+L
阅读全文
posted @
2022-08-15 21:29
GoodMorning9527
阅读(980)
评论(0)
推荐(0)
编辑
Google浏览器跨域
摘要:谷歌浏览器更新的一个安全策略导致的,各单位用户可按照以下操作步骤,解决此问题:步骤1: 在谷歌浏览器中打开新的标签页,在地址栏输入: chrome://flags/#block-insecure-private-network-requests,直接回车;步骤2 : 找到 Block insecur
阅读全文
posted @
2022-08-10 14:20
GoodMorning9527
阅读(466)
评论(0)
推荐(0)
编辑
urllib3库的基本使用
摘要:参考 1,https://www.kancloud.cn/zwker/python_spider/1870785和(https://www.cnblogs.com/wkhzwmr/p/15227613.html) 2,TCP/IP协议族的基本知识 https://www.kancloud.cn/zw
阅读全文
posted @
2022-08-04 11:15
GoodMorning9527
阅读(26)
评论(0)
推荐(0)
编辑
什么是线程安全?
摘要:参考 1,https://blog.csdn.net/csdnnews/article/details/82321777?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522165957849316782388087536%2522%252
阅读全文
posted @
2022-08-04 10:24
GoodMorning9527
阅读(31)
评论(0)
推荐(0)
编辑
什么是Scrapy框架?
摘要:参考 1,https://www.cnblogs.com/sui776265233/p/9719463.html 2,https://www.cnblogs.com/alan-babyblog/p/5527934.html
阅读全文
posted @
2022-08-03 13:49
GoodMorning9527
阅读(18)
评论(0)
推荐(0)
编辑
python爬取网易云VIP歌曲
摘要:1,可参考:https://article.itxueyuan.com/jl69Pa
阅读全文
posted @
2022-08-02 16:29
GoodMorning9527
阅读(383)
评论(0)
推荐(0)
编辑
什么是Referrer-Policy?
摘要:Referrer-Policy: no-referrer——不显示Referrer的任何信息在请求头中。 Referrer-Policy: no-referrer-when-downgrade——这是默认值。当从https网站跳转到http网站或者请求其资源时(安全降级HTTPS→HTTP),不显示
阅读全文
posted @
2022-08-02 11:18
GoodMorning9527
阅读(1221)
评论(0)
推荐(0)
编辑
pycharm运行发现SSL报错,关闭抓包工具
摘要:SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number
阅读全文
posted @
2022-08-02 10:39
GoodMorning9527
阅读(235)
评论(0)
推荐(0)
编辑
JS(函数返回值)
摘要:2021年6月,前端从html到js学习了半个多月,记录在此。 链接:https://pan.baidu.com/s/1YRcHdzsm2aBN9F4bmN-cNg 提取码:yyds <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF
阅读全文
posted @
2022-08-01 10:25
GoodMorning9527
阅读(488)
评论(0)
推荐(0)
编辑
JS(arguments函数)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @
2022-08-01 10:23
GoodMorning9527
阅读(39)
评论(0)
推荐(0)
编辑
JS(有参函数)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @
2022-08-01 10:22
GoodMorning9527
阅读(163)
评论(0)
推荐(0)
编辑
JS(函数概念)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @
2022-08-01 10:21
GoodMorning9527
阅读(21)
评论(0)
推荐(0)
编辑
JS(break和continue循环)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @
2022-08-01 10:20
GoodMorning9527
阅读(55)
评论(0)
推荐(0)
编辑
JS(for循环)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @
2022-08-01 10:17
GoodMorning9527
阅读(37)
评论(0)
推荐(0)
编辑
JS(dowhile循环语句)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @
2022-08-01 10:16
GoodMorning9527
阅读(132)
评论(0)
推荐(0)
编辑
JS(while循环语句)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi
阅读全文
posted @
2022-08-01 10:14
GoodMorning9527
阅读(351)
评论(0)
推荐(0)
编辑
appium(移动鼠标)
摘要:# coding:utf-8__author__ = 'Helen''''description:手势操作# start_x:开始坐标 x 轴# start_y:开始坐标 y 轴# end_x:结束坐标 x 轴# end_y:结束坐标 y 轴# duration:开始坐标移动到结束坐标的时间,默认
阅读全文
posted @
2022-08-01 09:15
GoodMorning9527
阅读(91)
评论(0)
推荐(0)
编辑
appium(打开qq)
摘要:from appium import webdriverimport timefrom setuptools.command import rotatedesird_caps = { 'platformName': 'android', # 被测手机是anzhuo 'platformVersion'
阅读全文
posted @
2022-08-01 09:14
GoodMorning9527
阅读(5)
评论(0)
推荐(0)
编辑
appium参考
摘要:1,https://www.cnblogs.com/helenMemery/p/7346485.html 2,定位元素 https://www.cnblogs.com/cnkemi/p/9180525.html 3,按键 https://blog.csdn.net/feizhixuan46789/a
阅读全文
posted @
2022-08-01 09:10
GoodMorning9527
阅读(18)
评论(0)
推荐(0)
编辑
<
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
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
更多链接
最新随笔
1.人怎么会失忆呢??
2.4G优先级切换
3.4G【重选】
4.4G与5GSIB对比
5.4G【切换】常用公式
6.4G与5G网络架构
7.4G与5G常用频点
8.4G与5G【切换】对比
9.弱覆盖解决思路
10.MOD3干扰解决思路
随笔分类
java(10)
JavaScript(7)
jekens(5)
jmeter(1)
linux(1)
locust(5)
miniun(1)
nginx(2)
Prometheus + Grafana(2)
python(3)
QTP(1)
SQL(1)
TOMCAT(2)
部署应用(3)
爬虫(4)
数据库测试(2)
网优(14)
虚拟机(2)
专项测试(3)
随笔档案
2025年2月(17)
2025年1月(1)
2023年4月(2)
2023年3月(3)
2023年2月(3)
2023年1月(6)
2022年12月(4)
2022年11月(2)
2022年10月(1)
2022年9月(3)
2022年8月(20)
2022年7月(15)
2022年6月(2)
2022年5月(16)
2022年4月(13)
2022年3月(1)
文章分类
APP测试(1)
jmeter性能测试(7)
pandas读取文件(1)
相册
二十四桥明月夜(1)
阅读排行榜
1. 数据库测试(1730)
2. pycharm中导入模块错误时提示Try to run this command from the system terminal. Make sure that you use the... (1370)
3. zsh: permission denied问题的解决办法(1340)
4. 什么是Referrer-Policy?(1221)
5. Pycharm代码美化即标准化、规范化代码快捷键(980)
点击右上角即可分享