<?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/YuNa123" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/YuNa123" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 11 Jan 2007 09:58:00 GMT</lastBuildDate><title>于娜的BLOG</title><link>http://blog.csdn.net/YuNa123/</link><item><title>RTF文件结构分析及其应用</title><link>http://blog.csdn.net/YuNa123/archive/2007/01/11/1479811.aspx</link><wfw:comment>http://blog.csdn.net/YuNa123/comments/1479811.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/YuNa123/comments/commentRss/1479811.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1479811</trackback:ping><description>RTF文件结构分析及其应用&lt;img src =&quot;http://blog.csdn.net/YuNa123/aggbug/1479811.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 11 Jan 2007 17:58:00 +0800</pubDate><author>YuNa123</author><comments>http://blog.csdn.net/YuNa123/archive/2007/01/11/1479811.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/YuNa123/archive/2007/01/11/1479811.aspx</guid><dc:creator>YuNa123</dc:creator></item><item><title>什么是RTF格式？</title><link>http://blog.csdn.net/YuNa123/archive/2007/01/11/1479805.aspx</link><wfw:comment>http://blog.csdn.net/YuNa123/comments/1479805.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/YuNa123/comments/commentRss/1479805.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1479805</trackback:ping><description>ＲＴＦ格式是许多软件都能够识别的文件格式。比如Ｗｏｒｄ、ＷＰＳＯｆｆｉｃｅ、Ｅｘｃｅｌ等都可以打开ＲＴＦ格式的文件，这说明这种格式是较为通用的。

ＲＴＦ是ＲｉｃｈＴｅｘｔＦｏｒｍａｔ的缩写，意即多文本格式。这是一种类似ＤＯＣ格式（Ｗｏｒｄ文档）的文件，有很好的兼容性，使用Ｗｉｎｄｏｗｓ“附件”中的“写字板”就能打开并进行编辑。使用“写字板”打开一个ＲＴＦ格式文件时，将看到文件的内容；如果要查看ＴＲＦ格式文件的源代码，只要使用“记事本”将它打开就行了。这就是说，你完全可以像编辑ＨＴＭＬ文件一样，使用“记事本”来编辑ＲＴＦ格式文件。

对普通用户而言，ＲＴＦ格式是一个很好的文件格式转换工具，用于在不同应用程序之间进行格式化文本文档的传送。&lt;img src =&quot;http://blog.csdn.net/YuNa123/aggbug/1479805.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 11 Jan 2007 17:46:00 +0800</pubDate><author>YuNa123</author><comments>http://blog.csdn.net/YuNa123/archive/2007/01/11/1479805.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/YuNa123/archive/2007/01/11/1479805.aspx</guid><dc:creator>YuNa123</dc:creator></item><item><title>深入剖析C#的多态</title><link>http://blog.csdn.net/YuNa123/archive/2007/01/08/1477490.aspx</link><wfw:comment>http://blog.csdn.net/YuNa123/comments/1477490.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/YuNa123/comments/commentRss/1477490.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1477490</trackback:ping><description>“多态性”一词最早用于生物学，指同一种族的生物体具有相同的特性。在C#中，多态性的定义是：同一操作作用于不同的类的实例，不同的类将进行不同的解释，最后产生不同的执行结果。&lt;img src =&quot;http://blog.csdn.net/YuNa123/aggbug/1477490.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 09 Jan 2007 04:34:00 +0800</pubDate><author>YuNa123</author><comments>http://blog.csdn.net/YuNa123/archive/2007/01/08/1477490.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/YuNa123/archive/2007/01/08/1477490.aspx</guid><dc:creator>YuNa123</dc:creator></item></channel></rss>