2017年9月22日
摘要: http://www.cnblogs.com/yinqixin/p/5056307.html 阅读全文
posted @ 2017-09-22 16:17 咖啡加点盐 阅读(93) 评论(0) 推荐(0) 编辑
  2016年12月5日
摘要: /// <summary> /// Http上传文件类 - HttpWebRequest封装 /// </summary> public class HttpUploadClient { /// <summary> /// 上传执行 方法 /// </summary> /// <param name 阅读全文
posted @ 2016-12-05 16:04 咖啡加点盐 阅读(287) 评论(0) 推荐(0) 编辑
  2016年7月25日
摘要: protected void Page_Load(object sender, EventArgs e) { if(!IsPostBack){ CreateCheckCodeImage(GenerateCheckCode());//调用下面两个方法; } } /// <summary> /// 生成 阅读全文
posted @ 2016-07-25 11:19 咖啡加点盐 阅读(1684) 评论(0) 推荐(0) 编辑
  2016年7月7日
摘要: create trigger tri_Line on Linefor insertasbeginif (select count(1) from Line)=0beginprint '未插入数据'endelsebegininsert into LineSubset(LineName)select L 阅读全文
posted @ 2016-07-07 09:38 咖啡加点盐 阅读(654) 评论(0) 推荐(0) 编辑
摘要: Response.Write 之前加上下面两句话 HttpContext.Current.Response.ContentType = "text/html;charset=utf-8"; HttpContext.Current.Response.ContentEncoding = System.T 阅读全文
posted @ 2016-07-07 09:01 咖啡加点盐 阅读(2626) 评论(0) 推荐(0) 编辑
  2016年7月6日
摘要: <webServices> <protocols> <add name="HttpGet" /> <add name="HttpPost" /> <add name="HttpPostLocalhost" /> <add name="Documentation" /> </protocols> </ 阅读全文
posted @ 2016-07-06 16:37 咖啡加点盐 阅读(309) 评论(0) 推荐(0) 编辑
  2016年3月14日
摘要: 一、H-ui前端框架(http://www.h-ui.net)。H-ui后台管理系统模板(http://www.h-ui.net/H-ui.admin.shtml) 二、mui 三、jQuery Mobile 移动开发中的日期插件Mobiscroll,案例,http://www.17sucai.co 阅读全文
posted @ 2016-03-14 10:17 咖啡加点盐 阅读(164) 评论(0) 推荐(0) 编辑
  2016年2月17日
摘要: http://www.cnblogs.com/jiqing9006/archive/2012/07/26/2610586.html 阅读全文
posted @ 2016-02-17 14:01 咖啡加点盐 阅读(77) 评论(0) 推荐(0) 编辑
  2015年9月26日
摘要: 阅读全文
posted @ 2015-09-26 17:27 咖啡加点盐 阅读(122) 评论(0) 推荐(0) 编辑
  2015年3月26日
摘要: $.ajax({ type : "get", async:false, url: "http://192.168.0.117/webST/HandlerTest.ashx", data:{typeab:"fgdsfg1131"}, dataType : "jsonp", jsonp: "callba... 阅读全文
posted @ 2015-03-26 15:32 咖啡加点盐 阅读(320) 评论(0) 推荐(0) 编辑