摘要: /// <summary> /// 将DataTable 转换成JSon字符串 /// </summary> /// <param name="table"></param> /// <returns></returns> public static string DataTableToJsonWi 阅读全文
posted @ 2019-11-06 11:53 阳光下丶 阅读(443) 评论(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 阳光下丶 阅读(456) 评论(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 阳光下丶 阅读(427) 评论(0) 推荐(0) 编辑