会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
薛柏梁
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
···
13
下一页
2021年4月23日
时间默认值 前后台备份
摘要: @RequestMapping(params = "list") public ModelAndView list(HttpServletRequest request) { String str1 = ""; String str2 = ""; long current=System.curren
阅读全文
posted @ 2021-04-23 09:53 薛柏梁
阅读(62)
评论(0)
推荐(0)
2021年4月8日
jquery 前端操作取值操作
摘要: jquery获取select选择的文本与值 获取select : 获取select 选中的 text : $("#ddlregtype").find("option:selected").text(); 获取select选中的 value: $("#ddlregtype ").val(); 获取se
阅读全文
posted @ 2021-04-08 10:32 薛柏梁
阅读(331)
评论(0)
推荐(0)
2021年4月6日
jeecg 分页精华
摘要: 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 薛柏梁
阅读(202)
评论(0)
推荐(0)
jeecg sql 转实体
摘要: RowMapper<OrderSingleRule> rowMapper1=new BeanPropertyRowMapper<OrderSingleRule>(OrderSingleRule.class); List<OrderSingleRule> ruleList= jdbcTemplate.
阅读全文
posted @ 2021-04-06 15:45 薛柏梁
阅读(82)
评论(0)
推荐(0)
2021年3月10日
查询结果转实体类
摘要: RowMapper<DyIeaccountdecEntity> rowMapper1=new BeanPropertyRowMapper<DyIeaccountdecEntity>(DyIeaccountdecEntity.class); List<DyIeaccountdecEntity> dyL
阅读全文
posted @ 2021-03-10 15:51 薛柏梁
阅读(143)
评论(0)
推荐(0)
sql 查询但字段速度优化
摘要: DBMS_LOB.SUBSTR(A .state_comment,DBMS_LOB.GETLENGTH(A .state_comment),1) as stateComment
阅读全文
posted @ 2021-03-10 15:49 薛柏梁
阅读(57)
评论(0)
推荐(0)
jeecg datagraid 分页查询速度优化备份
摘要: @RequestMapping(params = "datagridsbgf") public void datagridsbgf(LdcCommonStateEntity ldcCommonState, HttpServletRequest request, HttpServletResponse
阅读全文
posted @ 2021-03-10 15:48 薛柏梁
阅读(190)
评论(0)
推荐(0)
2021年2月6日
自动生成业务编号 备份
摘要: 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 薛柏梁
阅读(115)
评论(0)
推荐(0)
2021年2月5日
select2 存取 备份
摘要: $.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 薛柏梁
阅读(51)
评论(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 薛柏梁
阅读(72)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
13
下一页
公告