摘要: 进入idea项目的.idea目录下,找到workspace.xml文件, 找到标签 <component name="PropertiesComponent"> </component> 在其中添加: <property name="dynamic.classpath" value="true" / 阅读全文
posted @ 2023-10-20 17:03 7857jing 阅读(21) 评论(0) 推荐(0)
摘要: 错误信息:bad signature 0x00000000 index file corrupt 找到本地项目的.git目录,进入该目录,并删除掉index文件 进入idea的git控制台,输入 git reset命令,但是此时报错了。Unstaged changes after reset: xx 阅读全文
posted @ 2023-08-24 15:32 7857jing 阅读(663) 评论(0) 推荐(0)