摘要: 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) 编辑