groovy
iteye_9601
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
groovy begin
This is my first groovy class whose file named "First.groovy" package mars.start/** *//** * 2008年5月1日0:12:40 */class First ...{ static void main(args) ...{ def date = new Date() ...2008-05-01 00:24:00 · 110 阅读 · 0 评论 -
Groovy的闭包示例
源代码: package mars.groovy /** * @author Eric Han * 2008-9-3 11:58:28 */ public class MyClosure{ public static void main(def args){ def myfirstClosure={man->println "Hello ${man}"} myf...2008-09-03 12:52:00 · 124 阅读 · 0 评论 -
Groovy on Grails 快速建站1
Groovy on Grails 快速建站 grails版本: 1.0 . 2 首先,确保环境变量中配置了: GRAILS_HOME=F:\grails- 1.0 . 2 以下是建站的日志,黑体为用户输入部分: E:\>mkdir cinwamanblog E:\>cd cinwamanblog ...2008-09-04 12:03:00 · 148 阅读 · 0 评论 -
Groovy on Grails 快速建站2
mkdir grails_apps cd grails_apps grails create-app training cd training grails run-app http://localhost:8080/training/ grails create-domain-class Employee grails create-domain-class Compute...2009-07-23 22:51:28 · 217 阅读 · 0 评论 -
Scripts In JVM
JRuby http://jruby.codehaus.org/ Groovy http://groovy.codehaus.org/ Jython http://www.jython.org/ Scala http://www.scala-lang.org/ Clojure http://clojure.org/2009-08-24 00:32:23 · 83 阅读 · 0 评论
分享