各种系统故障、程序错误参考链接
目录
Windows
windows删除残留服务提示找不到指定文件
参考:https://www.kafan.cn/edu/1212044.html
电脑服务项重置:
https://www.win7qjb.com/jiaocheng/40024.html
Python
python安装pycrypto库报错解决(含failed with exit status 2报错):
https://blog.csdn.net/a624806998/article/details/78596543
centos7虚拟环境安装psutil失败(ERROR: Command errored out with exit status 1):
大概看了下报错中间有个:error: command 'gcc' failed with exit status 1,我就想是不是gcc环境问题,毕竟非虚拟环境安装成功了,于是去了psutil官网,发现上面说需要安装个东西,我是采菜鸡也不知道安装的啥,安装以下东西就完成了:
sudo yum install gcc python3-devel
pip3 install psutil
psutil官网:https://github.com/giampaolo/psutil/blob/master/INSTALL.rst
django连接数据库发出警告:未设置严格模式
注意:修改后重启mysql服务!!!
https://www.cnblogs.com/nmap/p/9384898.html
django连接数据库提示时区错误:
https://www.cnblogs.com/Python5421/p/11382139.html
因为时区错误导致django连接数据库失败(表可以注册迁移,但是连不上)
https://blog.csdn.net/weixin_40612082/article/details/84780084
https://www.cnblogs.com/strawberry-1/p/11599376.html
数据库
Mangodb安装过程
https://blog.csdn.net/qq_37310945/article/details/104369021
mysql安装文件缺失:
https://www.cnblogs.com/xi1419/p/10073612.html
mysql 8.0.16版本分组命令报组合函数错误
https://blog.csdn.net/free377096858/article/details/91963406
Redis安装教程
https://blog.csdn.net/yangwenxue1989/article/details/88884668
Linux
centos7卸载ibus后黑屏完美解决方案:https://blog.csdn.net/qq_36487585/article/details/103558300

浙公网安备 33010602011771号