摘要: 1. 撤销commit一般用git reset ,语法如下:git reset [ --mixed | --soft | --hard] [<commit ID>]1.使用参数--mixed(默认参数),如git reset --mixed <commit ID>或git reset <commit 阅读全文
posted @ 2022-07-06 11:49 新生猿 阅读(1430) 评论(0) 推荐(1)
摘要: 遇到两次了,要么报错:无法找到xxx启动类,要么报错:找不到某个类,总之意思就是缺点东西。 我的解决方案:1.配置maven 2.配置jdk 3.给启动类配置jdk 4.重启 阅读全文
posted @ 2022-07-06 09:21 新生猿 阅读(232) 评论(0) 推荐(0)