<?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/fusmile" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/fusmile" type="application/rss+xml"></fs:self_link><lastBuildDate>Thu, 24 Apr 2008 16:09:00 GMT</lastBuildDate><title>fusmile的专栏</title><link>http://blog.csdn.net/fusmile/</link><item><title>java经典实例</title><link>http://blog.csdn.net/fusmile/archive/2008/04/24/2323803.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2323803.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2323803.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2323803</trackback:ping><description>第一，谈谈final, finally, finalize的区别。 final修饰符（关键字） 如果一个类被声明为final，意味着它不能再派生出新的子类，不能作为父类被继承。因此一个类不能既被声明为abstract，又被声明为final。将变量或方法声明为final，可以保证它们在使用中不被改变。其初始化可以在两个地方：一是其定义处，也就是说在final变量定义时直接给其赋值；二是在构造函数中。这两个地方只能选其一，要么在定义时给值，要么在构造函数中给值，不能同时既在定义时给了值，又在构造函数中给另外的值，而在以后的引用中只能读取，不可修改。被声明为final的方法也同样只能使用，不能重写（override）。 finally 在异常处理时提供finally块来执行任何清除操作。如果抛出一个异常，那么相匹配的catch子句就会执行，然后控制就会进入finally块（如果有的话）。 finalize 方法名。Java 技术允许使用finalize()方法在垃圾收集器将对象从内存中清除出去之前做必要的清理工作。这个方法是由垃圾收集器在确定这个对象没有被引用时对这个对象调用的。它是在Obj&lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2323803.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 25 Apr 2008 00:09:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/04/24/2323803.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/04/24/2323803.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>java 判断一周第几天</title><link>http://blog.csdn.net/fusmile/archive/2008/04/11/2281882.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2281882.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2281882.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2281882</trackback:ping><description>java 判断一周第几天&lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2281882.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 11 Apr 2008 21:52:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/04/11/2281882.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/04/11/2281882.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>java 判断星期周末</title><link>http://blog.csdn.net/fusmile/archive/2008/04/11/2281872.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2281872.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2281872.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2281872</trackback:ping><description>java 判断星期 周末&lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2281872.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 11 Apr 2008 21:49:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/04/11/2281872.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/04/11/2281872.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>什么是MIME类型</title><link>http://blog.csdn.net/fusmile/archive/2008/04/02/2245266.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2245266.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2245266.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2245266</trackback:ping><description>什么是MIME类型&lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2245266.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Apr 2008 23:44:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/04/02/2245266.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/04/02/2245266.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>request.getContextPath().getRequestURI().getServletPath().getRequestURL().getRealPath() 图解</title><link>http://blog.csdn.net/fusmile/archive/2008/04/02/2243962.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2243962.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2243962.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2243962</trackback:ping><description>request.getContextPath().getRequestURI().getServletPath().getRequestURL().getRealPath() 图解 &lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2243962.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 02 Apr 2008 19:20:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/04/02/2243962.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/04/02/2243962.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>JDBC Subsystem Messages</title><link>http://blog.csdn.net/fusmile/archive/2008/03/31/2233640.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2233640.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2233640.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2233640</trackback:ping><description>JDBC Subsystem Messages&lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2233640.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 01 Apr 2008 01:20:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/03/31/2233640.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/03/31/2233640.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>比较几款主流的JAVA报表工具</title><link>http://blog.csdn.net/fusmile/archive/2008/03/31/2232861.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2232861.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2232861.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2232861</trackback:ping><description>比较几款主流的JAVA报表工具 &lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2232861.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 31 Mar 2008 22:01:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/03/31/2232861.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/03/31/2232861.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>Httpsession具有如下API</title><link>http://blog.csdn.net/fusmile/archive/2008/03/31/2232400.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2232400.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2232400.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2232400</trackback:ping><description>Httpsession具有如下API&lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2232400.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 31 Mar 2008 19:10:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/03/31/2232400.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/03/31/2232400.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>Tomcat下JSP、Servlet和JavaBean的配置</title><link>http://blog.csdn.net/fusmile/archive/2008/03/12/2173069.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2173069.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2173069.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2173069</trackback:ping><description>Tomcat下JSP、Servlet和JavaBean的配置&lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2173069.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 12 Mar 2008 22:30:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/03/12/2173069.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/03/12/2173069.aspx</guid><dc:creator>fusmile</dc:creator></item><item><title>JSP初学者必须掌握的语法点</title><link>http://blog.csdn.net/fusmile/archive/2008/03/12/2173059.aspx</link><wfw:comment>http://blog.csdn.net/fusmile/comments/2173059.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fusmile/comments/commentRss/2173059.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2173059</trackback:ping><description>JSP初学者必须掌握的语法点&lt;img src =&quot;http://blog.csdn.net/fusmile/aggbug/2173059.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 12 Mar 2008 22:28:00 +0800</pubDate><author>fusmile</author><comments>http://blog.csdn.net/fusmile/archive/2008/03/12/2173059.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/fusmile/archive/2008/03/12/2173059.aspx</guid><dc:creator>fusmile</dc:creator></item></channel></rss>