<?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/huamoran" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/huamoran" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 14 Nov 2007 13:09:00 GMT</lastBuildDate><title>蓦然编程</title><description>蓦然天下</description><link>http://blog.csdn.net/huamoran/</link><item><title>未来IT人才市场最热门的12项技能</title><link>http://blog.csdn.net/huamoran/archive/2007/11/14/1884163.aspx</link><wfw:comment>http://blog.csdn.net/huamoran/comments/1884163.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huamoran/comments/commentRss/1884163.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1884163</trackback:ping><description>IT行业很热门，不过前提是你要有所需的技能。如果你想进入这个行业，不妨看看在不久的将来最热门的几项IT技能。 &lt;img src =&quot;http://blog.csdn.net/huamoran/aggbug/1884163.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 14 Nov 2007 21:09:00 +0800</pubDate><author>huamoran</author><comments>http://blog.csdn.net/huamoran/archive/2007/11/14/1884163.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/huamoran/archive/2007/11/14/1884163.aspx</guid><dc:creator>huamoran</dc:creator></item><item><title>找到文件指定行</title><link>http://blog.csdn.net/huamoran/archive/2007/11/14/1884093.aspx</link><wfw:comment>http://blog.csdn.net/huamoran/comments/1884093.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/huamoran/comments/commentRss/1884093.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1884093</trackback:ping><description>下面代码是找到指定行
C/C++ code 
FILE*   fp=fopen( &quot;c:\\e.exe &quot;, &quot;r+b &quot;); 
    if(fp) 
    { 
        fseek(fp,0,SEEK_END); 
        long lflen=ftell(fp);
        char* date=new char[lflen+10];
        if(date==NULL)
        {
            fclose(fp);
            return ;
        }
&lt;img src =&quot;http://blog.csdn.net/huamoran/aggbug/1884093.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 14 Nov 2007 20:51:00 +0800</pubDate><author>huamoran</author><comments>http://blog.csdn.net/huamoran/archive/2007/11/14/1884093.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/huamoran/archive/2007/11/14/1884093.aspx</guid><dc:creator>huamoran</dc:creator></item></channel></rss>