随笔分类 -  开发中遇到的问题

摘要:问题:前后端分离+NetCore+Hangfire+CORS中,使用 时,会出现warn日志 Warn日志内容:The CORS protocol does not allow specifying a wildcard (any) origin and credentials at the sam 阅读全文
posted @ 2019-09-25 20:03 Maple512 阅读(734) 评论(0) 推荐(0)
摘要:1.条件 类型定义: 属性定义: 使用: 2.疑问: 的实现,定义为只能Get,却能通过~~特殊写法~~ 语法糖 来赋值??? 引用: 创建对象: `new MailMessage { To = { string }, Subject = string, Body = string, IsBodyH 阅读全文
posted @ 2019-09-21 18:21 Maple512 阅读(322) 评论(0) 推荐(0)