修改php-fpm.conf security.limit_extensions = .php .html 查看php-fpm.conf内listen,如果是端口则nginx.conf server内容为 location ~ \.php|\.html(.*)$ { fastcgi_pass 127 ...
分类:
Web程序 时间:
2021-05-24 09:26:26
阅读次数:
0
Shell学习指南主要是为了帮助快速编写规范标准的Shell脚本。 ...
分类:
系统相关 时间:
2020-07-19 21:14:38
阅读次数:
68
2019年12月10日10:05:11 原文:https://www.rabbitmq.com/tutorials/tutorial-five-php.html 话题 (使用php-amqplib) 先决条件 本教程假定RabbitMQ 已在标准端口(5672)的本地主机上安装并运行。如果您使用其他 ...
分类:
Web程序 时间:
2020-01-07 01:13:01
阅读次数:
154
2019年12月10日10:01:00 原文:https://www.rabbitmq.com/tutorials/tutorial-three-php.html 工作队列 (使用php-amqplib) 先决条件 本教程假定RabbitMQ 已在标准端口(5672)的本地主机上安装并运行。如果您使 ...
分类:
Web程序 时间:
2020-01-07 01:00:39
阅读次数:
117
2019年12月10日10:02:52 原文:https://www.rabbitmq.com/tutorials/tutorial-four-php.html 路由 (使用php-amqplib) 先决条件 本教程假定RabbitMQ 已在标准端口(5672)的本地主机上安装并运行。如果您使用其他 ...
分类:
Web程序 时间:
2020-01-07 00:49:27
阅读次数:
123
2019年12月10日10:05:54 原文:https://www.rabbitmq.com/tutorials/tutorial-six-php.html 远程过程调用(RPC) (使用php-amqplib) 先决条件 本教程假定RabbitMQ 已在标准端口(5672)的本地主机上安装并运行 ...
分类:
Web程序 时间:
2020-01-07 00:31:01
阅读次数:
148
2019年12月10日09:54:28 原文:https://www.rabbitmq.com/tutorials/tutorial-one-php.html 介绍 先决条件 本教程假定RabbitMQ 已在标准端口(5672)的本地主机上安装并运行。如果您使用其他主机,端口或凭据,则连接设置需要进 ...
分类:
Web程序 时间:
2020-01-06 22:49:15
阅读次数:
280
一、找到\vendor\workerman\workerman\WebServer.php 第176行,改为以下内容,增加对html扩展名文件不存在的判断: if (in_array($workerman_file_extension,['php','html']) && !is_file($wor ...
分类:
Web程序 时间:
2020-01-04 12:50:20
阅读次数:
114
1.配置 config/filesystems.php文件 2. 创建controller,app/Http/Controller/MemberController.php 3. html文件 ...
分类:
Web程序 时间:
2019-12-05 13:10:07
阅读次数:
117
一、写在最前 本文记录安装或配置或介绍以下软件或环境或应用的过程:VScode,Xampp,navicat,PHP,html,CSS,SQL,JavaScript。 作者使用的环境:浏览器:Google Chrome 系统:Windows 10 x64 二,Vscode安装和汉化 (1)Vscode ...
分类:
其他好文 时间:
2019-12-04 21:57:43
阅读次数:
151