上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页
摘要: String jsonStr = JSONObject.toJSONString(json, SerializerFeature.WriteMapNullValue); //处理json字符串,确保没有null 的值 阅读全文
posted @ 2021-01-27 17:35 薛柏梁 阅读(1427) 评论(0) 推荐(0) 编辑
摘要: //获取第一个tr下的值 var res = $("#add_ldcOrderBox_table tr:first").find("select[name$='crBoxtype']").val(); //给主页赋值 $("#add_ldcOrderBox_table_template tr").f 阅读全文
posted @ 2021-01-15 11:20 薛柏梁 阅读(77) 评论(0) 推荐(0) 编辑
摘要: -- 数据字典 select b.value from JC_SYS_DATA_DICTIONARY a left join JC_SYS_DATA_DICTIONARY_DETAIL b on (a.id = b.JC_SYS_DATA_DICTIONARY_ID and b.order_by = 阅读全文
posted @ 2021-01-06 15:28 薛柏梁 阅读(80) 评论(0) 推荐(0) 编辑
摘要: Vue.prototype.validator = function (type) { switch (type) { case 'number': return /^(\-|\+)?\d+(\.\d+)?$/;///^[0-9]*$/; case 'integer': return /^\d*$/ 阅读全文
posted @ 2020-11-20 11:11 薛柏梁 阅读(1352) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/haitaoli/p/10304193.html 阅读全文
posted @ 2020-11-05 13:35 薛柏梁 阅读(90) 评论(0) 推荐(0) 编辑
摘要: SELECT FIND_IN_SET('b', 'a,b,c,d'); 逗号全包含 INSTR(a.task_to_personname,'薛柏梁' )>0 ; 存在 'a' in ('a','b','c'); like '%%'; 阅读全文
posted @ 2020-10-28 09:44 薛柏梁 阅读(488) 评论(0) 推荐(0) 编辑
摘要: function getselect(){ var taskToPerson = $('#taskToPerson').val(); var taskToPersonname = $('#taskToPersonname').val(); createwindow1("添加","aeoMessage 阅读全文
posted @ 2020-10-27 10:00 薛柏梁 阅读(120) 评论(0) 推荐(0) 编辑
摘要: <t:datagrid name="aeoMessageList" title="添加记录" actionUrl="aeoMessageController.do?datagrid2" fit="true" fitColumns="true" pagination="true" idField="i 阅读全文
posted @ 2020-10-27 09:03 薛柏梁 阅读(201) 评论(0) 推荐(0) 编辑
摘要: String sql = "SELECT * from aeo_employee_files where emp_flag = 0 "; RowMapper<AeoEmployeeFilesEntity> rowMapper=new BeanPropertyRowMapper<AeoEmployee 阅读全文
posted @ 2020-10-26 14:49 薛柏梁 阅读(1246) 评论(0) 推荐(0) 编辑
摘要: String trainTitle = request.getParameter("trainTitle"); if(StringUtil.isNotEmpty(trainTitle)) { String sql = "select id from aeo_train a where a.train 阅读全文
posted @ 2020-10-21 16:14 薛柏梁 阅读(97) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 13 下一页