表示 进入内容 61 去 70 的 148 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: mybatis (reset) Nov 24 2017 【狂人小白】MyBatis.001 学习巴提斯! Posted by mysql-云栖社区 on Fri 24 Nov 2017 11:24 UTC Tags: Apache, xml, github, Maven, mybatis, MySQL, junit, scope 序 今天不知道为什么,突然想学习"我的巴提斯"!也就是MyBatis。 以往一直用Hibernate,或者自己开发的ORM框架,今天饶有兴趣学习一下巴提斯,一直在听说,从未使用过,如果你刚好看到这个文章,同时你也没有学习过,那么我们就一起学习。 【mysql】 【Apache】 【Maven】 【xml】 【scope】 【junit】 …[获取更多] Nov 22 2017 Mybaits整合Spring Posted by mysql-云栖社区 on Wed 22 Nov 2017 10:55 UTC Tags: xml, jdbc, demo, spring, utf-8, schema, Class, service, mybatis, MySQL, 配置, bean, aop <?xml version="1.0" encoding="UTF-8"?>【mysql】 【spring】 【配置】 【aop】 【JDBC】 【xml】 【class】 【schema】 【bean】 【demo】 …[获取更多] Nov 21 2017 Intellij idea中使用Mybatis Generator Posted by mysql-云栖社区 on Tue 21 Nov 2017 13:17 UTC Tags: xml, image, plugin, idea, mybatis, MySQL, 数据库, 配置, 插件 Mybatis属于半自动ORM,在使用这个框架中,工作量最大的就是书写Mapping的映射文件,由于手动书写很容易出错,我们可以利用Mybatis-Generator来帮我们自动生成文件。 【mysql】 【数据库】 【配置】 【Image】 【xml】 【插件】 【plugin】 …[获取更多] Nov 21 2017 比较全的 POM.xml Posted by mysql-云栖社区 on Tue 21 Nov 2017 10:55 UTC Tags: Apache, xml, plugin, spring, Hibernate, velocity, Maven, mybatis, MySQL, struts, fastjson, junit, freemarker, cglib <?xml version="1.0" encoding="UTF-8"?>【mysql】 【Apache】 【spring】 【Maven】 【xml】 【plugin】 【junit】 【Hibernate】 【Struts】 【velocity】 …[获取更多] Nov 17 2017 【狂人小白】MyBatis.003 使用properties文件! Posted by mysql-云栖社区 on Fri 17 Nov 2017 11:23 UTC Tags: database, jdbc, demo, spring, charset, utf-8, driver, mybatis, MySQL, 数据库, 配置, 单元测试, url 什么是properties文件? 以后缀为properties命名的文件,类似Windows中的ini文件 主要用作配置管理 举个例子,如下代码,此代码我们将要在后面使用 文件名称:database. 【mysql】 【数据库】 【spring】 【配置】 【JDBC】 【url】 【Driver】 …[获取更多] Nov 16 2017 mybatis错误之配置文件属性配置问题 Posted by mysql-云栖社区 on Thu 16 Nov 2017 15:22 UTC Tags: Java, sql, Apache, jdbc, driver, mybatis, MySQL, Exception, 配置 在mybatis的配置文件SqlMapConfig.xml中,可以在开始的地方先加载一个properties节点,用来定义属性变量。 1 2 【java】 【mysql】 【SQL】 【Apache】 【配置】 【exception】 【JDBC】 【Driver】 【mybatis】 Nov 15 2017 怎样配置MySQL数据库超时设置? Posted by mysql-云栖社区 on Wed 15 Nov 2017 02:37 UTC Tags: sql, jdbc, static, transaction, http, mybatis, socket, MySQL, 数据库, 配置, 大数据, 数据存储与数据库 备战京东双11,在配置MySQL的超时配置发现有很多地方可以设置。这么多超时的配置有什么影响,以及配置会有什么影响呢? 1. JDBC超时设置 connectTimeout:表示等待和MySQL数据库建立socket链接的超时时间,默认值0,表示不设置超时,单位毫秒,建议30000 socketT... 【数据存储与数据库】 【大数据】 【mysql】 【SQL】 【http】 【数据库】 …[获取更多] Nov 14 2017 mysql,mybatis 返回插入的主键id Posted by mysql-云栖社区 on Tue 14 Nov 2017 09:04 UTC Tags: Blog, mybatis, MySQL, entity mysql,mybatis 返回插入的主键id insert into T_Company_Info (Company_Id, I... 【mysql】 【entity】 【Blog】 【mybatis】 点击查看原文> Nov 13 2017 关于MyBatis的工作流程和与JDBC的比较与Hibernate的比较 Posted by mysql-云栖社区 on Mon 13 Nov 2017 13:24 UTC Tags: Java, sql, xml, jdbc, Hibernate, mybatis, MySQL, 数据库, 配置 一.传统的JDBC的方式 1.从一个jdbc程序开始 1 public static void main(String[] args) { 2 Connection connection = null; 3 PreparedStatemen... 【java】 【mysql】 【SQL】 【数据库】 【配置】 【JDBC】 【xml】 【Hibernate】 …[获取更多] Nov 13 2017 使用MyBatis Generator自动生成DAO以及实体类 Posted by mysql-云栖社区 on Mon 13 Nov 2017 06:56 UTC Tags: Java, jdbc, utf-8, mapping, mybatis, MySQL generatorConfig.xml文件: <?xml version="1.0" encoding="UTF-8" ?>br /> 【java】 【mysql】 【JDBC】 【mapping】 【mybatis】 【utf-8】 点击查看原文> 表示 进入内容 61 去 70 的 148 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (44) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums