只有注册用户登录后才能阅读该文。 阅读全文
摘要:
1 var CLSJ=$('[name=yjry\\.CLSJ]').val(); 2 var GXSJ=$('[name=yjry\\.GXSJ]').val(); 3 var d1 = new Date(CLSJ.replace(/\-/g, "\/")); 4 var d2 = new Date(GXSJ.replace(... 阅读全文
摘要:
1 //全选 2 function checkAll(obj) { 3 $("input[name='codeChk']").prop("checked", obj.checked); 4 } 阅读全文
摘要:
1 -- Create table 2 create table CM_YJRY (CM_YJRY) 3 ( 4 wid INTEGER not null, 5 username VARCHAR2(64), 6 password VARCHAR2(100), 7 tel VARCHAR2(100) 8 ) 9 tablespace ... 阅读全文