Docker 启动失败:Failed to start Docker Application Container Engine docker 的错误日志 突然出现,并不是刚安装出现,唯一能得到的信息是:Failed to start Docker Application Container Engine,但是并没有明确的提示 [root@gitlab ... continue reading docker zhuoyuebiji 2023-3-3 2392
Pymysql charset.py return self._by_id[id] KeyError: 255 启动环境 mysql==8.0 python==3.6 pymysql==0.7.11 错误日志 (joyo) E:\git_stores\blog>python manage.py migra ... continue reading django zhuoyuebiji 2023-2-28 175
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 217
DBeaver 连接 mysql8 报错:Public Key Retrieval is not allowed Public Key Retrieval is not allowed 解决办法: allowPublicKeyRetrieval 修改成 true 就可以了 ... continue reading mysql zhuoyuebiji 2023-2-27 277
Windows 安装 mysql 8.0+ 下载 mysql 下载页面 MySQL :: Download MySQL Community Server 安装 MySQL 下载完成之后,解压 zip 包,再把整个解压之后的结果放到 D 盘( ... continue reading mysql zhuoyuebiji 2023-2-27 184
Oracle Cloud 更换 ip 地址步骤 更换步骤 计算 > 实例 > 实例详细信息 > 附加的 VNIC > VNIC 详细信息 > IPv4 地址   ... continue reading centos zhuoyuebiji 2023-2-23 1030
Windows Terminus 使用 private key 进行连接 添加 KEY 配置 settings -> keychain -> NEW -> Import or paste akey -> 连接时使用 ... continue reading centos zhuoyuebiji 2023-2-21 151
Selenium 模拟滑块验证码 参考资料 slider-captcha/slider_captcha.py at master · maxnoodles/slider-captcha (github.com) GitHub - sml2h3/dd ... continue reading selenium zhuoyuebiji 2023-2-21 460
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 4338
无头浏览器 phantomjs 官方下载链接 官方链接下载,安全无插件。 https://phantomjs.org/download.html 目前 chrome 和 Firefox 都已支持无头浏览器,参数为 options.add_arg ... continue reading selenium zhuoyuebiji 2023-2-17 134