PHP正则表达式获取字符串之间的内容

正则表达式很强大,今天分享的这个经常使用。$url = @$_GET["url"]; $info=@file_get_contents($url); preg_match('/(.*?)<\/title>/',$info,$title); echo $title; 可以用上面这个获取网...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/%E7%AB%99%E9%95%BF%E6%9D%82%E8%B0%88/">站长杂谈</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-23</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>1131次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/610.html#comments">0条评论</a></span> </div> </aside> </div></article> <article class="post_box auto-list wow fadeInDown" id="post_box3"> <div class="post-img col-xs-4"> <a href="https://www.wxnotes.com/blog/609.html" target="_blank"> <img class="img-responsive img-rounded imgs" src="https://www.wxnotes.com/zb_users/upload/2021/07/202107221626922793415246.png" alt=""><em></em> </a> </div> <div class="post-left"> <h3><a class="" href="https://www.wxnotes.com/blog/609.html" title="wordpress使用对象存储但第三方插件、主题上传不到对象存储的解决办法" target="_blank">wordpress使用对象存储但第三方插件、主题上传不到对象存储的解决办法</a></h3> <div class="post-con"> <span class="title-l"></span><a href="https://www.wxnotes.com/blog/609.html" title="点击阅读全文" target="_blank">我这里是公司搭建了个网站,然后使用了对象存储,但是在我使用主题的头像上传功能时,我发现我上传的东西根本到达不了对象存储。然后我简单查看了一下,说是有两种解决办法,一种是叫我改主题的上传程序,但是找了半天,没找到;另一种方法是叫我配置镜像回源。 我使用的是阿里云对象存储,我是这样设置的。 1、打开镜像...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/Wordpress/">Wordpress</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-22</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>644次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/609.html#comments">0条评论</a></span> </div> </aside> </div></article> <article class="post_box auto-list wow fadeInDown" id="post_box4"> <div class="post-img col-xs-4"> <a href="https://www.wxnotes.com/blog/608.html" target="_blank"> <img class="img-responsive img-rounded imgs" src="https://www.wxnotes.com/zb_users/theme/koilee/style/noimg/1.jpg" alt=""><em></em> </a> </div> <div class="post-left"> <h3><a class="" href="https://www.wxnotes.com/blog/608.html" title="企业微信群机器人webhook PHP示例" target="_blank">企业微信群机器人webhook PHP示例</a></h3> <div class="post-con"> <span class="title-l"></span><a href="https://www.wxnotes.com/blog/608.html" title="点击阅读全文" target="_blank">看了一下企业微信群的机器人,貌似钉钉之类的也有,关于webhook机器人的开发。<?php /** * PHP cURL企业微信群机器人推送消息 * @$key:群机器人key * @$content:推送内容 */ function qyWxBot($key,$content){ // 机器人ke...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/%E7%AB%99%E9%95%BF%E6%9D%82%E8%B0%88/">站长杂谈</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-20</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>2372次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/608.html#comments">0条评论</a></span> </div> </aside> </div></article> <article class="post_box auto-list wow fadeInDown" id="post_box5"> <div class="post-img col-xs-4"> <a href="https://www.wxnotes.com/blog/607.html" target="_blank"> <img class="img-responsive img-rounded imgs" src="https://www.wxnotes.com/zb_users/theme/koilee/style/noimg/4.jpg" alt=""><em></em> </a> </div> <div class="post-left"> <h3><a class="" href="https://www.wxnotes.com/blog/607.html" title="隐藏wordpress后台菜单" target="_blank">隐藏wordpress后台菜单</a></h3> <div class="post-con"> <span class="title-l"></span><a href="https://www.wxnotes.com/blog/607.html" title="点击阅读全文" target="_blank">wordpress非管理员用户隐藏自定义帖子类型菜单项:function wpse28782_remove_menu_items() { if( !current_user_can( 'administrator' ) ): remove_menu_page( 'edit.php?post_type...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/Wordpress/">Wordpress</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-16</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>1090次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/607.html#comments">0条评论</a></span> </div> </aside> </div></article> <article class="post_box auto-list wow fadeInDown" id="post_box6"> <div class="post-img col-xs-4"> <a href="https://www.wxnotes.com/blog/606.html" target="_blank"> <img class="img-responsive img-rounded imgs" src="https://www.wxnotes.com/zb_users/upload/2021/07/202107131626148315886640.png" alt=""><em></em> </a> </div> <div class="post-left"> <h3><a class="" href="https://www.wxnotes.com/blog/606.html" title="Medoo--一个轻量级PHP数据库操作类库" target="_blank">Medoo--一个轻量级PHP数据库操作类库</a></h3> <div class="post-con"> <span class="title-l"></span><a href="https://www.wxnotes.com/blog/606.html" title="点击阅读全文" target="_blank">轻量级的PHP数据库框架, 提高开发效率! 支持各种数据:MySQL, MSSQL, SQLite, MariaDB, Oracle, Sybase, PostgreSQL等等。 一个中文文档:Medoo - 高效的轻量级PHP数据库框架, 提高开发效率! (lvtao.net) GitHub:ht...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/%E7%B3%BB%E7%BB%9F%E7%9F%A5%E8%AF%86/">系统知识</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-13</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>1582次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/606.html#comments">0条评论</a></span> </div> </aside> </div></article> <article class="post_box auto-list wow fadeInDown" id="post_box7"> <div class="post-img col-xs-4"> <a href="https://www.wxnotes.com/blog/605.html" target="_blank"> <img class="img-responsive img-rounded imgs" src="https://www.wxnotes.com/zb_users/theme/koilee/style/noimg/8.jpg" alt=""><em></em> </a> </div> <div class="post-left"> <h3><a class="" href="https://www.wxnotes.com/blog/605.html" title="wordpress发送邮件" target="_blank">wordpress发送邮件</a></h3> <div class="post-con"> <span class="title-l"></span><a href="https://www.wxnotes.com/blog/605.html" title="点击阅读全文" target="_blank">wordpress有自己的发送邮件函数,通过wp_mail函数,能够调用系统发邮件。非常好用。<?php include_once("wp-load.php"); $to = "2551654928@qq.com";//发送到哪个邮箱 $subject = "标题";//标题 $message = ...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/Wordpress/">Wordpress</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-12</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>1370次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/605.html#comments">0条评论</a></span> </div> </aside> </div></article> <article class="post_box auto-list wow fadeInDown" id="post_box8"> <div class="post-img col-xs-4"> <a href="https://www.wxnotes.com/blog/604.html" target="_blank"> <img class="img-responsive img-rounded imgs" src="https://www.wxnotes.com/zb_users/theme/koilee/style/noimg/1.jpg" alt=""><em></em> </a> </div> <div class="post-left"> <h3><a class="" href="https://www.wxnotes.com/blog/604.html" title="PHP实现api转接" target="_blank">PHP实现api转接</a></h3> <div class="post-con"> <span class="title-l"></span><a href="https://www.wxnotes.com/blog/604.html" title="点击阅读全文" target="_blank">自己在用的一个api转接程序,可以将别人的api转接成自己的api,非常好用。<?php function curlget($url,$method='get',$data=null){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); ...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/%E7%AB%99%E9%95%BF%E6%9D%82%E8%B0%88/">站长杂谈</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-12</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>1538次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/604.html#comments">1条评论</a></span> </div> </aside> </div></article> <article class="post_box auto-list wow fadeInDown" id="post_box9"> <div class="post-img col-xs-4"> <a href="https://www.wxnotes.com/blog/603.html" target="_blank"> <img class="img-responsive img-rounded imgs" src="https://www.wxnotes.com/zb_users/upload/2021/07/202107091625806890162052.png" alt=""><em></em> </a> </div> <div class="post-left"> <h3><a class="" href="https://www.wxnotes.com/blog/603.html" title="PHP爬虫之html皆可api" target="_blank">PHP爬虫之html皆可api</a></h3> <div class="post-con"> <span class="title-l"></span><a href="https://www.wxnotes.com/blog/603.html" title="点击阅读全文" target="_blank">这是我经常使用的一个PHP,被我一直收藏起来,用处非常大,可以爬取任何html中的内容。在api,数据接口,同步等等方面都可以使用,可以说是异域调用的神器。 有这个可以做什么? 1、制作查询类api 2、从远程获取我们需要的数据 3、从远程同步我们的内容 4、用别人网站做自己网站数据库(听起来很邪恶...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/%E7%AB%99%E9%95%BF%E6%9D%82%E8%B0%88/">站长杂谈</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-09</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>1466次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/603.html#comments">45条评论</a></span> </div> </aside> </div></article> <article class="post_box auto-list wow fadeInDown" id="post_box10"> <div class="post-img col-xs-4"> <a href="https://www.wxnotes.com/blog/602.html" target="_blank"> <img class="img-responsive img-rounded imgs" src="https://www.wxnotes.com/zb_users/upload/2021/07/202107081625739025321106.jpg" alt=""><em></em> </a> </div> <div class="post-left"> <h3><a class="" href="https://www.wxnotes.com/blog/602.html" title="【转载】PHP实现图片指定区域打印文字和图片" target="_blank">【转载】PHP实现图片指定区域打印文字和图片</a></h3> <div class="post-con"> <span class="title-l"></span><a href="https://www.wxnotes.com/blog/602.html" title="点击阅读全文" target="_blank">PHP实现图片指定区域打印文字和图片 在一些通过模板制作效果图的需求中需要用到图片上加文字或者加图片。 下面这个类可以实现在某个区域内(通过left、top,width、height圈定区域)内居中打印文字和图片,文字可以自动换行,水平和垂直居中。<?php //拼图 class DrawText{...</a> </div> <aside class="item-meta"> <div class="left"> <span class="mu-ml"><i class="fa fa-list-alt"></i><a href="https://www.wxnotes.com/%E7%AB%99%E9%95%BF%E6%9D%82%E8%B0%88/">站长杂谈</a></span> <span class="mu-ml-clock"><i class="fa fa-calendar"></i>2021-07-08</span> </div> <div class="right"> <span class="mu-ml-eye"><i class="fa fa-paw"></i>1123次浏览</span> <span class="mu-ml-comment"><i class="fa fa-comment"></i><a href="https://www.wxnotes.com/blog/602.html#comments">0条评论</a></span> </div> </aside> </div></article> </section> <footer class="synews pagination wow fadeInDown"> <ul><li><a href="https://www.wxnotes.com/" class="c-nav ease shouye" title="首页">首页</a></li> <li><a href="https://www.wxnotes.com/page_8.html" title="上一页" class="c-nav prev ease a1">上一页</a></li> <li><a href="https://www.wxnotes.com/page_5.html" title="第5页" >5</a></li> <li><a href="https://www.wxnotes.com/page_6.html" title="第6页" >6</a></li> <li><a href="https://www.wxnotes.com/page_7.html" title="第7页" >7</a></li> <li><a href="https://www.wxnotes.com/page_8.html" title="第8页" >8</a></li> <li class="active"><span>9</span></li> <li><a href="https://www.wxnotes.com/page_10.html" title="第10页" >10</a></li> <li><a href="https://www.wxnotes.com/page_11.html" title="第11页" >11</a></li> <li><a href="https://www.wxnotes.com/page_12.html" title="第12页" >12</a></li> <li><a href="https://www.wxnotes.com/page_13.html" title="第13页" >13</a></li> <li><a href="https://www.wxnotes.com/page_14.html" title="第14页" >14</a></li> <li><a href="https://www.wxnotes.com/page_10.html" title="下一页" class="c-nav next ease a1">下一页</a></li> <li><a href="https://www.wxnotes.com/page_56.html" class="c-nav ease moye" title="末页">末页 </a></li> <li><span class="page-last">共 56 页</span></li> </ul> <div id="loadmore" class="load-more-wrap loadmore"><a class="load-more" href="https://www.wxnotes.com/page_10.html" id="post_over">点击查看更多</a></div> </footer> </section> <div class="catlist cat-container"> <div class="catlist-main cat-col wow fadeInDown"> <h2 class="catlist-title"><span class="catlist-text">新鲜科技</span> <a href="https://www.wxnotes.com/tech/" target="_blank">更多<i class="fa fa-plus-circle"></i></a> </h2> <div class="cat-cms cat-main"> <article class="cat-post cat-format"> <div class="cat-scale"> <a href="https://www.wxnotes.com/blog/659.html" title="查看:2022虎年《福虎生财》礼盒定制预售" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2021/11/202111121636683277206768.png" class="thumb" alt="2022虎年《福虎生财》礼盒定制预售"></a> </div> <div class="cat-entry"> <h3 class="cat-entry-title"><a href="https://www.wxnotes.com/blog/659.html" title="查看:2022虎年《福虎生财》礼盒定制预售" target="_blank">2022虎年《福虎生财》礼盒定制预售</a></h3> <p class="cat-entry-info">虽然离新年还早,但是对于那些博客站长、商家等送一些礼品,总要早早准备一下礼物。而对于我们经常想到的送U盘、杯子和一些其他小礼品,别人收到可能他也有了,而且感觉没有一点新奇。所以,我今天给大家推荐一点不一样的。这款新年礼盒叫做《福虎生财》,里面包含了红包、对联、纸雕、日历、面具等,设计精美,适合人群广...</p> </div> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>新鲜科技</strong><i class=""></i><a href="https://www.wxnotes.com/blog/554.html" title="七星是怎么坑老客户的!" target="_blank">七星是怎么坑老客户的!</a></h3> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>新鲜科技</strong><i class=""></i><a href="https://www.wxnotes.com/blog/380.html" title="安卓用户可以修改微信号了!你会改吗?" target="_blank">安卓用户可以修改微信号了!你会改吗?</a></h3> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>新鲜科技</strong><i class=""></i><a href="https://www.wxnotes.com/blog/375.html" title="抗疫特别节目《人间世》记录片" target="_blank">抗疫特别节目《人间世》记录片</a></h3> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>新鲜科技</strong><i class=""></i><a href="https://www.wxnotes.com/blog/348.html" title="分享一下最近几款可用的无损音乐下载软件(电脑+手机)" target="_blank">分享一下最近几款可用的无损音乐下载软件(电脑+手机)</a></h3> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>新鲜科技</strong><i class=""></i><a href="https://www.wxnotes.com/blog/346.html" title="小储云商城系统/小储云商城源码/发卡网搭建/个人发卡/社区货源对接系统/正版终身授权" target="_blank">小储云商城系统/小储云商城源码/发卡网搭建/个人发卡/社区货源对接系统/正版终身授权</a></h3> </article> </div> </div> <div class="catlist-main cat-col wow fadeInDown"> <h2 class="catlist-title"><span class="catlist-text">系统知识</span> <a href="https://www.wxnotes.com/%E7%B3%BB%E7%BB%9F%E7%9F%A5%E8%AF%86/" target="_blank">更多<i class="fa fa-plus-circle"></i></a> </h2> <div class="cat-cms cat-main"> <article class="cat-post cat-format"> <div class="cat-scale"> <a href="https://www.wxnotes.com/blog/685.html" title="查看:最简单go语言http演示" target="_blank"><img src="https://www.wxnotes.com/zb_users/theme/koilee/style/noimg/9.jpg" class="thumb" alt="最简单go语言http演示"></a> </div> <div class="cat-entry"> <h3 class="cat-entry-title"><a href="https://www.wxnotes.com/blog/685.html" title="查看:最简单go语言http演示" target="_blank">最简单go语言http演示</a></h3> <p class="cat-entry-info">最近迷恋go语言,想了解一下go语言写网站,然后找了个简单例子,记着,以后用package main import ( "fmt" "net/http" ) func wenxi(w http.ResponseWriter, req *http.Request) { fmt.Fprintf(w, "...</p> </div> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>系统知识</strong><i class=""></i><a href="https://www.wxnotes.com/blog/678.html" title="erpnext从旧版更新到13最新测试版本" target="_blank">erpnext从旧版更新到13最新测试版本</a></h3> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>系统知识</strong><i class=""></i><a href="https://www.wxnotes.com/blog/633.html" title="Windows 修改远程端口脚本" target="_blank">Windows 修改远程端口脚本</a></h3> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>系统知识</strong><i class=""></i><a href="https://www.wxnotes.com/blog/606.html" title="Medoo--一个轻量级PHP数据库操作类库" target="_blank">Medoo--一个轻量级PHP数据库操作类库</a></h3> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>系统知识</strong><i class=""></i><a href="https://www.wxnotes.com/blog/601.html" title="cloudreve后台表格数据获取api" target="_blank">cloudreve后台表格数据获取api</a></h3> </article> <article class="cat-post cat-grid"> <h3 class="cat-entry-title"><strong>系统知识</strong><i class=""></i><a href="https://www.wxnotes.com/blog/599.html" title="PHP配合Mysql实现简单的分页查询" target="_blank">PHP配合Mysql实现简单的分页查询</a></h3> </article> </div> </div> </div> </section> <aside class="sidebar right"> <section class="sidebar_widget widget_post_author"> <section class="author_info"> <div class="widget_avatar" style="background-image: url(/zb_users/theme/koilee/style/images/author-img.jpg);"> <a href="https://www.wxnotes.com/author-1.html" title="温文曦" class="widget_avatar"><img class="widget_avatar" src="https://q1.qlogo.cn/g?b=qq&nk=550090076&s=640" alt="温文曦"><div class="widget-cover auvip1 vip0"></div><i title="温文曦" class="author-ident author1"></i></a> </div> <h3>温文曦<span class="admin_field">管理员</span></h3> <div class="author-social"> <span class="author-weixin"><a title="微信"><i class="fa fa-weixin"></i><em style="background-image:url(https://www.wxnotes.com/zb_users/upload/2019/10/201910031570114257626196.jpg);"></em></a></span> <span class="author-qq"><a href="tencent://message/?uin=550090076&Site=Talklee.Com&Menu=yes" rel="nofollow" target="_blank" title="QQ联系我"><i class="fa fa-qq"></i></a></span> <span class="author-diy"><a href="https://weibo.com/" rel="nofollow" target="_blank" title="微博"><i class="fa fa-weibo"></i><em style="background-image:url(/zb_users/theme/koilee/style/images/weixin.jpg);"></em></a></span> </div><p>文曦博客,是一个记录自己生活点滴、互联网技术的原创独立博客(Wxnotes.com)。</p> </section> <section class="author_count"> <ul> <li title="文章总数:566"><span>文章</span><strong>566</strong></li> <li title="评论总数:3622"><span>评论</span><strong>3622</strong></li> <li title="浏览总数:2075337"><span>浏览</span><strong>2075337</strong></li> </ul> </section> </section> <section class="sidebar_widget wow fadeInDown" id="divCalendar"> <ul class="sidebar_content divCalendar"><table id="tbCalendar"> <caption><a title="上个月" href="https://www.wxnotes.com/date-2025-8.html">«</a>   <a href="https://www.wxnotes.com/date-2025-9.html"> 2025年9月 </a>   <a title="下个月" href="https://www.wxnotes.com/date-2025-10.html">»</a></caption> <thead><tr> <th title="星期一" scope="col"><small>一</small></th> <th title="星期二" scope="col"><small>二</small></th> <th title="星期三" scope="col"><small>三</small></th> <th title="星期四" scope="col"><small>四</small></th> <th title="星期五" scope="col"><small>五</small></th> <th title="星期六" scope="col"><small>六</small></th> <th title="星期日" scope="col"><small>日</small></th></tr></thead> <tbody> <tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td></tr> <tr><td>8</td><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td></tr> <tr><td>15</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td></tr> <tr><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td></tr> <tr><td><a href="https://www.wxnotes.com/date-2025-9-29.html" title="2025-9-29 (2)" target="_blank">29</a></td><td>30</td><td></td><td></td><td></td><td></td><td></td></tr> </tbody> </table></ul> </section><section class="sidebar_widget wow fadeInDown" id="side_countdown"> <h3 class="sidebar_title">似水流年</h3> <ul class="sidebar_content side_countdown"><div class="item"id="dayProgress"><div class="title">今日已经过去<span></span>小时</div><div class="progress"><div class="progress-bar"><div class="progress-inner progress-inner-1"></div></div><div class="progress-percentage"></div></div></div><div class="item"id="weekProgress"><div class="title">这周已经过去<span></span>天</div><div class="progress"><div class="progress-bar"><div class="progress-inner progress-inner-2"></div></div><div class="progress-percentage"></div></div></div><div class="item"id="monthProgress"><div class="title">本月已经过去<span></span>天</div><div class="progress"><div class="progress-bar"><div class="progress-inner progress-inner-3"></div></div><div class="progress-percentage"></div></div></div><div class="item"id="yearProgress"><div class="title">今年已经过去<span></span>个月</div><div class="progress"><div class="progress-bar"><div class="progress-inner progress-inner-4"></div></div><div class="progress-percentage"></div></div></div></ul> </section><section class="sidebar_widget wow fadeInDown" id="side_tabrmtj"> <ul class="sidebar_content side_tabrmtj"><li id="con_title" class="con_post_title"><ul id="tab"><li id="one1" class="tabhover">站长推荐</li><li id="one2">热门文章</li></ul></li><li id="con_one" class="con_one_list"><ul id="con_one_1" style="display:block;"><li class="seide-diy"><span class="li-icon li-icon-1">1</span><a href="https://www.wxnotes.com/blog/72.html" title="在《故事里的中国》舞台上,胡歌、刘涛重现《永不消逝的电波》!" target="_blank">在《故事里的中国》舞台上,胡歌、刘涛重现《永不消逝的电波》!</a></li><li class="seide-diy"><span class="li-icon li-icon-2">2</span><a href="https://www.wxnotes.com/blog/158.html" title="近期热议的韩国电影《流感》" target="_blank">近期热议的韩国电影《流感》</a></li><li class="seide-diy"><span class="li-icon li-icon-3">3</span><a href="https://www.wxnotes.com/blog/75.html" title="【教程】利用Haproxy解决SMTP发信暴露服务器源IP的方法" target="_blank">【教程】利用Haproxy解决SMTP发信暴露服务器源IP的方法</a></li><li class="seide-diy"><span class="li-icon li-icon-4">4</span><a href="https://www.wxnotes.com/blog/50.html" title="康乐Kangle 商业版完美智能防CC攻击(0误封)3311后台防护CC设置教程 防御一切CC攻击" target="_blank">康乐Kangle 商业版完美智能防CC攻击(0误封)3311后台防护CC设置教程 防御一切CC攻击</a></li><li class="seide-diy"><span class="li-icon li-icon-5">5</span><a href="https://www.wxnotes.com/blog/39.html" title="个人博客用不用开启HTTPS协议?" target="_blank">个人博客用不用开启HTTPS协议?</a></li><li class="seide-diy"><span class="li-icon li-icon-6">6</span><a href="https://www.wxnotes.com/blog/38.html" title="做好SEO你必须要知道nofollow标签存在作用" target="_blank">做好SEO你必须要知道nofollow标签存在作用</a></li><li class="seide-diy"><span class="li-icon li-icon-7">7</span><a href="https://www.wxnotes.com/blog/37.html" title="一行代码解决IE6,IE7,IE8不兼容问题" target="_blank">一行代码解决IE6,IE7,IE8不兼容问题</a></li><li class="seide-diy"><span class="li-icon li-icon-8">8</span><a href="https://www.wxnotes.com/blog/104.html" title="kangle利用ipip数据库做云端黑名单屏蔽国内国外流量,防止海外流量的CC攻击 anrip利用ipip数据库做云端黑名单屏蔽国内国外流量,防止海外流量的CC攻击 anrip IpAreaRoute" target="_blank">kangle利用ipip数据库做云端黑名单屏蔽国内国外流量,防止海外流量的CC攻击 anrip利用ipip数据库做云端黑名单屏蔽国内国外流量,防止海外流量的CC攻击 anrip IpAreaRoute</a></li><li class="seide-diy"><span class="li-icon li-icon-9">9</span><a href="https://www.wxnotes.com/blog/40.html" title="百度分享支持https的图文教程" target="_blank">百度分享支持https的图文教程</a></li></ul><ul id="con_one_2" style="display:none"><li><span class="li-icon li-icon-1">1</span><a href="https://www.wxnotes.com/blog/693.html" title="WordPress开启redis缓存后内存CPU100%问题排查(0条评论)" target="_blank">WordPress开启redis缓存后内存CPU100%问题排查</a></li><li><span class="li-icon li-icon-2">2</span><a href="https://www.wxnotes.com/blog/692.html" title="wordpress使用redis进行网站加速及性能调优(0条评论)" target="_blank">wordpress使用redis进行网站加速及性能调优</a></li></ul></li></ul> </section><section class="sidebar_widget wow fadeInDown" id="divComments"> <h3 class="sidebar_title">最新留言</h3> <ul class="sidebar_content divComments"><li> <span class="zb_avatar"> <a href="https://www.wxnotes.com/blog/484.html#cmt4162" title="查看评论内容" target="_blank"><img src="https://q1.qlogo.cn/g?b=qq&nk=343021&s=640" alt="忆梦" title="忆梦"><i title="忆梦" class="author-ident author6"></i></a> </span> <p><a href="https://www.wxnotes.com/blog/484.html#cmt4162" title="查看评论内容" target="_blank">文章不错,写的很好!</a></p> <small>忆梦 评论于:05-10</small> </li><li> <span class="zb_avatar"> <a href="https://www.wxnotes.com/blog/689.html#cmt4161" title="查看评论内容" target="_blank"><img src="https://www.wxnotes.com/zb_users/plugin/Jz52_multiavatar/mavatar/svg/HRHrGQHdIBci.svg" alt="安知鱼" title="安知鱼"><i title="安知鱼" class="author-ident author6"></i></a> </span> <p><a href="https://www.wxnotes.com/blog/689.html#cmt4161" title="查看评论内容" target="_blank">牛逼</a></p> <small>安知鱼 评论于:04-26</small> </li><li> <span class="zb_avatar"> <a href="https://www.wxnotes.com/blog/541.html#cmt4160" title="查看评论内容" target="_blank"><img src="https://q1.qlogo.cn/g?b=qq&nk=1824688745&s=640" alt="柠七" title="柠七"><i title="柠七" class="author-ident author6"></i></a> </span> <p><a href="https://www.wxnotes.com/blog/541.html#cmt4160" title="查看评论内容" target="_blank">emmmmm。。看不懂怎么破?文章不错,写的很好!</a></p> <small>柠七 评论于:03-26</small> </li><li> <span class="zb_avatar"> <a href="https://www.wxnotes.com/blog/367.html#cmt4159" title="查看评论内容" target="_blank"><img src="https://q1.qlogo.cn/g?b=qq&nk=3255248122&s=640" alt="洛洛" title="洛洛"><i title="洛洛" class="author-ident author6"></i></a> </span> <p><a href="https://www.wxnotes.com/blog/367.html#cmt4159" title="查看评论内容" target="_blank">支持</a></p> <small>洛洛 评论于:03-26</small> </li><li> <span class="zb_avatar"> <a href="https://www.wxnotes.com/blog/334.html#cmt4158" title="查看评论内容" target="_blank"><img src="https://www.wxnotes.com/zb_users/plugin/Jz52_multiavatar/mavatar/svg/HQgfFwf1HAsj.svg" alt="好好好" title="好好好"><i title="好好好" class="author-ident author6"></i></a> </span> <p><a href="https://www.wxnotes.com/blog/334.html#cmt4158" title="查看评论内容" target="_blank">软件呢?</a></p> <small>好好好 评论于:03-26</small> </li><li> <span class="zb_avatar"> <a href="https://www.wxnotes.com/blog/334.html#cmt4157" title="查看评论内容" target="_blank"><img src="https://www.wxnotes.com/zb_users/plugin/Jz52_multiavatar/mavatar/svg/HQgfFwf1HAsj.svg" alt="好好好" title="好好好"><i title="好好好" class="author-ident author6"></i></a> </span> <p><a href="https://www.wxnotes.com/blog/334.html#cmt4157" title="查看评论内容" target="_blank">好</a></p> <small>好好好 评论于:03-26</small> </li></ul> </section><section class="sidebar_widget wow fadeInDown" id="divTags"> <h3 class="sidebar_title">标签列表</h3> <ul class="sidebar_content divTags"><li><a title="乱七八糟" href="https://www.wxnotes.com/tags-1.html">乱七八糟<span class="tag-count"> (45)</span></a></li> <li><a title="自媒体" href="https://www.wxnotes.com/tags-2.html">自媒体<span class="tag-count"> (28)</span></a></li> <li><a title="胡言乱语" href="https://www.wxnotes.com/tags-3.html">胡言乱语<span class="tag-count"> (6)</span></a></li> <li><a title="网络杂谈" href="https://www.wxnotes.com/tags-4.html">网络杂谈<span class="tag-count"> (87)</span></a></li> <li><a title="投稿" href="https://www.wxnotes.com/tags-5.html">投稿<span class="tag-count"> (109)</span></a></li> <li><a title="吐槽" href="https://www.wxnotes.com/tags-6.html">吐槽<span class="tag-count"> (21)</span></a></li> <li><a title="分享" href="https://www.wxnotes.com/tags-7.html">分享<span class="tag-count"> (212)</span></a></li> <li><a title="站长" href="https://www.wxnotes.com/tags-8.html">站长<span class="tag-count"> (66)</span></a></li> <li><a title="新闻" href="https://www.wxnotes.com/tags-9.html">新闻<span class="tag-count"> (21)</span></a></li> <li><a title="资讯" href="https://www.wxnotes.com/tags-10.html">资讯<span class="tag-count"> (29)</span></a></li> <li><a title="经验" href="https://www.wxnotes.com/tags-11.html">经验<span class="tag-count"> (74)</span></a></li> <li><a title="教程" href="https://www.wxnotes.com/tags-12.html">教程<span class="tag-count"> (73)</span></a></li> <li><a title="SEO优化" href="https://www.wxnotes.com/tags-13.html">SEO优化<span class="tag-count"> (19)</span></a></li> <li><a title="百度" href="https://www.wxnotes.com/tags-14.html">百度<span class="tag-count"> (20)</span></a></li> <li><a title="kangle" href="https://www.wxnotes.com/tags-15.html">kangle<span class="tag-count"> (29)</span></a></li> <li><a title="云屋互联" href="https://www.wxnotes.com/tags-16.html">云屋互联<span class="tag-count"> (22)</span></a></li> <li><a title="服务器源IP" href="https://www.wxnotes.com/tags-17.html">服务器源IP<span class="tag-count"> (6)</span></a></li> <li><a title="Kangle" href="https://www.wxnotes.com/tags-19.html">Kangle<span class="tag-count"> (7)</span></a></li> <li><a title="HTTPS" href="https://www.wxnotes.com/tags-26.html">HTTPS<span class="tag-count"> (5)</span></a></li> <li><a title="EP分销" href="https://www.wxnotes.com/tags-36.html">EP分销<span class="tag-count"> (5)</span></a></li> <li><a title="linux" href="https://www.wxnotes.com/tags-37.html">linux<span class="tag-count"> (8)</span></a></li> <li><a title="php" href="https://www.wxnotes.com/tags-39.html">php<span class="tag-count"> (5)</span></a></li> <li><a title="apache" href="https://www.wxnotes.com/tags-40.html">apache<span class="tag-count"> (3)</span></a></li> <li><a title="ngnix" href="https://www.wxnotes.com/tags-41.html">ngnix<span class="tag-count"> (4)</span></a></li> <li><a title="swapidc" href="https://www.wxnotes.com/tags-42.html">swapidc<span class="tag-count"> (9)</span></a></li> </ul> </section> </aside> </section> <section class="home-cms"> <div class="homecate3"> <div class="homecate3_box cat-col wow fadeInDown"> <div class="homecate3_title"> <h3>站长杂谈</h3> <p><a rel="nofollow" href="https://www.wxnotes.com/%E7%AB%99%E9%95%BF%E6%9D%82%E8%B0%88/" title="查看更多" target="_blank">更多<i class="fa fa-plus-circle"></i></a></p> </div> <ul> <li> <div class="cate3-img"> <a href="https://www.wxnotes.com/blog/686.html" title="php隐藏实际地址的文件下载方法" target="_blank"><img src="https://www.wxnotes.com/zb_users/theme/koilee/style/noimg/5.jpg" alt="php隐藏实际地址的文件下载方法"></a> </div> <div class="cate3-info"> <h3><a href="https://www.wxnotes.com/blog/686.html" title="php隐藏实际地址的文件下载方法" target="_blank">php隐藏实际地址的文件下载方法</a></h3> <p>方法一:function download_document($filename,$path="",$mimetype="applica...</p> </div> </li> <li> <div class="cate3-img"> <a href="https://www.wxnotes.com/blog/682.html" title="PHP多进程示例" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2022/02/202202201645351243845190.png" alt="PHP多进程示例"></a> </div> <div class="cate3-info"> <h3><a href="https://www.wxnotes.com/blog/682.html" title="PHP多进程示例" target="_blank">PHP多进程示例</a></h3> <p>说明:读取库中 10 万条记录,对其进行修改,测试结果对比,单进程修改完花费 40 秒左右, 创建了 4 个进程同步修改花费大概 10 ...</p> </div> </li> <li> <div class="cate3-img"> <a href="https://www.wxnotes.com/blog/677.html" title="PHP检测服务器TCP端口" target="_blank"><img src="https://www.wxnotes.com/zb_users/theme/koilee/style/noimg/3.jpg" alt="PHP检测服务器TCP端口"></a> </div> <div class="cate3-info"> <h3><a href="https://www.wxnotes.com/blog/677.html" title="PHP检测服务器TCP端口" target="_blank">PHP检测服务器TCP端口</a></h3> <p>之前拿来检测远程服务器是否正常运行的,也是从哪里弄来的代码,直接放出来给大家了<?php //实现TCP端口检测 class Healt...</p> </div> </li> <li> <div class="cate3-img"> <a href="https://www.wxnotes.com/blog/673.html" title="bing必应搜索内陆无法访问" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2021/12/202112171639713404841058.png" alt="bing必应搜索内陆无法访问"></a> </div> <div class="cate3-info"> <h3><a href="https://www.wxnotes.com/blog/673.html" title="bing必应搜索内陆无法访问" target="_blank">bing必应搜索内陆无法访问</a></h3> <p>大概从2021年12月16日下午的五点左右,微软的bing搜索引擎突然无法访问。于是我使用站长之家ping了一下。发现只是中国内陆无法访...</p> </div> </li> </ul> </div> <div class="homecate3_box cat-col wow fadeInDown"> <div class="homecate3_title"> <h3>胡言乱语</h3> <p><a rel="nofollow" href="https://www.wxnotes.com/talk/" title="查看更多" target="_blank">更多<i class="fa fa-plus-circle"></i></a></p> </div> <ul> <li> <div class="cate3-img"> <a href="https://www.wxnotes.com/blog/681.html" title="本站同款博客与温永涛博客搭建" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2022/02/20220216091136_18816.jpg" alt="本站同款博客与温永涛博客搭建"></a> </div> <div class="cate3-info"> <h3><a href="https://www.wxnotes.com/blog/681.html" title="本站同款博客与温永涛博客搭建" target="_blank">本站同款博客与温永涛博客搭建</a></h3> <p>找我享8折优惠。 联系微信:yinjiangbi 联系邮箱:2551654928@qq.com...</p> </div> </li> <li> <div class="cate3-img"> <a href="https://www.wxnotes.com/blog/635.html" title="一个让人深思的视频分享--人生的意义" target="_blank"><img src="https://www.wxnotes.com/zb_users/theme/koilee/style/noimg/6.jpg" alt="一个让人深思的视频分享--人生的意义"></a> </div> <div class="cate3-info"> <h3><a href="https://www.wxnotes.com/blog/635.html" title="一个让人深思的视频分享--人生的意义" target="_blank">一个让人深思的视频分享--人生的意义</a></h3> <p>人生的意义是什么?一个由小及大,先从自己角度看人生,最后站在宇宙角度看人生意义的视频,分享给大家。百年之后,身死道消,留给我们的,还有什...</p> </div> </li> <li> <div class="cate3-img"> <a href="https://www.wxnotes.com/blog/544.html" title="ABC蜂蜜网" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2020/12/202012171608202619340976.png" alt="ABC蜂蜜网"></a> </div> <div class="cate3-info"> <h3><a href="https://www.wxnotes.com/blog/544.html" title="ABC蜂蜜网" target="_blank">ABC蜂蜜网</a></h3> <p>ABC蜂蜜网是站长旗下的一个网站,域名为www.abcfengmi.com 。 图片90%属于原创图片,希望大家不要盗用图片去骗人,这样...</p> </div> </li> <li> <div class="cate3-img"> <a href="https://www.wxnotes.com/blog/490.html" title="快手、抖音等短视频APP为什么要分国际版和国内版,然后国际版还要屏蔽大陆用户??" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2020/09/202009221600706905209808.png" alt="快手、抖音等短视频APP为什么要分国际版和国内版,然后国际版还要屏蔽大陆用户??"></a> </div> <div class="cate3-info"> <h3><a href="https://www.wxnotes.com/blog/490.html" title="快手、抖音等短视频APP为什么要分国际版和国内版,然后国际版还要屏蔽大陆用户??" target="_blank">快手、抖音等短视频APP为什么要分国际版和国内版,然后国际版还要屏蔽大陆用户??</a></h3> <p>今天在贴吧看到一个很有趣的问题,抖音为什么要分国际版和国内版,然后国际版还要屏蔽大陆用户? 我用我现有知识做一个回答吧。 第一个问题,快...</p> </div> </li> </ul> </div> </div> <div class="layout_list cat-col wow fadeInDown" data-wow-delay="0.25s"> <section class="layout_title"> <section class="title"> <h3>互联网</h3> <span>基于建站技术分享交流,多元化服务的个人博客网站,致力于打造一个经典博客网,希望可以和站长朋友们一起学习交流!</span> </section> <section class="button"> <a href="https://www.wxnotes.com/info/" title="查看更多" target="_blank">更多<i class="fa fa-plus-circle"></i></a> </section> </section> <section class="topic_list"> <div class="layout_ul"> <div class="layout-pic"> <a class="layout-imgs" href="https://www.wxnotes.com/blog/693.html" title="WordPress开启redis缓存后内存CPU100%问题排查" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2025/09/20250929011557175907975798783.jpeg" width="200" height="150" alt="WordPress开启redis缓存后内存CPU100%问题排查"></a> <h3><a href="https://www.wxnotes.com/blog/693.html" title="WordPress开启redis缓存后内存CPU100%问题排查" class="col-title" target="_blank">WordPress开启redis缓存后内存CPU100%问题排查</a></h3> <p class="layout-desc">问题描述:本以为网站开启了redis插件之后,速度会大大提升,刷新FLUSH之后结果却cpu突然爆满,没刷新前是正常的。redis并没有起到查询次数减...</p> <aside class="layout-meta"> <div class="left"><span class="mu-ml-clock"><i class="fa fa-calendar"></i>2025-09-29</span></div> <div class="right"><span class="mu-ml-eye"><i class="fa fa-paw"></i>823次浏览</span></div> </aside> </div> </div> <div class="layout_ul"> <div class="layout-pic"> <a class="layout-imgs" href="https://www.wxnotes.com/blog/692.html" title="wordpress使用redis进行网站加速及性能调优" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2025/09/20250929011223175907954343447.jpeg" width="200" height="150" alt="wordpress使用redis进行网站加速及性能调优"></a> <h3><a href="https://www.wxnotes.com/blog/692.html" title="wordpress使用redis进行网站加速及性能调优" class="col-title" target="_blank">wordpress使用redis进行网站加速及性能调优</a></h3> <p class="layout-desc">wordpress简单介绍:WordPress功能很强大,但是性能确实比较慢, WordPress采用的是动态数据库查询技术。通俗的说,就是用户访问每...</p> <aside class="layout-meta"> <div class="left"><span class="mu-ml-clock"><i class="fa fa-calendar"></i>2025-09-29</span></div> <div class="right"><span class="mu-ml-eye"><i class="fa fa-paw"></i>490次浏览</span></div> </aside> </div> </div> <ul class="layout-large"> <li> <a href="https://www.wxnotes.com/blog/686.html" title="详细阅读:php隐藏实际地址的文件下载方法" target="_blank">php隐藏实际地址的文件下载方法</a> <span class="list-date">2022-03-16</span> </li> <li> <a href="https://www.wxnotes.com/blog/685.html" title="详细阅读:最简单go语言http演示" target="_blank">最简单go语言http演示</a> <span class="list-date">2022-03-11</span> </li> <li> <a href="https://www.wxnotes.com/blog/682.html" title="详细阅读:PHP多进程示例" target="_blank">PHP多进程示例</a> <span class="list-date">2022-02-20</span> </li> <li> <a href="https://www.wxnotes.com/blog/678.html" title="详细阅读:erpnext从旧版更新到13最新测试版本" target="_blank">erpnext从旧版更新到13最新测试版本</a> <span class="list-date">2022-01-27</span> </li> <li> <a href="https://www.wxnotes.com/blog/677.html" title="详细阅读:PHP检测服务器TCP端口" target="_blank">PHP检测服务器TCP端口</a> <span class="list-date">2022-01-18</span> </li> <li> <a href="https://www.wxnotes.com/blog/676.html" title="详细阅读:新版微博热搜api" target="_blank">新版微博热搜api</a> <span class="list-date">2021-12-23</span> </li> <li> <a href="https://www.wxnotes.com/blog/673.html" title="详细阅读:bing必应搜索内陆无法访问" target="_blank">bing必应搜索内陆无法访问</a> <span class="list-date">2021-12-17</span> </li> <li> <a href="https://www.wxnotes.com/blog/672.html" title="详细阅读:一个PHP的MySQL、MySQLi、SQLite 三合一数据库操作类" target="_blank">一个PHP的MySQL、MySQLi、SQLite 三合一数据库操作类</a> <span class="list-date">2021-12-17</span> </li> </ul> </section> </div> <div class="fluid-box cat-col wow fadeInDown" data-wow-delay="0.3s"> <ul id="flexisel" class="nbs-flexisel-ul"> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/592.html" title="查看:瑶瑶云商城发卡系统" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2021/06/202106231624459988707608.png" alt="瑶瑶云商城发卡系统" title="查看:瑶瑶云商城发卡系统"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/592.html" title="查看:瑶瑶云商城发卡系统" rel="bookmark" target="_blank">瑶瑶云商城发卡系统</a></h4> </li> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/583.html" title="查看:一款超简单CMS框架--pbootcms" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2021/06/202106071623030267779811.png" alt="一款超简单CMS框架--pbootcms" title="查看:一款超简单CMS框架--pbootcms"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/583.html" title="查看:一款超简单CMS框架--pbootcms" rel="bookmark" target="_blank">一款超简单CMS框架--pbootcms</a></h4> </li> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/569.html" title="查看:网页纯前端模拟终端执行脚本" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2021/05/202105041620124747522607.png" alt="网页纯前端模拟终端执行脚本" title="查看:网页纯前端模拟终端执行脚本"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/569.html" title="查看:网页纯前端模拟终端执行脚本" rel="bookmark" target="_blank">网页纯前端模拟终端执行脚本</a></h4> </li> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/556.html" title="查看:彩虹云任务极致精简版--PHPcron" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2021/03/202103021614616231839469.png" alt="彩虹云任务极致精简版--PHPcron" title="查看:彩虹云任务极致精简版--PHPcron"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/556.html" title="查看:彩虹云任务极致精简版--PHPcron" rel="bookmark" target="_blank">彩虹云任务极致精简版--PHPcron</a></h4> </li> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/553.html" title="查看:基于layui的密码跳转页面" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2021/01/202101091610198065787262.png" alt="基于layui的密码跳转页面" title="查看:基于layui的密码跳转页面"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/553.html" title="查看:基于layui的密码跳转页面" rel="bookmark" target="_blank">基于layui的密码跳转页面</a></h4> </li> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/550.html" title="查看:【转载】一款三栏简约typecho主题 Lanstar v2.2.0跨年版" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2021/01/20210106203816_22104.jpg" alt="【转载】一款三栏简约typecho主题 Lanstar v2.2.0跨年版" title="查看:【转载】一款三栏简约typecho主题 Lanstar v2.2.0跨年版"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/550.html" title="查看:【转载】一款三栏简约typecho主题 Lanstar v2.2.0跨年版" rel="bookmark" target="_blank">【转载】一款三栏简约typecho主题 Lanstar v2.2.0跨年版</a></h4> </li> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/547.html" title="查看:自己写的弹窗,拿去随意更改" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2020/12/202012271609062683397698.png" alt="自己写的弹窗,拿去随意更改" title="查看:自己写的弹窗,拿去随意更改"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/547.html" title="查看:自己写的弹窗,拿去随意更改" rel="bookmark" target="_blank">自己写的弹窗,拿去随意更改</a></h4> </li> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/546.html" title="查看:一款漂亮的企业官网---kingtart" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2020/12/202012251608889790687990.png" alt="一款漂亮的企业官网---kingtart" title="查看:一款漂亮的企业官网---kingtart"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/546.html" title="查看:一款漂亮的企业官网---kingtart" rel="bookmark" target="_blank">一款漂亮的企业官网---kingtart</a></h4> </li> <li class="nbs-flexisel-item"> <a href="https://www.wxnotes.com/blog/542.html" title="查看:一套免费好看的国产开源Typecho博客源码的漂亮主题--Typecho-Joe-Theme" target="_blank"><img src="https://www.wxnotes.com/zb_users/upload/2020/12/202012151608045032150630.png" alt="一套免费好看的国产开源Typecho博客源码的漂亮主题--Typecho-Joe-Theme" title="查看:一套免费好看的国产开源Typecho博客源码的漂亮主题--Typecho-Joe-Theme"></a> <h4 class="flexisel-h-title"><a href="https://www.wxnotes.com/blog/542.html" title="查看:一套免费好看的国产开源Typecho博客源码的漂亮主题--Typecho-Joe-Theme" rel="bookmark" target="_blank">一套免费好看的国产开源Typecho博客源码的漂亮主题--Typecho-Joe-Theme</a></h4> </li> </ul> </div> </section> </section> <section class="container wow fadeInDown"> <section class="home_links"> <section class="home_title"> <section class="title"><h3>友情链接</h3></section> <section class="button"><a href="/links/" title="申请加入">申请加入<i class="fa fa-plus-circle"></i></a></section> </section> <ul id="link-home"> <li><a href="https://www.kostool.cn/" target="_blank" title="KOS工具箱是一个主要面向Kangle EP系统的Linux Shell脚本管理工具。它包含了Kangle EP环境的PHP安全配置、防黑防扫爆底层程序、Kangle防CC、EP泛解析插件、Kangle监控、Kangle模板安装、Kangle免费自动备份等等功能,和Linux系统下的SSH端口修改、时间匹配、KOS云防CC等等一键功能">kangle工具箱</a></li><li><a href="https://blog.youngxj.cn/" target="_blank" title="杨小杰Blog(Youngxj)提供免费教程下载和网站搭建技术教程,主要分享和发布网站源码,致力创造一个高质量网络资源教程的分享平台">杨小杰博客</a></li><li><a href="https://www.nta6.com" target="_blank" title="本站建站于2019年12月31日坚持每天免费搜集分享各种网络资源,现如今本站已发展形成网站源码、主题模板、emlog模板插件、WordPress模板、破解软件、电脑软件、技术教程、影视资源等各个领域的资源!">南图博客</a></li><li><a href="https://www.shejibiji.com/favorite_sites" target="_blank" title="但行好事,乐于分享" rel="external nofollow">设计笔记</a></li><li><a href="http://bbs.bijieqianxi.cn/" target="_blank" title="XUEIDC主机系统">XUEIDC主机系统</a></li><li><a href="http://www.lzhpo.com" target="_blank" title="会打篮球的程序猿">会打篮球的程序猿</a></li><li><a href="https://www.xingly.cn" target="_blank" title="一个每天发布优质文章的博客!">新零云博客</a></li><li><a href="https://www.izhuji.net/" target="_blank" title="爱主机VPS测评">爱主机VPS测评</a></li><li><a href="https://www.yinjiangbi.cn/" target="_blank" title="个人网络技术及成就展示">个人网络技术及成就展</a></li><li><a href="https://www.wxword.cn/" target="_blank" title="忘心个人博客,分享所见|分享所闻|分享你的所需">忘心博客</a></li><li><a href="https://wenytao.com/" target="_blank" title="温永涛博客">温永涛博客</a></li><li><a href="https://www.yunwuo.com" target="_blank" title="<meta name=" description"="" content="云屋互联(YunWuo.Com)唯一官方网站,提供高性价比虚拟主机,云屋互联VPS,云屋互联魔方货源站服务器产品,行业领先品牌,目前提供有海外包括香港、美国等多地云服务器、物理服务器、CDN加速及DDOS防御等多个方案,以满足不同的用户需求.">云屋互联</a></li><li><a href="https://www.itwuo.net/" target="_blank" title="IT屋互联(ITwuo.NET)唯一官方网站,提供高性价比虚拟主机,VPS,服务器产品,行业领先品牌。">IT屋互联</a></li><li><a href="http://api.vience.cn/" target="_blank" title="文曦API--稳定、快速、免费的 API 接口服务">文曦API</a></li><li><a href="https://www.shixingceping.com/" target="_blank" title="VPS云服务器测评、优惠码分享、主机推荐">十星测评</a></li><li><a href="https://www.azrb.cn/link.html" target="_blank" title="繁华已尽,空散云烟">梦幻的小窝</a></li><li><a href="https://www.chazhiwl.cn/" target="_blank" title="茶栀个人IT分享网站,创建于2020年8月,包含原创源码、活动线报、个人推荐、技术教程,为各位站长提供原创、优质、完整内容的专业IT技术开发分享站.">茶栀个人IT技术</a></li><li><a href="https://lyiqk.cn/" target="_blank" title="凌一博客(lyiqk.cn),是一个乐享互联网,程序,教程,IT界动态,创新,生活,编程,站长工具,源码,福利线报,赚钱活动,交流学习的技术博客。">凌一博客</a></li><li><a href="https://3zi.cn" target="_blank" title="正因为不会发生,所以才叫奇迹。">阿龙爱吃肉</a></li><li><a href="https://www.ixiaojun.com/" title="为新手站长打造最好的技术博客">小君博客</a></li><li><a href="http://www.luyugao.com/" title="卢雨高的个人技术博客,记录网站建设技术中的点点滴滴,献给所有志同道合的朋友!">高峰小筑</a></li><li><a href="https://www.l4l7.net/">阿温博客</a></li><li><a title="包装设计灵感与创作分享" href="https://www.uesdto.com/">联创博客</a></li><li><a href="https://veddy.cn/">维帝博客</a></li><li><a href="https://www.hanming.com">悍铭数据中心</a></li> </ul> </section> </section></div> <footer class="footer"> <div class="footer-bg"></div> <div class="footer-copyright"> <div class="footer_container"> <ul class="footer-nav hidden-xs"> <li class="menu-item"> <a rel="nofollow" href="https://www.wxnotes.com/archive/" target="_blank">文章归档</a><a rel="nofollow" href="https://www.wxnotes.com/sitemaps.html" target="_blank">网站地图</a><a rel="nofollow" href="https://www.wxnotes.com/comment//" target="_blank">举报中心</a><a rel="nofollow" href="https://www.wxnotes.com/copyright/" target="_blank">免责声明</a><a class="beian-ico" href="https://beian.miit.gov.cn" rel="nofollow" target="_blank" title="琼ICP备2024044852号"><img src="/zb_users/theme/koilee/style/images/icp.png" alt="琼ICP备2024044852号">琼ICP备2024044852号</a><!-- <a class="beian-ico" target="_blank" href="https://www.beian.gov.cn/portal/index.do" title="冀公网安备21011202000115号"><img src="/zb_users/theme/koilee/style/images/beian.png" alt="冀公网安备21011202000115号">冀公网安备21011202000115号</a> --> </li> </ul> <div class="copyright"> <p><p>Copyright<i class="fa fa-copyright"></i>2017-2025<a href="/"><font color="#f1607d">文</font><font color="#ffa500">曦</font><font color="#e5e802">De</font><font color="#3bff23">博</font><font color="#29c8ec">客</font>.</a><span id="shoulu"></span>基于<a href="https://www.zblogcn.com/" title="Z-BlogPHP 1.7.2 Build 173040" target="_blank" rel="noopener norefferrer">Z-BlogPHP</a>搭建 安全运行<span id="iday"></span>天 <script>function siteRun(d){var nowD=new Date();return parseInt((nowD.getTime()-Date.parse(d))/24/60/60/1000)} document.getElementById("iday").innerHTML=siteRun("2019/10/03");</script> <br> <p class="jubao">本站采用创作共用版权 <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/cn/" target="_blank" rel="nofollow">CC BY-NC-SA 3.0 CN</a> 许可协议,转载或复制请注明出处</p> </p> </div> <div class="footer-RunTime"><span class="rt-times">页面耗时:0.642 秒</span><span class="rt-sql">数据查询:16 次</span><span class="rt-memory">占用内存:8.51 MB</span></div> </div> </div> </footer> <div id="backtop" class="backtop"> <div class="bt-box top" title="返回顶部"> <i class="fa fa-angle-up fa-2x"></i> </div> <div class="bt-box bottom" title="网站底部"> <i class="fa fa-angle-down fa-2x"></i> </div> </div><div class="none"> <script>var cookieDomain = "https://www.wxnotes.com/";</script> <script src="https://www.wxnotes.com/zb_users/theme/koilee/script/zh_tw.js"></script> <script src="https://www.wxnotes.com/zb_users/theme/koilee/script/custom.js?v=2025-09-05"></script> <script src="https://www.wxnotes.com/zb_users/theme/koilee/script/flexisel.js"></script> <script type="text/javascript" src="https://www.wxnotes.com/zb_users/plugin/san_praise_sdk/js/san_praise_sdk.js"></script> <link href="https://www.wxnotes.com/zb_users/plugin/Lanyenewdown/lanyenewdown.css" rel="stylesheet" type="text/css" /> <script src="https://www.wxnotes.com/zb_users/plugin/LayCenter/static/layui/layui.js?ver=5.7.15"></script> <script type="text/javascript" src="https://www.wxnotes.com/zb_users/plugin/LayCenter/static/js/laycenter.js?ver=5.7.15"></script> </div> </body> </html><!--642.04 ms , 16 queries , 8788kb memory , 0 error-->