
groovy
iteye_11383
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Groovy Lesson 1: 1+1=2
What happends behind the scenes when you write Groovy code 1+1? Honestly speaking, I'm a newbie of Groovy. And I want to share my learning expericens with you guys who want to study Groovy too...原创 2009-05-19 14:34:35 · 161 阅读 · 0 评论 -
Groovy Lesson 2:Some interesting method for Number
The GDK defines the methods times, upto, downto, and step. They all take a closure argument. The following shows these methods in action: times is just for repetition; upto is for walking a se...原创 2009-05-20 10:36:03 · 100 阅读 · 0 评论