08 2022 档案

摘要:ISO 9001名称为《质量管理体系要求》,属于体系要求的标准。 ISO9000名称为《质量管理体系基础和术语》,属于体系相关的标准。 config.json //配置信息文件,告诉minium测试环境,要测哪一个小程序,微信开发者工具在哪里/ { "dev_tool_path": "F:\\微信w 阅读全文
posted @ 2022-08-16 13:46 GoodMorning9527 阅读(73) 评论(0) 推荐(0) 编辑
摘要:ctrl+alt+L 阅读全文
posted @ 2022-08-15 21:29 GoodMorning9527 阅读(980) 评论(0) 推荐(0) 编辑
摘要:谷歌浏览器更新的一个安全策略导致的,各单位用户可按照以下操作步骤,解决此问题:步骤1: 在谷歌浏览器中打开新的标签页,在地址栏输入: chrome://flags/#block-insecure-private-network-requests,直接回车;步骤2 : 找到 Block insecur 阅读全文
posted @ 2022-08-10 14:20 GoodMorning9527 阅读(466) 评论(0) 推荐(0) 编辑
摘要:参考 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) 编辑
摘要:参考 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) 编辑
摘要:1,可参考:https://article.itxueyuan.com/jl69Pa 阅读全文
posted @ 2022-08-02 16:29 GoodMorning9527 阅读(383) 评论(0) 推荐(0) 编辑
摘要: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) 编辑
摘要:SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number 阅读全文
posted @ 2022-08-02 10:39 GoodMorning9527 阅读(235) 评论(0) 推荐(0) 编辑
摘要: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) 编辑
摘要:<!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) 编辑
摘要:<!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) 编辑
摘要:<!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) 编辑
摘要:<!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) 编辑
摘要:<!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) 编辑
摘要:<!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) 编辑
摘要:<!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) 编辑
摘要:# 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) 编辑
摘要:from appium import webdriverimport timefrom setuptools.command import rotatedesird_caps = { 'platformName': 'android', # 被测手机是anzhuo 'platformVersion' 阅读全文
posted @ 2022-08-01 09:14 GoodMorning9527 阅读(5) 评论(0) 推荐(0) 编辑
摘要: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) 编辑

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