PHP 字符串常用处理
01.统计字符串指定 字符 出现的次数 <?php $str = “0,51,53,54, … Continue reading PHP 字符串常用处理
Best Practices Center
01.统计字符串指定 字符 出现的次数 <?php $str = “0,51,53,54, … Continue reading PHP 字符串常用处理
CSS 去除列表项li前面的小圆点 有两种方法: 将 ul 换成 ol 给li 添加样式: list-style-type:non … Continue reading CSS 去除列表项li前面的小圆点
Http,https 反向代理,将下面的内容保存于xxx.conf 文件,放在 /etc/nginx/conf.d/ 文件夹下 s … Continue reading Nginx 反向代理
Port 443 in use by “”C:\Program Files (x86)\VMware\ … Continue reading 解决 XAMPP 与 VMware 端口 433 被占用的问题
wordpress配置固定链接nginx访问404问题解决方法 1.在你的nginx 配置文件中加上下面的这一段: server … Continue reading wordpress配置固定链接nginx访问404问题解决方法
解决Nextcloud 无法重命名,无法删除文件夹的问题 Nextcloud 系统日志: 解决方法: … Continue reading 解决Nextcloud 无法重命名,无法删除文件夹的问题
PHP从7.0 升级到 PHP 7.3 后出现 Deprecated: __autoload() is deprecated, u … Continue reading PHP从7.0 升级到 PHP 7.3 后出现 Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in