排序
关于宝塔网站页面显示站点列表为空的解决方法
关于宝塔网站页面显示站点列表为空的解决方法先检查/www/server/panel/data/这个路径里面的 pay_type.json 文件是否为空,如果为空就把下面的内容复制进去保存即可 [/hidecontent]
解决CentOS 7停止更新支持后yum源失效
最近CentOS 7已经停止更新支持,同时官方也把yum源删除了,目前CentOS 7系统使用yum命令安装软件包提示“Could not resolve host: mirrorlist.centos.org; Unknown error”,因此需要更换yum源...
Function Redis::setTimeout() is deprecated 的解决方法
PHP使用redis抛出异常Function Redis::setTimeout() is deprecated 的解决方法 Function Redis::setTimeout() is deprecated 的解决方法PHP 操作 Redis 时遇到如下的问题Deprecated: Functio...