摘要:
@RequestMapping(params = "list") public ModelAndView list(HttpServletRequest request) { String str1 = ""; String str2 = ""; long current=System.curren 阅读全文
摘要:
jquery获取select选择的文本与值 获取select : 获取select 选中的 text : $("#ddlregtype").find("option:selected").text(); 获取select选中的 value: $("#ddlregtype ").val(); 获取se 阅读全文
摘要:
int row = dataGrid.getRows(); int page = dataGrid.getPage(); int firstRow = row * (page - 1); int maxRow = row * page; dataGrid.setResults(ruleList); 阅读全文
摘要:
RowMapper<OrderSingleRule> rowMapper1=new BeanPropertyRowMapper<OrderSingleRule>(OrderSingleRule.class); List<OrderSingleRule> ruleList= jdbcTemplate. 阅读全文
摘要:
RowMapper<DyIeaccountdecEntity> rowMapper1=new BeanPropertyRowMapper<DyIeaccountdecEntity>(DyIeaccountdecEntity.class); List<DyIeaccountdecEntity> dyL 阅读全文
摘要:
DBMS_LOB.SUBSTR(A .state_comment,DBMS_LOB.GETLENGTH(A .state_comment),1) as stateComment 阅读全文
摘要:
@RequestMapping(params = "datagridsbgf") public void datagridsbgf(LdcCommonStateEntity ldcCommonState, HttpServletRequest request, HttpServletResponse 阅读全文
摘要:
String sqlCode = "SELECT MAX(code) as code from gongzuo where year(create_date) = year(NOW()) and month(create_date)=month(NOW()) "; String delegateCo 阅读全文
摘要:
$.ajax({ url:'aeoEmployeeApplyController.do?queryStaff', type:'GET', dataType:'JSON', delay: 250, cache: true, success: function(d){ var data = d; var 阅读全文
摘要:
<%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/context/mytags.jsp"%> <! 阅读全文