摘要:
1、IDEA控制台乱码 (1)在书写普通的java程序输出中文的时候,不会出现控制台乱码的问题: public class Test { public static void main(String[] args) { System.out.println("劳动光荣"); } } 劳动光荣 (2) 阅读全文
摘要:
1、在测试springmvc的程序的时候出现如下错误: pers.zhb.controller.HelloController#hello(Model) to { /haha}: There is already 'helloController' bean method pers.zhb.cont 阅读全文
摘要:
1、在对mybatis进行测试的时候报错:org.apache.ibatis.binding.BindingException: Type interface pers.zhb.dao.StudentDao is not known to the MapperRegistry。已经检查了核心配置文件 阅读全文
摘要:
1、再用eclipse导入一个项目后查看配置文件的时候发现报错:invalid content was found starting with element display-name,查看元素内的各个标签并未发现书写错误 2、解决方法 修改<servlet>标签内的各个元素的顺序,也就是说,标签内 阅读全文