当前位置:首页 > 第3页

易优cms(eyoucms)如何查看程序版本

yangxin1年前 (2022-12-13)153
  很多朋友在写程序或者修改程序的时候,都遇到过别人让你修改的程序无法打开后台,无法登陆,无法知道程序版本的情况,导致自己没有办法通过导入数据库高一个版本来让网站程序正常。为此,记录:易优cms(ey...

PbootCMS date时间标签如何单独调用年月日

yangxin1年前 (2022-12-13)166
首页/列表标签:普通调用方法:列表页时间:[list:date] 效果:2021-12-06 09:12:30调用年月日:列表页时间:[list:date style=Y-m-d] 效果:2021-1...

Pbootcms面包屑标签位置标签首页换成英文home的方法

yangxin1年前 (2022-12-13)118
Pbootcms面包屑标签位置标签首页换成英文home的方法:...

dedecms提示:Unable to load the requested file helpers/mda.helper.php解决办法

yangxin1年前 (2022-12-03)154
dedecms提示:Unable to load the requested file helpers/mda.helper.php解决办法出现原因:include目录下面helpers文件里的mda...

极致CMS安装后访问出现提示“No input file specified.”

yangxin1年前 (2022-12-03)120
...

PbootCMS打开首页提示No input file specified.解决办法

yangxin1年前 (2022-12-03)114
PbootCMS打开首页提示No input file specified.是因为服务器环境配置文件引起,主要发生于linux的用户,且以BT用户居多,这时候打开根目录,将.user.ini跟.hta...

Pragma no-cache如何关闭?去掉http响应头Cache-Control及Pragma造成的缓存问题

yangxin1年前 (2022-12-03)105
Pragma no-cache如何关闭?Pragma: no-cache如何去除?去掉http响应头Cache-Control及Pragma造成的缓存问题回答:修改php.ini中的session.c...

portal_rsscache' is marked as crashed and should be repaired解决办法

yangxin1年前 (2022-12-03)138
portal_rsscache' is marked as crashed and should be repaired解决办法出现的原因分析:第一,频繁更新表格,或者多人同时对数据库进行操作...

php-fpm是什么?如何重启?工作原理是怎么样的?

yangxin1年前 (2022-12-03)113
php-fpm是一种master(主)/worker(子)多进程架构,与nginx设计风格有点类似。master进程主要负责CGI及PHP环境初始化、事件监听、子进程状态等等,worker进程负责处理...

apache下网站日志里面显示百度蜘蛛的方法

yangxin1年前 (2022-12-03)141
apache下网站日志里面显示百度蜘蛛的方法想要记录你网站的日志:  1、首页,你要在 “站点编辑” 里面把 "开启访问日志 " 这个选项打勾  2、配置vhost 里面对应站点的...