
java
「已注销」
这个作者很懒,什么都没留下…
展开
-
Cannot resolve method ‘println(java.lang.String, int)
发现不能用println的,要改成printf,printf是专门用于格式转换的,只有printf才可以格式转换。这是改过的,就没有红波浪线啦。原创 2022-06-11 22:27:01 · 1840 阅读 · 1 评论 -
Idea导入Mysql的jar包
idea导入mysql包原创 2022-03-21 10:08:32 · 3129 阅读 · 0 评论 -
The import java.util.ArrayList conflicts with a type defined in the same file
怎么导入都有错误是因为类名起成人家关键字的名字了,不能一样。改一下就好了原创 2021-11-12 14:36:26 · 819 阅读 · 1 评论