<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>听风观影</title><link>http://blog.csdn.net/chinarefers/</link><description>--Major</description><dc:language>zh-CN</dc:language><lastUpdateTime>Mon, 18 Apr 2005 02:01:31 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>Major</dc:creator><title>Linux资源</title><link>http://blog.csdn.net/chinarefers/archive/2005/04/18/352012.aspx</link><pubDate>Mon, 18 Apr 2005 02:02:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/04/18/352012.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/352012.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/04/18/352012.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/352012.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=352012</trackback:ping><description>　　Internet是Linux的诞生地，Linus Torvalds当初创建她时，就是在Internet上，在全世界各地的UNIX高手、编程奇才的帮助下，以Internet为联系媒介，由分布在世界各地的成千上万的计算机爱好者一起努力的结果，所以认识Linux，学习Linux和应用Linux的最好场所就是Internet。下面所收集到的资源，希望能对和笔者一样正在学习、使用Linux的读者们提供最大的帮助。

　　1.国内的专业Linux网站(GB)

　　中国自由软件库：freesoft.cei.gov.cn/，中国Linux的资源宝藏。

　　中国Linux论坛www.Linuxforum.net/，国内Linux爱好者的一个相互学习和交流的场所。

　　Linux技术支持网站www.Linuxaid.com.cn/，Linux在中国的正式网站，提供技术支持服务，有很多源代码可供下载，也有很多面向初学者的资料。

　　Linux中国：xchina.cLinux.org/，包括Linux程序下载，窍门，技术资料，内容丰富。

　　中国Linux组织的网站www&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/352012.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>DIY：自己动手做一个迷你 Linux 系统</title><link>http://blog.csdn.net/chinarefers/archive/2005/04/18/351980.aspx</link><pubDate>Mon, 18 Apr 2005 00:51:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/04/18/351980.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/351980.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/04/18/351980.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/351980.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=351980</trackback:ping><description>本文将带领大家构建一个迷你型的 Linux 系统。它占用的硬盘空间远小于 16M 字节，但是却包括了 XFree86 的 X Window 窗口系统。



目标

本文要构建的这个迷你型的 Linux 系统只能在一台特定的单机上运行，如果读者朋友们有兴趣的话，在这个系统的基础上加以改进，是可以构建出通用的、可以在大多数常规 PC 机上即插即用的系统来的。但是这已经不在本文的话题之内了，读者朋友们如果有兴趣，可以通过我的电子邮件和我讨论其中的细节问题。

我们的目标 Linux 系统运行在一台普通的 Intel 386 PC 机上，可以有硬盘，也可以不要硬盘，而用 Flash Disk 来代替。如果是用 Flash 盘的话，需要能够支持从 Flash 盘启动，而且 Flash 盘的大小要在 16M 字节或者以上。我们希望用户一开机启动，就直接进入 X Window 图形界面，运行事先指定好的程序。不需要用户输入用户名和密码进行登录。

我们设定的这个目标有点像一个 X Terminal 终端工作站。稍加改进，还可以做成干脆无盘的形式，也就是说，连 16M 的 Fla&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/351980.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>无间断滚动marquee的详细用法解析</title><link>http://blog.csdn.net/chinarefers/archive/2005/04/16/350531.aspx</link><pubDate>Sat, 16 Apr 2005 17:44:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/04/16/350531.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/350531.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/04/16/350531.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/350531.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=350531</trackback:ping><description>先看下 marquee 的html 属性 
… 
　　 
align: --对其方式 LEFT，CENTER，RIGHT，TOP，BOTTOM (不用多说咯) 
Behavior：--用于设定滚动的方式，主要由三种方式： 
behavior="scroll"--表示由一端滚动到另一端； 
behavior="slide":--表示由一端快速滑动到另一端，且不再重复； 
behavior="alternate" 默认值 --表示在两端之间来回滚动。 

