05 2020 档案
摘要:对identityserver4 神往已久,先记录下官网哈:https://identityserver4.readthedocs.io/en/latest/ 折腾了两个星期,终于把identityserver4 应用在项目中,从一无所知到搭建完成,参考学习了很多大佬文章。 首先记录一下学习路线,后
阅读全文
摘要:对于一次性使用的二维码,没有必要把二维码保存起来,直接把二维码流返回。 [HttpGet] public ActionResult GetQrCode(string url) { using (MemoryStream ms = new MemoryStream()) { Bitmap bitmap
阅读全文