摘要: public void ProcessRequest(HttpContext context) { context.Response.ContentType = "text/plain"; string strkey = context.Request["key"]; string path = context.Server.MapPa... 阅读全文
posted @ 2017-11-02 17:13 DR19 阅读(190) 评论(0) 推荐(0) 编辑
摘要: var ltid = ""; /*得到选中的值*/ $("input[name=items]:checked").each(function () { if ($(this).is(":checked")) { if (isValEmpty(ltid)) { ... 阅读全文
posted @ 2017-11-02 17:13 DR19 阅读(322) 评论(0) 推荐(0) 编辑
摘要: HttpUtility.UrlDecode(context.Request["q"], System.Text.Encoding.GetEncoding("GB2312")); 阅读全文
posted @ 2017-11-01 15:12 DR19 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 1、Developer Command Prompt for VS 2017 2、 cd C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\PublicAssemblies 3、gacutil -i 阅读全文
posted @ 2017-10-13 12:01 DR19 阅读(4699) 评论(0) 推荐(0) 编辑
摘要: //右箭头 > .icon { width: 10px; height: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg); border: solid 1px #979797; border-width: 1px 1px 0 0; display: inlin... 阅读全文
posted @ 2017-10-13 12:01 DR19 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1 for (var key in data) { 2 $("#selc1").append("" + data[key] + ""); 3 } 4 5 6 $.each(data, function (i, item) { 7 $("#selc1"... 阅读全文
posted @ 2017-01-10 13:53 DR19 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 1.轩枫阁 – 前端开发 | web前端技术博客 2.前端知识体系 3.码农网 4.菜鸟教程 http://es6.ruanyifeng.com/ 阅读全文
posted @ 2015-08-14 14:59 DR19 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 推荐不分先后都是自己用过的1.DD_belatedPNG(IE6处理png图片透明问题)1 2 3 7 2.jquery-placeholder(HTML5 Placeholder jQuery Plugin)1233.lhgDialog(是一个功能强大且兼容面广的对话框组件,... 阅读全文
posted @ 2015-08-12 11:58 DR19 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 1 /// 2 /// RSA加密 3 /// 4 /// 5 /// 6 /// 7 public string RsaEncrypt(string strPublickey, s... 阅读全文
posted @ 2014-06-05 16:41 DR19 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 1 private readonly ManualResetEvent _resumeEvent = new ManualResetEvent(false); 2 private volatile bool _blnPaused; //记录运行状态是否暂停 3 4 ... 阅读全文
posted @ 2014-04-21 10:20 DR19 阅读(212) 评论(0) 推荐(0) 编辑