
groovy
文章平均质量分 75
rainyRs
这个作者很懒,什么都没留下…
展开
-
Groovy_遍历文件
Official documentation: http://docs.groovy-lang.org/latest/html/groovy-jdk/java/io/File.htmlCommon Method:1. eachFile(File self, Closure closure):Invokes the closure for each ‘child’ file or directory原创 2016-11-16 11:28:04 · 5448 阅读 · 0 评论 -
Groovy_遍历文件目录
test原创 2016-11-14 11:29:39 · 10057 阅读 · 0 评论 -
Groovy_xml
languages.xml<languages> <language name="C++"> <author>Stroustrup</author> </language> <language name="Java"> <author>Gosling</author> </language> <langu原创 2017-03-24 10:29:09 · 433 阅读 · 0 评论