<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/hivon/</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 15 Jul 2008 07:59:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>hivon</dc:creator><title>Groovy探索之运算符的重载 二</title><link>http://blog.csdn.net/hivon/archive/2008/07/15/2651693.aspx</link><pubDate>Tue, 15 Jul 2008 07:55:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/07/15/2651693.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2651693.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/07/15/2651693.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2651693.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2651693</trackback:ping><description>在Groovy语言中，运算符的重载也是实现DSL的一种重要的方式，本篇就来谈谈如何使用运算符的重载来实现DSL。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2651693.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之闭包 六</title><link>http://blog.csdn.net/hivon/archive/2008/07/08/2623330.aspx</link><pubDate>Tue, 08 Jul 2008 08:02:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/07/08/2623330.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2623330.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/07/08/2623330.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2623330.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2623330</trackback:ping><description>本篇是《Groovy探索之闭包》系列的第六篇，来谈谈闭包与DSL的关系。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2623330.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy的一些Map</title><link>http://blog.csdn.net/hivon/archive/2008/07/08/2623327.aspx</link><pubDate>Tue, 08 Jul 2008 07:59:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/07/08/2623327.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2623327.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/07/08/2623327.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2623327.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2623327</trackback:ping><description>除了HashMap，Groovy语言还给我们提供了其他一些类型的Map，各有各的作用，在此做一个存照，希望在能用到它们的时候还能记得。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2623327.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之Delegate模式 二</title><link>http://blog.csdn.net/hivon/archive/2008/07/03/2606938.aspx</link><pubDate>Thu, 03 Jul 2008 07:50:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/07/03/2606938.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2606938.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/07/03/2606938.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2606938.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2606938</trackback:ping><description>Groovy语言为了方便我们实现委派模式，做了大量的工作，本篇接着谈谈如何在Groovy语言中实现委派，这是Groovy语言实现委派模式的第二种方法，也是最重要的一种方法。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2606938.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之运算符的重载 一</title><link>http://blog.csdn.net/hivon/archive/2008/07/02/2603766.aspx</link><pubDate>Wed, 02 Jul 2008 08:12:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/07/02/2603766.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2603766.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/07/02/2603766.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2603766.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2603766</trackback:ping><description>运算符的重载是Groovy语言的编程中是一个重要的内容,这个系列分为两个部分来谈到,第一个部分谈谈运算符重载的基础,第二部分谈谈它和DSL的关系.&lt;img src ="http://blog.csdn.net/hivon/aggbug/2603766.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 17 “*.”操作符</title><link>http://blog.csdn.net/hivon/archive/2008/07/02/2603764.aspx</link><pubDate>Wed, 02 Jul 2008 08:08:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/07/02/2603764.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2603764.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/07/02/2603764.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2603764.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2603764</trackback:ping><description>又是一点小小的技巧,可以体现Groovy语言遍程的敏捷性,不妨在工作中多用一用&lt;img src ="http://blog.csdn.net/hivon/aggbug/2603764.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Java, Groovy &amp; Scala: side to side 2</title><link>http://blog.csdn.net/hivon/archive/2008/06/17/2558069.aspx</link><pubDate>Tue, 17 Jun 2008 18:27:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/06/17/2558069.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2558069.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/06/17/2558069.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2558069.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2558069</trackback:ping><description>Java, Groovy &amp; Scala三种语言的详细比较&lt;img src ="http://blog.csdn.net/hivon/aggbug/2558069.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Java, Groovy &amp;amp; Scala: side to side 1</title><link>http://blog.csdn.net/hivon/archive/2008/06/17/2558062.aspx</link><pubDate>Tue, 17 Jun 2008 18:25:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/06/17/2558062.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2558062.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/06/17/2558062.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2558062.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2558062</trackback:ping><description>Java, Groovy &amp;amp; Scala三种语言的详细比较&lt;img src ="http://blog.csdn.net/hivon/aggbug/2558062.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之Delegate模式 一</title><link>http://blog.csdn.net/hivon/archive/2008/06/11/2534502.aspx</link><pubDate>Wed, 11 Jun 2008 08:19:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/06/11/2534502.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2534502.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/06/11/2534502.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2534502.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2534502</trackback:ping><description>随着技术的发展，委派技术变得越来越重要。而Groovy语言在实现委派模式上变得更加简单和直观，大大减少了我们使用委派技术的难度。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2534502.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Grails探索之Template</title><link>http://blog.csdn.net/hivon/archive/2008/04/22/2315399.aspx</link><pubDate>Tue, 22 Apr 2008 16:22:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/04/22/2315399.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2315399.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/04/22/2315399.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2315399.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2315399</trackback:ping><description>Grails开发平台在view上的一个有用的地方就是引入了Template，Template可大可小，可以传递不同类型的参数，使用起来相当的方便。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2315399.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 5 数组</title><link>http://blog.csdn.net/hivon/archive/2008/04/21/2312839.aspx</link><pubDate>Mon, 21 Apr 2008 18:14:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/04/21/2312839.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2312839.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/04/21/2312839.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2312839.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2312839</trackback:ping><description>Groovy语言的数组也和Java语言有了很大的不同，在很多方面做了简化，使我们使用起来更加方便！&lt;img src ="http://blog.csdn.net/hivon/aggbug/2312839.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy探索之对Java语言反射的简化</title><link>http://blog.csdn.net/hivon/archive/2008/04/20/2309781.aspx</link><pubDate>Sun, 20 Apr 2008 20:07:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/04/20/2309781.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2309781.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/04/20/2309781.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2309781.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2309781</trackback:ping><description>Groovy语言是基于Java语言的，这就决定了它“青出于蓝而胜于蓝”的特性。本专题来看看Groovy语言对Java语言反射的简化。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2309781.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 4 对象非空判断及“?”运算符</title><link>http://blog.csdn.net/hivon/archive/2008/04/18/2304049.aspx</link><pubDate>Fri, 18 Apr 2008 13:38:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/04/18/2304049.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2304049.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/04/18/2304049.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2304049.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2304049</trackback:ping><description>Groovy语言的“?.”操作符给了我们编码上的很多方便，可以看到Groovy语言在很多小的方面为我们的敏捷编程做出的努力。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2304049.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Grails项目数据源的配置</title><link>http://blog.csdn.net/hivon/archive/2008/04/17/2301985.aspx</link><pubDate>Thu, 17 Apr 2008 18:55:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/04/17/2301985.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2301985.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/04/17/2301985.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2301985.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2301985</trackback:ping><description>当Grails项目建立起来以后，我们要做的第一件事就是给项目配置我们自己的数据源。&lt;img src ="http://blog.csdn.net/hivon/aggbug/2301985.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>hivon</dc:creator><title>Groovy Tip 3 如何在if条件语句中判断对象为空</title><link>http://blog.csdn.net/hivon/archive/2008/04/17/2299341.aspx</link><pubDate>Thu, 17 Apr 2008 06:49:00 GMT</pubDate><guid>http://blog.csdn.net/hivon/archive/2008/04/17/2299341.aspx</guid><wfw:comment>http://blog.csdn.net/hivon/comments/2299341.aspx</wfw:comment><comments>http://blog.csdn.net/hivon/archive/2008/04/17/2299341.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/hivon/comments/commentRss/2299341.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2299341</trackback:ping><description>在Groovy语言里，如何方便的对一个对象进行非空判断呢？
是否还是像在Java语言里的那样繁琐？&lt;img src ="http://blog.csdn.net/hivon/aggbug/2299341.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>