logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

MC1.21.1-forge-Ubuntu服务器启动报错:[main/ERROR] [minecraft/Main]: Failed to start the minecraft servernet

【解决】MC1.21.1-forge-Ubuntu服务器启动报错:[main/ERROR] [minecraft/Main]: Failed to start the minecraft servernet.minecraft.util.DirectoryLock$LockException: /home/minecraft/server/./world/session.lock: already

文章图片
#服务器#ubuntu#linux
AssertionError: ..\..\best.pt (2 classes) trained on different --data than what yo【yolov5自训练报错日志及解决】

运行Val.py时如下报错:AssertionError: ..\..\best.pt (2 classes) trained on different --data than what you passed (80 classes). Pass correct combination of --weights and --data that are trained together.

文章图片
VSCode:首次使用VSCode并打开一个java项目提示:【Please download and install a JDK to compile your project. 】

原因:说明当前系统中没有安装JDK,或者JDK路径存在问题,当前主机未安装JDK。点击“Install JDK”后,引导至选择JDK版本并下载的页面,此处项目需要“JDK8”,但是下载安装后,VSCode提示已经不支持JDK8,于是又下载了JDK11并安装。进入编辑“settings.json”后,在“jsva.jst.ls.java.home”处,键入你安装的JDK路径。该路径可以参考环境变量中

文章图片
#java#开发语言#vscode
到底了