01 2015 档案

摘要:link:http://www.neiland.net/blog/article/how-to-install-ant-contrib/Step 1: Get ANT-Contrib And Install ItSo lets get started installing them. Go to t... 阅读全文
posted @ 2015-01-27 09:26 卜海清 阅读(494) 评论(0) 推荐(0)
摘要:def props = new Properties()new File("foo.properties").withInputStream { s -> props.load(s) }println props 阅读全文
posted @ 2015-01-25 13:52 卜海清 阅读(255) 评论(0) 推荐(0)
摘要:关于shell中的for循环用法很多,一直想总结一下,今天网上看到上一篇关于for循环用法的总结,感觉很全面,所以就转过来研究研究,嘿嘿…1、 for((i=1;i<=10;i++));do echo $(expr $i \* 4);done2、在shell中常用的是 for i in $(seq ... 阅读全文
posted @ 2015-01-25 10:59 卜海清 阅读(189) 评论(0) 推荐(0)