上一页 1 ··· 246 247 248 249 250 251 252 253 254 ··· 391 下一页
摘要: 下载链接 https://www.microsoft.com/web/downloads/platform.aspx 默认的安装路径 C:\Program Files\Microsoft\Web Platform Installer 阅读全文
posted @ 2019-02-15 15:47 ChuckLu 阅读(1029) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.customvalidator?view=netframework-4.8 官方的demo使用的是ControlToValidate来关联被检查的控件。 OnS 阅读全文
posted @ 2019-02-14 16:00 ChuckLu 阅读(367) 评论(0) 推荐(0) 编辑
摘要: https://www.codeproject.com/Questions/412553/differences-between-onClick-and-onClientClick OnClick will work on server side , OnClientClick will execu 阅读全文
posted @ 2019-02-14 15:36 ChuckLu 阅读(421) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-6 查看所有的环境变量 Get-ChildIt 阅读全文
posted @ 2019-02-13 16:31 ChuckLu 阅读(5124) 评论(0) 推荐(0) 编辑
摘要: 查看所有环境变量 set 查看某一个环境变量 C:\WINDOWS\system32>set no_proxyNO_PROXY=localhost,127.0.0.1,172.31.212.149 设置环境变量的值 As mentioned in other threads you can use 阅读全文
posted @ 2019-02-13 16:27 ChuckLu 阅读(6699) 评论(0) 推荐(0) 编辑
摘要: 1)是的,获取access token的URL就是由TokenEndpointPath决定的。2)获取access token与Web API没有关系,Web API对应于OAuth中的Resource Server,而获取access token访问的是OAuth中的Authorization S 阅读全文
posted @ 2019-02-12 14:26 ChuckLu 阅读(356) 评论(0) 推荐(0) 编辑
摘要: http://www.tugberkugurlu.com/archive/simple-oauth-server-implementing-a-simple-oauth-server-with-katana-oauth-authorization-server-components-part-1 h 阅读全文
posted @ 2019-02-12 11:39 ChuckLu 阅读(1088) 评论(0) 推荐(0) 编辑
摘要: async await return Task https://stackoverflow.com/questions/25191512/async-await-return-task Can somebody explain what does this means into a synchron 阅读全文
posted @ 2019-02-12 10:11 ChuckLu 阅读(9107) 评论(0) 推荐(2) 编辑
摘要: http://bitoftech.net/2015/02/16/implement-oauth-json-web-tokens-authentication-in-asp-net-web-api-and-identity-2/ Currently our API doesn’t support au 阅读全文
posted @ 2019-02-11 16:39 ChuckLu 阅读(594) 评论(0) 推荐(0) 编辑
摘要: https://tools.ietf.org/html/rfc6750 1.2. Terminology Bearer Token A security token with the property that any party in possession of the token (a "bea 阅读全文
posted @ 2019-02-11 16:19 ChuckLu 阅读(425) 评论(0) 推荐(0) 编辑
上一页 1 ··· 246 247 248 249 250 251 252 253 254 ··· 391 下一页