Django 2.2 sqlite3 迁移到 mysql8 报错:return instance._state.fields_cache[cache_name] KeyError: 'article' 错误日志 django 2.2(含 drf) sqlite3 转成 mysql5.7 ,执行 python manage.py loaddata data.json 时报错如下(有一个 article 模型) (joyoo) ... continue reading django zhuoyuebiji 2023-2-28 190
DBeaver 连接 mysql8 报错:Public Key Retrieval is not allowed Public Key Retrieval is not allowed 解决办法: allowPublicKeyRetrieval 修改成 true 就可以了 ... continue reading mysql zhuoyuebiji 2023-2-27 249
Windows 安装 mysql 8.0+ 下载 mysql 下载页面 MySQL :: Download MySQL Community Server 安装 MySQL 下载完成之后,解压 zip 包,再把整个解压之后的结果放到 D 盘( ... continue reading mysql zhuoyuebiji 2023-2-27 156
Oracle Cloud 更换 ip 地址步骤 更换步骤 计算 > 实例 > 实例详细信息 > 附加的 VNIC > VNIC 详细信息 > IPv4 地址   ... continue reading centos zhuoyuebiji 2023-2-23 960
Windows Terminus 使用 private key 进行连接 添加 KEY 配置 settings -> keychain -> NEW -> Import or paste akey -> 连接时使用 ... continue reading centos zhuoyuebiji 2023-2-21 137
Selenium 模拟滑块验证码 参考资料 slider-captcha/slider_captcha.py at master · maxnoodles/slider-captcha (github.com) GitHub - sml2h3/dd ... continue reading selenium zhuoyuebiji 2023-2-21 433
ERROR: Could not build wheels for opencv-python-headless, which is required to install pyproject.toml-based projects 错误日志 pip 安装 ddddocr 模块报错 pip install ddddocr ... ERROR: Failed building wheel for opencv-python-headles ... continue reading python zhuoyuebiji 2023-2-21 4302
无头浏览器 phantomjs 官方下载链接 官方链接下载,安全无插件。 https://phantomjs.org/download.html 目前 chrome 和 Firefox 都已支持无头浏览器,参数为 options.add_arg ... continue reading selenium zhuoyuebiji 2023-2-17 118
我的博客(卓越笔记)即将同步至腾讯云开发者社区,邀请大家一同入驻 腾讯云开发者社区 👉我的博客即将同步至腾讯云开发者社区,邀请大家一同入驻👈 专栏地址: https://cloud.tencent.com/developer/column/98400 ... continue reading 闲话杂谈 zhuoyuebiji 2023-2-16 62
Docker-compose 安装部署 mysql 配置准备 docker 和 docker-compose 安装 http://xieboke.net/article/341/ 创建 mysql主目录 mkdir /usr/local/mysql cd /us ... continue reading docker zhuoyuebiji 2023-2-10 745