2015年12月30日
摘要: public FileResult ExportExcels(string StartTime, string EndTime, string SendType) { List list = new UserReturnSMSBLL().SMSStatistic... 阅读全文
posted @ 2015-12-30 14:52 代码改变世界&1024 阅读(280) 评论(0) 推荐(0) 编辑
2015年12月4日
摘要: 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 阅读(927) 评论(0) 推荐(0) 编辑
2015年11月24日
摘要: using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging;using System.IO;using S... 阅读全文
posted @ 2015-11-24 09:24 代码改变世界&1024 阅读(234) 评论(0) 推荐(0) 编辑
2015年9月8日
摘要: delete from peoplewhere peopleName in (select peopleName from people group by peopleName having count(peopleName) > 1)and peopleId not in (select min(... 阅读全文
posted @ 2015-09-08 10:30 代码改变世界&1024 阅读(523) 评论(0) 推荐(0) 编辑
2015年8月20日
摘要: Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AM Select CONVERT(varchar(100), GETDATE(), 1): 05/16/06 Select CONVERT(varchar(100), GETDA... 阅读全文
posted @ 2015-08-20 16:40 代码改变世界&1024 阅读(403) 评论(0) 推荐(0) 编辑
2015年8月19日
摘要: string url = "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgN... 阅读全文
posted @ 2015-08-19 17:50 代码改变世界&1024 阅读(1028) 评论(0) 推荐(0) 编辑
摘要: /// /// 封面图压缩 /// /// 商家 /// 封面图源链接 /// 本地封面图链接 protected string DownUrltoFile(string coopCode, string url... 阅读全文
posted @ 2015-08-19 15:34 代码改变世界&1024 阅读(212) 评论(0) 推荐(0) 编辑
2015年7月23日
摘要: 用户定义的代码区域 阅读全文
posted @ 2015-07-23 15:03 代码改变世界&1024 阅读(586) 评论(0) 推荐(0) 编辑
2015年6月9日
摘要: declare @i intdeclare @time varchar(50)set @i=1set @time='2014-12-19' --年月日while @i<12begininsert into datetimes(time,datetime,state)values(@time,DATE... 阅读全文
posted @ 2015-06-09 14:58 代码改变世界&1024 阅读(260) 评论(0) 推荐(0) 编辑
2015年6月2日
摘要: 阅读全文
posted @ 2015-06-02 14:32 代码改变世界&1024 阅读(152) 评论(0) 推荐(0) 编辑