摘要:
bootstrap-tour-standalone.min.css bootstrap-tour-standalone.js var tour = new Tour({ storage: false, //相关可选项目值:window.localStorage(缺省), window.sessionStorage ,false 或者自定义obj ... 阅读全文
摘要:
jqcloud-1.0.4.js 阅读全文
摘要:
tempc = tempc.replace(/\ +/g, "");//去掉空格 tempc = tempc.replace(/[ ]/g, ""); //去掉空格 tempc = tempc.replace(/[\r\n]/g, "");//去掉回车换行 //删除左右两端的空格 function trim(str) { return str... 阅读全文
摘要:
@{ Layout = null; } @ViewBag.Title @Scripts.Render("~/bundles/CusJS") @Styles.Render("~/Content/CusCSS") @Html.Part... 阅读全文
摘要:
jquery.cookie.js jquery.session.js 使用 可设置到二级域名下 阅读全文
摘要:
function () { jQuery.support.cors = true; $.ajax({ type: "post", url: "...", data: { }, xhrFields: { withCredentials: true ... 阅读全文
摘要:
没有 action 阅读全文
摘要:
public static class WordHelper { /// /// 将汉字转换成拼音 /// /// /// 间隔符(左) /// 间隔符(右) /// 返回全部拼音 /// 保留音调 /// public ... 阅读全文
摘要:
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})"); ... 阅读全文
摘要:
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")] ... 阅读全文
摘要:
public static ResponseParam SendByHttpClienttoApi_LoginOn(string name, string password) { RequestParam para = new RequestParam() { APPID = appid, ... 阅读全文
摘要:
BundleConfig中RegisterBundles方法添加 BundleTable.EnableOptimizations = false;//不打包 阅读全文
摘要:
百度地图API自定义地图 阅读全文
摘要:
两个接口返回的数据不一样 阅读全文
摘要:
public static string GetNoHtmlString(string text) { if (text == null) { text = ""; } //删除脚本 text = Regex.Replace(te... 阅读全文