随笔分类 -  java

摘要:shiro 1 参考视频:点击我 阅读全文
posted @ 2019-03-25 20:17 Saruka的男朋友 阅读(358) 评论(2) 推荐(0)
摘要:第一步:在mybatis的jar包中找到mybatis 3 config.dtd与mybatis 3 mapper.dtd文件 第二步:找到下图位置点击add 第三步:如下图这么设置,注意keytype要选择url,key为xml doctype中的关于dtd的url 如果配置成功,ctrl+鼠标点 阅读全文
posted @ 2019-01-14 23:58 Saruka的男朋友 阅读(2053) 评论(0) 推荐(0)
摘要:package CloneTest; class Dog implements Cloneable{ private String dname; private Integer dage; public Dog clone() throws CloneNotSupportedException{ D 阅读全文
posted @ 2018-03-11 12:46 Saruka的男朋友 阅读(132) 评论(0) 推荐(0)
摘要:报错:The method PrintArray(T[]) in the type GenericTest is not applicable for the arguments (char[]) 传参出错 一开始想为什么会出错,是数组的原因吗?又写了一个 这次没报错,究竟是为什么。后来仔细看了泛型 阅读全文
posted @ 2018-02-07 14:28 Saruka的男朋友 阅读(170) 评论(0) 推荐(0)
摘要:ssm整合时出现 org.springframework.beans.factory.BeanCreationException :Error creating bean with name ‘XXX’ 异常的原因及解决方法(只是可能出现下列几种,不包含全部) 此异常为:注入 bean 失败异常,也 阅读全文
posted @ 2018-01-21 22:54 Saruka的男朋友 阅读(149887) 评论(0) 推荐(3)