上一页 1 ··· 256 257 258 259 260 261 262 263 264 ··· 399 下一页
摘要: 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 阅读(414) 评论(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 阅读(524) 评论(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 阅读(408) 评论(0) 推荐(0)
摘要: IComparable<Student>是Student的父类,所以IComparable<Student>可以接收Student。但是在使用CompareTo方法的时候,必须传入Student,不允许传入父类IComparable<Student>。 public interface ICompa 阅读全文
posted @ 2019-01-31 20:21 ChuckLu 阅读(406) 评论(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 阅读(431) 评论(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 阅读(282) 评论(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 阅读(146) 评论(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 阅读(194) 评论(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 阅读(164) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/json-and-xml-serialization JSON Media-Type Formatter JSON formattin 阅读全文
posted @ 2019-01-30 17:24 ChuckLu 阅读(426) 评论(0) 推荐(0)
上一页 1 ··· 256 257 258 259 260 261 262 263 264 ··· 399 下一页