2016年4月6日

常用网站

摘要: 1、字符串转json在线:http://www.kjson.com/jsoneditor/?f=1 2、maven库的groupId,artifactId搜索:http://search.maven.org/ 3、http://thinkgem.github.io/jeesite/ 一个开源的框架 阅读全文

posted @ 2016-04-06 19:04 学无止境2023 阅读(154) 评论(0) 推荐(0)

git 修改东西之后提交命令

摘要: 1、git add * 添加东西 2、git status 查看要提交的东西 3、git commit -m "已经修改LogController文件" 提交 4、pwd 看当前目录 5、ll 列出所有文件 6、git branch 查看当前分支 7、git pull 把gitlab上的文件更新下来 阅读全文

posted @ 2016-04-06 15:51 学无止境2023 阅读(4348) 评论(0) 推荐(0)

导航