上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页
摘要: /**合并表头单元格*/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) 编辑
摘要: public static String removeHistoryId(String jsonData, String attr) { JSONArray arrys = JSON.parseArray(jsonData); for (Object o : arrys) { JSONObject 阅读全文
posted @ 2017-06-15 11:27 albert_think 阅读(3959) 评论(0) 推荐(0) 编辑
摘要: 以下整理王阳明最经典的十句话,这10句经典语录说尽了心学的高明境界。 1、王阳明:第一等事应是读书做圣贤 点题:立什么样的志,成什么样的人。 故事背景: 1483年,王阳明在北京的私塾读书。有一天,他一本正经地问老师:“何谓第一等事?”这相当于是在问,人生的终极价值是什么? 他的老师吃了一惊,因为从 阅读全文
posted @ 2017-06-14 09:37 albert_think 阅读(2234) 评论(0) 推荐(0) 编辑
摘要: SELECT * FROM user_auth WHERE SYSDATE BETWEEN NVL (start_date, SYSDATE - 1) AND NVL (end_date, SYSDATE + 1) 阅读全文
posted @ 2017-06-08 11:42 albert_think 阅读(213) 评论(0) 推荐(0) 编辑
摘要: SELECT COUNT(1) FROM (SELECT w.log_name, w.cust_party_id, w.creation_date, row_number() over(PARTITION BY w.cust_party_id ORDER BY w.creation_date DES 阅读全文
posted @ 2017-06-06 16:57 albert_think 阅读(1250) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页