上一页 1 ··· 35 36 37 38 39
  2017年10月26日
摘要: 本文转自http://blog.csdn.net/zht666/article/details/38706083 Spring整合MyBatis使用到了mybatis-spring,在配置mybatis映射文件的时候,一般会使用MapperScannerConfigurer,MapperScanne 阅读全文
posted @ 2017-10-26 12:53 yuluoxingkong 阅读(498) 评论(0) 推荐(0) 编辑
摘要: Mybatis中javaType和jdbcType对应关系 Notepad代码 JDBC Type Java Type CHAR String VARCHAR String LONGVARCHAR String NUMERIC java.math.BigDecimal DECIMAL java.ma 阅读全文
posted @ 2017-10-26 12:48 yuluoxingkong 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 本文摘自http://www.cnblogs.com/daxin/p/3544188.html 在使用Mybatis与Spring集成的时候我们用到了SqlSessionTemplate 这个类。 通过源码我们何以看到 SqlSessionTemplate 实现了SqlSession接口,也就是说我 阅读全文
posted @ 2017-10-26 10:28 yuluoxingkong 阅读(769) 评论(0) 推荐(0) 编辑
  2017年10月16日
摘要: 目录 前言 Jackson使用工具类 Jackson配置属性 Jackson解析JSON数据 Jackson序列化Java对象 前言 Json数据格式这两年发展的很快,其声称相对XML格式有很对好处: 容易阅读; 解析速度快; 占用空间更少。 不过,JSON 和 XML两者纠结谁优谁劣,这里不做讨论 阅读全文
posted @ 2017-10-16 11:13 yuluoxingkong 阅读(5896) 评论(0) 推荐(0) 编辑
摘要: The following code examples are extracted from open source projects. You can click to vote up the examples that are useful to you. Example 1 From proj 阅读全文
posted @ 2017-10-16 11:10 yuluoxingkong 阅读(1752) 评论(0) 推荐(0) 编辑
  2017年10月11日
摘要: <span class="wstxt">开始日期:</span><input type="text" class="workinput wicon" id="inpstart" onclick="$.jeDate(this,{trigger:false,isTime:true,maxDate:$(' 阅读全文
posted @ 2017-10-11 14:16 yuluoxingkong 阅读(1209) 评论(0) 推荐(0) 编辑
  2017年9月28日
摘要: springMVC中对HTTP请求form data和request payload两种数据发送块的后台接收方式 阅读全文
posted @ 2017-09-28 10:03 yuluoxingkong 阅读(14265) 评论(2) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39