2025-03-30
Got fatal error 192.xx from source when reading data from binary log
<br>线上数据库主库异常导致无法访问,当重启主库服务器,再启动从库出现了:<br>Gotfatalerror192.xxfromsourcewhenreadingdatafr
数据库 2
2025-03-30
nginx配置参数变量
nginx在配置文件中可以直接引用的变量有哪些,可以通过变量来进行nginx配置比如:location/{ try_files$uri$uri//index.php?s=$uri&$args;
经验与学习 3
2025-03-24
Centos7.9更改源
centos7.9更换安装软件源
Linux 2
2025-03-23
powershell 自定义shell命令
在linux开发,熟悉了很多命令后,在windows中的命令与Dos常常不一致,于是使用windowspowershell,自定义命令即可
经验与学习 2
2025-03-23
python单例同步调用redis
python调用同步调用redis,并实现事务操作
Python 2
2025-03-23
python单例异步调用redis
python单例模式实现异步操作读取redis,并通过事务判断模式实现多步骤原子操作
Python 2
2025-03-23
ModuleNotFoundError: No module named 'distutils'
在使用python3.12版本异步调用redis时使用代码:ModuleNotFoundError:Nomodulenamed'distutils'
Python 3
2025-03-23
redis windows 密码登录
在windows11上使用redis服务,提示NOAUTHAuthenticationrequired.原来是设置了登录密码。
数据库 3
2025-03-22
Windown php下载地址
windows最新版本php下载地址,老版本下载地址
PHP 3
2025-03-20
linux ubuntu 挂载磁盘
linuxubuntu挂载磁盘怎么挂载新的磁盘下面逐步来说
Linux 2
2025-03-18
mysql同步错误Coordinator stopped because there wer
mysql,主从,同步错误,Coordinatorstoppedbecausetherewereerror(s)intheworker(s).Themostrecentfailurebeing:Wor
数据库 2
2025-03-18
The unit mysql.service has entered the 'failed' state with result 'timeout'
mysql从库在启动时,无法启动,没有任何报错,后来发现是磁盘剩余不足,不能load全部历史innodbundo文件导致
数据库 3
2025-03-16
python快速排序算法
python实现快速排序,算法,快速排序代码以及结果:
Python 2
2025-03-07
CPU温度测试
CPU温度监控软件,免费的CPU温度监控软件
优秀资源 2