随笔- 69  文章- 36  评论- 7  阅读- 23万 
12 2015 档案
C#压缩文件夹
摘要:using System;using System.Collections.Generic;using System.Text;///第三方dllusing ICSharpCode.SharpZipLib;using ICSharpCode.SharpZipLib.Checksums;using I... 阅读全文
posted @ 2015-12-30 21:13 代码改变世界&1024 阅读(3448) 评论(5) 推荐(0) 编辑
C#导出excel
摘要:public FileResult ExportExcels(string StartTime, string EndTime, string SendType) { List list = new UserReturnSMSBLL().SMSStatistic... 阅读全文
posted @ 2015-12-30 14:52 代码改变世界&1024 阅读(285) 评论(0) 推荐(0) 编辑
jq 判断输入数字
摘要:jq 判断输入数字$("#N_source").keyup( function(){ dsds(this); }); function dsds(r){ if (!(/^[0-9]*$/g.test( r.value.substr(r.value.length... 阅读全文
posted @ 2015-12-04 14:16 代码改变世界&1024 阅读(933) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示