上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 81 下一页
摘要: url中输入调用函数,函数中调用ajax请求 阅读全文
posted @ 2018-04-19 14:08 ppjj 阅读(1715) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <SCRIPT LANGUAGE="JavaScript"> function openwin() {OpenWindow=window.open("", "newwin", "height=250, width=250,toolbar=no,scrollbars="+s 阅读全文
posted @ 2018-04-19 12:08 ppjj 阅读(2701) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W3Cschool可拖动DIV提示窗口</title> <script languag 阅读全文
posted @ 2018-04-19 12:05 ppjj 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 概述 Spring为创建Quartzde Scheduler、Trigger和JobDetail提供了方便的FactoryBean类,以便能够在Spring容器中享受注入的好处。 此外,Spring还通了一些便利的工具类,用于直接将Spring中的Bean包装成合法的任务。 Spring进一步降低了 阅读全文
posted @ 2018-04-19 11:56 ppjj 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 在刚刚的开发过程中,遇到一个JavaScript 文件路径字符串中丢失"\"的问题,解决过程如下: 在刚刚的开发过程中,遇到一个JavaScript 文件路径字符串中丢失"\"的问题,解决过程如下: 背景:cs文件中获取一段包含有路径信息的字符串,将此字符串做为参数传递给前台aspx中的javasc 阅读全文
posted @ 2018-04-16 09:50 ppjj 阅读(3446) 评论(0) 推荐(0) 编辑
摘要: 在jsp页面中: <% String path = application.getRealPath("").replace("\\","\\\\"); %> 在java代码中: String path = request.getServletContext().getRealPath("").rep 阅读全文
posted @ 2018-04-16 09:48 ppjj 阅读(328) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/46084.htm 阅读全文
posted @ 2018-04-16 09:42 ppjj 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 1,在xml中定义一个resultMap <resultMap class="com.aa.bb" id="clobToString"> <result column="clobColumn" jdbcType="CLOB" property="clobString"/> </resultMap> 阅读全文
posted @ 2018-04-10 10:37 ppjj 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 1,在xml中定义一个parameterMap <parameterMap id="stringToClob" class="com.a.b.c"> <parameter property="inputParamMap" jdbcType="VARCHAR" javaType="java.lang. 阅读全文
posted @ 2018-04-10 10:33 ppjj 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 原因分析:是因为类返回的类型跟期望的类型没有继承关系,返回的类型就SqlMapClient,它是通过实现了FactoryBean<SqlMapClient>接口的SqlMapClientFactoryBean类的实例方法getObjectType()方法获取的,返回值是SqlMapClient,而期 阅读全文
posted @ 2018-04-09 14:31 ppjj 阅读(3908) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 81 下一页