摘要:
一、问题描述 访问网页,出现报错bootstrap4' is not a registered tag library. Must be one of: 二、出现问题原因 没有安装bootstrap4 三、解决方案 安装bootstrap4:pip3 install django-bootstrap 阅读全文
摘要:
一、问题描述 升级Mac 版本为Macos Big sur 版本为11.1,运行python Tkinter相关代码出现报错:macOS 11 or later required ! zsh: abort /usr/local/bin/python3.9 执行如下代码: #!/usr/bin/pyt 阅读全文
摘要:
一、问题描述 Mac下Android Studio 加载项目时一直警告:mac License for package Android SDK Build-Tools 28.0.3 not accepted.解决方案 二、解决方案 进入SDK目录下在终端运行如下命令: cd /Users/你的用户名 阅读全文
摘要:
一、问题描述 Mac 使用Navicat客户端连接Mysql报错:Client does not support authentication protocol requested by server; consider upgrading MySQL client 二、解决方案 1、在系统偏好设置 阅读全文