当前位置:首页
> php 第2页
PbootCMS打开首页提示No input file specified.解决办法
PbootCMS打开首页提示No input file specified.是因为服务器环境配置文件引起,主要发生于linux的用户,且以BT用户居多,这时候打开根目录,将.user.ini跟.hta...
Pragma no-cache如何关闭?去掉http响应头Cache-Control及Pragma造成的缓存问题
Pragma no-cache如何关闭?Pragma: no-cache如何去除?去掉http响应头Cache-Control及Pragma造成的缓存问题回答:修改php.ini中的session.c...
portal_rsscache' is marked as crashed and should be repaired解决办法
portal_rsscache' is marked as crashed and should be repaired解决办法出现的原因分析:第一,频繁更新表格,或者多人同时对数据库进行操作...
php-fpm是什么?如何重启?工作原理是怎么样的?
php-fpm是一种master(主)/worker(子)多进程架构,与nginx设计风格有点类似。master进程主要负责CGI及PHP环境初始化、事件监听、子进程状态等等,worker进程负责处理...