07 2014 档案

摘要:1 Binding binding = new Binding(); 2 binding.setVariable("foo", new Integer(2)); 3 GroovyShell shell = new GroovyShell(binding); 4 5 String script =... 阅读全文
posted @ 2014-07-11 16:31 骨头 阅读(4063) 评论(0) 推荐(0)
摘要:设置环境变量unix,linux export GRADLE_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=9999,server=y,suspend=n”windows set GRADLE_OPTS="-Xdebug -Xrun... 阅读全文
posted @ 2014-07-10 10:48 骨头 阅读(6064) 评论(0) 推荐(0)