上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: @RequestMapping(params = "list") public ModelAndView list(HttpServletRequest request) { String str1 = ""; String str2 = ""; long current=System.curren 阅读全文
posted @ 2021-04-23 09:53 薛柏梁 阅读(61) 评论(0) 推荐(0) 编辑
摘要: jquery获取select选择的文本与值 获取select : 获取select 选中的 text : $("#ddlregtype").find("option:selected").text(); 获取select选中的 value: $("#ddlregtype ").val(); 获取se 阅读全文
posted @ 2021-04-08 10:32 薛柏梁 阅读(329) 评论(0) 推荐(0) 编辑
摘要: int row = dataGrid.getRows(); int page = dataGrid.getPage(); int firstRow = row * (page - 1); int maxRow = row * page; dataGrid.setResults(ruleList); 阅读全文
posted @ 2021-04-06 18:55 薛柏梁 阅读(194) 评论(0) 推荐(0) 编辑
摘要: RowMapper<OrderSingleRule> rowMapper1=new BeanPropertyRowMapper<OrderSingleRule>(OrderSingleRule.class); List<OrderSingleRule> ruleList= jdbcTemplate. 阅读全文
posted @ 2021-04-06 15:45 薛柏梁 阅读(80) 评论(0) 推荐(0) 编辑
摘要: RowMapper<DyIeaccountdecEntity> rowMapper1=new BeanPropertyRowMapper<DyIeaccountdecEntity>(DyIeaccountdecEntity.class); List<DyIeaccountdecEntity> dyL 阅读全文
posted @ 2021-03-10 15:51 薛柏梁 阅读(140) 评论(0) 推荐(0) 编辑
摘要: DBMS_LOB.SUBSTR(A .state_comment,DBMS_LOB.GETLENGTH(A .state_comment),1) as stateComment 阅读全文
posted @ 2021-03-10 15:49 薛柏梁 阅读(55) 评论(0) 推荐(0) 编辑
摘要: @RequestMapping(params = "datagridsbgf") public void datagridsbgf(LdcCommonStateEntity ldcCommonState, HttpServletRequest request, HttpServletResponse 阅读全文
posted @ 2021-03-10 15:48 薛柏梁 阅读(184) 评论(0) 推荐(0) 编辑
摘要: String sqlCode = "SELECT MAX(code) as code from gongzuo where year(create_date) = year(NOW()) and month(create_date)=month(NOW()) "; String delegateCo 阅读全文
posted @ 2021-02-06 09:17 薛柏梁 阅读(103) 评论(0) 推荐(0) 编辑
摘要: $.ajax({ url:'aeoEmployeeApplyController.do?queryStaff', type:'GET', dataType:'JSON', delay: 250, cache: true, success: function(d){ var data = d; var 阅读全文
posted @ 2021-02-05 17:33 薛柏梁 阅读(50) 评论(0) 推荐(0) 编辑
摘要: <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/context/mytags.jsp"%> <! 阅读全文
posted @ 2021-02-05 15:32 薛柏梁 阅读(71) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页