上一页 1 ··· 248 249 250 251 252 253 254 255 256 ··· 391 下一页
摘要: http://blog.geveo.com/OAuth-Implementation-for-WebAPI2 OAuth is an open standard for token based authentication and authorization on internet. In simp 阅读全文
posted @ 2019-02-01 16:42 ChuckLu 阅读(987) 评论(0) 推荐(0) 编辑
摘要: https://datatracker.ietf.org/doc/html/rfc6749#section-4.1 理解OAuth 2.0 - 阮一峰的网络日志 (ruanyifeng.com) https://www.cnblogs.com/chucklu/p/16809736.html 更新:我 阅读全文
posted @ 2019-02-01 14:18 ChuckLu 阅读(369) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/49002/prefer-composition-over-inheritance 解答1 Prefer composition over inheritance as it is more malleable / easy t 阅读全文
posted @ 2019-02-01 10:52 ChuckLu 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 问题: When planning out my programs, I often start with a chain of thought like so: A football team is just a list of football players. Therefore, I sho 阅读全文
posted @ 2019-02-01 10:39 ChuckLu 阅读(398) 评论(0) 推荐(0) 编辑
摘要: IComparable<Student>是Student的父类,所以IComparable<Student>可以接收Student。但是在使用CompareTo方法的时候,必须传入Student,不允许传入父类IComparable<Student>。 public interface ICompa 阅读全文
posted @ 2019-01-31 20:21 ChuckLu 阅读(398) 评论(0) 推荐(0) 编辑
摘要: What is Katana? https://github.com/aspnet/AspNetKatana/wiki Katana is a collection of projects for supporting OWIN http://owin.org with various Micros 阅读全文
posted @ 2019-01-31 17:23 ChuckLu 阅读(422) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/individual-accounts-in-web-api Individual accounts provide two ways for a user to lo 阅读全文
posted @ 2019-01-31 13:48 ChuckLu 阅读(268) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/aspnet/web-forms/overview/older-versions-security/introduction/an-overview-of-forms-authentication-cs Introduction In 阅读全文
posted @ 2019-01-31 13:33 ChuckLu 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Basic authentication is defined in RFC 2617, HTTP Authentication: Basic and Digest Access Authentication. Disadvantages User credentials are sent in t 阅读全文
posted @ 2019-01-31 11:18 ChuckLu 阅读(183) 评论(0) 推荐(0) 编辑
摘要: https://www.codewars.com/kata/patterncraft-decorator/train/csharp https://www.dofactory.com/net/decorator-design-pattern 阅读全文
posted @ 2019-01-30 19:45 ChuckLu 阅读(158) 评论(0) 推荐(0) 编辑
上一页 1 ··· 248 249 250 251 252 253 254 255 256 ··· 391 下一页