摘要: function aa(){$("#btnSearch").trigger("click");}function bb(){alert("aaaaaaaa");} 阅读全文
posted @ 2015-11-17 15:49 成小伟 阅读(2845) 评论(0) 推荐(0) 编辑
摘要: string file = @"E:\Tra.xls"; OleDbConnection conn = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + file + ";Extended Pr... 阅读全文
posted @ 2015-11-02 15:36 成小伟 阅读(133) 评论(0) 推荐(0) 编辑
摘要: today = new Date();today.getFullYear()//谷歌 ietoday.getYear() //ie 阅读全文
posted @ 2015-08-19 14:28 成小伟 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-08-18 16:24 成小伟 阅读(108) 评论(0) 推荐(0) 编辑
摘要: public void OffAddModel() { string title = Request["title"];//标题 string sendTime = Request["sendTime"];//发布时间 ... 阅读全文
posted @ 2015-08-06 17:42 成小伟 阅读(493) 评论(0) 推荐(0) 编辑
摘要: ::-ms-clear, ::-ms-reveal{display: none;} 阅读全文
posted @ 2015-07-20 17:14 成小伟 阅读(126) 评论(0) 推荐(0) 编辑
摘要: table:表dataName:文件名listNme:列名public void RenderToExcel(DataTable table, string dataName, string[] listNme) { var countL = listNme.Le... 阅读全文
posted @ 2015-06-24 11:23 成小伟 阅读(181) 评论(0) 推荐(0) 编辑
摘要: function showKeyPress(evt) { evt = (evt) ? evt : window.event return checkSpecificKey(evt.keyCode); } function checkSpecificKey(k... 阅读全文
posted @ 2015-06-24 11:20 成小伟 阅读(876) 评论(0) 推荐(0) 编辑
摘要: select(@rownum:=@rownum+1)ASserial_Num,tb_ser.nameasserver_Name,count(tb_uer.id)asregist_Num,count(casewhentb_uer.status=0thentb_uer.idelsenullend)asn... 阅读全文
posted @ 2015-05-05 15:03 成小伟 阅读(208) 评论(0) 推荐(0) 编辑
摘要: http://www.w3cschool.cc/jquery/jquery-plugin-validate.html 阅读全文
posted @ 2015-04-07 17:20 成小伟 阅读(165) 评论(0) 推荐(0) 编辑