- 博客(5)
- 收藏
- 关注
原创 Intellij IDEA Diagrams 设置
最近使用IDEA,一直找不到Diagrams 这个选项,网上的教程往往是各种各样的,没有一个准确的,今天整理一些设置Diagrams 具体方法,亲测可用。首先是选择File ==> Setting找到Plugins==>Installed==>搜索Designer,勾上即可效果展示...
2019-03-28 23:35:47
9734
2
原创 Java中String.intern()方法详解
String.intern()是一个Native方法,它的作用是:如果字符串常量池中已经包含了一个等于此String对象的字符串,则返回代表池(运行时常量池)中这个字符串的String对象;否则,将此String对象包含的字符串添加到常量池中并且返回此String对象的引用。此方法在jdk1.6和jdk1.7中有差异,下面来看段代码: String s1 = new StringBu...
2019-03-01 21:47:03
385
原创 springMVC post 参数报错:Cannot construct instance of `xxx` (no Creators, like defaultconstruct, exist)
原因:没有默认的构造函数解决:默认的类添加构造函数public class DBSystem { public DBSystem() { }}
2019-02-26 11:12:50
12507
2
原创 maven无法导入org.junit.Test
原因:解决:删去test<dependencies> <dependency> <groupId>junit</groupId> <artifactId&
2019-02-25 23:22:28
2448
1
原创 Mybatis 报错:Could not find resource com/xxx/dao/xxx.xml
Mybatis 报错找不到mapper文件org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession.### The error may exist in com/dmp/dao/DBSystem.xml### Cause: org.apache.ibatis.builder.Builde...
2019-02-24 16:49:59
2958
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人