上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页
摘要: /** * 是否包含特殊字符 * @param value * @returns {boolean} */ function isContainConSpecialCharZf(value){ var regEn = /[`~!@#$%^&*()_+?:"{},.\/;'[\]]/im, regCn = /[·!#¥(——):;“”‘、,|《。》?、【】[\]]/... 阅读全文
posted @ 2018-02-08 16:03 zfzf1 阅读(111) 评论(0) 推荐(0) 编辑
摘要: /** * 将请求入参中的 long类型日期转化为 标准日期 * @param map * @param params */ public static void filterDateTypeJsonString(Map map,String ... params) { for (String key : params) { ... 阅读全文
posted @ 2018-02-08 16:03 zfzf1 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 单个禁用 单个隐藏 全部按钮 字段 只读 阅读全文
posted @ 2018-02-08 15:50 zfzf1 阅读(103) 评论(0) 推荐(0) 编辑
摘要: net use \\10.133.7.93\0dev-resource "zf" /user:"zf" 阅读全文
posted @ 2018-02-07 17:08 zfzf1 阅读(96) 评论(0) 推荐(0) 编辑
摘要: --hcm 修复hcm 当天入职原工,当天凌晨生效问题CREATE OR REPLACE FUNCTION BDM.F_VI_HCM_FOR_BDM_REAL_OPTTIME(V_TIME IN TIMESTAMP) RETURN TIMESTAMP AS V_TIME_STR VARCHAR2(2 阅读全文
posted @ 2018-02-06 18:48 zfzf1 阅读(351) 评论(0) 推荐(0) 编辑
摘要: to_timestamp('2018-02-04 12:00:00.00','yyyy-mm-dd hh24:mi:ss.ff') 阅读全文
posted @ 2018-02-06 16:13 zfzf1 阅读(279) 评论(0) 推荐(0) 编辑
摘要: select to_date('2005-01-01 13:14:20','yyyy-MM-dd HH24:mi:ss') from dual; 阅读全文
posted @ 2018-02-06 15:59 zfzf1 阅读(80) 评论(0) 推荐(0) 编辑
摘要: { xtype: 'textfield', name: 'latitude', fieldLabel: '纬度', xtype: 'numberfield', editable: true, allowBlank:false, decimalPrecision: 3, // 精确地小数点后 allo 阅读全文
posted @ 2018-02-05 16:35 zfzf1 阅读(204) 评论(0) 推荐(0) 编辑
摘要: { xtype: 'label', columnWidth: .20, text: '<w≤'} 阅读全文
posted @ 2018-02-05 16:02 zfzf1 阅读(101) 评论(0) 推荐(0) 编辑
摘要: { xtype: 'container', html: '&nbsp;', height: 52, columnWidth:.3} 阅读全文
posted @ 2018-02-05 15:43 zfzf1 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 25 下一页