会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
liliumss
博客园
首页
新随笔
联系
订阅
管理
2021年7月18日
gitignore不生效的办法
摘要: 一般是缓存的原因,清除本地git缓存 重新添加 git rm -r --cached . git add . git commit -m 'update .gitignore'
阅读全文
posted @ 2021-07-18 20:59 liliumss
阅读(75)
评论(0)
推荐(0)
2021年7月17日
maven mvn archetype:generate使用
摘要: mvn的项目如果想复用怎么办? 使用 mvn archetype Maven Archetype由下面几个模块组成: maven-archetype-plugin:Archetype插件。通过该插件,开发者可以在Maven中使用Archetype。 maven-archetype-plugin:Ar
阅读全文
posted @ 2021-07-17 15:36 liliumss
阅读(2941)
评论(0)
推荐(0)
2019年9月17日
git统计各人提交代码行
摘要: 团队每个人的工作量可以从提交和修改的代码上看出大致绩效 git统计个人提交代码行命令: 小伙伴们快看看自己团队每个人的工作绩效吧!
阅读全文
posted @ 2019-09-17 17:35 liliumss
阅读(2847)
评论(0)
推荐(0)
公告