<?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/hallywang" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/hallywang" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 22 Apr 2009 14:31:00 GMT</lastBuildDate><title>Hally's Home</title><description>java Linux</description><link>http://blog.csdn.net/hallywang/</link><item><title>晕死人的grails1.1的domain 生成表字段的方式</title><link>http://blog.csdn.net/hallywang/archive/2009/04/22/4100395.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/4100395.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/4100395.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4100395</trackback:ping><description>&lt;br /&gt;由于在1.0.3下定义了一个不大标准的属性。&lt;br /&gt;&lt;br /&gt;Date pTime&lt;br /&gt;&lt;br /&gt;这个pTime,在1.0.3里面grails生成的表中字段叫 ptime （oracle）&lt;br /&gt;&lt;br /&gt;升级到grails1.1 竟然变成了 p_time&lt;br /&gt;&lt;br /&gt;晕死我也。。。。。。。&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/4100395.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 22 Apr 2009 22:31:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2009/04/22/4100395.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2009/04/22/4100395.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>grails1.1 log4j DailyRollingFileAppender 配置 config.groovy</title><link>http://blog.csdn.net/hallywang/archive/2009/04/20/4093731.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/4093731.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/4093731.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4093731</trackback:ping><description>&lt;br /&gt;&lt;br /&gt;log4j = {&lt;br /&gt;  // Example of changing the log pattern for the default console&lt;br /&gt;  // appender:&lt;br /&gt;  //&lt;br /&gt;  appenders {&lt;br /&gt;    console name: 'stdout', layout: pattern(conversionPattern: '%c{2} %m%n')&lt;br /&gt;&lt;br /&gt;    def logfilesysAppender = new DailyRollingFileAppender(name: &quot;logfilesys&quot;,&lt;br /&gt;            layout: pattern(conversionPattern: &quot;%-d{yyyy-MM-dd HH:mm:ss} %c{2} %m%n&quot;),&lt;br /&gt;            file: &quot;/home/logs/tv/tv_sys.log&quot;, datePattern: &quot;'.'yyyy-MM-dd&quot;)&lt;br /&gt;    lo&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/4093731.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 20 Apr 2009 18:35:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2009/04/20/4093731.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2009/04/20/4093731.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>匹配电话号码手机号码的正则，java，基本匹配所有的电话号码</title><link>http://blog.csdn.net/hallywang/archive/2008/01/08/2030510.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/2030510.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/2030510.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2030510</trackback:ping><description>正则表达式匹配电话手机号码&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/2030510.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 09 Jan 2008 00:07:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2008/01/08/2030510.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2008/01/08/2030510.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>Idea7 开发webservice例子图解（使用cxf框架,tomat5.5,jdk1.5）</title><link>http://blog.csdn.net/hallywang/archive/2007/12/13/1933539.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/1933539.aspx</wfw:comment><slash:comments>8</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/1933539.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1933539</trackback:ping><description>使用idea7的webservice插件来开发基于cxf框架的websevice程序&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/1933539.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 14 Dec 2007 01:46:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2007/12/13/1933539.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2007/12/13/1933539.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>【转】在天涯经济频道看到的一个帖子。关于中国银行成为国外财团的提款机的。</title><link>http://blog.csdn.net/hallywang/archive/2007/08/17/1748548.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/1748548.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/1748548.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748548</trackback:ping><description>中国的银行成为了国外财团的提款机&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/1748548.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 18 Aug 2007 01:14:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2007/08/17/1748548.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2007/08/17/1748548.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>wap2.0 xhtml 文件上传代码记录一下~~。cmwap测试不行，cmnet可以。</title><link>http://blog.csdn.net/hallywang/archive/2007/08/17/1748536.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/1748536.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/1748536.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1748536</trackback:ping><description>wap2.0 xhtml 文件上传代码记录一下~~。cmwap测试不行，cmnet可以。&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/1748536.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 18 Aug 2007 01:08:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2007/08/17/1748536.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2007/08/17/1748536.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>Wap wml开发中需要注意的地方收集</title><link>http://blog.csdn.net/hallywang/archive/2007/07/30/1717008.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/1717008.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/1717008.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1717008</trackback:ping><description>wap,wml,清除输入框内容&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/1717008.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Tue, 31 Jul 2007 00:58:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2007/07/30/1717008.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2007/07/30/1717008.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>Spring2.0 AOP @AspectJ注解定义切面学习示例。</title><link>http://blog.csdn.net/hallywang/archive/2007/07/20/1700620.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/1700620.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/1700620.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1700620</trackback:ping><description>spring2.0 AOP,webwok, @AspectJ注解&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/1700620.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 21 Jul 2007 00:14:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2007/07/20/1700620.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2007/07/20/1700620.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>webwok中使用自定义的返回类型（result_type）</title><link>http://blog.csdn.net/hallywang/archive/2007/07/20/1700588.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/1700588.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/1700588.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1700588</trackback:ping><description>Result类型 是在Action执行完,一个结果返回后决定发生什么事的类。开发者可以自由的根据他们的应用和环境的需要创建自己的Result类型。例如在WebWork2中，Servlet和Velocity结果类型已经被创建用来显示web应用程序的画面。

自定义result-type&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/1700588.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 20 Jul 2007 23:52:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2007/07/20/1700588.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2007/07/20/1700588.aspx</guid><dc:creator>hallywang</dc:creator></item><item><title>webwork中类似struts的DispatchAction的使用方法。</title><link>http://blog.csdn.net/hallywang/archive/2007/07/20/1700492.aspx</link><wfw:comment>http://blog.csdn.net/hallywang/comments/1700492.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hallywang/comments/commentRss/1700492.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1700492</trackback:ping><description>在struts中我们习惯使用dispatchaction，传入method参数（http://www.xxxx.com/xxx.do?method=preAdd）
来决定执行Action里面的哪个方法，从而把某个模块的诸如增、删、改、查等功能放在一个Action中处理，避免action类数量太多。
在webwork中类似的功能。&lt;img src =&quot;http://blog.csdn.net/hallywang/aggbug/1700492.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 20 Jul 2007 23:09:00 +0800</pubDate><author>hallywang</author><comments>http://blog.csdn.net/hallywang/archive/2007/07/20/1700492.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/hallywang/archive/2007/07/20/1700492.aspx</guid><dc:creator>hallywang</dc:creator></item></channel></rss>
