会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
薛柏梁
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
···
13
下一页
2021年8月12日
jeecg 导出加批注
摘要: public static void main(String[] args) throws IOException { // 创建工作簿对象 XSSFWorkbook wb = new XSSFWorkbook(); // 创建工作表对象 XSSFSheet sheet = wb.createShe
阅读全文
posted @ 2021-08-12 16:30 薛柏梁
阅读(79)
评论(0)
推荐(0)
2021年7月12日
查询某数据库的某字段存在于哪些表 mysql
摘要: select column_name,column_comment,data_type ,table_name from information_schema.columns where table_schema='ld_express' and column_name = 'customer_id
阅读全文
posted @ 2021-07-12 19:30 薛柏梁
阅读(133)
评论(0)
推荐(0)
2021年7月6日
自动补全(备份)
摘要: 1、页面添加标签 <datalist id="setdatalist"></datalist> 2、input框添加属性 list="setdatalist" <input type="text" id="mainNumber1" name="mainNumber1" list="setdatali
阅读全文
posted @ 2021-07-06 11:00 薛柏梁
阅读(58)
评论(0)
推荐(0)
2021年6月30日
t:datagrid 行编辑 类型备份
摘要: 如编辑文本类型: <t:dgCol extendParams="editor:'text'" /> 如编辑数值类型: <t:dgCol extendParams="editor:'numberbox'" /> 如编辑日期类型,此日期格式为yyyy-MM-dd: <t:dgCol extendPara
阅读全文
posted @ 2021-06-30 18:44 薛柏梁
阅读(246)
评论(0)
推荐(0)
2021年6月28日
自动生成编号
摘要: 后台 Date date = new Date(); SimpleDateFormat dmDate = new SimpleDateFormat("yyyyMMdd"); // 获取当前时间 String dateran = dmDate.format(date); String sql = "
阅读全文
posted @ 2021-06-28 16:43 薛柏梁
阅读(74)
评论(0)
推荐(0)
2021年6月24日
文本框上绑校验
摘要: 加属性 ajaxurl="ldcInvtHeadController.do?checkType&id=${ldcInvtHeadPage.id }&type=S" datatype="*" @RequestMapping(params = "checkType") @ResponseBody pub
阅读全文
posted @ 2021-06-24 18:07 薛柏梁
阅读(74)
评论(0)
推荐(0)
2021年6月11日
前台将参数用json打包到后台
摘要: //前台 代码 var startDate = $('#startDate').val(); var endDate = $('#endDate').val(); var businessCustomerinvoicecode1 = $('input[name="businessCustomerin
阅读全文
posted @ 2021-06-11 17:28 薛柏梁
阅读(103)
评论(0)
推荐(0)
2021年5月27日
页面上移、下移、保存、编辑备份
摘要: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@include file="/context/mytags.jsp"%> <t:base type="jquery,ea
阅读全文
posted @ 2021-05-27 17:25 薛柏梁
阅读(192)
评论(0)
推荐(0)
Easyui datagrid行内【添加】、【编辑】、【上移】、【下移】备份
摘要: function GetTable() { var editRow = undefined; $("#Student_Table").datagrid({ height: 300, width: 450, title: '学生表', collapsible: true, singleSelect:
阅读全文
posted @ 2021-05-27 11:15 薛柏梁
阅读(245)
评论(0)
推荐(0)
2021年4月23日
mysql 时间判断备份
摘要: wheresql += " and DATE_FORMAT(business_checkindate, '%Y-%m-%d %H:%i:%s') <= DATE_FORMAT('"+str2+"', '%Y-%m-%d %H:%i:%s') ";
阅读全文
posted @ 2021-04-23 14:27 薛柏梁
阅读(80)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
13
下一页
公告