<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by phpcms.cn RSS Builder [2026-05-02 21:46:26]  --> 
<rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:dc="http://purl.org/dc/elements/1.1/" >
<channel>
<pubDate>Sat, 02 May 2026 21:46:26 +0800</pubDate>
<lastBuildDate>Sat, 02 May 2026 21:46:26 +0800</lastBuildDate>
<docs>https://www.zhoulujun.cn</docs>
<link>https://www.zhoulujun.cn</link>
<title>base</title>
<image>
<title>base</title>
<url><![CDATA[]]></url>
<link>https://www.zhoulujun.cn</link>
</image>
<webMaster>https://www.zhoulujun.cn</webMaster>
<generator>https://www.zhoulujun.cn</generator>
<ttl>60</ttl>
<dc:creator>https://www.zhoulujun.cn</dc:creator>
<dc:date>Sat, 02 May 2026 21:46:26 +0800</dc:date>
<item>
<title><![CDATA[php生成网站地图(sitemap)—PHP-XML-Sitemap-Generator]]></title>
<link><![CDATA[/html/php/phpBase/2020_1216_8592.html]]></link>
<description><![CDATA[使用 这个，Simple Sitemaps (PHP)，配置了半天。不如使用PHP-XML-Sitemap-Generator。如果是https，还是需要修改的curl_exec配置。同时需要修改内存配置大小。其实我是希望直接把缓存写入文件]]></description>
<pubDate>2020-12-16 21:22:07</pubDate>
<guid><![CDATA[/html/php/phpBase/2020_1216_8592.html]]></guid>
<author>https://www.zhoulujun.cn</author>
</item>
<item>
<title><![CDATA[延迟加载文章里面的图片—php正则替换图片地址—phpcms适用]]></title>
<link><![CDATA[/html/php/phpBase/2020_0201_8280.html]]></link>
<description><![CDATA[<img src=&quothttps://www.zhoulujun.cn/uploadfile/2017/0724/20170724070528526.jpeg&quot&nbsp =&quot15 border='0' /><br />display：none并不能解决图片延迟加载的问题，html解析时图片就被浏览器加载。只有从源头入手。1、pre或code包裹内容然后js处理。2、php输出时候，直接替换文章图片地址(数据库存整篇)，谷歌对图片延迟加载友好，国内不知情况]]></description>
<pubDate>2020-02-01 23:09:22</pubDate>
<guid><![CDATA[/html/php/phpBase/2020_0201_8280.html]]></guid>
<author>https://www.zhoulujun.cn</author>
</item>
<item>
<title><![CDATA[php抓取远程无后缀图片并上传至服务器制定目录函数—ueditor]]></title>
<link><![CDATA[/html/php/phpBase/2007_0215_8159.html]]></link>
<description><![CDATA[php上传远程图片，想ueditor，ckeditor等产品都有，但是，现在各种博客平台和知乎简书等，远程图片读不再是png|jpg|gif结尾，后面加一大串  ]]></description>
<pubDate>2007-02-15 11:11:00</pubDate>
<guid><![CDATA[/html/php/phpBase/2007_0215_8159.html]]></guid>
<author>https://www.zhoulujun.cn</author>
</item>
<item>
<title><![CDATA[php用Uncaught Error: Call to undefined function mysql_connect() ]]></title>
<link><![CDATA[/html/php/phpBase/2017_0418_7989.html]]></link>
<description><![CDATA[今天跑之前的老项目，服务器报500，尼玛！没有修改过啊。然后本地跑下：: Uncaught Error: Call to undefined function mysql_conne   ]]></description>
<pubDate>2017-04-18 16:52:21</pubDate>
<guid><![CDATA[/html/php/phpBase/2017_0418_7989.html]]></guid>
<author>https://www.zhoulujun.cn</author>
</item>
<item>
<title><![CDATA[php之正则替换preg_replace]]></title>
<link><![CDATA[/html/php/phpBase/2016_1217_7922.html]]></link>
<description><![CDATA[<img src=/uploadfile/2016/1217/thumb_150_150_20161217161340730.png border='0' /><br />preg_replace这函数，查了下手册，尼玛，看了半天，还是搞不懂！其实，哪有 那么鸡毛！三个参数，第一个，正则表达式，第二个，你要替换的   ]]></description>
<pubDate>2016-12-17 16:11:34</pubDate>
<guid><![CDATA[/html/php/phpBase/2016_1217_7922.html]]></guid>
<author>https://www.zhoulujun.cn</author>
</item>
<item>
<title><![CDATA[网站国际化之如何判断用户语言]]></title>
<link><![CDATA[/html/php/phpBase/2015_0729_202.html]]></link>
<description><![CDATA[    网站国际化中不可避免的要涉及多语言的问题，那么PHP代码中怎么样来判断用户的语言才更合理呢?方案1：根据用户的IP地址，猜测国家   ]]></description>
<pubDate>2015-07-29 20:02:40</pubDate>
<guid><![CDATA[/html/php/phpBase/2015_0729_202.html]]></guid>
<author>https://www.zhoulujun.cn</author>
</item>
<item>
<title><![CDATA[php autoload 机制探索]]></title>
<link><![CDATA[/html/php/phpBase/2015_0729_201.html]]></link>
<description><![CDATA[autoload机制是php的一个容错机制,提供了一种在没有预先加载相关类的情况下,不让程序出错,继续执行的机制 ]]></description>
<pubDate>2015-07-29 19:57:58</pubDate>
<guid><![CDATA[/html/php/phpBase/2015_0729_201.html]]></guid>
<author>https://www.zhoulujun.cn</author>
</item>
<item>
<title><![CDATA[如何解决PHP里大量数据循环时内存耗尽的问题]]></title>
<link><![CDATA[/html/php/phpBase/2015_0712_70.html]]></link>
<description><![CDATA[最近在开发一个PHP程序时遇到了下面的错误：PHP Fatal error: Allowed memory size of 268 435 456 bytes exhausted错误信息显   ]]></description>
<pubDate>2015-07-12 14:34:00</pubDate>
<guid><![CDATA[/html/php/phpBase/2015_0712_70.html]]></guid>
<author>https://www.zhoulujun.cn</author>
</item>
</channel>
</rss>
