会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
youliCC
不积跬步无以至千里,不积小流无以成江河。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2021年12月27日
Autofac Method-Level DynamicProxy 接口、类中的方法级别代理
摘要: 国内国外各种找文档,根据方法或类上的特性,通过autofac扫描类注册服务时自动连接到对应的拦截器。 相关Autofac 动态代理基础可以参考园里其他博客。 如何实现方法级别(接口、类中的方法)的动态代理 参考代码,我的仓库 https://github.com/qiqiqiyaya/Autofac
阅读全文
posted @ 2021-12-27 23:12 youliCC
阅读(131)
评论(0)
推荐(0)
2021年11月6日
asp.net webapi Parameter Binding 实现NotNull 特性标签
摘要: 记录下: 请仔细查阅,微软文档地址 https://docs.microsoft.com/en-us/aspnet/web-api/overview/formats-and-model-binding/parameter-binding-in-aspnet-web-api asp.net webAp
阅读全文
posted @ 2021-11-06 21:51 youliCC
阅读(105)
评论(0)
推荐(0)
2021年10月18日
angular CDK Overlay 全局与源元素定位
摘要: 接触 angular CDK Overlay一段时候后的感受。 记录: 下文 “angular CDK Overlay” 简称为 “Overlay” 思考下,你使用Overlay实现 “全局弹出层” 还是 “相对于某元素的弹出层”? 1.全局弹出层是相对于浏览器的窗口展示 如上图,全局弹出层定位策略
阅读全文
posted @ 2021-10-18 23:05 youliCC
阅读(252)
评论(0)
推荐(0)
2021年9月12日
Skoruba.IdentityServer4.STS.Identity 踩坑
摘要: 记录: Skoruba.IdentityServer4.STS.Identity项目中注册的认证处理程序,接入第三方认证 如下图:这里没有指定默认的Authentication Scheme 但是在AddIdentityServer中 services.AddIdentityServer 添加Ide
阅读全文
posted @ 2021-09-12 22:19 youliCC
阅读(323)
评论(0)
推荐(0)
2021年8月29日
ABP框架 UnitOfWorkAttribute
摘要: 记录下: 使用Castle.DynamicProxy实现动态代理 参考项目地址:https://github.com/f135ta/SimpleProxy 要点: 方法上的 Attribute 与 对应的拦截器一一对应 具体的Proxy由Castle.DynamicProxy实现 创建UnitOfW
阅读全文
posted @ 2021-08-29 23:00 youliCC
阅读(230)
评论(0)
推荐(0)
2021年5月10日
angular 路由重用
摘要: 笔记: angular 路由复用博客 Cache components with Angular RouteReuseStrategy https://itnext.io/cache-components-with-angular-routereusestrategy-3e4c8b174d5f an
阅读全文
posted @ 2021-05-10 22:00 youliCC
阅读(98)
评论(0)
推荐(0)
2021年4月21日
FTP服务
摘要: 阿里云windows服务器IIS上添加FTP 添加FTP站点 看这篇教程 https://www.dtmao.cc/news_show_439909.shtml FTP站点配置完后,使用filezilla ftp客户端服务ftp站点一直显示 状态: 已登录状态: 读取目录列表... 关于被动模式下的
阅读全文
posted @ 2021-04-21 23:03 youliCC
阅读(92)
评论(0)
推荐(0)
2021年4月18日
Skoruba IdentityServer4 scope 来源
摘要: .笔记: 问题: 1.Skoruba IdentityServer4 admin 客户端 scope 来源 a. 从Skoruba IdentityServer4 admin客户端管理界面 -> 用户资源中查找 数据库中 b.Apiscope 中查找
阅读全文
posted @ 2021-04-18 01:03 youliCC
阅读(152)
评论(0)
推荐(0)
2021年4月13日
IdentityServer4 遇到的坑
摘要: 1.Error connecting to http://..../.well-known/openid-configuration. HTTPS required. 部署IdentityServer4 之后遇到的坑 参考 https://www.cnblogs.com/stulzq/p/95946
阅读全文
posted @ 2021-04-13 23:30 youliCC
阅读(2349)
评论(0)
推荐(0)
2021年4月11日
Skoruba IdentityServer4 - Invalid redirect_uri : http://........
摘要: 踩坑,做笔记: 查看 项目名.STS.Identity 下的日志 这是我以前学习 Asp.Net Core 身份认证 (openid connect)项目中写的备注。 项目地址【https://gitee.com/youlicc/Learn/tree/master/Asp.Net%20Core/As
阅读全文
posted @ 2021-04-11 16:17 youliCC
阅读(717)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告