随笔分类 - Java异常集合
摘要:ArrayList tmp = new ArrayList<> (); tmp.addAll (Arrays.asList (nums)); 发现一个错误,ArrayList因为没有指定泛型,变成ArrayList<int[]>,而不是想要的ArrayList。 看看Arrays.asList()源
阅读全文
摘要:Field adminMapper in com.course.service.impl.AdminServiceImpl required a bean of type 'com.course.mapper.AdminMapper' that could not be found. mybatis
阅读全文