“2019年2月”存档文章有10 篇
IdentityServer4.Hosting.CorsPolicyProvider:Warning: CorsPolicyService did not allow origin: http://localhost:4200
2019/2/24 16:43:14
最近项目在使用IdentityServer4的时候,使用Angular作为前端框架,但是在认证的时候出现了一些问题。具体问题如下:后端警告内容如下:IdentityServer4.Hosting.CorsPolicyProvider:Warning: CorsPolicyService did not allow origin: http://localhost:4200warn: Identit...
has no exported member 'ShareReplayConfig'.
2019/2/23 16:45:05
最近在使用Angular的时候报如下错误:ERROR in node_modules/rxjs-compat/operator/shareReplay.d.ts(2,10): error TS2305: Module '"F:/WebSite Source Code/SMSReceiveBMS/node_modules/rxjs/internal-compatibility/index"' has...
Angular - “has no exported member 'Observable'”
2019/2/23 16:38:13
最近在编写Angualar的时候,使用Rxjs报如下错误:ERROR in node_modules/@angular/common/http/src/backend.d.ts(8,10): error TS2305: Module '"F:/WebSite Source Code/SMSReceiveBMS/node_modules/rxjs/Observable"' has no export...
node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected.
2019/2/23 16:22:22
最近在使用Angular的时候,将rxjs从5.x升级到6.x的时候,报如下错误:ERROR in node_modules/rxjs/internal/types.d.ts(81,44): error TS1005: ';' expected.node_modules/rxjs/internal/types.d.ts(81,74): error TS1005: ';' expected.node...
如何禁止chrome浏览器http自动转成https
2019/2/23 10:38:42
最近在使用Angular开发,但是网站在开发的时候是http,却莫名其妙的跳转到https,导致网站打开失败,提示:网站无法提供安全链接。需要将chrome浏览器的默认https清除掉。在chrome输入:chrome://net-internals/#hsts之后将刚才的域名hts清除掉:之后查询看看这个域名是否还存在记录:但是使用http代开这个网站任然跳转到https,需要清除缓存,右上角三...
Dell 显示器参数详解
2019/2/22 21:52:41
前缀:UP=Ultra-sharp with Premier color 最高端、出厂带校正颜色U=Ultra-sharp 最高端P=Productivity 生产力,面向商用S=Stylish 时尚,面向家用E=Essential 基本款四位数字:前两位=尺寸后两位=首发财年(比实际年份晚一年左右)后缀:H:FullHD 1920*1080,16:9M:WUXGA 1920*1200,16:10...
IdentityServer4 Mysql相关问题
2019/2/18 20:05:50
最近需要用到IdentityServer认证功能,但是数据库采用的是Mysql,Identityserver4官方的实例采用的是SQLServer。最近研究了如何使用Mysql持久化IdentityServer4相关数据,以及Identity数据。具体操作步骤如下:1、修改初始化数据库代码:setup.cs文件:private void InitializeDatabase(IApplicatio...
Unable to resolve service for type IEmailSender while attempting to activate RegisterModel
2019/2/18 11:13:07
最近在使用Asp.net core Identity的时候报如下错误:System.InvalidOperationException: Unable to resolve service for type 'QuickstartIdentityServer.Services.IEmailSender' while attempting to activate 'QuickstartIdentit...