03 2022 档案
摘要:一、请求从Web浏览器到Nginx,再到PHP处理完成,一共要经历如下五个步骤: 第一步:启动服务 启动PHP-FPM。PHP-FPM 支持两种通信模式:TCP socket和Unix socket; PHP-FPM 会启动两种类型的进程:Master 进程 和 Worker 进程,前者负责监控端口
阅读全文
摘要:一、情景一: git pull origin develop 后报:Your branch and 'origin/develop' have diverged, and have 2 and 1 different commit each, respectively. 解决方法如下三步: (1)
阅读全文
摘要:SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation 如下连接: https://b
阅读全文