摘要:
1.证书 需双击后启用证书,密码为微信商户号 2.需设置应用程序池的自动加载配置文件为true 阅读全文
摘要:
https://blog.csdn.net/cashmood/article/details/97372395 阅读全文
摘要:
[Route("api/DataBase/ExcelImport/")] [HttpPost] public BaseResult ExcelImport() { HttpFileCollection filelist = HttpContext.Current.Request.Files; if 阅读全文
摘要:
https://www.cnblogs.com/jiaguo648517982/archive/2013/05/28/3104749.html 阅读全文
摘要:
1.WebConfig: 限制文件大小为1G <system.web> <authentication mode="None" /> <compilation debug="true" targetFramework="4.5.2" /> <httpRuntime targetFramework=" 阅读全文
摘要:
var b = /^7[0]$|^[1-6]\d$|^[1-9]$/; ^7[0]$ 最大数70 ^[1-6]\d$ 从11到69 ^[1-9]$ 1到9 阅读全文
摘要:
var b=/^7[0]$|^[1-6]\d$|^[1-9]$/; ^7[0]$ 最大数70 ^[1-6]\d$ 从11到69 ^[1-9]$ 1到9 var b=/^7[0]$|^[1-6]\d$|^[1-9]$/; ^7[0]$ 最大数70 ^[1-6]\d$ 从11到69 ^[1-9]$ 1到 阅读全文
摘要:
for (DateTime i = beforedate; i >= beforedate && i <= enddate; i = i.AddDays(1)) { var list = (from a in context.account where a.deviceid == deviceid 阅读全文
摘要:
/// <summary> /// 应用标识:极光推送的用户名(设备) /// </summary> private readonly string AppKey = ConfigurationManager.AppSettings["AppKey"]; /// <summary> /// 极光推送 阅读全文
摘要:
地址:https://www.cnblogs.com/wuyunblog/p/8947975.html 阅读全文