<?xml version="1.0" encoding="gbk"?>
<!--  RSS generated by Flaimo.com RSS Builder [2026-04-04 03:07:33]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<pubDate>Sat, 04 Apr 2026 03:07:33 +0800</pubDate>
<lastBuildDate>Sat, 04 Apr 2026 03:07:33 +0800</lastBuildDate>
<docs>http://cms6.rongsen.com.cn/</docs>
<description>我们专注于服务器维护、IT项目外包，监控运维服务及linux或windows系统下各种应用软件的安装配置维护优化等!并深得客户的高度肯定。</description>
<link>http://cms6.rongsen.com.cn/</link>
<title>PHP技术-黑客防线网安服务器维护基地</title>
<image>
<title>PHP技术-黑客防线网安服务器维护基地</title>
<url>http://cms6.rongsen.com.cn/images/logo.gif</url>
<link>http://cms6.rongsen.com.cn/</link>
<description>我们专注于服务器维护、IT项目外包，监控运维服务及linux或windows系统下各种应用软件的安装配置维护优化等!并深得客户的高度肯定。</description>
</image>
<webMaster>http://cms6.rongsen.com.cn/</webMaster>
<generator>http://cms6.rongsen.com.cn/</generator>
<category>黑客防线网安服务器维护基地</category>
<ttl>60</ttl>
<dc:creator>http://cms6.rongsen.com.cn/</dc:creator>
<dc:date>Sat, 04 Apr 2026 03:07:33 +0800</dc:date>
<sy:updateFrequency>0</sy:updateFrequency>
<sy:updateBase>2026</sy:updateBase>
<item>
<title><![CDATA[PHP程序员如何突破成长瓶颈经验谈]]></title>
<link>http://cms6.rongsen.com.cn/show-17110-1.html</link>
<description><![CDATA[作为Web开发中应用最广泛的语言之一，PHP有着大量的粉丝，那么你是一名优秀的程序员吗？在进行自我修炼的同时，你是否想过面对各种各样的问题，我该如何突破自身的瓶颈，以便更好的发展呢？<br /><strong>Tags</strong>:<a href=tag.php?tag=php target='blank'>php</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-09-06 01:13:47</pubDate>
<guid>http://cms6.rongsen.com.cn/show-17110-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[PHP开发者常犯的MySQL错误]]></title>
<link>http://cms6.rongsen.com.cn/show-7234-1.html</link>
<description><![CDATA[随着时间推移技术发展变化而变得不适用。为了防止误导新手，特本着与时俱进的精神写出此文，绝非对原文作者的不尊重。<br /><strong>Tags</strong>:<a href=tag.php?tag=PHP target='blank'>PHP</a>&nbsp;&nbsp;<a href=tag.php?tag=MYSQL target='blank'>MYSQL</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-01-25 12:52:22</pubDate>
<guid>http://cms6.rongsen.com.cn/show-7234-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[php.ini文件的防范配置方法]]></title>
<link>http://cms6.rongsen.com.cn/show-4724-1.html</link>
<description><![CDATA[php.ini文件的修改1、查找：extension_dir = &quot;./&quot;改为：extension_dir = &quot;D:\ServerRoot\PHP\ext\&quot;2、找到&quot;safe_mode=off&quot;改为&quot;safe_mode=on&quot;象一些能执行系统命令的函数shell_exec()和``被禁止，其它的一些执<br /><strong>Tags</strong>:<a href=tag.php?tag=php target='blank'>php</a>&nbsp;&nbsp;]]></description>
<pubDate>2011-01-12 06:03:56</pubDate>
<guid>http://cms6.rongsen.com.cn/show-4724-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[php如何给index.php文件设置只读权限]]></title>
<link>http://cms6.rongsen.com.cn/show-4718-1.html</link>
<description><![CDATA[最近很多空间都被挂了马，虽然危害不大，仅仅给你的首页后面追加一个iframe广告代码，增加流量，但是这个会让某些浏览器弹出警告，所以让站长很痛苦。<br /><strong>Tags</strong>:<a href=tag.php?tag=php target='blank'>php</a>&nbsp;&nbsp;<a href=tag.php?tag=%C8%A8%CF%DE target='blank'>权限</a>&nbsp;&nbsp;<a href=tag.php?tag=%D6%BB%B6%C1%C8%A8%CF%DE target='blank'>只读权限</a>&nbsp;&nbsp;]]></description>
<pubDate>2011-01-11 17:52:47</pubDate>
<guid>http://cms6.rongsen.com.cn/show-4718-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[php木马防范技巧]]></title>
<link>http://cms6.rongsen.com.cn/show-4485-1.html</link>
<description><![CDATA[首先修改httpd.conf，如果你只允许你的php脚本程序在web目录里操作，还可以修改httpd.conf文件限制php的操作路径。比如你的web目录是/usr/local/apache/htdocs，那么在httpd.conf里加上这么几行：<br /><strong>Tags</strong>:<a href=tag.php?tag=%C4%BE%C2%ED target='blank'>木马</a>&nbsp;&nbsp;<a href=tag.php?tag=%B7%C0%B7%B6 target='blank'>防范</a>&nbsp;&nbsp;<a href=tag.php?tag=%BC%BC%C7%C9 target='blank'>技巧</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-10-17 18:44:39</pubDate>
<guid>http://cms6.rongsen.com.cn/show-4485-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[cURL库功能抓取网页POST数据及其他]]></title>
<link>http://cms6.rongsen.com.cn/show-4308-1.html</link>
<description><![CDATA[使用PHP的cURL库可以简单和有效地去抓网页。你只需要运行一个脚本，然后分析一下你所抓取的网页，然后就可以以程序的方式得到你想要的数据了。无论是你想从从一个链接上取部分数据，或是取一个XML文件并把其导入数据<br /><strong>Tags</strong>:<a href=tag.php?tag=%BF%E2 target='blank'>库</a>&nbsp;&nbsp;<a href=tag.php?tag=%B9%A6%C4%DC target='blank'>功能</a>&nbsp;&nbsp;<a href=tag.php?tag=%D7%A5%C8%A1 target='blank'>抓取</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-19 02:42:58</pubDate>
<guid>http://cms6.rongsen.com.cn/show-4308-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[PHP检查库或函数可用方法]]></title>
<link>http://cms6.rongsen.com.cn/show-4304-1.html</link>
<description><![CDATA[随着版本的升高，PHP的功能也越来越完善，可用的扩展库和函数也越来越多，因此，我们写程序时也要考虑版本的兼容问题，同时还要考虑服务器（特别是虚拟主机）是否安装了扩展库。<br /><strong>Tags</strong>:<a href=tag.php?tag=%BC%EC%B2%E9 target='blank'>检查</a>&nbsp;&nbsp;<a href=tag.php?tag=%BF%E2 target='blank'>库</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-19 02:40:41</pubDate>
<guid>http://cms6.rongsen.com.cn/show-4304-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[SQL语句在JavaScript中的应用]]></title>
<link>http://cms6.rongsen.com.cn/show-4298-1.html</link>
<description><![CDATA[最近一直在用javascript在做项目 可是做着做着 感觉很多功能代码都是重复的。 比如对javascript数组的排序 还有对数组数据的删选以及分组 所以，后来兴致以上来。 一发不可收拾。 写了一个能在javascript<br /><strong>Tags</strong>:<a href=tag.php?tag=%D3%EF%BE%E4 target='blank'>语句</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-19 02:35:15</pubDate>
<guid>http://cms6.rongsen.com.cn/show-4298-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[利用php数组对百万数据进行排重]]></title>
<link>http://cms6.rongsen.com.cn/show-4295-1.html</link>
<description><![CDATA[在平时的工作中，经常接到要对网站的会员进行站内信、手机短信、email进行群发信息的通知，用户列表一般由别的同事提供，当中难免会有重复，为了避免重复发送，所以我在进行发送信息前要对他们提供的用户列表进行排<br /><strong>Tags</strong>:<a href=tag.php?tag=%C0%FB%D3%C3 target='blank'>利用</a>&nbsp;&nbsp;<a href=tag.php?tag=%CA%FD%D7%E9 target='blank'>数组</a>&nbsp;&nbsp;]]></description>
<pubDate>2010-09-19 02:31:03</pubDate>
<guid>http://cms6.rongsen.com.cn/show-4295-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[让你的PHP4和PHP5共存]]></title>
<link>http://cms6.rongsen.com.cn/show-153-1.html</link>
<description><![CDATA[<img src=uploadfile/article/uploadfile/200802/thumb_20080220060024934.gif border='0' /><br /><br /><strong>Tags</strong>:<a href=tag.php?tag=PHP4 target='blank'>PHP4</a>&nbsp;&nbsp;<a href=tag.php?tag=PHP5 target='blank'>PHP5</a>&nbsp;&nbsp;]]></description>
<pubDate>2008-02-20 05:59:33</pubDate>
<guid>http://cms6.rongsen.com.cn/show-153-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[WIN2008下IIS中PHP调用FASTCGI进程数设置优化指南]]></title>
<link>http://cms6.rongsen.com.cn/show-19181-1.html</link>
<description><![CDATA[<img src=uploadfile/2012/1126/thumb_150_150_20121126043956637.jpg border='0' /><br />在WIN2008的IIS7上使用FASTCGI调用PHP-CGI.EXE,默认只有4个进程，这样对于大流量的网站为说，进程数不足带来的进程排队现象十分严重，解决方案如下。<br /><strong>Tags</strong>:<a href=tag.php?tag=WIN2008 target='blank'>WIN2008</a>&nbsp;&nbsp;<a href=tag.php?tag=PHP target='blank'>PHP</a>&nbsp;&nbsp;<a href=tag.php?tag=FASTCGI target='blank'>FASTCGI</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-11-26 04:06:38</pubDate>
<guid>http://cms6.rongsen.com.cn/show-19181-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[phpmyadmin出现Cannot start session without errors错误解决方案]]></title>
<link>http://cms6.rongsen.com.cn/show-19180-1.html</link>
<description><![CDATA[但后来在台式机中装了几次phpmyadmin都出现 Cannot start session without errors, please  check errors given in your PHP and/or webserver log file and configure  your PHP installation properly.错误百度了<br /><strong>Tags</strong>:<a href=tag.php?tag=phpmyadmin target='blank'>phpmyadmin</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-11-26 04:05:39</pubDate>
<guid>http://cms6.rongsen.com.cn/show-19180-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[PHP实例：FCKeditor 的配置和使用方法]]></title>
<link>http://cms6.rongsen.com.cn/show-17114-1.html</link>
<description><![CDATA[FCKeditor 是一个十分强大的网页文本编辑器，它支持多种脚本编程语言(包括 PHP)和支持多国语言。FCKeditor 截至 2008年4月6日，其最新版本是 2.6RC，RC 就是 Release  Candidate，修订后的候选版本，很可能作为该<br /><strong>Tags</strong>:<a href=tag.php?tag=%CA%B5%C0%FD target='blank'>实例</a>&nbsp;&nbsp;<a href=tag.php?tag=FCKeditor target='blank'>FCKeditor</a>&nbsp;&nbsp;<a href=tag.php?tag=%C5%E4%D6%C3 target='blank'>配置</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-09-06 01:29:22</pubDate>
<guid>http://cms6.rongsen.com.cn/show-17114-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[MVC思想与PHP如何实现MVC的方法]]></title>
<link>http://cms6.rongsen.com.cn/show-17103-1.html</link>
<description><![CDATA[什么是MVC？简单的说就是将网站源码分类、分层。MVC三个字母的含义：M：Model 模型，负责数据库操作。V：View 视图，负责调用Model调取数据，再调用模板，展示出最终效果。C：Controller 控制器，程序的入口，决定<br /><strong>Tags</strong>:<a href=tag.php?tag=MVC target='blank'>MVC</a>&nbsp;&nbsp;<a href=tag.php?tag=PHP target='blank'>PHP</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-09-06 00:56:26</pubDate>
<guid>http://cms6.rongsen.com.cn/show-17103-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[PHP 精华代码收藏（2）]]></title>
<link>http://cms6.rongsen.com.cn/show-14015-1.html</link>
<description><![CDATA[　　   }     print(&quot;这行没有加重！！！&lt;BR&gt;&quot;);    //直接打印字符串         print(makeBold(&quot;这行被加重了！！！&quot;) . &quot;&lt;BR&gt;&quot;);//调用function makeBold()函数     print(&quot;这行没有加重！...<br /><strong>Tags</strong>:<a href=tag.php?tag=%CA%D5%B2%D8 target='blank'>收藏</a>&nbsp;&nbsp;<a href=tag.php?tag=%B4%FA%C2%EB target='blank'>代码</a>&nbsp;&nbsp;<a href=tag.php?tag=%BE%AB%BB%AA target='blank'>精华</a>&nbsp;&nbsp;<a href=tag.php?tag=%26nbsp target='blank'>&nbsp</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-03-30 05:07:25</pubDate>
<guid>http://cms6.rongsen.com.cn/show-14015-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[PHP 精华代码收藏]]></title>
<link>http://cms6.rongsen.com.cn/show-14014-1.html</link>
<description><![CDATA[   经典循环例子 &lt;HTML&gt; &lt;HEAD&gt; &lt;TITLE&gt;经典循环例子&lt;/TITLE&gt; &lt;/HEAD&gt; &lt;BODY&gt; &lt;?     for($counter = 1; $counter &lt;= 6; $counter++)        //循环6次     {         print(&quot;&lt;B&gt;counter is...<br /><strong>Tags</strong>:<a href=tag.php?tag=%CA%D5%B2%D8 target='blank'>收藏</a>&nbsp;&nbsp;<a href=tag.php?tag=%B4%FA%C2%EB target='blank'>代码</a>&nbsp;&nbsp;<a href=tag.php?tag=%BE%AB%BB%AA target='blank'>精华</a>&nbsp;&nbsp;<a href=tag.php?tag=%26nbsp target='blank'>&nbsp</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-03-30 05:07:25</pubDate>
<guid>http://cms6.rongsen.com.cn/show-14014-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[详细:PHP 6 发布前新特性大展望]]></title>
<link>http://cms6.rongsen.com.cn/show-14013-1.html</link>
<description><![CDATA[　　HP下一个备受关注的版本6.0，已经进入snapshot阶段，不久即将发布。PHP 6.0将包含很多新的特性、语法改进，会让面向对象编程更加简单，另外还有很多重要的改进，比如Unicode的核心支持，...<br /><strong>Tags</strong>:<a href=tag.php?tag=%D5%B9%CD%FB target='blank'>展望</a>&nbsp;&nbsp;<a href=tag.php?tag=%CC%D8%D0%D4 target='blank'>特性</a>&nbsp;&nbsp;<a href=tag.php?tag=%B7%A2%B2%BC target='blank'>发布</a>&nbsp;&nbsp;<a href=tag.php?tag=%CF%EA%CF%B8 target='blank'>详细</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-03-30 05:07:25</pubDate>
<guid>http://cms6.rongsen.com.cn/show-14013-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[php 研究：require,include 的不同]]></title>
<link>http://cms6.rongsen.com.cn/show-14012-1.html</link>
<description><![CDATA[    例子： 1、这个是 conn.php的内容：   &lt;?php     $conn =  mysql_connect(’localhost’,’’,’’);      mysql_select_db(’php’);  ?&gt;   2、如果这样调用：    function fun($a)   ...<br /><strong>Tags</strong>:<a href=tag.php?tag=%B2%BB%CD%AC target='blank'>不同</a>&nbsp;&nbsp;<a href=tag.php?tag=%D1%D0%BE%BF target='blank'>研究</a>&nbsp;&nbsp;<a href=tag.php?tag=%26nbsp target='blank'>&nbsp</a>&nbsp;&nbsp;<a href=tag.php?tag=%B5%F7%D3%C3 target='blank'>调用</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-03-30 05:07:25</pubDate>
<guid>http://cms6.rongsen.com.cn/show-14012-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[PHP 基础知识了解（2）]]></title>
<link>http://cms6.rongsen.com.cn/show-14011-1.html</link>
<description><![CDATA[     什么是引用?     在 PHP 中引用意味着用不同的名字访问同一个变量内容。这并不像 C 的指针，替代的是，引用是符号表别名。注意在 PHP 中，变量名和变量内容是不一样的，因此同样的内容...<br /><strong>Tags</strong>:<a href=tag.php?tag=%C1%CB%BD%E2 target='blank'>了解</a>&nbsp;&nbsp;<a href=tag.php?tag=%BB%F9%B4%A1%D6%AA%CA%B6 target='blank'>基础知识</a>&nbsp;&nbsp;<a href=tag.php?tag=%26nbsp target='blank'>&nbsp</a>&nbsp;&nbsp;<a href=tag.php?tag=%BA%AF%CA%FD target='blank'>函数</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-03-30 05:07:25</pubDate>
<guid>http://cms6.rongsen.com.cn/show-14011-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
<item>
<title><![CDATA[PHP 基础知识了解]]></title>
<link>http://cms6.rongsen.com.cn/show-14010-1.html</link>
<description><![CDATA[     什么是PHP？ php是Hypertext Preprocessor的缩写，php是一种内嵌HTML的脚本语言。PHP的独特语法混合了c,java和perl及PHP式的新语法。这门语言的的目标是让网页开发人员快速的写出动态的...<br /><strong>Tags</strong>:<a href=tag.php?tag=%C1%CB%BD%E2 target='blank'>了解</a>&nbsp;&nbsp;<a href=tag.php?tag=%BB%F9%B4%A1%D6%AA%CA%B6 target='blank'>基础知识</a>&nbsp;&nbsp;<a href=tag.php?tag=%26nbsp target='blank'>&nbsp</a>&nbsp;&nbsp;<a href=tag.php?tag=%B6%D4%CF%F3 target='blank'>对象</a>&nbsp;&nbsp;]]></description>
<pubDate>2012-03-30 05:07:25</pubDate>
<guid>http://cms6.rongsen.com.cn/show-14010-1.html</guid>
<author>黑客防线网安服务器维护基地 http://cms6.rongsen.com.cn/</author>
</item>
</channel>
</rss>
