<?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/onlyxing" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/onlyxing" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 06 Feb 2009 14:43:00 GMT</lastBuildDate><title>onlyxing的专栏</title><link>http://blog.csdn.net/onlyxing/</link><item><title>判断变量小实例</title><link>http://blog.csdn.net/onlyxing/archive/2009/02/06/3866177.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/3866177.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/3866177.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3866177</trackback:ping><description>&lt;br /&gt;有一个变量a = 'aaaa'，想判断a是否等于aaaa怎么处理?&lt;br /&gt;&lt;br /&gt;&lt;%String a = &quot;aaaa&quot;; &lt;br /&gt;  request.setAttribute(&quot;ohyes&quot;,a);&lt;br /&gt;%&gt;&lt;br /&gt;&lt;br /&gt;yes&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/3866177.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Feb 2009 22:43:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2009/02/06/3866177.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2009/02/06/3866177.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2009/02/06/3866177.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399601/5478672</fs:itemid></item><item><title>JSP中文乱码解决方法</title><link>http://blog.csdn.net/onlyxing/archive/2009/02/05/3864776.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/3864776.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/3864776.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3864776</trackback:ping><description>JSP中文乱码解决方法&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1、JSP页面乱码&lt;br /&gt;    这种乱码的原因是应为没有在页面里指定使用的字符集编码，解决方法：只要在页面开始地方用下面代码指定字符集编码即可&lt;br /&gt;2、数据库乱码&lt;br /&gt;     这种乱码会使你插入数据库的中文变成乱码，或者读出显示时也是乱码，解决方法如下：&lt;br /&gt;在数据库连接字符串中加入编码字符集&lt;br /&gt;String Url=&quot;jdbc:mysql://localhost/digitgulf?user=root&amp;password=root&amp;useUnicode=true&amp;characterEncoding=GB2312&quot;;&lt;br /&gt;并在页面中使用如下代码：&lt;br /&gt;response.setContentType(&quot;text/html;charset=gb2312&quot;);&lt;br /&gt;request.setCharacterEncoding(&quot;gb2312&quot;);&lt;br /&gt;3、中文作为参数传递乱码&lt;br /&gt;　　当我们把一段中文字符作为参数传递个另一页面时，也会出现乱码情况，解决方法如下：&lt;br /&gt;在参&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/3864776.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 06 Feb 2009 01:27:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2009/02/05/3864776.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2009/02/05/3864776.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2009/02/05/3864776.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399602/5478672</fs:itemid></item><item><title>Java学习路线</title><link>http://blog.csdn.net/onlyxing/archive/2009/01/14/3777189.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/3777189.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/3777189.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3777189</trackback:ping><description>&lt;br /&gt;Java学习路线 &lt;br /&gt;先学习j2se &lt;br /&gt;要学习j2ee就要先学习j2se，刚开始学习j2se先建议不要使用IDE，然后渐渐的过渡到使用IDE开发，毕竟用它方便嘛。学习j2se推荐两本书，《java2核心技术一二卷》，《java编程思想》，《java模式》。其中《java编程思想》要研读，精读。这一段时间是基本功学习，时间会很长，也可能很短，这要看学习者自身水平而定。 &lt;br /&gt;&lt;br /&gt;不要被IDE纠缠  &lt;br /&gt;在学习java和j2ee过程中，你会遇到五花八门的IDE，不要被他们迷惑，学JAVA的时候，要学语言本身的东西，不要太在意IDE的附加功能，JAVA编程在不同IDE之间的转换是很容易的，过于的在意IDE的功能反而容易耽误对语言本身的理解。目前流行的IDE有jbuilder，eclipse和eclipse的加强版WSAD。用好其中一个就可以了，推荐从eclipse入手j2ee。因为Jbuilder更适合于写j2se程序。 &lt;br /&gt;&lt;br /&gt;选择和学习服务器使用配置 =D R t - &lt;br /&gt;当你有了j2se和IDE的经验时，可以开&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/3777189.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 15 Jan 2009 00:37:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2009/01/14/3777189.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2009/01/14/3777189.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2009/01/14/3777189.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399603/5478672</fs:itemid></item><item><title>安装SQL SERVER 2000时出现如下提示某挂起文件</title><link>http://blog.csdn.net/onlyxing/archive/2008/09/25/2977801.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/2977801.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/2977801.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2977801</trackback:ping><description>&lt;br /&gt;问题：&lt;br /&gt;安装SQL SERVER 2000时出现如下提示 以前的某个程序安装已在安装计算机上创建挂起的文件操作。运行安装之前,必须重新启动计算机&lt;br /&gt;答：&lt;br /&gt;删除 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager] PendingFileRenameOperations&amp;&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/2977801.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 25 Sep 2008 21:11:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2008/09/25/2977801.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2008/09/25/2977801.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2008/09/25/2977801.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399604/5478672</fs:itemid></item><item><title>用Java做web开发是一件很惬意的事情</title><link>http://blog.csdn.net/onlyxing/archive/2008/09/11/2912453.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/2912453.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/2912453.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2912453</trackback:ping><description>开始，万事开头难啊！ 
Java的学习很难，因为它太庞杂了，有很多令人恐惧的（并非语言本身的）细节&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/2912453.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 11 Sep 2008 19:08:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2008/09/11/2912453.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2008/09/11/2912453.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2008/09/11/2912453.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399605/5478672</fs:itemid></item><item><title>创建Web应用和Struts框架配置文件</title><link>http://blog.csdn.net/onlyxing/archive/2008/08/01/2751357.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/2751357.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/2751357.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2751357</trackback:ping><description>参考来的&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/2751357.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 01 Aug 2008 17:06:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2008/08/01/2751357.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2008/08/01/2751357.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2008/08/01/2751357.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399606/5478672</fs:itemid></item><item><title>写Java程序的三十个基本规则</title><link>http://blog.csdn.net/onlyxing/archive/2008/07/31/2747518.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/2747518.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/2747518.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2747518</trackback:ping><description>参考&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/2747518.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 01 Aug 2008 01:27:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2008/07/31/2747518.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2008/07/31/2747518.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2008/07/31/2747518.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399607/5478672</fs:itemid></item><item><title>开发中的乱码问题</title><link>http://blog.csdn.net/onlyxing/archive/2008/07/31/2747444.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/2747444.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/2747444.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2747444</trackback:ping><description>参考&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/2747444.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 01 Aug 2008 01:23:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2008/07/31/2747444.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2008/07/31/2747444.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2008/07/31/2747444.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399608/5478672</fs:itemid></item><item><title>JSP入门调试要注意的几个地方</title><link>http://blog.csdn.net/onlyxing/archive/2008/07/31/2746010.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/2746010.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/2746010.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2746010</trackback:ping><description>切记啊,虽然还不懂,但随时要注意着.&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/2746010.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Jul 2008 23:05:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2008/07/31/2746010.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2008/07/31/2746010.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2008/07/31/2746010.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399609/5478672</fs:itemid></item><item><title>创建Web应用和Struts框架配置文件</title><link>http://blog.csdn.net/onlyxing/archive/2008/07/31/2745978.aspx</link><wfw:comment>http://blog.csdn.net/onlyxing/comments/2745978.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/onlyxing/comments/commentRss/2745978.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2745978</trackback:ping><description>创建Web应用的配置文件
创建Struts框架的配置文件 
&lt;img src =&quot;http://blog.csdn.net/onlyxing/aggbug/2745978.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 31 Jul 2008 22:58:00 +0800</pubDate><author>onlyxing</author><comments>http://blog.csdn.net/onlyxing/archive/2008/07/31/2745978.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/onlyxing/archive/2008/07/31/2745978.aspx</guid><dc:creator>onlyxing</dc:creator><fs:srclink>http://blog.csdn.net/onlyxing/archive/2008/07/31/2745978.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/onlyxing/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/onlyxing/~7369155/207399610/5478672</fs:itemid></item></channel></rss>