11 2019 档案

摘要:1.打开新窗口 function postNew(url, params) { var form = $("<form method='post'></form>"); var input; form.attr({ "action": url }); if (params != "") { $.ea 阅读全文
posted @ 2019-11-28 11:02 阳光下丶 阅读(1119) 评论(0) 推荐(0)
摘要:context.Response.AddHeader("Access-Control-Allow-Origin", "*"); 阅读全文
posted @ 2019-11-26 14:56 阳光下丶 阅读(76) 评论(0) 推荐(0)
摘要:/// <summary> /// 将DataTable 转换成JSon字符串 /// </summary> /// <param name="table"></param> /// <returns></returns> public static string DataTableToJsonWi 阅读全文
posted @ 2019-11-06 11:53 阳光下丶 阅读(446) 评论(0) 推荐(0)
摘要:http改为https,在链接加入&s=1 https网站使用: <script type="text/javascript" src="https://api.map.baidu.com/api?v=3.0&ak=您的密钥&s=1"> http使用: <script type="text/java 阅读全文
posted @ 2019-11-06 11:50 阳光下丶 阅读(534) 评论(0) 推荐(0)
摘要:string fileext = CSA_BLL.Common.Utils.GetFileExt(filePath); HttpWebRequest request = (HttpWebRequest)WebRequest.Create(filePath); request.Method = "GE 阅读全文
posted @ 2019-11-06 11:40 阳光下丶 阅读(440) 评论(0) 推荐(0)