<?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/guangtoutou" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/guangtoutou" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 25 Jul 2005 16:02:00 GMT</lastBuildDate><title>guangtoutou的专栏</title><link>http://blog.csdn.net/guangtoutou/</link><item><title>jdbc性能优化</title><link>http://blog.csdn.net/guangtoutou/archive/2005/07/25/434559.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/434559.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/434559.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=434559</trackback:ping><description>jdbc程序的性能主要由两个因素决定，一是数据库本身的性质，另一个是与数据库相对独立的jdbc应用程序接口(api)的使用。这里说的是如何正确使用jdbc编程接口，以获得更好的性能。
  jdbc主要优化有:
  1.选择正确的jdbc驱动程序
  2.Connention的优化：使用连接池来管理Connection对象
  3.Statement的优化：使用批量更新等
  4.Result的优化：正确的从数据库中get数据等&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/434559.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 26 Jul 2005 00:02:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/07/25/434559.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/07/25/434559.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>在LINUX下配置JAVA开发环境</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/29/367829.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/367829.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/367829.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=367829</trackback:ping><description>在LINUX下配置JAVA开发环境&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/367829.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 29 Apr 2005 21:02:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/29/367829.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/29/367829.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>J2ME开发配置</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/29/367819.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/367819.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/367819.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=367819</trackback:ping><description>　　在我们对J2ME有了初步的了解之后，心里有个底，就应该开始J2ME程序开发了。工欲善其事，必先利其器，学J2ME还得从配置开始的。不然helloword都不知道怎么弄的。这里，我主要以nokia模拟器为例，说一下wtk+nokia的配置和jbuilder＋mobileset＋nokia的配置。&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/367819.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 29 Apr 2005 20:54:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/29/367819.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/29/367819.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>sql*plus使用的一些技巧</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/28/366645.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/366645.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/366645.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=366645</trackback:ping><description>Sql*plus中蕴藏着好多技巧，如果掌握这些技巧，对于在oracle数据库下进行快速开发与有效维护数据库都是有益的。&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/366645.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 28 Apr 2005 22:42:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/28/366645.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/28/366645.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>struts中文问题的解决</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/18/352702.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/352702.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/352702.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=352702</trackback:ping><description>研究struts之后，中文问题一直困扰着我，今天基本上是完全解决了。
&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/352702.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 18 Apr 2005 22:52:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/18/352702.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/18/352702.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>MySQL常用命令</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/15/348942.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/348942.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/348942.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=348942</trackback:ping><description>MySQL常用命令&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/348942.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 15 Apr 2005 22:51:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/15/348942.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/15/348942.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>搞定hibernate</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/13/346019.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/346019.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/346019.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=346019</trackback:ping><description>看书上说十分钟搞定，结果搞了整整一天。
主要是配置问题，hibernate需要很多库的支持，antlr,dom4j,cglib,commons-collection,commons-logging,ehcache都是必需的&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/346019.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 14 Apr 2005 00:36:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/13/346019.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/13/346019.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>Spring AOP简介</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/08/340599.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/340599.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/340599.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=340599</trackback:ping><description>这是在网上发现的一篇关于Spring AOP编程的教程，读完这篇文章后，Spring AOP不再难以理解，因此我把它译成中文，推荐给Spring AOP的初学者。这是译文的链接。 &lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/340599.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 09 Apr 2005 07:35:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/08/340599.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/08/340599.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>修改grub的启动文件</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/07/339446.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/339446.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/339446.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=339446</trackback:ping><description>装了两个系统，一个windows xp sp2的日文版，还有一个fc3。以前一直都是默认从windows启动的，升级了一下fc3之后，变成默认从fc3启动了，不爽。

修改/etc/grub.conf可以搞定。default表示默认从哪一项启动，0表示第一项。timeout表示等待多少时间。
&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/339446.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Apr 2005 02:15:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/07/339446.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/07/339446.aspx</guid><dc:creator>guangtoutou</dc:creator></item><item><title>AOP中的几个重要概念</title><link>http://blog.csdn.net/guangtoutou/archive/2005/04/07/339387.aspx</link><wfw:comment>http://blog.csdn.net/guangtoutou/comments/339387.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/guangtoutou/comments/commentRss/339387.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=339387</trackback:ping><description>我对AOP中的几个概念Aspect,Joinpoint,Advice,Pointcut,Introduction,Target,Proxy,Weaving的理解，参照了Spring in Action中的描述&lt;img src =&quot;http://blog.csdn.net/guangtoutou/aggbug/339387.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 08 Apr 2005 01:31:00 +0800</pubDate><author>guangtoutou</author><comments>http://blog.csdn.net/guangtoutou/archive/2005/04/07/339387.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/guangtoutou/archive/2005/04/07/339387.aspx</guid><dc:creator>guangtoutou</dc:creator></item></channel></rss>
