上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: 可能是没有创建文件,order.obj,或者建错地方了 阅读全文
posted @ 2022-09-01 16:20 阿霖找BUG 阅读(15) 评论(0) 推荐(0) 编辑
摘要: Incompatible types. xxxx。。。 一般检查代码没有问题,但就是报错了,就是导入的依赖包有问题。检查一下包 阅读全文
posted @ 2022-08-28 13:24 阿霖找BUG 阅读(110) 评论(0) 推荐(0) 编辑
摘要: java 中的Integer.parseInt()强制转换成int类型 eg:String s=7; int i=Integer.parseInt(s); System.out.println(i+1); 结果为4; String s=7; System.out.println(i+1); 结果为7 阅读全文
posted @ 2022-08-26 23:45 阿霖找BUG 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 等于 .var 换算 .cast 阅读全文
posted @ 2022-08-26 21:00 阿霖找BUG 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 如果有MANIFEST.MF这个文件就要删除,第一次没有 File>Project Structure 第一种打包成一个jar包和多个依赖包 统一打包在一起: 点击你刚刚生成的jar包运行一下: 生成jar包的位置: 运行jar包: 按下Shift右键 输入命令 java -jar YiMall.j 阅读全文
posted @ 2022-08-26 00:32 阿霖找BUG 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 原因:JDK版本太高,与项目中使用的jdk版本不对应 解决:降低JDK版本 file>Project Structure>Project 阅读全文
posted @ 2022-08-14 20:38 阿霖找BUG 阅读(9868) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2022-06-01 03:17 阿霖找BUG 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 如果这个依赖找不到,可能是要导入的文件的pom.xml不是蓝标 阅读全文
posted @ 2022-06-01 03:15 阿霖找BUG 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-06-01 02:48 阿霖找BUG 阅读(101) 评论(0) 推荐(0) 编辑
摘要: https://mvnrepository.com/ 进去后,搜索你要的依赖 一般点第一个 阅读全文
posted @ 2022-06-01 01:22 阿霖找BUG 阅读(33) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页