摘要: 一、windows安装git 1、下载:http://msysgit.github.io/,下载之后直接安装,打开gitbash 2、配置用户名和邮箱: $ git config --global user.name "Your Name" $ git confi... 阅读全文
posted @ 2015-07-17 19:32 nemotan 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 一、maven常用命令 1、安装配置maven:略 2、创建 创建java项目:mvn archetype:generate -DgroupId=com.demo(包名) -DartifactId=java-app(项目名) 创... 阅读全文
posted @ 2015-07-17 17:30 nemotan 阅读(659) 评论(0) 推荐(0) 编辑