摘要: bootstrap-tour-standalone.min.css bootstrap-tour-standalone.js var tour = new Tour({ storage: false, //相关可选项目值:window.localStorage(缺省), window.sessionStorage ,false 或者自定义obj ... 阅读全文
posted @ 2018-03-12 15:22 caolingyi 阅读(565) 评论(0) 推荐(0) 编辑
摘要: jqcloud-1.0.4.js 阅读全文
posted @ 2018-03-12 11:41 caolingyi 阅读(258) 评论(0) 推荐(0) 编辑
摘要: tempc = tempc.replace(/\ +/g, "");//去掉空格 tempc = tempc.replace(/[ ]/g, ""); //去掉空格 tempc = tempc.replace(/[\r\n]/g, "");//去掉回车换行 //删除左右两端的空格 function trim(str) { return str... 阅读全文
posted @ 2018-03-12 11:31 caolingyi 阅读(635) 评论(0) 推荐(0) 编辑
摘要: @{ Layout = null; } @ViewBag.Title @Scripts.Render("~/bundles/CusJS") @Styles.Render("~/Content/CusCSS") @Html.Part... 阅读全文
posted @ 2018-03-12 11:29 caolingyi 阅读(4126) 评论(0) 推荐(0) 编辑
摘要: jquery.cookie.js jquery.session.js 使用 可设置到二级域名下 阅读全文
posted @ 2018-03-12 11:27 caolingyi 阅读(120) 评论(0) 推荐(0) 编辑
摘要: function () { jQuery.support.cors = true; $.ajax({ type: "post", url: "...", data: { }, xhrFields: { withCredentials: true ... 阅读全文
posted @ 2018-03-12 11:12 caolingyi 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 没有 action 阅读全文
posted @ 2018-03-12 11:09 caolingyi 阅读(178) 评论(0) 推荐(0) 编辑
摘要: public static class WordHelper { /// /// 将汉字转换成拼音 /// /// /// 间隔符(左) /// 间隔符(右) /// 返回全部拼音 /// 保留音调 /// public ... 阅读全文
posted @ 2018-03-12 11:06 caolingyi 阅读(204) 评论(0) 推荐(0) 编辑
摘要: public static List StringToIPList(string strIPs) { var reg1 = new Regex(@"(((2[0-4]\d)|(25[0-5])|([0-1]?\d{1,2}))\.?){4}(\-(((2[0-4]\d)|(25[0-5])|([0-1]?\d{1,2}))\.?){4})"); ... 阅读全文
posted @ 2018-03-12 11:05 caolingyi 阅读(187) 评论(0) 推荐(0) 编辑
摘要: public class WebHelper { [DllImport("Iphlpapi.dll")] private static extern int SendARP(int dest, int host, ref long mac, ref int length); [DllImport("Ws2_32.dll")] ... 阅读全文
posted @ 2018-03-12 11:03 caolingyi 阅读(200) 评论(0) 推荐(0) 编辑
摘要: public static ResponseParam SendByHttpClienttoApi_LoginOn(string name, string password) { RequestParam para = new RequestParam() { APPID = appid, ... 阅读全文
posted @ 2018-03-12 11:02 caolingyi 阅读(175) 评论(0) 推荐(0) 编辑
摘要: BundleConfig中RegisterBundles方法添加 BundleTable.EnableOptimizations = false;//不打包 阅读全文
posted @ 2018-03-12 11:00 caolingyi 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 百度地图API自定义地图 阅读全文
posted @ 2018-03-12 10:20 caolingyi 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 两个接口返回的数据不一样 阅读全文
posted @ 2018-03-12 10:18 caolingyi 阅读(226) 评论(0) 推荐(0) 编辑
摘要: public static string GetNoHtmlString(string text) { if (text == null) { text = ""; } //删除脚本 text = Regex.Replace(te... 阅读全文
posted @ 2018-03-12 10:00 caolingyi 阅读(227) 评论(0) 推荐(0) 编辑