04 2020 档案

摘要:解决向github上push报 error: failed to push some refs to 'xxxxx' 问题 1、问题 向github上push 代码时,报 error: failed to push some refs to 'xxxxx' 错误,如下: 2、原因分析 原因是远程仓库 阅读全文
posted @ 2020-04-27 10:19 BillyYang 阅读(565) 评论(0) 推荐(1)
摘要:通过 maven 命令来查看 jar 包的引用关系 1、可以通过maven命令来查看jar包的引用关系 mvn dependency:tree -Dverbose -Dincludes=org.codehaus.jettison:jettison 1.1 dependency:tree 表示树状显示 阅读全文
posted @ 2020-04-22 15:54 BillyYang 阅读(4034) 评论(0) 推荐(1)