上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页
  2016年2月29日
摘要: The default MyBatis global settings, which can be overridden to better suit application-specific needs, are as follows: <settings> <setting name="cach 阅读全文
posted @ 2016-02-29 16:10 huey2672 阅读(229) 评论(0) 推荐(0) 编辑
摘要: As discussed in the previous chapter, MyBatis simplifies the persistent logic implementation by abstracting JDBC. MyBatis uses JDBC under the hood and 阅读全文
posted @ 2016-02-29 16:08 huey2672 阅读(645) 评论(0) 推荐(0) 编辑
摘要: In the SQL Mapper configuration file, we need to give the fully qualified name of the JavaBeans for the resultType and parameterType attributes. An ex 阅读全文
posted @ 2016-02-29 15:01 huey2672 阅读(325) 评论(0) 推荐(0) 编辑
摘要: The properties configuration element can be used to externalize the configuration values into a properties file and use the properties' key names as p 阅读全文
posted @ 2016-02-29 14:58 huey2672 阅读(187) 评论(0) 推荐(0) 编辑
摘要: The key component of MyBatis is SqlSessionFactory from which we get SqlSession and execute the mapped SQL statements. The SqlSessionFactory object can 阅读全文
posted @ 2016-02-29 14:51 huey2672 阅读(881) 评论(0) 推荐(0) 编辑
  2016年2月27日
摘要: 1. 创建数据表(MySQL): DROP TABLE IF EXISTS `department`; CREATE TABLE `department` ( `did` int(10) unsigned NOT NULL AUTO_INCREMENT, `dept_name` varchar(12 阅读全文
posted @ 2016-02-27 10:43 huey2672 阅读(388) 评论(0) 推荐(0) 编辑
  2016年1月30日
摘要: 1. 下载 Erlang [huey@huey-K42JE erlang]$ wget http://www.erlang.org/download/otp_src_R16B03.tar.gz 2. 解压并安装 [huey@huey-K42JE erlang]$ tar -zxvf otp_src_ 阅读全文
posted @ 2016-01-30 10:40 huey2672 阅读(603) 评论(0) 推荐(0) 编辑
  2016年1月19日
摘要: When messages expire on the ActiveMQ broker (they exceed their time-to-live, if set) or can’t be redelivered, they’re moved to a dead-letter queue, so... 阅读全文
posted @ 2016-01-19 19:18 huey2672 阅读(1655) 评论(1) 推荐(0) 编辑
摘要: An Apache ActiveMQ connection can be configured by explicitly setting properties on the ActiveMQConnection or ActiveMQConnectionFactory objects themse... 阅读全文
posted @ 2016-01-19 14:58 huey2672 阅读(489) 评论(0) 推荐(0) 编辑
  2016年1月15日
摘要: MavenDependency: org.apache.activemq activemq-all ${activemq.version} org.apache.activemq activemq-jaas... 阅读全文
posted @ 2016-01-15 11:39 huey2672 阅读(386) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 46 下一页