第一次使用spring boot starter项目遇到的问题,记录下
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/springframework/boot/SpringApplication has been compiled by a more recent version of the Java Runtime (class fi…
跑pytorch代码报错AttributeError: module ‘distutils’ has no attribute ‘version’ Traceback (most recent call last): File “D:/pycharm_envir/gaozhiyuan/Segmentation/pytorch_segmentation/deeplabv3-plus-pytorch-main/train.py”, line 16, in from utils.callb…
一、问题现象:
在编译VPP执行make install-ext-deps时报错缺失meson源码: ls: cannot access /root/vpp/vpp/build/external/downloads/meson*: No such file or directory Looking in links: /root/Downloads Downloading https://files.pythonhosted.…
在使用jupyter时提示我numpy版本过低:
UserWarning: A NumPy version >1.18.5 and <1.26.0 is required for this version of SciPy (detected version 1.16.6warnings.warn(f"A NumPy version >{np_minversion} and <{np_maxversion}"
pip…
The default superclass, "javax.servlet.http.HttpServlet", according to the projects Dynamic Web Module facet version (3.1), was not found on the Java Build Path.
1.右键项目 2.点击Properties 3.点击Java Build Path,右边找到Libraries&…
SpringBoot项目运行报错:Unsupported class file major version 61
原因:编译版本不对
解决:IDEA->Settings->Compiler->Java Compiler->修改(我是17改成8)
日常工作中会遇到 commit 到本地仓库的代码,因为一些原因,需要撤销后再提交到本地,或者需要整合多次 commit,然后 push 到远程仓库。下面是 IDEA 支持的快捷方式。
Undo Commit 2.可以在 Version Control 查看到刚刚撤销的内容 …