2025-05-16
edge schannel: disabled automatic use of client certificate
在使用免费的ssl证书时,在window使用edge浏览器无法访问网页。
经验与学习 120
2025-04-30
phddns 自动检查状态并重启
使用花生壳phddns做本地服务会出现离线情况,下面是做定时任务自动重启脚本。
经验与学习 283
2025-04-21
lnmp安装多版本的php
在linux安装多版本php,之前一致用lnmp.org里面的安装包,后来需要安装多版本
PHP 241
2025-04-21
指定php运行composer
在服务器中安装了多版本的php,那如何根据不同的项目指定不同的composer进行安装
PHP 297
2025-03-30
Got fatal error 192.xx from source when reading data from binary log
<br>线上数据库主库异常导致无法访问,当重启主库服务器,再启动从库出现了:<br>Gotfatalerror192.xxfromsourcewhenreadingdatafr
数据库 178
2025-03-30
nginx配置参数变量
nginx在配置文件中可以直接引用的变量有哪些,可以通过变量来进行nginx配置比如:location/{ try_files$uri$uri//index.php?s=$uri&$args;
经验与学习 136
2025-03-24
Centos7.9更改源
centos7.9更换安装软件源
Linux 200
2025-03-23
powershell 自定义shell命令
在linux开发,熟悉了很多命令后,在windows中的命令与Dos常常不一致,于是使用windowspowershell,自定义命令即可
经验与学习 326
2025-03-23
python单例同步调用redis
python调用同步调用redis,并实现事务操作
Python 165
2025-03-23
python单例异步调用redis
python单例模式实现异步操作读取redis,并通过事务判断模式实现多步骤原子操作
Python 148
2025-03-23
ModuleNotFoundError: No module named 'distutils'
在使用python3.12版本异步调用redis时使用代码:ModuleNotFoundError:Nomodulenamed'distutils'
Python 235
2025-03-23
redis windows 密码登录
在windows11上使用redis服务,提示NOAUTHAuthenticationrequired.原来是设置了登录密码。
数据库 221
2025-03-22
Windown php下载地址
windows最新版本php下载地址,老版本下载地址
PHP 281
2025-03-20
linux ubuntu 挂载磁盘
linuxubuntu挂载磁盘怎么挂载新的磁盘下面逐步来说
Linux 119
2025-03-18
mysql同步错误Coordinator stopped because there wer
mysql,主从,同步错误,Coordinatorstoppedbecausetherewereerror(s)intheworker(s).Themostrecentfailurebeing:Wor
数据库 192