摘要: /**合并表头单元格*/function mergeColumn(){ //$("td[id^='del']").attr("style","border:none;"); $("td[id='ss']").attr("style","border-bottom-style:none"); $("t 阅读全文
posted @ 2017-06-16 16:15 albert_think 阅读(876) 评论(0) 推荐(0) 编辑
摘要: /**加载页面*/ @RequestMapping(value = "dwView", method = RequestMethod.GET) public String dwView(HttpServletRequest request, HttpServletResponse response) 阅读全文
posted @ 2017-06-16 16:14 albert_think 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 二、页面部分 <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%String path = request.getContextPath();String basePath = request.ge 阅读全文
posted @ 2017-06-16 16:12 albert_think 阅读(165) 评论(0) 推荐(0) 编辑
摘要: /* json2.js 2013-05-26 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html This code should be mini 阅读全文
posted @ 2017-06-16 15:46 albert_think 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1. jsp 中引入 <!–[if lt IE 7]> <script type="text/JavaScript" src="resources/js/json2.js"></script> <![endif]–> 阅读全文
posted @ 2017-06-16 15:45 albert_think 阅读(591) 评论(0) 推荐(0) 编辑
摘要: <!--页面部分--> <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%String path = request.getContextPath();String basePath = request.get 阅读全文
posted @ 2017-06-16 15:43 albert_think 阅读(619) 评论(0) 推荐(0) 编辑