摘要: https://blog.csdn.net/livein80/article/details/113324604 动态切换视频源 https://blog.csdn.net/q610376681/article/details/82947321 阅读全文
posted @ 2023-04-08 11:32 DJ的魔鬼邂逅 阅读(26) 评论(0) 推荐(0)
摘要: 在<configuration> 最前面添加 <!--Newtonsoft.Json 版本冲突--> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyI 阅读全文
posted @ 2023-03-31 09:42 DJ的魔鬼邂逅 阅读(114) 评论(0) 推荐(0)
摘要: https://jingyan.baidu.com/article/fc07f989527b2a12ffe519d8.html 阅读全文
posted @ 2023-03-26 21:15 DJ的魔鬼邂逅 阅读(67) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/aj407blogs/p/9780423.html 阅读全文
posted @ 2023-03-24 12:35 DJ的魔鬼邂逅 阅读(27) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zxqqqq/p/16666184.html 阅读全文
posted @ 2023-03-23 17:10 DJ的魔鬼邂逅 阅读(6) 评论(0) 推荐(0)
摘要: Global.asax 添加下面内容 protected void Application_Error(object sender, EventArgs e) { Exception ex = Server.GetLastError(); if (ex is HttpException && ((H 阅读全文
posted @ 2023-03-19 15:28 DJ的魔鬼邂逅 阅读(39) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/yenange/article/details/52980135 阅读全文
posted @ 2023-03-18 11:12 DJ的魔鬼邂逅 阅读(153) 评论(0) 推荐(0)
摘要: SQL Server 2008 R2 企业版/开发版/标准版(中英文下载,带序列号) 说明:此激活版仅用于测试,如用于商用生产环境,产生的一切后果自负。 一. 简体中文 1. SQL Server 2008 R2 Developer (x86, x64, ia64) – DVD (Chinese-S 阅读全文
posted @ 2023-03-18 10:21 DJ的魔鬼邂逅 阅读(793) 评论(0) 推荐(0)
摘要: 1.安装UrlRewriter 2. <system.webServer> 这个节点下面添加配置 <modules runAllManagedModulesForAllRequests="true" /> 3.配置RouteConfig 具体配置如下: routes.MapRoute( "Actio 阅读全文
posted @ 2023-03-15 10:57 DJ的魔鬼邂逅 阅读(84) 评论(0) 推荐(0)
摘要: public static class EFHelper { //初始化上下文 public static T1Entities db = DbContextHelper.GetCurrentDbContext(); //添加返回影响行数 public static int Add<T>(T mod 阅读全文
posted @ 2023-03-14 16:59 DJ的魔鬼邂逅 阅读(53) 评论(0) 推荐(0)