2017年4月6日

MyBatis笔记----@Intercepts({@Signature(type = StatementHandler.class, method = "prepare", args = {Connection.class

摘要: 使用MyBatis 3.4.1或者其以上版本 @Intercepts({ @Signature(type = StatementHandler.class, method = "prepare", args = {Connection.class, Integer.class})}) 使用MyBat 阅读全文

posted @ 2017-04-06 22:41 Honey_Badger 阅读(21861) 评论(0) 推荐(0) 编辑

mysql执行语句提示Table 'performance_schema.session_variables' doesn't exist

摘要: 用管理员身份cmd进入mysql安装目录bin里,执行 如果杀毒软件拦截,添加为信任区 阅读全文

posted @ 2017-04-06 14:30 Honey_Badger 阅读(2739) 评论(0) 推荐(0) 编辑

MyBatis笔记----SSM框架mybatis3整合springmvc spring4

摘要: 上节 无springmvc框架 http://www.cnblogs.com/tk55/p/6661786.html 结构 jar包 web.xml 与index.jsp index.jsp spring-mvc.xml com.ij34.model com.ij34.mybatis UserMap 阅读全文

posted @ 2017-04-06 04:45 Honey_Badger 阅读(602) 评论(0) 推荐(0) 编辑

导航

github