上一页 1 ··· 255 256 257 258 259 260 261 262 263 ··· 400 下一页
摘要: Find-Package PM> Find-Package autofac https://docs.microsoft.com/en-us/nuget/tools/ps-ref-find-package Id Versions Description -- Autofac {4.9.0} Auto 阅读全文
posted @ 2019-02-15 17:44 ChuckLu 阅读(1538) 评论(0) 推荐(0)
摘要: 用visual studio直接运行website项目 发现有一个conifg文件的配置,路径是solution同级目录下的.vs/config文件夹下有一个applicationhost.config文件。 阅读全文
posted @ 2019-02-15 16:22 ChuckLu 阅读(379) 评论(0) 推荐(0)
摘要: 下载链接 https://www.microsoft.com/web/downloads/platform.aspx 默认的安装路径 C:\Program Files\Microsoft\Web Platform Installer 阅读全文
posted @ 2019-02-15 15:47 ChuckLu 阅读(1074) 评论(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 阅读(391) 评论(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 阅读(433) 评论(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 阅读(5185) 评论(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 阅读(6735) 评论(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 阅读(370) 评论(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 阅读(1152) 评论(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 阅读(9203) 评论(0) 推荐(2)
上一页 1 ··· 255 256 257 258 259 260 261 262 263 ··· 400 下一页