上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 45 下一页
摘要: https://jingyan.baidu.com/article/93f9803fea78f4e0e46f55a9.html 阅读全文
posted @ 2022-08-21 15:49 ingemar,fang 阅读(30) 评论(0) 推荐(0) 编辑
摘要: thinkphp 清除 X-Powered-By: ThinkPHP 找到文件,ThinkPHP/Lib/Think/Core/View.class.php。搜索到一下代码屏蔽即可。header('X-Powered-By:ThinkPHP'); PHP清除X-Powered-By: PHP/5.2 阅读全文
posted @ 2022-08-21 15:46 ingemar,fang 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/22304.htm 如下正则: $a='2<span><nobr>tóng<span class="h">dòng</span></nobr><br>垌</span>3';echo preg_replace('/<span class="h" 阅读全文
posted @ 2022-08-21 15:45 ingemar,fang 阅读(88) 评论(0) 推荐(0) 编辑
摘要: https://www.itbiancheng.com/article/5030.html 今天朋友说服务器上面定时发布的文章,没有正常的发出去由此想到了是不是定时任务出了问题,手动执行的时候提示curl: (52) Empty reply from server,接下来吾爱编程就为大家介绍一下解决 阅读全文
posted @ 2022-08-21 15:43 ingemar,fang 阅读(10649) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/websites/article/details/19199435 PHP正则表达式总结(\nml,\nm,\un,\xn等等) PHP正则表达式语法一个正则表达式就是由普通字符(例如字符 a 到 z)以及特殊字符(称为元字符)组成的文字模式。该模式描述在 阅读全文
posted @ 2022-08-20 21:23 ingemar,fang 阅读(837) 评论(0) 推荐(0) 编辑
摘要: http://www.slyar.com/blog/editplus-regexp-blankline.html 遇到一个比较大的文本文件需要去除空行,首先想到的自然是正则表达式。偷懒去网上找了几个删除空行的正则表达式,填到EditPlus里居然都不能用...而且大多数的正则表达式都用到了"\r", 阅读全文
posted @ 2022-08-20 21:22 ingemar,fang 阅读(98) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/album/ed2a5d1f64d1a409f6be1728.html?picindex=1 阅读全文
posted @ 2022-08-20 21:20 ingemar,fang 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 正则表达式 - 匹配规则 https://www.runoob.com/regexp/regexp-rule.html 正则表达式 - 元字符 https://www.runoob.com/regexp/regexp-metachar.html 下表包含了元字符的完整列表以及它们在正则表达式上下文中 阅读全文
posted @ 2022-08-20 21:18 ingemar,fang 阅读(29) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/bravezhe/article/details/8301569 1.例子,查找不以baidu开头的字符串。baidu.comsina.com.cn 正则:^(?!baidu).*$ 匹配结果就是第2行,也就是第1行被排除了这里使用了零宽度断言(?!exp 阅读全文
posted @ 2022-08-20 21:17 ingemar,fang 阅读(3592) 评论(0) 推荐(0) 编辑
摘要: HTML 音频/视频参考手册 https://www.w3school.com.cn/tags/html_ref_audio_video_dom.asp HTML <video> poster 属性 https://www.w3school.com.cn/tags/att_video_poster. 阅读全文
posted @ 2022-08-20 21:16 ingemar,fang 阅读(18) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 45 下一页