<?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: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/" xmlns:fs="http://www.feedsky.com/namespace/feed" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zju3020912063" type="application/rss+xml" ref="self"></atom:link><lastBuildDate>Fri, 09 Feb 2007 13:03:00 GMT</lastBuildDate><title>zju3020912063的专栏</title><link>http://blog.csdn.net/zju3020912063/</link><item><title>C++多线程编程经验——线程暂停</title><link>http://item.feedsky.com/~csdn.net/zju3020912063/~1295194/22559943/1298082/1/item.html</link><wfw:comment>http://blog.csdn.net/zju3020912063/comments/1506139.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zju3020912063/comments/commentRss/1506139.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1506139</trackback:ping><description>多线程中，线程需要暂停的原因多种多样，基本分为两大类，1是等待数据，2是系统资源紧张，停止计算以把资源让给其他线程.一般初学者会使用的方法就是使用SuspendThread和ResumeThread这两个API或者他们的包装函数进行操作，许多教材上都是这么说的，但这么作会带来及其严重的问题。暂停线程必须想一个办法在能控制线程在能暂停的地方暂停，暂停点不能有任何数据已经上锁，上面说的那种while循环中也不能被暂停，还有一种就是当有大量内存被申请且还没有释放之前最好也不要被暂停。&lt;img src =&quot;http://blog.csdn.net/zju3020912063/aggbug/1506139.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 09 Feb 2007 21:03:00 +0800</pubDate><author>zju3020912063</author><comments>http://blog.csdn.net/zju3020912063/archive/2007/02/09/1506139.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zju3020912063/archive/2007/02/09/1506139.aspx</guid><dc:creator>zju3020912063</dc:creator><fs:srclink>http://blog.csdn.net/zju3020912063/archive/2007/02/09/1506139.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zju3020912063/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/zju3020912063/~1295194/22559943/1298082</fs:itemid></item><item><title>用WORD 2007 COM 组件提取文本。</title><link>http://item.feedsky.com/~csdn.net/zju3020912063/~1295194/22559944/1298082/1/item.html</link><wfw:comment>http://blog.csdn.net/zju3020912063/comments/1504481.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zju3020912063/comments/commentRss/1504481.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1504481</trackback:ping><description>最近作数据库开发，创建文件内容索引表的时候碰到文件内容提取的难题。首先有一个问题，大家可能想到了，office组件中除了access都不适合作服务端开发，因为com组件遇到问题不是抛出异常，而是对应的office组件弹出一个窗口，要求用户交互，在服务器模式运行时导致调用方超时错误，并且简单重新运行代码根本不行，也无法关闭文档重来，即使重来也是一样，因为调用程序根本无法确定问题。最倒霉的是一次读取《战国策》的doc文档，出现语法错误（很难没有语法错误，呵呵），但《史记》没有，至今不知道如何关闭语法错误提示。&lt;img src =&quot;http://blog.csdn.net/zju3020912063/aggbug/1504481.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 08 Feb 2007 00:36:00 +0800</pubDate><author>zju3020912063</author><comments>http://blog.csdn.net/zju3020912063/archive/2007/02/07/1504481.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zju3020912063/archive/2007/02/07/1504481.aspx</guid><dc:creator>zju3020912063</dc:creator><fs:srclink>http://blog.csdn.net/zju3020912063/archive/2007/02/07/1504481.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zju3020912063/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/zju3020912063/~1295194/22559944/1298082</fs:itemid></item><item><title>返回类似搜索引擎结果的SQL全文搜索存储过程</title><link>http://item.feedsky.com/~csdn.net/zju3020912063/~1295194/22559945/1298082/1/item.html</link><wfw:comment>http://blog.csdn.net/zju3020912063/comments/1503948.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zju3020912063/comments/commentRss/1503948.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1503948</trackback:ping><description>一个简单的存储过程，大部分都是字符串处理。因为记录大多是文章的全部内容，在客户程序端处理搜索将造成大量不必要的网络通信量，利用SQL Server2005的全文搜索引擎，和字符串处理函数，完成返回最少目标数据的存储过程。&lt;img src =&quot;http://blog.csdn.net/zju3020912063/aggbug/1503948.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 07 Feb 2007 17:37:00 +0800</pubDate><author>zju3020912063</author><comments>http://blog.csdn.net/zju3020912063/archive/2007/02/07/1503948.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zju3020912063/archive/2007/02/07/1503948.aspx</guid><dc:creator>zju3020912063</dc:creator><fs:srclink>http://blog.csdn.net/zju3020912063/archive/2007/02/07/1503948.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zju3020912063/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/zju3020912063/~1295194/22559945/1298082</fs:itemid></item><item><title>C#的效率远远超过C++</title><link>http://item.feedsky.com/~csdn.net/zju3020912063/~1295194/22559946/1298082/1/item.html</link><wfw:comment>http://blog.csdn.net/zju3020912063/comments/1481721.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zju3020912063/comments/commentRss/1481721.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1481721</trackback:ping><description>写这个题目主要是为了吸引眼球,本文不讨论基础程序领域(操作系统等),也不讨论高密度科学计算,而且主要是工程应用领域.&lt;img src =&quot;http://blog.csdn.net/zju3020912063/aggbug/1481721.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 13 Jan 2007 16:27:00 +0800</pubDate><author>zju3020912063</author><comments>http://blog.csdn.net/zju3020912063/archive/2007/01/13/1481721.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zju3020912063/archive/2007/01/13/1481721.aspx</guid><dc:creator>zju3020912063</dc:creator><fs:srclink>http://blog.csdn.net/zju3020912063/archive/2007/01/13/1481721.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zju3020912063/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/zju3020912063/~1295194/22559946/1298082</fs:itemid></item><item><title>论各位的关于&quot;C语言已经死了&quot;</title><link>http://item.feedsky.com/~csdn.net/zju3020912063/~1295194/22559947/1298082/1/item.html</link><wfw:comment>http://blog.csdn.net/zju3020912063/comments/1478624.aspx</wfw:comment><slash:comments>9</slash:comments><wfw:commentRss>http://blog.csdn.net/zju3020912063/comments/commentRss/1478624.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1478624</trackback:ping><description>关于C语言之争的观点&lt;img src =&quot;http://blog.csdn.net/zju3020912063/aggbug/1478624.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Jan 2007 11:40:00 +0800</pubDate><author>zju3020912063</author><comments>http://blog.csdn.net/zju3020912063/archive/2007/01/10/1478624.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zju3020912063/archive/2007/01/10/1478624.aspx</guid><dc:creator>zju3020912063</dc:creator><fs:srclink>http://blog.csdn.net/zju3020912063/archive/2007/01/10/1478624.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zju3020912063/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/zju3020912063/~1295194/22559947/1298082</fs:itemid></item></channel></rss>