01 2018 档案
摘要:def heads= ("git ls-remote -h git@gitlab.com:*.git").execute()def headlist=heads.text.readLines().collect{it.split()[1]};def list=[''];list.addAll(hea
阅读全文
摘要:1.登录http://maven.apache.org/download.cgi 2.拉倒最下面,点击 archives 3.可以看到maven个版本,找自己需要的下载
阅读全文
摘要:mybatis生成器:http://blog.csdn.net/tolcf/article/details/50835165 通过命令生成:java -jar mybatis-generator-core-1.3.2.jar -configfile generator.xml -overwrite
阅读全文