<?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/apaolove" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/apaolove" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 15 Dec 2008 23:28:00 GMT</lastBuildDate><title>一阵风</title><description>宠辱不惊 闲看庭前花开花落 去留无意 漫随天上云卷云舒</description><link>http://blog.csdn.net/apaolove/</link><item><title>求一个整数的二进制后面有多少个0</title><link>http://blog.csdn.net/apaolove/archive/2008/12/15/3525784.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/3525784.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/3525784.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3525784</trackback:ping><description>#include 
#include 

int main(int argc, char *argv[])
{ 
    int i = 0;
    int tmp = 0;
    if(argc &gt; 1)
    {
        while((--argc) &gt;= 1)
        {
            tmp = atoi(argv[argc]); 
            i = 0;      
            while(tmp%2 == 0)
            {
                i++;
                tmp &gt;&gt;= 1;
            }
            printf(&quot;argv[%d] is %d , and it has %d zeros.\n&quot;, argc, atoi(argv[argc]),i);
        }
        return 0;
    }
    else
    {
        printf(&quot;ERR&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/3525784.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 16 Dec 2008 07:28:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/12/15/3525784.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/12/15/3525784.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>Fedora 8 下LAMP简单搭建</title><link>http://blog.csdn.net/apaolove/archive/2008/05/24/2475752.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2475752.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2475752.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2475752</trackback:ping><description>&lt;br /&gt;所谓简单,就是很简单很简单的动一下. &lt;br /&gt;1,安装Fedora 8 . &lt;br /&gt;    系统装好后,apache,mysql,php 都已经装好了.搭建过程,主要还是修改一下apache的httpd.conf文件;&lt;br /&gt;2,配置httpd.conf文件&lt;br /&gt;    a. 用 &quot;cd /etc/httpd/conf/&quot; 进入, 然后用&quot;ls&quot;命令列出conf目录下的所有文件; &lt;br /&gt;    b. 切换到超级用户,并用vi编辑器将httpd.conf打开,&quot;vi httpd.conf&quot;&lt;br /&gt;     c. 从上往下慢慢看,会看到#ServerName www.example.com:80 这句,可以后面加 一句&lt;br /&gt;         ServerName 192.168.1.171:80 &lt;br /&gt; &amp;nbs&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2475752.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 24 May 2008 08:59:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/05/24/2475752.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/05/24/2475752.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>留言板分页功能(PHP)</title><link>http://blog.csdn.net/apaolove/archive/2008/04/17/2301847.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2301847.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2301847.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2301847</trackback:ping><description>留言板,分页功能,PHP分页,$_GET变量使用&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2301847.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 18 Apr 2008 02:07:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/04/17/2301847.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/04/17/2301847.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>vsftpd 高手篇</title><link>http://blog.csdn.net/apaolove/archive/2008/04/15/2295251.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2295251.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2295251.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2295251</trackback:ping><description>vsftpd&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2295251.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 16 Apr 2008 05:45:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/04/15/2295251.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/04/15/2295251.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>linux zip命令</title><link>http://blog.csdn.net/apaolove/archive/2008/04/14/2291155.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2291155.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2291155.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2291155</trackback:ping><description>linux zip命令&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2291155.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 15 Apr 2008 00:27:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/04/14/2291155.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/04/14/2291155.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>页面跳转javascript 实现</title><link>http://blog.csdn.net/apaolove/archive/2008/04/08/2261468.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2261468.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2261468.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2261468</trackback:ping><description>页面跳转javascript 实现&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2261468.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Apr 2008 03:50:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/04/08/2261468.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/04/08/2261468.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>PHP 文件函数</title><link>http://blog.csdn.net/apaolove/archive/2008/04/07/2256633.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2256633.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2256633.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2256633</trackback:ping><description>PHP 文件函数&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2256633.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 07 Apr 2008 20:31:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/04/07/2256633.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/04/07/2256633.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>marquee 滚动文字 效果属性介绍</title><link>http://blog.csdn.net/apaolove/archive/2008/04/01/2237335.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2237335.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2237335.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2237335</trackback:ping><description>marquee 滚动文字 效果属性介绍&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2237335.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Apr 2008 22:50:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/04/01/2237335.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/04/01/2237335.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>Fedora 8 下观看土豆网视频</title><link>http://blog.csdn.net/apaolove/archive/2008/01/24/2062291.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2062291.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2062291.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2062291</trackback:ping><description>Fedora 8 下观看土豆网视频&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2062291.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 24 Jan 2008 08:33:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/01/24/2062291.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/01/24/2062291.aspx</guid><dc:creator>一阵风</dc:creator></item><item><title>Fedora 8 播放 mp3, 与 rmvb, rm,avi等格式文件的解决办法</title><link>http://blog.csdn.net/apaolove/archive/2008/01/22/2060188.aspx</link><wfw:comment>http://blog.csdn.net/apaolove/comments/2060188.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/apaolove/comments/commentRss/2060188.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2060188</trackback:ping><description>解决了Fedora 8下播放mp3, rmvb, rm, avi等格式媒体的问题。&lt;img src =&quot;http://blog.csdn.net/apaolove/aggbug/2060188.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 23 Jan 2008 06:17:00 +0800</pubDate><author>一阵风</author><comments>http://blog.csdn.net/apaolove/archive/2008/01/22/2060188.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/apaolove/archive/2008/01/22/2060188.aspx</guid><dc:creator>一阵风</dc:creator></item></channel></rss>