05 2021 档案
摘要:1、调用客服消息接口发送带小程序链接的内容时,报: {"errcode":45086,"errmsg":"invalid attrbute 'data-miniprogram-appid' rid: 60b07422-3db31433-60054205"} 这个错误内容会误导开发者,看内容是没有问题
阅读全文
摘要:坑: 1、安装完opencv-python后,报错:pycharm中import cv2报错:Cannot find reference 'cv2' in __init__.py 解决方案: 还需要安装opencv-contrib-python(pip install opencv-contrib-
阅读全文
摘要:淘宝登陆时,如果被检测到是模拟浏览器,会出现滑块验证码,而且即使是人工完成了滑块验证(人为的,不是机器模拟哦),也无法通过,如下图: 解决过程中还踩到另外一个坑,在调用:driver.execute_cdp_cmd("Page.addScriptToEvaluateOnNewDocument", {
阅读全文
摘要:填坑记录 2021-05-17: 坑1:放到服务器(vmware虚拟机)后,报: pyautogui.FailSafeException: PyAutoGUI fail-safe triggered from mouse moving to a corner of the screen. To di
阅读全文
摘要:最近写代码发现每个项目下的搜索都不能正常显示所有,原因是因为pycharm缓存过多需要清理, 路径:file -> Invalidate Caches / Restart
阅读全文
摘要:1. 在python的官网下载python对应版本:https://www.python.org/downloads/windows/ 64位下载Windows x86-64 executable installer 版本 32位下载Windows x86 executable installer
阅读全文