<?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/andilyliao" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/andilyliao" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 22 Oct 2008 17:16:00 GMT</lastBuildDate><title>李傲的Blog</title><description>^_^</description><link>http://blog.csdn.net/andilyliao/</link><item><title>JSON学习</title><link>http://blog.csdn.net/andilyliao/archive/2008/10/22/3125636.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/3125636.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/3125636.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3125636</trackback:ping><description>&lt;br /&gt;JSON（JavaScript Object Notation）一种简单的数据格式，比xml更轻巧。JSON是JavaScript原生格式，这意味着在JavaScript中处理JSON数据不需要任何特殊的 API 或工具包。&lt;br /&gt;JSON的规则很简单：对象是一个无序的“‘名称/值’对”集合。一个对象以“{”（左括号）开始，“}”（右括号）结束。每个“名称”后跟一个“:”（冒号）；“‘名称/值’对”之间使用“,”（逗号）分隔。具体细节参考http://www.json.org/json-zh.html&lt;br /&gt;举个简单的例子：js 代码function showJSON() {       var user =        {            &quot;username&quot;:&quot;andy&quot;,           &quot;age&quot;:20,           &quot;info&quot;: { &quot;tel&quot;: &quot;123456&quot;, &quot;cellphone&quot;: &quot;98765&quot;},           &quot;address&quot;:               [                   {&quot;city&quot;&lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/3125636.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 23 Oct 2008 01:16:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/10/22/3125636.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/10/22/3125636.aspx</guid><dc:creator>andily</dc:creator></item><item><title>JDom处理xml</title><link>http://blog.csdn.net/andilyliao/archive/2008/10/22/3125286.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/3125286.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/3125286.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3125286</trackback:ping><description>关键字: jdom处理xml1.DOM的缺点主要是由于DOM是一个接口定义语言（IDL）,它的任务是在不同语言实现中的一个最低的通用标准，并不是为JAVA特别设计的。DOM API 直接沿袭了 XML 规范。在 XML 中，每件东西都是一个结点，因此您能在 DOM 中找到一个几乎每件东西都可以扩展的基于 Node 的接口和返回 Node 的一系列方法。 &lt;br /&gt;在 JDOM 中，XML 元素就是 Element 的实例，XML 属性就是 Attribute 的实例，XML 文档本身就是 Document 的实例。因为 JDOM 对象就是像 Document、Element 和 Attribute 这些类的直接实例，因此创建一个新 JDOM 对象就如在 Java 语言中使用 new 操作符一样容易。JDOM 的使用是直截了当的。 &lt;br /&gt;&lt;br /&gt;可以理解为:dom是为所有语言提供一种接口api规范，而jdom则只是为java提供一种api规范。&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.用jdom生成一个xml文件： &lt;br /&gt;&lt;br /&gt;Java代码 package jdom&lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/3125286.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 23 Oct 2008 00:33:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/10/22/3125286.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/10/22/3125286.aspx</guid><dc:creator>andily</dc:creator></item><item><title>Apache Digester应用实例</title><link>http://blog.csdn.net/andilyliao/archive/2008/10/22/3125160.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/3125160.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/3125160.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3125160</trackback:ping><description>前段时间项目中需要根据xml文件创建java对象,而apache commons-digester是首选. &lt;br /&gt;一直想把它写下来,可是总有点懒这次介绍一下digester的常用法,其他更高级的使用方法请参阅digester doc(由于比较忙,下次有时间写一篇关于cglib的常用法,呵呵) &lt;br /&gt;Apache Digester应用实例 [原创] &lt;br /&gt;--------------利用 apache commons-digester 自动根据xml文件创建java 对象 &lt;br /&gt;&lt;br /&gt;author: binker &lt;br /&gt;email: binker_cao@163.com &lt;br /&gt;date: 2006/12/16 &lt;br /&gt;note: 本文可以任意转载,但请保持其完整性并注明来源,谢谢. &lt;br /&gt;&lt;br /&gt;一.序 &lt;br /&gt;  Digester是apache的一个组件 apache commons-digester.jar,通过它可以很方便的从xml文件生成java对象.你不用再象以前通过jdom或者Xerces去&lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/3125160.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 23 Oct 2008 00:18:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/10/22/3125160.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/10/22/3125160.aspx</guid><dc:creator>andily</dc:creator></item><item><title>用JAVA轻松操作properties文件</title><link>http://blog.csdn.net/andilyliao/archive/2008/10/22/3125106.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/3125106.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/3125106.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=3125106</trackback:ping><description>package control;
&lt;br /&gt;import java.io.BufferedInputStream;&lt;br /&gt;import java.io.FileInputStream;&lt;br /&gt;import java.io.FileOutputStream;&lt;br /&gt;import java.io.IOException;&lt;br /&gt;import java.io.InputStream;&lt;br /&gt;import java.io.OutputStream;&lt;br /&gt;import java.util.Enumeration;&lt;br /&gt;import java.util.Properties;&lt;br /&gt;public class TestMain {&lt;br /&gt;&lt;br /&gt; //根据key读取value&lt;br /&gt; public static String readValue(String filePath,String key) {&lt;br /&gt;  Properties props = new Properties();&lt;br /&gt;        try {&lt;br /&gt;&lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/3125106.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 23 Oct 2008 00:11:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/10/22/3125106.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/10/22/3125106.aspx</guid><dc:creator>andily</dc:creator></item><item><title>ssh</title><link>http://blog.csdn.net/andilyliao/archive/2008/07/07/2621646.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/2621646.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/2621646.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2621646</trackback:ping><description>SSH-Struts-Spring-Hibernate    欢迎来到SSH-Struts-Spring-Hibernate&gt;&gt;　　     | 首页      资源中心 |    一般分类 |       Hibernate |       Struts |       Spring |       java |       Security |     ITPUB论坛              博客导航       博客首页 |      管理博客       博客日历       	«	七月 2008	»	一	二	三	四	五	六	日	 	1	2	3	4	5	6	7	8	9	10	11	12	13	14	15	16	17	18	19	20	21	22	23	24	25	26	27	28	29	30	31	 	 	        最新发表           Quartz 整合到SSH时找不到方法SetUtils.orderedSet错误解决办法        使用Apache Directory 的LDPA连接JOSSO验证   &lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/2621646.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 07 Jul 2008 23:21:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/07/07/2621646.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/07/07/2621646.aspx</guid><dc:creator>andily</dc:creator></item><item><title>EJB3.0+JBOSS4.0.5GA集群</title><link>http://blog.csdn.net/andilyliao/archive/2008/06/12/2539106.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/2539106.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/2539106.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2539106</trackback:ping><description>EJB3.0+JBOSS4.0.5GA集群&lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/2539106.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 12 Jun 2008 20:34:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/06/12/2539106.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/06/12/2539106.aspx</guid><dc:creator>andily</dc:creator></item><item><title>Jboss数据库连接池</title><link>http://blog.csdn.net/andilyliao/archive/2008/03/31/2233290.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/2233290.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/2233290.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2233290</trackback:ping><description>Jboss数据库连接池 &lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/2233290.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 31 Mar 2008 23:47:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/03/31/2233290.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/03/31/2233290.aspx</guid><dc:creator>andily</dc:creator></item><item><title>Fedora 8 下的tomcat5.0</title><link>http://blog.csdn.net/andilyliao/archive/2008/03/14/2182842.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/2182842.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/2182842.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2182842</trackback:ping><description>Fedora 8 下的tomcat5.0&lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/2182842.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Mar 2008 23:47:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/03/14/2182842.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/03/14/2182842.aspx</guid><dc:creator>andily</dc:creator></item><item><title>Fedora 8 安装MyEclipse出现java: xcb_xlib.c:52...问题的解决方案</title><link>http://blog.csdn.net/andilyliao/archive/2008/03/14/2182776.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/2182776.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/2182776.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2182776</trackback:ping><description>Fedora 8 安装MyEclipse出现java: xcb_xlib.c:52...问题的解决方案&lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/2182776.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Mar 2008 23:31:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/03/14/2182776.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/03/14/2182776.aspx</guid><dc:creator>andily</dc:creator></item><item><title>RedHat系统ADSL配置指南</title><link>http://blog.csdn.net/andilyliao/archive/2008/03/11/2166647.aspx</link><wfw:comment>http://blog.csdn.net/andilyliao/comments/2166647.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/andilyliao/comments/commentRss/2166647.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2166647</trackback:ping><description>RedHat系统ADSL配置指南 &lt;img src =&quot;http://blog.csdn.net/andilyliao/aggbug/2166647.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 11 Mar 2008 18:13:00 +0800</pubDate><author>andily</author><comments>http://blog.csdn.net/andilyliao/archive/2008/03/11/2166647.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/andilyliao/archive/2008/03/11/2166647.aspx</guid><dc:creator>andily</dc:creator></item></channel></rss>