<?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/xcl6996" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/xcl6996" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 25 Jul 2007 23:29:00 GMT</lastBuildDate><title>XCL6996的专栏</title><link>http://blog.csdn.net/XCL6996/</link><item><title>常用正则表达式</title><link>http://blog.csdn.net/XCL6996/archive/2007/07/25/1708155.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1708155.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1708155.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1708155</trackback:ping><description>常用正则表达式
1。^\d+$　　//匹配非负整数（正整数 + 0） 
2。^[0-9]*[1-9][0-9]*$　　//匹配正整数 
3。^((-\d+)|(0+))$　　//匹配非正整数（负整数 + 0） 
4。^-[0-9]*[1-9][0-9]*$　　//匹配负整数 
5。^-?\d+$　　　　//匹配整数 
6。^\d+(\.\d+)?$　　//匹配非负浮点数（正浮点数 + 0） &lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1708155.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 26 Jul 2007 07:29:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/07/25/1708155.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/07/25/1708155.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>URL 类加载器测试</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/28/1670878.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1670878.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1670878.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1670878</trackback:ping><description>URL 类加载器测试&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1670878.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 29 Jun 2007 07:20:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/28/1670878.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/28/1670878.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>Java转换全角半角</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/28/1670872.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1670872.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1670872.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1670872</trackback:ping><description>Java转换全角半角&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1670872.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 29 Jun 2007 07:12:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/28/1670872.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/28/1670872.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>简单的用 Java Socket 编写的 HTTP 服务器应用,帮助学习HTTP协议</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/25/1666176.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1666176.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1666176.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1666176</trackback:ping><description>* 一个简单的用 Java Socket 编写的 HTTP 服务器应用, 演示了请求和应答的协议通信内容以及
 * 给客户端返回 HTML 文本和二进制数据文件(一个图片), 同时展示了 404, 200 等状态码.
 * 首先运行这个程序,然后打开Web浏览器,键入http://localhost,则这个程序能够显示出浏览器发送了那些信息
 * 并且向浏览器返回一个网页和一副图片, 并测试同浏览器对话.
 * 当浏览器看到 HTML 中带有图片地址时, 则会发出第二次连接来请求图片等资源.
 * 这个例子可以帮您理解 Java 的 HTTP 服务器软件是基于 J2SE 的 Socket 等软件编写的概念, 并熟悉
 * HTTP 协议.&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1666176.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 26 Jun 2007 05:21:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/25/1666176.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/25/1666176.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>java报表 Cell50</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662675.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1662675.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1662675.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662675</trackback:ping><description>用友华表Cell插件与IE 结合 
在jsp 中 用包装好的 标签来实现数据展现 

&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1662675.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Jun 2007 07:30:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662675.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/22/1662675.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>apache lucene介绍</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662673.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1662673.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1662673.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662673</trackback:ping><description>什么是lucene
Apache Lucene是一个开放源程序的搜寻器引擎，利用它可以轻易地为Java软件加入全文搜寻功能。Lucene的最主要工作是替文件的每一个字作索引，索引让搜寻的效率比传统的逐字比较大大提高，Lucen提供一组解读，过滤，分析文件，编排和使用索引的API，它的强大之处除了高效和简单外，是最重要的是使使用者可以随时应自已需要自订其功能。 Lucene是apache软件基金会项目组的一个子项目，是一个开放源代码的全文检索引擎工具包，即它不是一个完整的全文检索引擎，而是一个全文检索引擎的架构，提供了完整的查询引擎和索引引擎，部分文本分析引擎。Lucene的目的是为软件开发人员提供一个简单易用的工具包，以方便的在目标系统中实现全文检索的功能，或者是以此为基础建立起完整的全文检索引擎。 
Lucene的作者：
&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1662673.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Jun 2007 07:27:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662673.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/22/1662673.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>javascript 面向对象特性与编程实现</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662669.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1662669.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1662669.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662669</trackback:ping><description>在 06 年用 javascript 写过上千行的应用，现在的项目中经常用到 javascript ，说不熟悉吧也熟悉了。说熟悉吧， javascript 的面向对象部分还是比较陌生。实际上自己没有系统学习过 javascript ，没有完整看过一本 javascript 的书。今天决定网上定两本书，一本是《 javascript 高级程序设计》《 javascript dom 编程艺术》，想着也该较系统的学习一下，项目中也要大量应用到这些了，必定下一个项目我们将采用 AJAX 。总结下自己学 ajax 时候补充的一点 javascript 知识。 
 
一、 javascript 面向对象特性 
 
1.       javascript 中的函数 
javascript 的 function 对象在调用过程中具有一个 arguments 属性，它是由脚本解释器创建的，这也是创建 arguments 唯一途径。 Arguments 对象可以看作是一个 Array 对象，它具有 length 属性，可以通过序号访问每一个参数。 Arguments 有个 callee 属性，可&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1662669.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Jun 2007 07:24:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662669.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/22/1662669.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>JSTL学习</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662658.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1662658.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1662658.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662658</trackback:ping><description>JSTL标签函数库主要包括5大类：
1、核心标签库
2、国际化标签库
3、SQL标签库
4、XML标签库
5、函数标签库&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1662658.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Jun 2007 07:10:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662658.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/22/1662658.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>JsUnit介绍</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662656.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1662656.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1662656.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662656</trackback:ping><description>既然是基于xUnit 架构之下实现的一个testing framework那么JsUnit在具体构建一个测试实例的时候有很多特征、特点是与JUnit相同的。
    首先，它里面的判断方法要以test开头，测试函数不能够有输入参数，没有返回类型。
    其次，它的测试页面之中也有setUp（），tearDown（）之类的初始化函数。
    还有，它们都是使用具体的assert断言函数进行，期望值与实际值比较，进而找出正确与否。
    在JsUnit里面有个对javascript开发人员最重要的功能，我们大家都知道开发js代码是一件非常烦人的事情，没有良好的开发集成环境，没有很好的跟踪措施，等等的一切，让我们的开发人员在开发js代码时不能够很好的开发。而JsUnit向我们提供了类似于java代码之中的日志功能，想必大家都用过log4j。它的日志功能让大家调试代码的时候非常方便，现在js因为JsUnit也具有了这样的功能，只不过它让我们设置的日志级别有所减少只有三种（warn，info，debug），不过能够满足我们一般的使用需求。
&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1662656.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Jun 2007 07:06:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662656.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/22/1662656.aspx</guid><dc:creator>XCL6996</dc:creator></item><item><title>JAVA文件操作常用方法</title><link>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662640.aspx</link><wfw:comment>http://blog.csdn.net/XCL6996/comments/1662640.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/XCL6996/comments/commentRss/1662640.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1662640</trackback:ping><description>JAVA文件操作&lt;img src =&quot;http://blog.csdn.net/XCL6996/aggbug/1662640.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 23 Jun 2007 06:49:00 +0800</pubDate><author>XCL6996</author><comments>http://blog.csdn.net/XCL6996/archive/2007/06/22/1662640.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/XCL6996/archive/2007/06/22/1662640.aspx</guid><dc:creator>XCL6996</dc:creator></item></channel></rss>