摘要:
您好,您看下您的第一张图的授权对象是不是有问题,应该是匹配到内网了。你可以把我截图中红框内的删除. 阅读全文
摘要:
感觉宝塔面板安装多了,真是新鲜问题都来了 环境: 阿里云香港服务器宝塔面板,安装免费ssl证书Let's Encrypt 报错: 解决: 分别在ssh中执行三条命令,再申请就ok了 btpip install pyOpenSSL==22.1.0 btpip install cffi==1.14 bt 阅读全文
摘要:
//格式化输出函数 function p( $temp){ echo "<pre/>"; print_r($temp); die; } 阅读全文
摘要:
/languages/zh-cn/system.menu.lang.php /phpcms/languages/zh-cn/dengce.lang.php /phpcms/libs/functions/autoload/ /phpcms/libs/functions/autoload/video.f 阅读全文
摘要:
解决办法 delete from `phome_ecms_news_index` where id not in(select id from phome_ecms_news) 阅读全文
摘要:
本代码适合查找网站挂马(木马)文件使用 <?php function listPhpFiles($directory) { $fileList = []; $iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator 阅读全文
摘要:
昔孟母,择邻处。子不学,断机杼。 【三字经第三句】昔孟母,择邻处。子不学,断机杼。 【解释】战国时,孟子的母亲为了让孟子有个好的学习环境搬了三次家。有一次孟子厌学,孟母就割断织布机上的梭子来教育他,做事情要持之以恒,不能半途而废,否则会前功尽弃。 【启示】孟子之所以能够成为儒家代表人物之一,和孟母对 阅读全文
摘要:
1、找到config.json,在配置文件中新增水印效果 /* 上传图片配置项 */ "imageWater": "true",/*******************新增图片水印设置 这里是新增*/ "imageActionName": "uploadsimage", /* 执行上传图片的acti 阅读全文
摘要:
去除内容多余样式php函数-文章来源 植物号 www.zhiwuhao.com function KillStyle($content) { $content = preg_replace("/STYLE=.+?['|\"]/i",'',$content);//去除样式 $content = pre 阅读全文
摘要:
需要在api/extend.func.php 文件中加入的函数 function time_tran($the_time) { $now_time = time(); $show_time = strtotime($the_time); $dur = $now_time - $show_time; 阅读全文