<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>Java之路 - Struts</title><link>http://blog.csdn.net/fasttalk/category/78736.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 13 Nov 2005 11:49:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>fasttalk</dc:creator><title>使用DispatchAction类，为系统减肥！</title><link>http://blog.csdn.net/fasttalk/archive/2005/07/14/424846.aspx</link><pubDate>Thu, 14 Jul 2005 15:11:00 GMT</pubDate><guid>http://blog.csdn.net/fasttalk/archive/2005/07/14/424846.aspx</guid><wfw:comment>http://blog.csdn.net/fasttalk/comments/424846.aspx</wfw:comment><comments>http://blog.csdn.net/fasttalk/archive/2005/07/14/424846.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fasttalk/comments/commentRss/424846.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=424846</trackback:ping><description>在Struts中你要尽可能的不用Action类，因为他们让你的项目变得臃肿，你可以使用org.apache.struts.actions.DispatchAction类来完成业务逻辑所需要的相关操作集中到一个Action类中，在继承DispatchAction后，你不再是重新定义execute()方法，而是编写你自己的业务方法，execute()方法在DispatchAction抽象类定义。&lt;img src ="http://blog.csdn.net/fasttalk/aggbug/424846.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>fasttalk</dc:creator><title>Structs的Tiles标签学习手记（一）</title><link>http://blog.csdn.net/fasttalk/archive/2005/03/18/322762.aspx</link><pubDate>Fri, 18 Mar 2005 07:49:00 GMT</pubDate><guid>http://blog.csdn.net/fasttalk/archive/2005/03/18/322762.aspx</guid><wfw:comment>http://blog.csdn.net/fasttalk/comments/322762.aspx</wfw:comment><comments>http://blog.csdn.net/fasttalk/archive/2005/03/18/322762.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fasttalk/comments/commentRss/322762.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=322762</trackback:ping><description>Tiles是一个Template Engine，它可以让网页的配置（Layout）标签与内容分离，提供一个版面管理机制。 

 

