摘要: Referrer: 1>https://openid.net/specs/openid-connect-core-1_0.html#CodeFlowSteps 2>https://duendesoftware.com/products/identityserver 3>https://docs.mi 阅读全文
posted @ 2021-06-13 17:47 zjf2018 阅读(66) 评论(0) 推荐(0) 编辑
摘要: In Dev mode, 1 你想利用CLI的Hot reload features 和快速Rebuild application bundles in memory. 2.和发请求给Rest Server.那么,你需要配置代理来来改善你的开发体验。 实现步骤:1.新建 proxy-conf.jso 阅读全文
posted @ 2021-06-12 10:15 zjf2018 阅读(29) 评论(0) 推荐(0) 编辑
摘要: dotnet user-secrets set "MapSettings:GoogleMapsApiKey" F5RJT9GFHKR7 阅读全文
posted @ 2021-05-22 20:28 zjf2018 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 1> HttpVerb and Route Atribute are required to decorate the Action 否则无法生成 api namespace FirstWebAPI.Controllers{ [Route("api/[controller]")] [ApiContr 阅读全文
posted @ 2021-05-22 13:01 zjf2018 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 回退命令:$ git reset --hard HEAD^ 回退到上个版本$ git reset --hard HEAD~3 回退到前3次提交之前,以此类推,回退到n次提交之前 $ git reset --hard commit_id 退到/进到 指定commit的sha码强推到远程:$ git p 阅读全文
posted @ 2018-11-09 13:10 zjf2018 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 1. Enable USB debugging on your device On your device, open “Developer options” (in Android 4.0 onward, this is hidden by default). To enable “Develop 阅读全文
posted @ 2018-10-28 22:10 zjf2018 阅读(167) 评论(0) 推荐(0) 编辑
摘要: How to create the intentYou create an intent that specifies an action using the following syntax:where action is the type of activity action you want 阅读全文
posted @ 2018-10-28 21:44 zjf2018 阅读(160) 评论(0) 推荐(0) 编辑
摘要: The Art of Unit Testing With Examples in .NET 阅读全文
posted @ 2018-10-24 15:01 zjf2018 阅读(119) 评论(0) 推荐(0) 编辑
摘要: The Model Layer The model layer is a cross-platform layer that represents your data, your business logic,and your access to external resources such as 阅读全文
posted @ 2018-10-21 10:08 zjf2018 阅读(192) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dmetzgar/dotnetcoreinaction 阅读全文
posted @ 2018-10-14 22:26 zjf2018 阅读(188) 评论(0) 推荐(0) 编辑