摘要: 谷歌浏览器如何禁用JavaScript 阅读全文
posted @ 2021-10-11 14:13 secsafe 阅读(1204) 评论(0) 推荐(0) 编辑
摘要: js分割字符串取部分url链接案例 阅读全文
posted @ 2021-08-09 18:29 secsafe 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 调用随机tags 阅读全文
posted @ 2021-05-11 10:00 secsafe 阅读(300) 评论(0) 推荐(0) 编辑
摘要: <img.*?src=[\"|\']?(.*?)[\"|\']?\s.*?> 匹配结果如下 阅读全文
posted @ 2021-03-11 15:53 secsafe 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 使用GetList函数调用最新发布的文章列表 {foreach GetList(10) as $newlist} <li> <a href="{$newlist.Url}" title="{$newlist.Title}">{$newlist.Title}</a> </li> {/foreach} 阅读全文
posted @ 2021-03-03 15:31 secsafe 阅读(289) 评论(0) 推荐(0) 编辑
摘要: <?php $key= $_SERVER["HTTP_USER_AGENT"]; echo $key; if(strpos($key,"oogle")!== false||strpos($key,"aidu")!==false) { echo "<li><a href='http://www.bai 阅读全文
posted @ 2021-03-01 16:21 secsafe 阅读(589) 评论(0) 推荐(0) 编辑
摘要: 直接贴代码如下: <?php $data = [ ['id'=>001,'name'=>'kang','age'=>25,'salary'=>9000], ['id'=>002,'name'=>'xin','age'=>24,'salary'=>8000], ['id'=>003,'name'=>' 阅读全文
posted @ 2021-01-16 10:38 secsafe 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: e/class/connect.php(3086) : eval()'d code on line 1 阅读全文
posted @ 2021-01-11 17:21 secsafe 阅读(938) 评论(0) 推荐(0) 编辑
摘要: windowsserver2012开机启动 阅读全文
posted @ 2021-01-09 23:15 secsafe 阅读(5089) 评论(0) 推荐(0) 编辑
摘要: js显示当前时间代码,html显示当前时间代码,html动态显示时间直接贴代码如下: <div class="ll"> <span> 欢迎访问!今天是</span> <script type="text/javascript"> var oldDate = new Date(2011,4,23,0, 阅读全文
posted @ 2020-12-30 17:22 secsafe 阅读(1282) 评论(0) 推荐(1) 编辑
摘要: 帝国cms两种自定义tgas标签伪静态写法 阅读全文
posted @ 2020-12-15 22:17 secsafe 阅读(203) 评论(0) 推荐(0) 编辑
摘要: /usr/bin/rm: Argument list too long 阅读全文
posted @ 2020-12-10 14:37 secsafe 阅读(6753) 评论(0) 推荐(0) 编辑
摘要: 比如我们查看日志中百度蜘蛛的日志就用如下命令 tail -f 103.233.249.188.log |grep Baiduspider 103.233.249.188:日志名称 Baiduspider:要查找的关键词 阅读全文
posted @ 2020-12-08 17:49 secsafe 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 同一站点不同网站(目录)使用不同伪静态的方法教程 阅读全文
posted @ 2020-12-07 17:15 secsafe 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 在线自动生成网站缩略图api接口 https://s0.wordpress.com/mshots/v1/http://www.baidu.com?w=600&h=450 阅读全文
posted @ 2020-11-23 14:17 secsafe 阅读(1306) 评论(0) 推荐(0) 编辑