<?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/Jaguar1982" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/Jaguar1982" type="application/rss+xml"></fs:self_link><lastBuildDate>Sun, 02 Mar 2008 15:10:00 GMT</lastBuildDate><title>诸葛.NET</title><description>世界上本没有.NET，用爪哇的人多了，也就成了刀特耐特勒 -- 鲁小迅</description><link>http://blog.csdn.net/jaguar1982/</link><item><title>Shinyr互联网发布者的使用说明</title><link>http://blog.csdn.net/Jaguar1982/archive/2008/03/02/2139320.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/2139320.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/2139320.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2139320</trackback:ping><description>打开Shinyr软件后，首先当然是设置帐号而后就可以新建文章了在本编辑器上写文章,而后右边的边栏可以设置文章类别，如果还没有类别，可以点获取按钮，shinyr会自动连博客服务器获取文章类别同样，有些博客服务器还支持投稿，那么shinyr也可以去获取这些投稿的类别选项文章标签自然是不可少的了，通过标签，基本上也就是搜索引擎的关键字。人们会很方便的找到您的文章。标签不支持数字和别的元素，比如字母、汉字等混合。标签不支持特殊的符号。而后您就可以点击发布按钮，系统会弹出如下的发布对话框。在发布对话框上，你可以选择本文将要发布到哪个或那些博客帐号上去。(post by shinyr.com)&lt;/p)&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/2139320.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 02 Mar 2008 23:10:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2008/03/02/2139320.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2008/03/02/2139320.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>PowerDesigner 在MDA 领域的应用</title><link>http://blog.csdn.net/Jaguar1982/archive/2008/01/21/2056418.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/2056418.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/2056418.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2056418</trackback:ping><description>MDA提出已经有5,6年的历史了，它的出现正不断地改变着软件工程领域的现状和编程习惯，同时，业务模型、领域模型的不断变更以及新框架的出现，也使得MDA得以大展身手。本文将通过Sybase PowerDesigner工具带领大家认识、了解MDA，并且使您更容易地实现软件系统的集成与开发。 &lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/2056418.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 21 Jan 2008 21:01:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2008/01/21/2056418.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2008/01/21/2056418.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>Hibernate代码生成工具 设计全攻略</title><link>http://blog.csdn.net/Jaguar1982/archive/2008/01/21/2056405.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/2056405.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/2056405.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2056405</trackback:ping><description>Hibernate是一个开放源代码的对象关系映射框架，它对JDBC进行了轻量级的对象封装，提供HQL查询语言，使得Java程序员可以随心所欲的使用对象编程思维来操纵数据库。使用Hibernate，必须为配置映射文件—ClassMapping File和Configuration File,现在市场上提供了诸多Hibernate代码生成工具，比如：XDoclet，以及Hibernate官方自带的sechmaExport工具。然而它们都有如下的缺点：仅提供一些基本的输入模版，用户仍需要时间进行配置和修改；没有提供自动的持久类以及InvokeBean的代码生成；不支持图形界面；不支持对HibernateTestCase的代码生成。&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/2056405.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 21 Jan 2008 20:58:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2008/01/21/2056405.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2008/01/21/2056405.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>评估企业级数据库的总拥有成本</title><link>http://blog.csdn.net/Jaguar1982/archive/2005/09/19/485075.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/485075.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/485075.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=485075</trackback:ping><description>SYBASE ASE 15 released&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/485075.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 20 Sep 2005 02:43:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2005/09/19/485075.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2005/09/19/485075.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>我的投稿终于出版了</title><link>http://blog.csdn.net/Jaguar1982/archive/2005/09/10/476860.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/476860.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/476860.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=476860</trackback:ping><description>Hibernate代码生成工具设计全攻略&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/476860.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 10 Sep 2005 17:58:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2005/09/10/476860.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2005/09/10/476860.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>Hibernate手册（转载）</title><link>http://blog.csdn.net/Jaguar1982/archive/2005/06/22/400642.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/400642.aspx</wfw:comment><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/400642.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=400642</trackback:ping><description>HIBERNATE - 符合Java习惯的关系数据库持久化&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/400642.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 23 Jun 2005 05:43:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2005/06/22/400642.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2005/06/22/400642.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>ASP.NET Session详解</title><link>http://blog.csdn.net/Jaguar1982/archive/2005/02/03/279662.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/279662.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/279662.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=279662</trackback:ping><description>ASP.NET Session详解&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/279662.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 04 Feb 2005 04:23:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2005/02/03/279662.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2005/02/03/279662.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>CLR的诡异~</title><link>http://blog.csdn.net/Jaguar1982/archive/2005/01/26/268709.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/268709.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/268709.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=268709</trackback:ping><description>CLR的诡异~&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/268709.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 26 Jan 2005 21:39:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2005/01/26/268709.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2005/01/26/268709.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>关于GC</title><link>http://blog.csdn.net/Jaguar1982/archive/2005/01/25/267552.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/267552.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/267552.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=267552</trackback:ping><description>关于GC&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/267552.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 25 Jan 2005 23:12:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2005/01/25/267552.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2005/01/25/267552.aspx</guid><dc:creator>Jaguar1982</dc:creator></item><item><title>DataGrid高级使用技巧讲座（MSDN WebCast）圆满结束</title><link>http://blog.csdn.net/Jaguar1982/archive/2005/01/25/267394.aspx</link><wfw:comment>http://blog.csdn.net/jaguar1982/comments/267394.aspx</wfw:comment><slash:comments>13</slash:comments><wfw:commentRss>http://blog.csdn.net/jaguar1982/comments/commentRss/267394.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=267394</trackback:ping><description>DataGrid高级使用技巧讲座（MSDN WebCast）圆满结束&lt;img src =&quot;http://blog.csdn.net/jaguar1982/aggbug/267394.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 25 Jan 2005 21:41:00 +0800</pubDate><author>Jaguar1982</author><comments>http://blog.csdn.net/Jaguar1982/archive/2005/01/25/267394.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/Jaguar1982/archive/2005/01/25/267394.aspx</guid><dc:creator>Jaguar1982</dc:creator></item></channel></rss>