上一页 1 ··· 200 201 202 203 204 205 206 207 208 ··· 399 下一页
摘要: What is the yield keyword used for in C#? 回答1 The yield keyword actually does quite a lot here. The function returns an object that implements the IEn 阅读全文
posted @ 2019-09-18 14:31 ChuckLu 阅读(234) 评论(0) 推荐(0)
摘要: https://en.wikipedia.org/wiki/Coroutine Coroutines are computer program components that generalize subroutines for non-preemptive multitasking, by all 阅读全文
posted @ 2019-09-18 13:56 ChuckLu 阅读(387) 评论(0) 推荐(0)
摘要: jQuery Ajax calls and the Html.AntiForgeryToken() https://stackoverflow.com/a/4074289/3782855 I use a simple js function like this AddAntiForgeryToken 阅读全文
posted @ 2019-09-17 10:46 ChuckLu 阅读(509) 评论(0) 推荐(0)
摘要: 如果在方法上添加了[ValidateAntiForgeryToken],没处理好 请求没有带参数 2019-09-17 14:02:45,142 ERROR [36]: System.Web.Mvc.HttpAntiForgeryException (0x80004005): The require 阅读全文
posted @ 2019-09-16 17:35 ChuckLu 阅读(569) 评论(0) 推荐(0)
摘要: What is the difference between XSS and CSRF from their execution perspective? https://www.quora.com/What-is-the-difference-between-XSS-and-CSRF-from-t 阅读全文
posted @ 2019-09-16 17:00 ChuckLu 阅读(228) 评论(0) 推荐(0)
摘要: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) Overview Cross-Site Request Forgery (CSRF) is an attack that forces an end user to e 阅读全文
posted @ 2019-09-16 16:49 ChuckLu 阅读(342) 评论(0) 推荐(0)
摘要: // Hearthbuddy.Windows.MainWindow // Token: 0x06000245 RID: 581 RVA: 0x0008C318 File Offset: 0x0008A518 [CompilerGenerated] private void method_27() { List routines = RoutineManager.Routines; ... 阅读全文
posted @ 2019-09-13 14:18 ChuckLu 阅读(637) 评论(0) 推荐(0)
摘要: https://www.codeproject.com/Articles/36836/Forms-Authentication-and-Role-based-Authorization Problem Space Sad, but true, “Forms authentication in ASP 阅读全文
posted @ 2019-09-12 18:11 ChuckLu 阅读(151) 评论(0) 推荐(0)
摘要: How does Request.IsAuthenticated work? MSDN Code Sample Description: The following code example uses the IsAuthenticated property to determine whether 阅读全文
posted @ 2019-09-12 17:25 ChuckLu 阅读(384) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/fish-li/archive/2012/04/15/2450571.html 用户登录是个很常见的业务需求,在ASP.NET中,这个过程被称为身份认证。 由于很常见,因此,我认为把这块内容整理出来,与大家分享应该是件有意义的事。 在开发ASP.NET 阅读全文
posted @ 2019-09-12 17:05 ChuckLu 阅读(252) 评论(0) 推荐(0)
上一页 1 ··· 200 201 202 203 204 205 206 207 208 ··· 399 下一页