<?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/carylin" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/carylin" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 15 Oct 2008 08:12:00 GMT</lastBuildDate><title>林石的专栏</title><link>http://blog.csdn.net/carylin/</link><item><title>项目管理者必须具有的观念</title><link>http://blog.csdn.net/carylin/archive/2008/10/15/3078123.aspx</link><wfw:comment>http://blog.csdn.net/carylin/comments/3078123.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/carylin/comments/commentRss/3078123.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3078123</trackback:ping><description>软件从业者必须知道的几点准则。也许对你有帮助。&lt;img src =&quot;http://blog.csdn.net/carylin/aggbug/3078123.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 15 Oct 2008 16:12:00 +0800</pubDate><author>林石</author><comments>http://blog.csdn.net/carylin/archive/2008/10/15/3078123.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/carylin/archive/2008/10/15/3078123.aspx</guid><dc:creator>林石</dc:creator></item><item><title>设计模式之观察者模式与其C++通用实现（下）</title><link>http://blog.csdn.net/carylin/archive/2008/10/08/3035528.aspx</link><wfw:comment>http://blog.csdn.net/carylin/comments/3035528.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/carylin/comments/commentRss/3035528.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3035528</trackback:ping><description>设计模式之观察者(Observer)模式与其C++通用实现分上、中、下三篇。上篇详细讲解何为观察者模式以及其特点，并给出一个应用实例与其实现。中篇研究如何运用C++各种技术实现一个通用/万能的观察者模式。下篇讨论中篇所给出的实现可能遇到的问题及解决方案。&lt;img src =&quot;http://blog.csdn.net/carylin/aggbug/3035528.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 09 Oct 2008 03:37:00 +0800</pubDate><author>林石</author><comments>http://blog.csdn.net/carylin/archive/2008/10/08/3035528.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/carylin/archive/2008/10/08/3035528.aspx</guid><dc:creator>林石</dc:creator></item><item><title>设计模式之观察者模式与其C++通用实现（中）</title><link>http://blog.csdn.net/carylin/archive/2008/10/03/3013725.aspx</link><wfw:comment>http://blog.csdn.net/carylin/comments/3013725.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/carylin/comments/commentRss/3013725.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3013725</trackback:ping><description>设计模式之观察者(Observer)模式与其C++通用实现分上、中、下三篇。上篇详细讲解何为观察者模式以及其特点，并给出一个应用实例与其实现。中篇研究如何运用C++各种技术实现一个通用/万能的观察者模式。下篇讨论中篇所给出的实现可能遇到的问题及解决方案。&lt;img src =&quot;http://blog.csdn.net/carylin/aggbug/3013725.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 03 Oct 2008 22:14:00 +0800</pubDate><author>林石</author><comments>http://blog.csdn.net/carylin/archive/2008/10/03/3013725.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/carylin/archive/2008/10/03/3013725.aspx</guid><dc:creator>林石</dc:creator></item><item><title>设计模式之观察者模式与其C++通用实现（上）</title><link>http://blog.csdn.net/carylin/archive/2008/09/30/3003305.aspx</link><wfw:comment>http://blog.csdn.net/carylin/comments/3003305.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/carylin/comments/commentRss/3003305.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3003305</trackback:ping><description>设计模式之观察者(Observer)模式与其C++通用实现分上、中、下三篇。上篇详细讲解何为观察者模式以及其特点，并给出一个应用实例与其实现。中篇研究如何运用C++各种技术实现一个通用/万能的观察者模式。下篇讨论中篇所给出的实现可能遇到的问题及解决方案。&lt;img src =&quot;http://blog.csdn.net/carylin/aggbug/3003305.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 01 Oct 2008 00:14:00 +0800</pubDate><author>林石</author><comments>http://blog.csdn.net/carylin/archive/2008/09/30/3003305.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/carylin/archive/2008/09/30/3003305.aspx</guid><dc:creator>林石</dc:creator></item><item><title>为什么项目测试不能由软件开发者实施</title><link>http://blog.csdn.net/carylin/archive/2008/09/24/2974502.aspx</link><wfw:comment>http://blog.csdn.net/carylin/comments/2974502.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/carylin/comments/commentRss/2974502.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2974502</trackback:ping><description>为什么项目测试不能由软件开发者实施&lt;img src =&quot;http://blog.csdn.net/carylin/aggbug/2974502.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 25 Sep 2008 02:23:00 +0800</pubDate><author>林石</author><comments>http://blog.csdn.net/carylin/archive/2008/09/24/2974502.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/carylin/archive/2008/09/24/2974502.aspx</guid><dc:creator>林石</dc:creator></item><item><title>细论数组维度(dimension)的计算</title><link>http://blog.csdn.net/carylin/archive/2008/09/22/2960949.aspx</link><wfw:comment>http://blog.csdn.net/carylin/comments/2960949.aspx</wfw:comment><slash:comments>7</slash:comments><wfw:commentRss>http://blog.csdn.net/carylin/comments/commentRss/2960949.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2960949</trackback:ping><description>本文将与读者一起探讨计算数值的维度（dimension）所遇到的问题以及解决办法。从C式旧风格一步一步进化到最新的C++模板编程，并最终给出了一个比较完美的方案。&lt;img src =&quot;http://blog.csdn.net/carylin/aggbug/2960949.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 22 Sep 2008 20:50:00 +0800</pubDate><author>林石</author><comments>http://blog.csdn.net/carylin/archive/2008/09/22/2960949.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/carylin/archive/2008/09/22/2960949.aspx</guid><dc:creator>林石</dc:creator></item><item><title>C++数值--字符串间转换方法总结</title><link>http://blog.csdn.net/carylin/archive/2008/09/17/2944169.aspx</link><wfw:comment>http://blog.csdn.net/carylin/comments/2944169.aspx</wfw:comment><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/carylin/comments/commentRss/2944169.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2944169</trackback:ping><description>本文总结了C、C++中常用的数值--字符串间相互转换的方法，比较了各自的优缺点。&lt;img src =&quot;http://blog.csdn.net/carylin/aggbug/2944169.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 18 Sep 2008 04:23:00 +0800</pubDate><author>林石</author><comments>http://blog.csdn.net/carylin/archive/2008/09/17/2944169.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/carylin/archive/2008/09/17/2944169.aspx</guid><dc:creator>林石</dc:creator></item><item><title>博客开张</title><link>http://blog.csdn.net/carylin/archive/2006/08/31/1149405.aspx</link><wfw:comment>http://blog.csdn.net/carylin/comments/1149405.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/carylin/comments/commentRss/1149405.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1149405</trackback:ping><description>突然心血来潮，林石的博客正式开张！ &lt;img src =&quot;http://blog.csdn.net/carylin/aggbug/1149405.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Aug 2006 22:18:00 +0800</pubDate><author>林石</author><comments>http://blog.csdn.net/carylin/archive/2006/08/31/1149405.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/carylin/archive/2006/08/31/1149405.aspx</guid><dc:creator>林石</dc:creator></item></channel></rss>