SpringBoot项目运行报错:Unsupported class file major version 61
原因:编译版本不对
解决:IDEA->Settings->Compiler->Java Compiler->修改(我是17改成8)
今天学selenium动态抓取的时候需要安装chromedriver 驱动,结果安装好了之后,代码运行出错,检查代码没有错,Chrome下载版本也是对应的,
import time
from selenium import webdriver
web webdriver.Chrome()
web.ge…
问题描述 今天遇到这么一个问题:RuntimeError: Detected that PyTorch and torch_sparse were compiled with different CUDA versions. PyTorch has CUDA version 12.1 and torch_sparse has CUDA version 11.8. Please reinstall the torch_sparse that matches y…
文章目录 kubectl versionClient VersionServer Version kubectl version
先看一个截图 发现master节点上得到了两个version,分别是Client Version 和 Server Version
Client Version
Client Version 为 Kubectl 的版本
Server Version
Server Version 为 Kub…
日常工作中会遇到 commit 到本地仓库的代码,因为一些原因,需要撤销后再提交到本地,或者需要整合多次 commit,然后 push 到远程仓库。下面是 IDEA 支持的快捷方式。
Undo Commit 2.可以在 Version Control 查看到刚刚撤销的内容 …