在网页上最常用来处理版面的是表格，透过将表格边框设定为0，可以用它来切割版面，并在当中置入内容，然而一大堆版面配置的标签将与内容夹杂在一起（个人就不太喜欢处理表格的标签:(），如果以后要更改内容或版面配置，会是一个麻烦。 

 

在视窗程式的设计中存在有版面管理员（Layout Manager）机制，我们可以选择一个版面管理机制，之后直接在视窗容器上添加元件而不用处理版面配置细节，而由版面管理员来自己处理元件的版面配置，如果想要改变版面配置，则只要直接更换版面管理员，所有的元件将自动依新的管理员而重新配置版面。 

 

Tiles提供一个类似于视窗程式版面管理的机制，透过定义档，您可以定义版面配置，以及当中所要置入的内容网页，内容与版面配置的标签可以分离，您可以随时抽换每一个内容网页，也可以重用每一个版面配置。 
&lt;img src ="http://blog.csdn.net/fasttalk/aggbug/322762.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>fasttalk</dc:creator><title>搜索引擎：数字信息搜索，理论著作</title><link>http://blog.csdn.net/fasttalk/archive/2004/12/27/231342.aspx</link><pubDate>Mon, 27 Dec 2004 20:26:00 GMT</pubDate><guid>http://blog.csdn.net/fasttalk/archive/2004/12/27/231342.aspx</guid><wfw:comment>http://blog.csdn.net/fasttalk/comments/231342.aspx</wfw:comment><comments>http://blog.csdn.net/fasttalk/archive/2004/12/27/231342.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fasttalk/comments/commentRss/231342.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=231342</trackback:ping><description>一部指导搜索引擎理论的书
作者：卢亮。  

引言，打算业余的时间将这本书的骨架写出来，至于其中的血肉，有空了再补充上。这里基本上最主要的内容是数学＋信息学，基本上是我这几年的工作。

因此基本上以理论知识为主，当然也会有一些实用的例子，如果您问“如何提高网站的排名？”或者“如何提高被搜索到的次数？”，抱歉，这些问题不在我的回答范围内，我这里要写的是关于搜索的理论，已经被搜索引擎用到的和没有用的到，已经公开的或者未公开的知识。
&lt;img src ="http://blog.csdn.net/fasttalk/aggbug/231342.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>fasttalk</dc:creator><title>搜索引擎：平移算法简介</title><link>http://blog.csdn.net/fasttalk/archive/2004/12/27/231312.aspx</link><pubDate>Mon, 27 Dec 2004 19:50:00 GMT</pubDate><guid>http://blog.csdn.net/fasttalk/archive/2004/12/27/231312.aspx</guid><wfw:comment>http://blog.csdn.net/fasttalk/comments/231312.aspx</wfw:comment><comments>http://blog.csdn.net/fasttalk/archive/2004/12/27/231312.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fasttalk/comments/commentRss/231312.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=231312</trackback:ping><description>搜索引擎：平移算法简介&lt;img src ="http://blog.csdn.net/fasttalk/aggbug/231312.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>fasttalk</dc:creator><title>Google 招聘的21道题目 (GLAT)</title><link>http://blog.csdn.net/fasttalk/archive/2004/12/27/231292.aspx</link><pubDate>Mon, 27 Dec 2004 19:32:00 GMT</pubDate><guid>http://blog.csdn.net/fasttalk/archive/2004/12/27/231292.aspx</guid><wfw:comment>http://blog.csdn.net/fasttalk/comments/231292.aspx</wfw:comment><comments>http://blog.csdn.net/fasttalk/archive/2004/12/27/231292.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fasttalk/comments/commentRss/231292.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=231292</trackback:ping><description>google brainy test/exam 就是流传胜广的传说中的google 的21道 GLAT 考试了。今天为大家揭开这个面沙，你也做作看。

10月底，Google在美国《麻省技术评论》、《LinuxJournal》、《Mensa》、《今日物理》等几本专业杂志上，刊登了一份“Google实验室能力倾向测试”。
　　试卷开头，蛊惑地写着“试试看！把答案寄回Google，你有希望去Google总部参观，并成为我们其中一员”。

我看了这些题目，虽然古怪，但是也不算有困难，有兴趣的人可以做完了邮寄给google公司，也许会得到一个工作机会呢。

注：不要向我要答案。
&lt;img src ="http://blog.csdn.net/fasttalk/aggbug/231292.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>fasttalk</dc:creator><title>常用命令</title><link>http://blog.csdn.net/fasttalk/archive/2004/12/18/220725.aspx</link><pubDate>Sat, 18 Dec 2004 14:57:00 GMT</pubDate><guid>http://blog.csdn.net/fasttalk/archive/2004/12/18/220725.aspx</guid><wfw:comment>http://blog.csdn.net/fasttalk/comments/220725.aspx</wfw:comment><comments>http://blog.csdn.net/fasttalk/archive/2004/12/18/220725.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/fasttalk/comments/commentRss/220725.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=220725</trackback:ping><description>常用命令&lt;img src ="http://blog.csdn.net/fasttalk/aggbug/220725.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>fasttalk</dc:creator><title>IT产业最具影响力的100个人，博客中国初步遴选结果</title><link>http://blog.csdn.net/fasttalk/archive/2004/12/15/217585.aspx</link><pubDate>Wed, 15 Dec 2004 20:11:00 GMT</pubDate><guid>http://blog.csdn.net/fasttalk/archive/2004/12/15/217585.aspx</guid><wfw:comment>http://blog.csdn.net/fasttalk/comments/217585.aspx</wfw:comment><comments>http://blog.csdn.net/fasttalk/archive/2004/12/15/217585.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/fasttalk/comments/commentRss/217585.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=217585</trackback:ping><description>l  互联网英雄篇：最具影响力的十大互联网英雄

l 电脑英雄篇：最具影响力的十大电脑英雄

l  软件英雄篇：最具影响力的十大软件英雄

l  芯片英雄篇：最具影响力的十大芯片英雄

l  通讯英雄篇：最具影响力的十大通讯英雄

l  创业先驱篇：最具影响力的十大创业先驱

l  技术天才篇：最具影响力的十大技术天才

l  科学精英篇：最具影响力的十大科学精英

l  另类英雄篇：最具影响力的十大另类英雄

l  华人英雄篇：最具影响力的十大华人英雄
&lt;img src ="http://blog.csdn.net/fasttalk/aggbug/217585.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>