innercode--设置或获取位于对象起始和结束标签内的 code 
innerText--设置或获取位于对象起始和结束标签内的文本 
scrollLeft-- 设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离 
scrollTop --设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离 
PS:呵呵 大家不要和我以前一样想当然的还以为有scrollRigh和scrollDown 
scrollDelay-- 设置或获取字幕滚动的速度 
要创建垂直滚动的字幕，请将其 scrollLef&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/350531.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>Windows集成命令！</title><link>http://blog.csdn.net/chinarefers/archive/2005/04/15/348805.aspx</link><pubDate>Fri, 15 Apr 2005 13:20:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/04/15/348805.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/348805.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/04/15/348805.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/348805.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=348805</trackback:ping><description>UPDATE:

c:\update\i386\update\update /integrate:d:\\2003


SP：

windows-XXXX-XX.exe -s:e:\windows

&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/348805.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>让你的Eclipse直接支持WebLogic(启动,发布). </title><link>http://blog.csdn.net/chinarefers/archive/2005/04/13/345399.aspx</link><pubDate>Wed, 13 Apr 2005 10:08:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/04/13/345399.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/345399.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/04/13/345399.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/345399.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=345399</trackback:ping><description>让你的Eclipse直接支持WebLogic(启动,发布). 
废话少说.来了 
我就那Weblogic8.1作试验了 
1.正确安装Weblogic8.1,并且创建域MyDomain 
2.打开Eclipse,点Debug ... 
3.创建一个新的JAVA Application配置. 
点按钮,起各名字,恩,就叫MyWeblogic.这就是我们的启动文件,我们在下面来配置他. 
4.配置启动文件 
MyWeblogic的配置一共有6个叶面(Eclispe3.0) 
1) main 
2)arguments 
3)jre 
4)classpath 
5)soure 
5)common 

逐一介绍配置 
====classpath==== 
user class: 填入Weblogic必要的启动jar,和用户自己的jar 
&gt;&gt;&gt; 必要jar:weblogic.jar/webservices.jar/ojdbc14.jar 
&gt;&gt;&gt; 必须顺序: weblogic.jar/webservices.jar/ojdbc14.jar/用户JAR 
&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/345399.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>Spring安全系统：Acegi Security</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/21/325310.aspx</link><pubDate>Mon, 21 Mar 2005 10:36:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/21/325310.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/325310.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/21/325310.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/325310.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=325310</trackback:ping><description>                                 


Acegi简介       Acegi安全系统，是一个用于Spring Framework的安全框架，能够和目前流行的Web容器无缝集成。它使用了Spring的方式提供了安全和认证安全服务，包括使用Bean Context，拦截器和面向接口的编程方式。因此，Acegi安全系统能够轻松地适用于复杂的安全需求。
       安全涉及到两个不同的概念，认证和授权。前者是关于确认用户是否确实是他们所宣称的身份。授权则是关于确认用户是否有允许执行一个特定的操作。
       在Acegi安全系统中，需要被认证的用户，系统或代理称为"Principal"。Acegi安全系统和其他的安全系统不同，它并没有角色和用户组的概念。

Acegi系统设计  关键组件
      Acegi安全系统包含以下七个关键的功能组件：
         l Authentication对象，包含了Principal，Credential和Principal的授权信息。同时还可以包含关于发起认证请求的客户的其他信息，如IP地址&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/325310.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>用Acegi为你的Spring应用加把锁！</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/21/325304.aspx</link><pubDate>Mon, 21 Mar 2005 10:35:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/21/325304.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/325304.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/21/325304.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/325304.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=325304</trackback:ping><description>[简介]
对于一个典型的Web应用，完善的认证和授权机制是必不可少的，在SpringFramework中，Juergen Hoeller提供的范例JPetStore给了一些这方面的介绍，但还远远不够，Acegi是一个专门为SpringFramework提供安全机制的 项目，全称为Acegi Security System for Spring，当前版本为0.5.1，就其目前提供的功能，应该可以满足绝大多数应用的需求。

本文的主要目的是希望能够说明如何在基于Spring构架的Web应用中使用Acegi，而不是详细介绍其中的每个接口、每个类。注意，即使对已经存在的Spring应用，通过下面介绍的步骤，也可以马上享受到Acegi提供的认证和授权。

