上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 400 下一页
摘要: How to track down log4net problems First you have to set this value on the application configuration file: <configuration> <appSettings> <add key="log 阅读全文
posted @ 2020-07-26 19:43 ChuckLu 阅读(226) 评论(0) 推荐(0)
摘要: IIS: Idle Timeout vs Recycle 问题 In IIS there are two areas (well, more than two) where recycling can occur: Under the "Process Model" section → "Idle 阅读全文
posted @ 2020-07-26 19:32 ChuckLu 阅读(367) 评论(0) 推荐(0)
摘要: Window.location Web technology for developers See Web APIs See Window Window.location The Window.location read-only property returns a Location object 阅读全文
posted @ 2020-07-26 19:29 ChuckLu 阅读(166) 评论(0) 推荐(0)
摘要: Storage The Storage interface of the Web Storage API provides access to a particular domain's session or local storage. It allows, for example, the ad 阅读全文
posted @ 2020-07-26 19:27 ChuckLu 阅读(163) 评论(0) 推荐(0)
摘要: Know the basics about NTFS permissions Most seasoned administrators are familiar with the fact that New Technology File System (NTFS) permissions are 阅读全文
posted @ 2020-07-26 19:19 ChuckLu 阅读(238) 评论(0) 推荐(0)
摘要: Giving Application Pools Event Log Access Overview When the database becomes inaccessible, Secret Server will try to log errors to the Windows event l 阅读全文
posted @ 2020-07-26 19:09 ChuckLu 阅读(240) 评论(0) 推荐(0)
摘要: 一张图看懂ASP.NET MVC5认证和授权过滤器的执行顺序 IAuthenticationFilter是MVC5中的新特性,它有2个关键方法: OnAuthentication OnAuthenticationChallenge 当IAuthenticationFilter和IAuthorizat 阅读全文
posted @ 2020-07-22 20:33 ChuckLu 阅读(381) 评论(0) 推荐(0)
摘要: git check-ignore git check-ignore -v . 检查当前文件夹被哪一个配置忽略了 git check-ignore -v fileName 检查指定的文件被哪一个配置忽略了 .gitignore exclude folder but include specific s 阅读全文
posted @ 2020-07-22 20:18 ChuckLu 阅读(1246) 评论(0) 推荐(0)
摘要: What does “Challenge” term stand for? 问题 ControllerBase class has Challenge method, that returns an object of the ChallengeResult class. CookieAuthent 阅读全文
posted @ 2020-07-22 20:16 ChuckLu 阅读(226) 评论(0) 推荐(0)
摘要: Implementing MVC 5 IAuthenticationFilter 问题 I don't understand the purpose/difference of OnAuthentication and OnAuthenticationChallenge aside from OnA 阅读全文
posted @ 2020-07-22 20:07 ChuckLu 阅读(319) 评论(0) 推荐(0)
上一页 1 ··· 158 159 160 161 162 163 164 165 166 ··· 400 下一页