08 2023 档案
摘要:### 添加虚拟解释器 pycharm左上角File-Settings  增加解释器 : response = requests.ge
阅读全文
摘要:Windows安装MySQL后默认只能本机访问,怎么开启网络访问 mysql> create user 'root'@'%' identified by 'password'; Query OK, 0 rows affected (0.00 sec) mysql> grant all on *.*
阅读全文
摘要:Windows安装MySQL后默认不会设置环境变量需要手动添加 已Windows11为例 我的电脑-右键-属性-高级系统设置  启动 ``` cd vu
阅读全文
摘要:报错如下 ``` Loaded plugins: fastestmirror, update-motd Loading mirror speeds from cached hostfile http://mirrors.163.com/centos/7-7.1908.0.el7.centos/os/
阅读全文