摘要: 转载自 Spring 让 LOB 数据操作变得简单易行 Spring 让 LOB 数据操作变得简单易行 本文讲解了在 Spring 中处理 LOB 数据的原理和方法,对于 Spring JDBC 以及 Spring 所集成的第三方 ORM 框架(包括 JPA、Hibernate 和 iBatis)如 阅读全文
posted @ 2015-11-04 10:30 雪来了 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 深入浅出JMS(四)--Spring和ActiveMQ整合的完整实例 深入浅出JMS(四)--Spring和ActiveMQ整合的完整实例 阅读全文
posted @ 2015-10-21 14:48 雪来了 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1. spring jdbc call oralce procedure: final String callFunctionSql = "{call SP_Test(?,?,?)}"; List<SqlParameter> params = new ArrayList<SqlParameter>( 阅读全文
posted @ 2015-09-24 15:02 雪来了 阅读(205) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util. 阅读全文
posted @ 2015-08-25 23:52 雪来了 阅读(298) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@include file="/webapp/systempublic/common.jsp" %> <html> <h 阅读全文
posted @ 2015-08-24 21:57 雪来了 阅读(316) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@include file="/webapp/systempublic/common.jsp" %> <% String 阅读全文
posted @ 2015-08-24 21:56 雪来了 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 一. 页面JSP代码如下 <% String userName = (String)request.getAttribute("username"); %> <html> <head> <title></title> <meta http-equiv="content-type" content=" 阅读全文
posted @ 2015-07-23 21:36 雪来了 阅读(384) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/chaijunkun/article/details/6925889 计划任务确实是差不多每隔3秒钟被调度的,但是每次调度执行了任务方法两次。设想一下,这仅仅是个开销很小的例子,但是如果这个方法执行的是一个非常耗时耗资源的任务,好不容易执行完一次后又要执行一 阅读全文
posted @ 2015-05-15 11:44 雪来了 阅读(576) 评论(0) 推荐(0) 编辑
摘要: 原因分析如下: 1: If you set the <code>dataProvider</code> property and then immediately call the <code>expandChildrenOf()</code> method, you may not see the 阅读全文
posted @ 2015-03-18 15:04 雪来了 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1,2 两种在Ie 8 都可以正常解析; 但是在ie 11 解析时 第2 种 页面展示异常。 阅读全文
posted @ 2015-03-18 14:56 雪来了 阅读(205) 评论(0) 推荐(0) 编辑