- 博客(9)
- 收藏
- 关注
原创 mybatis generator
核心步骤1. 2. generatorConfig.xml3. Intellij->Run->Edit Configurations
2016-10-17 23:55:04
246
原创 Invocation of destroy method 'close' failed on bean with name 'sqlSession'
Spring + mybatis 配置中如果缺少 scope="prototype"属性会报Warn:Invocation of destroy method 'close' failed on bean with name 'sqlSession'
2016-07-09 14:42:59
12979
原创 Java获取泛型的实际类型
1. 创建包含泛型的父类public abstract class Father{ public abstract String className();}2. 创建子类继承父类public class Children extends Father{ @Override public String className() {
2016-05-14 16:33:44
432
原创 Android获取LayoutInflater的一种方法
LayoutInflater inflater = (LayoutInflater) parent.getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
2016-05-03 21:23:22
268
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人