[基础工作]
在你的Web应用的lib中添加Acegi下载包中的acegi-security.jar

[web.xml]
实现认证和授权的最常用的方法是通过filter，Acegi亦是如此，通常Acegi需要在web.xml添加以下5个filter:


  Acegi Channel Processing Filte&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/325304.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>取代JSP的新技术－tapestry</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/20/324901.aspx</link><pubDate>Sun, 20 Mar 2005 17:42:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/20/324901.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/324901.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/20/324901.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/324901.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=324901</trackback:ping><description>简介  

Tapestry是一个开源的基于servlet的应用程序框架，它使用组件对象模型来创建动态的，交互的web应用。一个组件就是任意一个带有jwcid属性的html标记。其中jwc的意思是Java Web Component。Tapestry使得java代码与html完全分离，利用这个框架开发大型应用变得轻而易举。并且开发的应用很容易维护和升级。Tapestry支持本地化，其错误报告也很详细。Tapestry主要利用javabean和xml技术进行开发。  

第一个应用程序  

在介绍第一个应用之前，先介绍一下Tapestry的安装。从sourceforge下载其最新版，解压后，将lib目录下的jar文件放到CLASSPATH中，将其中的war文件放到tomcat的webapp目录下。然后就可以通过http://localhost:8080/tutorial访问其tutorial应用。  
在Tapestry中一个应用程序有以下几部分组成，我们以其自身带的HelloWorld程序为例介绍：  

Servlet：  
这是一个应用的主体部分：servle&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/324901.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>Windows XP常见进程列表</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/11/316890.aspx</link><pubDate>Fri, 11 Mar 2005 01:00:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/11/316890.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/316890.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/11/316890.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/316890.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=316890</trackback:ping><description>最基本的系统进程（也就是说，这些进程是系统运行的基本条件，有了这些进程，系统就能正常运行）



smss.exe Session Manager
csrss.exe 子系统服务器进程
winlogon.exe 管理用户登录
services.exe 包含很多系统服务
lsass.exe 管理 IP 安全策略以及启动 ISAKMP/Oakley (IKE) 和 IP 安全驱动程序。
(系统服务)
产生会话密钥以及授予用于交互式客户/服务器验证的服务凭据(ticket)。(系统服务)
svchost.exe 包含很多系统服务
svchost.exe
SPOOLSV.EXE 将文件加载到内存中以便迟后打印。(系统服务)
explorer.exe 资源管理器
internat.exe 托盘区的拼音图标

&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/316890.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>杀毒软件背后的黑幕-如此杀毒!!!</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/10/316301.aspx</link><pubDate>Thu, 10 Mar 2005 10:11:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/10/316301.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/316301.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/10/316301.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/316301.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=316301</trackback:ping><description>
翻开2004年第18期《大众软件》，那个杀毒软件市场占有率排名让我百感交集：毒霸38
％，瑞星29％，Norton14％，KV11％……，不要以为这只是几个简单的数字，这后面有
太多的故事，一时竟不知从何讲起。这样，我们先看看各个杀毒软件的真实能力。（本
文中若未经说明，那么KV就指KV2004，毒霸指增强版，瑞星指2004版,AVP就是卡巴斯基
Kaspersky。另外由于本人向来不用邮件收发工具，所以这里不测邮件杀毒）

一、病毒库

这些年头看过许多评测，有民间的也有媒体的，几乎都是以病毒库是否全面为依据。这
是非常不科学的！暂且不说别的因素，我认为用杀毒软件对一堆病毒木马一通乱杀最后
仅仅以检出率论英雄，是一种对读者不负责的数字游戏。

举两个最简单的例子，你有用过Norton去杀黑洞2004吗？不说别的，就说最有影响力的
0815版，Norton也是怎么杀也杀不出。这完全不是什么巧合，Norton如果杀n年前的经
典木马冰河84，也还是杀得出来的，只是会在隔离区里加上两个字作注释——罕见……

