会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
成小伟
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
下一页
2015年11月17日
js 一个按钮触发另一个按钮事件
摘要: function aa(){$("#btnSearch").trigger("click");}function bb(){alert("aaaaaaaa");}
阅读全文
posted @ 2015-11-17 15:49 成小伟
阅读(2869)
评论(0)
推荐(0)
2015年11月2日
c#读取excel
摘要: 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 成小伟
阅读(138)
评论(0)
推荐(0)
2015年8月19日
谷歌js取当前前年份
摘要: today = new Date();today.getFullYear()//谷歌 ietoday.getYear() //ie
阅读全文
posted @ 2015-08-19 14:28 成小伟
阅读(155)
评论(0)
推荐(0)
2015年8月18日
ie 一行代码解决兼容
摘要:
阅读全文
posted @ 2015-08-18 16:24 成小伟
阅读(113)
评论(0)
推荐(0)
2015年8月6日
html 模板替换
摘要: public void OffAddModel() { string title = Request["title"];//标题 string sendTime = Request["sendTime"];//发布时间 ...
阅读全文
posted @ 2015-08-06 17:42 成小伟
阅读(502)
评论(0)
推荐(0)
2015年7月20日
ie去掉文本框x号
摘要: ::-ms-clear, ::-ms-reveal{display: none;}
阅读全文
posted @ 2015-07-20 17:14 成小伟
阅读(136)
评论(0)
推荐(0)
2015年6月24日
导出NPOI
摘要: table:表dataName:文件名listNme:列名public void RenderToExcel(DataTable table, string dataName, string[] listNme) { var countL = listNme.Le...
阅读全文
posted @ 2015-06-24 11:23 成小伟
阅读(187)
评论(0)
推荐(0)
验证特殊字符js
摘要: function showKeyPress(evt) { evt = (evt) ? evt : window.event return checkSpecificKey(evt.keyCode); } function checkSpecificKey(k...
阅读全文
posted @ 2015-06-24 11:20 成小伟
阅读(880)
评论(0)
推荐(0)
2015年5月5日
case when then else end mysql
摘要: 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 成小伟
阅读(223)
评论(0)
推荐(0)
2015年4月7日
jq validate的用法
摘要: http://www.w3cschool.cc/jquery/jquery-plugin-validate.html
阅读全文
posted @ 2015-04-07 17:20 成小伟
阅读(172)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告