摘要: /// /// 控制审批意见用户输入数据的长度,英文最多218个,汉字最多109个,共218字节 /// /// /// private void AuditNote_KeyPress(object sender, System.Windows.Forms.KeyPressEventArgs e) ... 阅读全文
posted @ 2018-08-03 20:25 JoeChou_sh 阅读(1851) 评论(0) 推荐(0) 编辑
摘要: function show_sub(v) { //alert(v); var param = ""; param += "PId=" + $("#PId").val(); param += "&type=" + $("#HidType").val(); param +... 阅读全文
posted @ 2018-07-31 00:23 JoeChou_sh 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 测试url : http://www.test.com:80/aaa/a.aspx?id=5&name=yh function GetQueryString(name) { if (name=="url"){ return window.location.pathname; } var reg = new RegExp("(^|&)" + name ... 阅读全文
posted @ 2018-07-29 10:02 JoeChou_sh 阅读(291) 评论(0) 推荐(0) 编辑
摘要: DateTime dt = DateTime.ParseExact("20060709110901","yyyyMMddHHmmss", System.Globalization.CultureInfo.CurrentCulture); 阅读全文
posted @ 2018-06-04 15:42 JoeChou_sh 阅读(493) 评论(0) 推荐(0) 编辑