<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zhongmao" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zhongmao" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 02 Feb 2009 13:25:00 GMT</lastBuildDate><title>zhongmao的专栏</title><link>http://blog.csdn.net/zhongmao/</link><item><title>如何修复Firefox3.0中“FFFD”乱码方格？</title><link>http://blog.csdn.net/zhongmao/archive/2009/02/02/3858234.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3858234.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3858234.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3858234</trackback:ping><description>自从更新Firefox到3.0版本后，我发现好多网页上出现了‘FFFD’的红色小方格，通过搜索，我找到了解决方法：方法一在FF浏览器的菜单栏上，按着以下方式进入并修改即可。查看 &gt;&gt; 字符编码 &gt;&gt; 自动检测 &gt;&gt; 自动选择如果这次方法很不起作用的话，请使用另一种方法：方法二：工具 &gt;&gt; 选项 &gt;&gt; 内容 &gt;&gt; 颜色&amp;字体 &gt;&gt; 高级 &gt;&gt; 等宽字体将字体修改为其他的字体，点“确定”并关闭选项页，接着，再次修改“等宽字体”，改回为“宋体”，即可。相关主题：http://support.mozilla.com/tiki-view_forum_thread.php?comments_parentId=107244&amp;forumId=1&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3858234.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 02 Feb 2009 21:25:00 +0800</pubDate><author>涂改网</author><comments>http://blog.csdn.net/zhongmao/archive/2009/02/02/3858234.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2009/02/02/3858234.aspx</guid><dc:creator>涂改网</dc:creator></item><item><title>恶搞Apache版本信息</title><link>http://blog.csdn.net/zhongmao/archive/2009/01/30/3855081.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3855081.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3855081.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3855081</trackback:ping><description>各位站长朋友都希望自己网站的服务器信息保密，不想让闲人了解太多的服务器“隐私”，服务器操作系统和Web服务器类型自动会添加到网页的头信息(header)中，了解这些信息对于有些居心不良的人（如黑客、蓄意破坏网站者）非常有用，为他们提供下一步行动提供了重要的线索，如果能隐藏或修改操作系统和Web服务器类型和版本信息，就能保护网站、降低网站被攻击的可能性。以下修改Apache2版本信息的方法仅用于以源码方式安装 进入Apache源代码目录的include目录；编辑ap_release.h文件，修改#define AP_SERVER_BASEPRODUCT &quot;Apache&quot;=&gt;#define AP_SERVER_BASEPRODUCT &quot;Microsoft-IIS/5.0&quot; 编辑os/unix/os.h文件，修改“#define PLATFORM &quot;Unix&quot;”为“#define PLATFORM &quot;Win32&quot;”。修改完毕后，重新编译、安装Apache。Apache安装完成后，修改httpd.conf配置文件，将“ServerT&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3855081.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 31 Jan 2009 01:31:00 +0800</pubDate><author>涂改网</author><comments>http://blog.csdn.net/zhongmao/archive/2009/01/30/3855081.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2009/01/30/3855081.aspx</guid><dc:creator>涂改网</dc:creator></item><item><title>基于OpenCV的PHP图像人脸侦查技术</title><link>http://blog.csdn.net/zhongmao/archive/2009/01/11/3753377.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3753377.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3753377.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3753377</trackback:ping><description>本文所介绍的技术不是原创，而是从一个叫Robert Eisele的德国人那里学习来的。他写了一个PHP扩展openCV，只封装了两个函数，叫face_detect和face_count。 openCV是一个开源的用C/C++开发的计算机图形图像库，非常强大，研究资料很齐全。本文重点是介绍如何使用php来调用其中的局部的功能。人脸侦查技术只是openCV一个应用分支。&lt;br /&gt;&lt;br /&gt;1.安装&lt;br /&gt;从源代码编译成一个动态的so文件。&lt;br /&gt;&lt;br /&gt;1.1.安装 OpenCV (OpenCV 1.0.0)&lt;br /&gt;下载地址:http://sourceforge.net/project/showfiles.php?group_id=22870&amp;package_id=16948&lt;br /&gt;&lt;br /&gt;#tar xvzf OpenCV-1.0.0.tar.gz&lt;br /&gt;#cd opencv-1.0.0&lt;br /&gt;#./configure&lt;br /&gt;#make&lt;br /&gt;#make install&lt;br /&gt;#make check (检查是否安装全部正确)&lt;br /&gt;&lt;br /&gt;提示： 不要指定安装路径，否则后面编译face&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3753377.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 12 Jan 2009 01:49:00 +0800</pubDate><author>zhongmao</author><comments>http://blog.csdn.net/zhongmao/archive/2009/01/11/3753377.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2009/01/11/3753377.aspx</guid><dc:creator>zhongmao</dc:creator></item><item><title>涂改网-新年改版了</title><link>http://blog.csdn.net/zhongmao/archive/2009/01/03/3690137.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3690137.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3690137.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3690137</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   涂改网(http://www.tugai.net)，国内优秀的在线图片处理网站，自8月份上线以来，受到多方关注，很多网友图片处理，在2009年初，涂改网改版了，我抢在第一时间试用了一下。 &lt;br /&gt;&lt;br /&gt;主要改进的有：&lt;br /&gt;&lt;br /&gt;1.新增图片边框功能；&lt;br /&gt;&lt;br /&gt;2.优化了个性印章；&lt;br /&gt;&lt;br /&gt;3.优化了文字功能；&lt;br /&gt;&lt;br /&gt;4.增加了部分图片效果；&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3690137.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 03 Jan 2009 17:17:00 +0800</pubDate><author>zhongmao</author><comments>http://blog.csdn.net/zhongmao/archive/2009/01/03/3690137.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2009/01/03/3690137.aspx</guid><dc:creator>zhongmao</dc:creator></item><item><title>YSlow页面优化</title><link>http://blog.csdn.net/zhongmao/archive/2009/01/01/3678921.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3678921.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3678921.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3678921</trackback:ping><description>&lt;ul&gt;&lt;li&gt;&lt;a class=&quot;rule&quot; href=&quot;http://developer.yahoo.com/performance/rules.html#expires&quot; onclick=&quot;document.yslowPanel.openLink('http://developer.yahoo.com/performance/rules.html#expires'); return false;&quot;&gt;Add an Expires header&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;开启Apache的mod_expires模块，在httpd.conf最后面加上以下代码。&lt;br&gt;&lt;div class=&quot;highlighter&quot;&gt;&lt;ol class=&quot;highlighter-xml&quot; start=&quot;1&quot;&gt;&lt;li&gt;&amp;l&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3678921.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 02 Jan 2009 00:32:00 +0800</pubDate><author>zhongmao</author><comments>http://blog.csdn.net/zhongmao/archive/2009/01/01/3678921.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2009/01/01/3678921.aspx</guid><dc:creator>zhongmao</dc:creator></item><item><title>Linux修改SSH端口和禁止Root远程登陆设置</title><link>http://blog.csdn.net/zhongmao/archive/2008/12/28/3627487.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3627487.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3627487.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3627487</trackback:ping><description>Linux修改ssh端口22 &lt;br /&gt;&lt;br /&gt;vi /etc/ssh/ssh_config &lt;br /&gt;&lt;br /&gt;vi /etc/ssh/sshd_config &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;然后修改为port 8888 &lt;br /&gt;&lt;br /&gt;以root身份service sshd restart (redhat as3) &lt;br /&gt;&lt;br /&gt;使用putty,端口8888 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Linux下SSH默认的端口是22,为了安全考虑，现修改SSH的端口为1433,修改方法如下 ： &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;/usr/sbin/sshd -p 1433 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;为增强安全 &amp;&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3627487.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 28 Dec 2008 17:23:00 +0800</pubDate><author>zhongmao</author><comments>http://blog.csdn.net/zhongmao/archive/2008/12/28/3627487.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2008/12/28/3627487.aspx</guid><dc:creator>zhongmao</dc:creator></item><item><title>118.hk 丰富浏览器扩展的缩短网址服务</title><link>http://blog.csdn.net/zhongmao/archive/2008/10/22/3125856.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3125856.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3125856.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3125856</trackback:ping><description>&lt;br /&gt;
118.hk(网址：http://118.hk)是一个缩短网址的服务网址。&lt;br /&gt;&lt;br /&gt;
什么是“短域名”？这个词语我也是刚认识，有的网址太长了，贴在（微）博客或者QQ里不好看，就可以用这个网站把地址缩短，用短地址也可以访问到之前很长很长的地址。118.hk 生成的域名总长度是19个字符。
&lt;br /&gt;&lt;br /&gt;类似baidu、Google，界面上很简洁，没有多余的广告，比较值得一提的是该网站有IE和Firefox扩展套件，IE套件比较一般，和其他

网站的IE扩展没有太多差别，运行注册文件后，在IE的邮件菜单中会增加一个“用118.hk压缩网址”的菜单；Firefox扩展比较有意

思，安装后会在Firefox地址栏上增加一个按钮，很方便，真可谓“一键压缩”啊，而且压缩后的地址会自动复制到系统剪切板上，

可见站长在用户体验上考虑得还是蛮周到滴^_^。&lt;br /&gt;&lt;br /&gt;
范例：http://118.hk/32m39&lt;br /&gt;&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3125856.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 23 Oct 2008 01:44:00 +0800</pubDate><author>zhongmao</author><comments>http://blog.csdn.net/zhongmao/archive/2008/10/22/3125856.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2008/10/22/3125856.aspx</guid><dc:creator>zhongmao</dc:creator></item><item><title>Aptana Studio破解成Professionfal版</title><link>http://blog.csdn.net/zhongmao/archive/2008/10/14/3073393.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3073393.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3073393.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3073393</trackback:ping><description>Aptana Studio 1.1 pro是收费的,下载后可以免费使用30天，我们默认安装的是aptana Studio Community Edition版本 我们现在让它变成pro免费的首先到http://blogimg.chinaunix.net/blog/upfile2/080912015855.zip下载这个压缩包，然后解压开来，把里面的jar包放入Aptana Studio中plugins目录下 覆盖即可。然后启动 启动Aptana，在Help–&gt;Aptana Studio Professionfal License中配置如下信息UserName：chmod1088License Key：319440045603323363257796009866023088555575301853008975299102292763462760874877&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3073393.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 14 Oct 2008 20:52:00 +0800</pubDate><author>zhongmao</author><comments>http://blog.csdn.net/zhongmao/archive/2008/10/14/3073393.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2008/10/14/3073393.aspx</guid><dc:creator>zhongmao</dc:creator></item><item><title>memcached使用小结</title><link>http://blog.csdn.net/zhongmao/archive/2008/10/14/3073093.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/3073093.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/3073093.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3073093</trackback:ping><description>1. 安装 memcached，还是那套 ./configure; make; make install，注意 memcached 用 libevent 来作事件驱动，所以要先安装有 libevent。&lt;br /&gt;&lt;br /&gt;2. 安装 pecl::memcache，用 pecl 命令行工具安装：&lt;br /&gt;&lt;br /&gt;pecl install memcache&lt;br /&gt;&lt;br /&gt;或直接从源码安装：&lt;br /&gt;&lt;br /&gt;phpize&lt;br /&gt; ./configure&lt;br /&gt; make&lt;br /&gt; make install&lt;br /&gt;&lt;br /&gt;将 php.ini 中 extension=memcache.so 打开，重启一下 apache，查看 phpinfo 中的 &quot;Registered save handlers&quot; 会有 &quot;files user memcache&quot; 这3个可用。&lt;br /&gt;&lt;br /&gt;3. 修改配置文件，在 php.ini 中全局设置：&lt;br /&gt;&lt;br /&gt;session.save_handler = memcache&lt;br /&gt;session.sav&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/3073093.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 14 Oct 2008 19:20:00 +0800</pubDate><author>zhongmao</author><comments>http://blog.csdn.net/zhongmao/archive/2008/10/14/3073093.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2008/10/14/3073093.aspx</guid><dc:creator>zhongmao</dc:creator></item><item><title>如何安装apache的deflate压缩？</title><link>http://blog.csdn.net/zhongmao/archive/2008/09/24/2974971.aspx</link><wfw:comment>http://blog.csdn.net/zhongmao/comments/2974971.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zhongmao/comments/commentRss/2974971.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2974971</trackback:ping><description>下面是 http://www.hbcms.com 收集整理的mod_deflate安装和配置经验和过程，适合apache2.x&lt;br /&gt;&lt;br /&gt;Apache2 推荐使用 mod_deflate 压缩，mod_gzip适合apache1.x&lt;br /&gt;&lt;br /&gt;关于mod_deflate的详细内容，可以参考http://httpd.apache.org/docs-2.0/mod/mod_deflate.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. 查找模块deflate&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;find /backup/soft/httpd-2.2.4 -name mod_deflate.c&lt;br /&gt;&lt;br /&gt;cd /backup/soft/httpd-2.2.4/modules/filters&lt;br /&gt;&lt;br /&gt;2. 安装mod_deflate&lt;br /&gt;&lt;br /&gt;/usr/local/apache224/bin/apxs  -i -c -a mod_deflate.c&lt;br /&gt;&lt;br /&gt;apxs命令参数说明：&lt;br /&gt;-i  此选项表示需要执行安装操作，以安装一个或多个动态共享对象到服务器&lt;img src =&quot;http://blog.csdn.net/zhongmao/aggbug/2974971.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 25 Sep 2008 05:24:00 +0800</pubDate><author>zhongmao</author><comments>http://blog.csdn.net/zhongmao/archive/2008/09/24/2974971.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zhongmao/archive/2008/09/24/2974971.aspx</guid><dc:creator>zhongmao</dc:creator></item></channel></rss>