上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 400 下一页
摘要: ASP.NET底层与各个组件的初步认识与理解 汇总 ASP.NET是一个非常强大的构建Web应用的平台,它提供了极大的灵活性和能力以致于可以用它来构建所有类型的Web应用,作为asp.Net程序员,应该更深了解一下其工作原理. 这段时间在国外国内的网进行查证与理解进行总结, 收集整理且当程序代码成长 阅读全文
posted @ 2020-07-17 20:29 ChuckLu 阅读(201) 评论(0) 推荐(0)
摘要: HttpRuntime的认识与加深理解 下面最先介绍HttpRuntime的Web.config里的配置 <httpRuntime executionTimeout = "number" maxRequestLength = "number" requestLengthDiskThreshold = 阅读全文
posted @ 2020-07-17 20:23 ChuckLu 阅读(1067) 评论(0) 推荐(0)
摘要: AllowAnonymousAttribute Class // System.Web.Http.AuthorizeAttribute // Token: 0x0600010A RID: 266 RVA: 0x000048D5 File Offset: 0x00002AD5 private stat 阅读全文
posted @ 2020-07-17 20:12 ChuckLu 阅读(471) 评论(0) 推荐(0)
摘要: AuthenticateRequest event 问题 Q 1. To my understanding FormsAuthenticationModule is subscribed to AuthenticateRequest event, and thus only after this e 阅读全文
posted @ 2020-07-17 19:54 ChuckLu 阅读(414) 评论(0) 推荐(0)
摘要: 被 System.Web.Security.FormsAuthenticationModule中的私有方法ExtractTicketFromCookie调用 // System.Web.Security.FormsAuthenticationModule // Token: 0x06004BFC R 阅读全文
posted @ 2020-07-17 19:31 ChuckLu 阅读(508) 评论(0) 推荐(0)
摘要: Share cookie between subdomain and domain 问题 I have two questions. I understand that if I specify the domain as .mydomain.com (with the leading dot) i 阅读全文
posted @ 2020-07-17 19:00 ChuckLu 阅读(331) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Subdomain In the Domain Name System (DNS) hierarchy, a subdomain is a domain that is a part of another (main) domain The 阅读全文
posted @ 2020-07-17 18:56 ChuckLu 阅读(491) 评论(0) 推荐(0)
摘要: Database Files and Filegroups At a minimum, every SQL Server database has two operating system files: a data file and a log file. Data files contain d 阅读全文
posted @ 2020-07-16 17:18 ChuckLu 阅读(138) 评论(0) 推荐(0)
摘要: 1.Database Growth Size growth in 3,6,12,24,60 months Database integrity check Indexes -Rebuild,ReOrganize,Update Statistics 2.User Assignment and Perm 阅读全文
posted @ 2020-07-16 17:08 ChuckLu 阅读(158) 评论(0) 推荐(0)
摘要: Why are there directories called Local, LocalLow, and Roaming under \Users\<username>\AppData? 问题 I have a workstation running Windows Server 2008 tha 阅读全文
posted @ 2020-07-16 16:46 ChuckLu 阅读(308) 评论(0) 推荐(0)
上一页 1 ··· 160 161 162 163 164 165 166 167 168 ··· 400 下一页