2016年5月3日
摘要:
private string GetMapPath(string virtualPath) { string fullPath; if (virtualPath.StartsWith("~")) { fullPath = HostingEnvironment.MapPath...
阅读全文
posted @ 2016-05-03 09:39
蓝蓝的天2016
阅读(254)
推荐(0)
摘要:
原文地址:http://www.cnblogs.com/chenghu/p/3696433.html 后台提交成功后 关闭当前页 并刷新父窗体 this.ClientScript.RegisterStartupScript(this.GetType(), "message", "<script la
阅读全文
posted @ 2016-05-03 09:24
蓝蓝的天2016
阅读(789)
推荐(0)
2016年5月2日
摘要:
FileDialog.aspx.cs中 jqueryFileUpload.cs中 Service/FileService.ashx中
阅读全文
posted @ 2016-05-02 18:23
蓝蓝的天2016
阅读(324)
推荐(0)
2015年7月2日
摘要:
原网址:http://www.cnblogs.com/85538649/archive/2011/09/23/2186155.htmlalter procedure Proc_UpdateDatetimeCounter@businessNum nvarchar(200),--业务号@column n...
阅读全文
posted @ 2015-07-02 10:33
蓝蓝的天2016
阅读(3299)
推荐(0)
2015年5月2日
摘要:
select sum(case when (t.条件字段='00') then 1 else 0 end)"描述名称1", sum(case when (t.条件字段='01') then 1 else 0 end)"描述名称2" from 表名 t...
阅读全文
posted @ 2015-05-02 06:03
蓝蓝的天2016
阅读(1351)
推荐(0)
2015年4月28日
摘要:
转自:http://bytes.com/topic/asp-net/answers/443065-textbox-value-change-select-other-item-dropdownlistYou need to add the below javascript in ur html se...
阅读全文
posted @ 2015-04-28 15:36
蓝蓝的天2016
阅读(342)
推荐(0)
2015年4月14日
摘要:
http://www.zhangxinxu.com/wordpress/2009/08/jquery-%E5%8D%95%E5%87%BB%E6%96%87%E5%AD%97%E6%88%96%E5%9B%BE%E7%89%87%E5%86%85%E5%AE%B9%E6%94%BE%E5%A4%A7...
阅读全文
posted @ 2015-04-14 21:37
蓝蓝的天2016
阅读(145)
推荐(0)
2015年3月30日
摘要:
摘自CSDN论坛string message = "大江东去浪涛尽13206300001";var result = Regex.Match(message, "(1(([35][0-9])|(47)|8[0126789]))\\d{8}").Value;MessageBox.Show(result...
阅读全文
posted @ 2015-03-30 16:12
蓝蓝的天2016
阅读(1382)
推荐(0)
2015年3月24日
摘要:
转自:http://www.cnblogs.com/qiantuwuliang/archive/2009/08/02/1537160.html#undefinedJquery强大的功能越来越收到广大朋友的喜爱,不过Ajax方面就有点太不照顾中国人民的感情了数据传递编码仅支持UTF-8,这个虽然是全球...
阅读全文
posted @ 2015-03-24 09:39
蓝蓝的天2016
阅读(1058)
推荐(0)
摘要:
转自:http://blog.csdn.net/wangqiuyun/article/details/8450964字符编码这个东西,一旦和中文打上交道就不可避免出现乱码,今天项目用到了JQuery向ashx提交中文参数的这一块,折腾了一天,开始是各种乱码,最后中算弄好了。客户端:[javascri...
阅读全文
posted @ 2015-03-24 09:38
蓝蓝的天2016
阅读(246)
推荐(0)