﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>TomyGuan的专栏</title>
    <description>怒放的生命</description>
    <link>http://blog.csdn.net/blogrss.aspx?username=tomyguan</link>
    <docs>http://backend.userland.com/rss</docs>
    <generator>RSS.NET: http://www.rssdotnet.com/</generator>
    <item>
      <title>HTTP + XML 报文的接口开发</title>
      <description>&lt;br /&gt;好多朋友问我HTTP +XML报文接口怎样做，客户端怎样写，服务端怎样写。&lt;br /&gt;我想应该是这样的：&lt;br /&gt;服务端：&lt;br /&gt;InputStream in = request.getInputStream();&lt;br /&gt;        SAXReader saxReader = new SAXReader();&lt;br /&gt;        InputStreamReader strInStream = new InputStreamReader(in, "UTF-8");&lt;br /&gt;        try {&lt;br /&gt;            Document document = saxReader.read(strInStream);&lt;br /&gt;            Element root = document.getRootElement();&lt;br /&gt;            Iterator lv = root.elementIterator("FILE");&lt;br /&gt;            Element el = null;&lt;br /&gt;</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2009/03/04/3955866.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Wed, 04 Mar 2009 03:44:00 GMT</pubDate>
    </item>
    <item>
      <title>MySQL Storage Engine 小记</title>
      <description>MySQL Storage Engine 小记</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2008/08/19/2798757.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Tue, 19 Aug 2008 14:26:00 GMT</pubDate>
    </item>
    <item>
      <title>XFire is now CXF</title>
      <description>XFire is now CXF</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2008/05/04/2379679.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Sun, 04 May 2008 03:01:00 GMT</pubDate>
    </item>
    <item>
      <title>開始XFire了</title>
      <description>http://xfire.codehaus.org/</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2008/04/28/2338757.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Mon, 28 Apr 2008 05:59:00 GMT</pubDate>
    </item>
    <item>
      <title>实现文件下载与中文文件名乱码问题解决</title>
      <description>实现文件下载与中文文件名乱码问题解决</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2008/03/14/2182494.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Fri, 14 Mar 2008 06:44:00 GMT</pubDate>
    </item>
    <item>
      <title>JSF文件downLoad報Cannot forward after response has been committed問題</title>
      <description>Cannot forward after response has been committed</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2008/03/14/2182439.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Fri, 14 Mar 2008 06:39:00 GMT</pubDate>
    </item>
    <item>
      <title>Quartz任务调度</title>
      <description>Quartz任务调度</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2008/01/21/2055888.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Mon, 21 Jan 2008 02:47:00 GMT</pubDate>
    </item>
    <item>
      <title>利用Token防止重复提交(Struts框架)</title>
      <description>利用Token防止重复提交(Struts框架)</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2008/01/16/2046955.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Wed, 16 Jan 2008 07:12:00 GMT</pubDate>
    </item>
    <item>
      <title>Got a packet bigger than ‘max_allowed_packet‘</title>
      <description>Got a packet bigger than ‘max_allowed_packet‘</description>
      <link>http://blog.csdn.net/TomyGuan/archive/2007/12/28/1998414.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Fri, 28 Dec 2007 01:22:00 GMT</pubDate>
    </item>
    <item>
      <title>asp中获取多个checkbox的值及改变其状态 </title>
      <description>asp中获取多个checkbox的值及改变其状态 </description>
      <link>http://blog.csdn.net/TomyGuan/archive/2007/12/11/1928916.aspx</link>
      <author>TomyGuan</author>
      <pubDate>Tue, 11 Dec 2007 02:54:00 GMT</pubDate>
    </item>
  </channel>
</rss>