<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>feng_sundy的专栏 - 学习笔记</title><link>http://blog.csdn.net/feng_sundy/category/62172.aspx</link><description>XHTML学习笔记，不知道这次能不能坚持下去。。大家有好的资料也可以给我啊</description><dc:language>zh-CN</dc:language><lastUpdateTime>Wed, 16 Jul 2008 12:32:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>feng_sundy</dc:creator><title>N/A 是什么意思？</title><link>http://blog.csdn.net/feng_sundy/archive/2008/07/16/2659837.aspx</link><pubDate>Wed, 16 Jul 2008 12:27:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2008/07/16/2659837.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/2659837.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2008/07/16/2659837.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/2659837.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2659837</trackback:ping><description>N/A 是什么意思？&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/2659837.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>HIbernate 3.2 java.lang.IllegalArgumentException: object is not an instance of declaring class</title><link>http://blog.csdn.net/feng_sundy/archive/2007/12/21/1957841.aspx</link><pubDate>Fri, 21 Dec 2007 18:41:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2007/12/21/1957841.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/1957841.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2007/12/21/1957841.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/1957841.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1957841</trackback:ping><description>HIbernate 3.2 java.lang.IllegalArgumentException: object is not an instance of declaring class&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/1957841.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>精妙SQL语句介绍[持续更新]</title><link>http://blog.csdn.net/feng_sundy/archive/2005/06/10/391843.aspx</link><pubDate>Fri, 10 Jun 2005 16:51:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2005/06/10/391843.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/391843.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2005/06/10/391843.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/391843.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=391843</trackback:ping><description>精妙SQL语句介绍[持续更新]&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/391843.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>JAVA规则——开发篇</title><link>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383745.aspx</link><pubDate>Sun, 29 May 2005 20:40:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383745.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/383745.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383745.aspx#Feedback</comments><slash:comments>5</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/383745.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=383745</trackback:ping><description>本文介绍的JAVA规则的说明分为3个主要级别，本篇抛弃了平时开发中很少遇到的情况，那些用得比较少的以后再高级篇里面出现。并有六个有用的国际软件开发重要注意的有关String的问题，遵守了这些规则可以提高程序的效率、使代码又更好的可读性等。&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/383745.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>JAVA规则——中级篇</title><link>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383744.aspx</link><pubDate>Sun, 29 May 2005 20:38:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383744.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/383744.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383744.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/383744.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=383744</trackback:ping><description>本文介绍的JAVA规则的说明分为3个主要级别，中级是平时开发用的比较多的级别，在今后将陆续写出其他的规则。遵守了这些规则可以提高程序的效率、使代码又更好的可读性等。&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/383744.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>JAVA规则—基本篇</title><link>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383742.aspx</link><pubDate>Sun, 29 May 2005 20:37:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383742.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/383742.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2005/05/29/383742.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/383742.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=383742</trackback:ping><description>本文介绍的JAVA规则的说明分为5个级别，级别1是最基本也是最重要的级别，在今后将陆续写出其他的规则。遵守了这些规则可以提高程序的效率、使代码有更好的可读性等&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/383742.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>连串英文自动换行的方法</title><link>http://blog.csdn.net/feng_sundy/archive/2004/11/03/165215.aspx</link><pubDate>Wed, 03 Nov 2004 13:07:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2004/11/03/165215.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/165215.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2004/11/03/165215.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/165215.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=165215</trackback:ping><description>如果你正在制作论坛的话，你可能会遇到当用户输入一连串的英文时，表格不能对此进行自动换行，就会导致所在的元素被撑大了，造成了页面的不美观，如果你正在寻找简单的解决方法的话，看看下面的文章，注意只对IE5.5+有效果&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/165215.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>XML入门精解之文件格式定义（DTD）</title><link>http://blog.csdn.net/feng_sundy/archive/2004/10/29/159064.aspx</link><pubDate>Fri, 29 Oct 2004 20:26:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2004/10/29/159064.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/159064.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2004/10/29/159064.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/159064.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=159064</trackback:ping><description>XML入门精解之文件格式定义（DTD）&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/159064.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>XML入门精解之结构与语法</title><link>http://blog.csdn.net/feng_sundy/archive/2004/10/29/158582.aspx</link><pubDate>Fri, 29 Oct 2004 15:33:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2004/10/29/158582.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/158582.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2004/10/29/158582.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/158582.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=158582</trackback:ping><description>XML入门精解之结构与语法&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/158582.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>漫谈网站开发规范</title><link>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157162.aspx</link><pubDate>Thu, 28 Oct 2004 20:05:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157162.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/157162.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157162.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/157162.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=157162</trackback:ping><description>漫谈网站开发规范&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/157162.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>为什么网站设计的标准划？</title><link>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157130.aspx</link><pubDate>Thu, 28 Oct 2004 19:31:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157130.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/157130.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157130.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/157130.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=157130</trackback:ping><description>网站设计的标准时代 ，Web Standards、XML、XHML、CSS、DOM、DOCTYPE、Accessibility&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/157130.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>feng_sundy</dc:creator><title>XHTML 代码规范</title><link>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157111.aspx</link><pubDate>Thu, 28 Oct 2004 19:14:00 GMT</pubDate><guid>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157111.aspx</guid><wfw:comment>http://blog.csdn.net/feng_sundy/comments/157111.aspx</wfw:comment><comments>http://blog.csdn.net/feng_sundy/archive/2004/10/28/157111.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/feng_sundy/comments/commentRss/157111.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=157111</trackback:ping><description>XHTML 代码规范&lt;img src ="http://blog.csdn.net/feng_sundy/aggbug/157111.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>