摘要:
VCS——》Git——》Fetch 阅读全文
摘要:
转自https://www.cnblogs.com/lwh-note/p/9639835.html 两种情况(场景) 情况一 代码还只在本地,未push到运程仓库,想把代码还原到上一次commit的代码,此时操作为代码撤销 解决方案 情况二 代码已经push到运程仓库,想把代码还原到上一次提交,此时 阅读全文
摘要:
一、选择module右键——》Refactor——》Rename 二、修改该module下的pom.xml文件对应module名改掉 三、修改项目的pom文件中modules里的module名称 四、问题:会提示“These modules have been removed from Maven 阅读全文