<?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/wwwsq" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/wwwsq" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 09 Jun 2009 11:08:00 GMT</lastBuildDate><title>Eric's Little Hut</title><description>Enjoy Programming, Enjoy Life</description><link>http://blog.csdn.net/wwwsq/</link><item><title>[C++] MurmurHash2的性能</title><link>http://blog.csdn.net/wwwsq/archive/2009/06/09/4254123.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/4254123.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/4254123.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4254123</trackback:ping><description>还是DJB好。只有在特别的数据特别的场合，才应该考虑单独的使用MurmurHash。&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/4254123.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/231468202/wwwsq/csdn.net/s.gif?r=http://blog.csdn.net/wwwsq/archive/2009/06/09/4254123.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468202/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468202/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 09 Jun 2009 19:08:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2009/06/09/4254123.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2009/06/09/4254123.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2009/06/09/4254123.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468202/1067707</fs:itemid></item><item><title>[C++] 在程序里调用DOS命令</title><link>http://blog.csdn.net/wwwsq/archive/2009/06/02/4235959.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/4235959.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/4235959.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4235959</trackback:ping><description>程序里调用DOS命令，网上一般介绍说用system()函数。但是system()函数会有黑窗口跳出来，于是想到一个新办法。&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/4235959.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/231468203/wwwsq/csdn.net/s.gif?r=http://blog.csdn.net/wwwsq/archive/2009/06/02/4235959.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468203/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468203/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 02 Jun 2009 22:44:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2009/06/02/4235959.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2009/06/02/4235959.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2009/06/02/4235959.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468203/1067707</fs:itemid></item><item><title>[C++] 有争议的代码风格</title><link>http://blog.csdn.net/wwwsq/archive/2009/05/05/4152007.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/4152007.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/4152007.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4152007</trackback:ping><description>基于代码的可读性的原因，“if (p == NULL)”才是更好的代码风格。&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/4152007.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468204/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468204/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 06 May 2009 00:17:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2009/05/05/4152007.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2009/05/05/4152007.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2009/05/05/4152007.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468204/1067707</fs:itemid></item><item><title>[Linux] pthread_mutex_lock和pthread_spin_lock的性能</title><link>http://blog.csdn.net/wwwsq/archive/2009/04/15/4075129.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/4075129.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/4075129.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4075129</trackback:ping><description>pthread_spin_lock确实更快一些&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/4075129.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468205/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468205/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 15 Apr 2009 19:01:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2009/04/15/4075129.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2009/04/15/4075129.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2009/04/15/4075129.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468205/1067707</fs:itemid></item><item><title>如何在Firefox过滤起点的登录框</title><link>http://blog.csdn.net/wwwsq/archive/2008/10/27/3158555.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/3158555.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/3158555.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3158555</trackback:ping><description>Firefox过滤div&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/3158555.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468206/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468206/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 27 Oct 2008 22:49:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2008/10/27/3158555.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2008/10/27/3158555.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2008/10/27/3158555.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468206/1067707</fs:itemid></item><item><title>[C++] gdb里查看errno</title><link>http://blog.csdn.net/wwwsq/archive/2008/09/24/2973576.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/2973576.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/2973576.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2973576</trackback:ping><description>linux,gdb,C++,errno,0x8&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/2973576.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468207/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468207/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 25 Sep 2008 00:13:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2008/09/24/2973576.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2008/09/24/2973576.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2008/09/24/2973576.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468207/1067707</fs:itemid></item><item><title>[Linux] gdb crash之后，杀掉僵尸进程的办法</title><link>http://blog.csdn.net/wwwsq/archive/2007/12/24/1965131.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/1965131.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/1965131.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1965131</trackback:ping><description>试试kill -18 pid。&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/1965131.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468208/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468208/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 25 Dec 2007 00:17:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2007/12/24/1965131.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2007/12/24/1965131.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2007/12/24/1965131.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468208/1067707</fs:itemid></item><item><title>[Linux] linux下的GetModuleFileName函数</title><link>http://blog.csdn.net/wwwsq/archive/2007/12/14/1935618.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/1935618.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/1935618.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1935618</trackback:ping><description>Linux下GetModuleFileName函数的一种简单实现。&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/1935618.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468209/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468209/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 14 Dec 2007 21:18:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2007/12/14/1935618.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2007/12/14/1935618.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2007/12/14/1935618.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468209/1067707</fs:itemid></item><item><title>windows和linux的线程同步性能</title><link>http://blog.csdn.net/wwwsq/archive/2007/12/04/1916558.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/1916558.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/1916558.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1916558</trackback:ping><description>linux进出一次最快的锁需要49.7纳秒。windows进出一次最快的锁需要13.6纳秒。&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/1916558.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468210/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468210/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 05 Dec 2007 00:31:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2007/12/04/1916558.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2007/12/04/1916558.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2007/12/04/1916558.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468210/1067707</fs:itemid></item><item><title>有人说Java比C++快？</title><link>http://blog.csdn.net/wwwsq/archive/2007/11/12/1880517.aspx</link><wfw:comment>http://blog.csdn.net/wwwsq/comments/1880517.aspx</wfw:comment><slash:comments>24</slash:comments><wfw:commentRss>http://blog.csdn.net/wwwsq/comments/commentRss/1880517.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1880517</trackback:ping><description>Java比C++快这种论点，实在是只有傻瓜才会相信。但是现实是真的很多人相信这一点，而且我居然还跳出来解释。&lt;img src =&quot;http://blog.csdn.net/wwwsq/aggbug/1880517.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/wwwsq/231468211/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/wwwsq/231468211/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 12 Nov 2007 23:49:00 +0800</pubDate><author>Eric</author><comments>http://blog.csdn.net/wwwsq/archive/2007/11/12/1880517.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/wwwsq/archive/2007/11/12/1880517.aspx</guid><dc:creator>Eric</dc:creator><fs:srclink>http://blog.csdn.net/wwwsq/archive/2007/11/12/1880517.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/wwwsq/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/wwwsq/~1067707/231468211/1067707</fs:itemid></item></channel></rss>