上一页 1 ··· 3 4 5 6 7
摘要: mybatis的传统开发模式和代理模式 阅读全文
posted @ 2019-07-19 16:39 哲雪君! 阅读(341) 评论(0) 推荐(0)
摘要: 什么是Spring AOP 阅读全文
posted @ 2019-07-19 09:51 哲雪君! 阅读(284) 评论(0) 推荐(0)
摘要: Spring集成Mybatis源码分析 阅读全文
posted @ 2019-07-16 14:01 哲雪君! 阅读(300) 评论(0) 推荐(0)
摘要: Vector的源码分析 阅读全文
posted @ 2019-07-11 20:48 哲雪君! 阅读(4344) 评论(0) 推荐(0)
摘要: LinkedList的源码分析 阅读全文
posted @ 2019-07-11 13:14 哲雪君! 阅读(9824) 评论(0) 推荐(1)
摘要: 关于ArrayList的扩容机制源码解读 阅读全文
posted @ 2019-07-10 16:39 哲雪君! 阅读(6229) 评论(0) 推荐(2)
摘要: ORACLE常用函数的使用方法 1. 字符串函数2. 时间函数 阅读全文
posted @ 2019-07-10 10:24 哲雪君! 阅读(1600) 评论(0) 推荐(0)
摘要: 在oracle的数据库,对于字段为null的字段过滤条件只能用is null 或者 is not null 阅读全文
posted @ 2019-07-10 10:06 哲雪君! 阅读(183) 评论(0) 推荐(0)
摘要: 认识Mybatis的一二级缓存 一次完整的数据库请求,首先根据配置文件生成SqlSessionFactory,再通过SqlSessionFactory开启一次SqlSession,在每一个SqlSession中维护着一个Executor实例,通过Executor实例,可以获取到Statement然后 阅读全文
posted @ 2019-06-25 17:45 哲雪君! 阅读(346) 评论(0) 推荐(0)
摘要: mybatis的逆向工程生成 一、引入jar包 MyBatis Generator(MBG)是MyBatis MyBatis 和iBATIS的代码生成器。它将为所有版本的MyBatis以及版本2.2.0之后的iBATIS版本生成代码。它将内省数据库表(或许多表),并将生成可用于访问表的工件。 这减少 阅读全文
posted @ 2019-06-18 23:08 哲雪君! 阅读(1156) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7