摘要: Claims-based分开认证和授权,如用QQ账户登录系统。.net 下实现ClaimsIdentityClaimsPrincipalWindows使用windows认证:相关模块:WindowsAuthenticationModule //AuthenticateRequest事件,使用从II... 阅读全文
posted @ 2015-07-27 00:03 fannet 阅读(489) 评论(0) 推荐(0)
摘要: Owin middlewarerefresh tokens 阅读全文
posted @ 2015-07-26 23:13 fannet 阅读(149) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-07-26 15:24 fannet 阅读(113) 评论(0) 推荐(0)
摘要: questions:micro service,micro application/iframeauthentication micro serviceshare common controls/css between diff appsdiscover other micro serviceweb... 阅读全文
posted @ 2015-07-23 15:24 fannet 阅读(126) 评论(0) 推荐(0)
摘要: $.proxy 阅读全文
posted @ 2015-07-21 15:13 fannet 阅读(109) 评论(0) 推荐(0)
摘要: 闪烁大多由transition引起,同一个元素对应不同的transition-duration,可能会出现闪烁。对齐问题如:隐藏左侧栏时,右边的thead和tbody对不齐解决:$(window).resize();//当窗体改变大小时会触发resize事件,resize()主动触发resize事件... 阅读全文
posted @ 2015-07-07 11:17 fannet 阅读(139) 评论(0) 推荐(0)
摘要: ngForm用于ng repeat隔离控件名 {{ user.name }}'s Email Valid Email Address Required url:https://docs.angularjs.org/api/ng/directive/ngForm 阅读全文
posted @ 2015-07-06 16:34 fannet 阅读(313) 评论(0) 推荐(0)
摘要: accept //request-header, 告诉服务器,客户端接受什么格式content-type //描述request(post,put)或response的格式,If-Modified-Since/If-None-MatchIf-Match301 //永久重定向,搜索引擎会替换就的... 阅读全文
posted @ 2015-07-01 14:02 fannet 阅读(280) 评论(0) 推荐(0)
摘要: describe(string,function) //suite测试集,可包含多个Specs(it),每个Specs(it)可包含多个expectdescribe("A suite", function() { it("contains spec with an expectation", f... 阅读全文
posted @ 2015-06-30 15:30 fannet 阅读(241) 评论(0) 推荐(0)
摘要: bindingRedirect //newViersion可以指定老版本,.net 会尝试加载最新的程序集,如何想用老版本则用此配置。iis返回json文件 阅读全文
posted @ 2015-06-29 14:17 fannet 阅读(144) 评论(0) 推荐(0)