Norton是一个非常典型的例子，因为在杀国产&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/316301.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>无插件在Eclipse中利用Resin调试和开发WEB应用程序</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/09/315590.aspx</link><pubDate>Wed, 09 Mar 2005 11:10:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/09/315590.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/315590.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/09/315590.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/315590.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=315590</trackback:ping><description>这篇短文写给没有做过Eclipse+Resin开发的朋友，并非写给各位高手。：）
主要介绍了无需Resin插件如何在Eclipse运行和调试WEB应用程序。

因为无需插件，纯JAVA环境运行，步骤可能多一点。
下面以Eclipse3.0.1、Resin3.0.12为例说明如何配置，相关配置内容为仅供参考。

1、建立基本结构
首先在Eclipse中新建一个项目pjt，结构如下：
|
|--src
|
|--context
   |
   |-- WEB-INF
       |
       |--classes
       |--lib
       
src: 类目录
context: WEB应用程序文档目录，即web-app的document-directory
WEB-INF: 你的*.xml、*.tld等等文档就在这里存放。
classes: 类编译输出文件夹
lib: 类库的存放目录，存放相应APPLICATION运行所需要的类库
以上为一大致结构，相信稍微做过开发的朋友都明白。

2、配置项目属性
在该项目属性中&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/315590.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>ehcache.xml</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/08/314981.aspx</link><pubDate>Tue, 08 Mar 2005 17:12:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/08/314981.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/314981.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/08/314981.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/314981.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=314981</trackback:ping><description>&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/314981.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>利用 Spring 和 EHCache 缓存结果 </title><link>http://blog.csdn.net/chinarefers/archive/2005/03/08/314817.aspx</link><pubDate>Tue, 08 Mar 2005 16:11:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/08/314817.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/314817.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/08/314817.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/314817.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=314817</trackback:ping><description> 利用 Spring 和 EHCache 缓存结果 &lt;img src ="http://blog.csdn.net/chinarefers/aggbug/314817.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>官方Friendly Url 内容。</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/08/314450.aspx</link><pubDate>Tue, 08 Mar 2005 10:16:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/08/314450.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/314450.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/08/314450.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/314450.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=314450</trackback:ping><description>1. Friendly URLs
As we all know, Tapestry uses a single servlet to generate all pages of a web application. 

Unfortunately, most web technologies and users still conceptualize web applications as files on a file system. This can be problematic: 

J2EE declarative security relies on url mappings. Since Tapestry URLs are based on a single servlet, the web developer is left with 2 options: 
Secure every page using the same set of declared security constraints. 
Implement security constraint&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/314450.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Major</dc:creator><title>UrlRewriteFilter</title><link>http://blog.csdn.net/chinarefers/archive/2005/03/08/314441.aspx</link><pubDate>Tue, 08 Mar 2005 10:10:00 GMT</pubDate><guid>http://blog.csdn.net/chinarefers/archive/2005/03/08/314441.aspx</guid><wfw:comment>http://blog.csdn.net/chinarefers/comments/314441.aspx</wfw:comment><comments>http://blog.csdn.net/chinarefers/archive/2005/03/08/314441.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/chinarefers/comments/commentRss/314441.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=314441</trackback:ping><description>我想看看你的UrlRewriteFilter，是怎么用的。
第一：web.xml里添加
	
		rewriteFilter
		org.tuckey.web.filters.urlrewrite.UrlRewriteFilter
	
	
		rewriteFilter
		/*.html
	
 







    
        /view/([0-9]+).html
        /app?service=external/ViewContent&amp;amp;sp=$1
    
    
        /archive/([0-9]+)/([0-9]+).html
        /app?service=external/Archive&amp;amp;sp=$1&amp;amp;sp=$2
    
    
        /category/([0-9]+).html
        /app?service=external/CategoryPage&amp;amp;sp=$1
    
    
        /(.*).h&lt;img src ="http://blog.csdn.net/chinarefers/aggbug/314441.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>