摘要: 笔记 如果报错如下: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import Com 阅读全文
posted @ 2021-01-07 17:31 youliCC 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 参考 https://aspnetboilerplate.com/Pages/Documents/EventBus-Domain-Events EventBus The EventBus is a singleton object that is shared by other classes to 阅读全文
posted @ 2020-12-22 22:38 youliCC 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 笔记: 官方地址 详情介绍 https://aspnetboilerplate.com/Pages/Documents/Entities 1.如何创建实体 2.聚合根类 3.领域事件 4.关于实体的通用接口 例如包含 createTime 、createUser、modifyTime 等等属性的通用 阅读全文
posted @ 2020-12-19 23:18 youliCC 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 地址 https://aspnetboilerplate.com/Pages/Documents/Domain-Services#introduction 1.介绍: 领域服务(只是DDD领域中的服务)通常用来执行领域操作或业务规则。 The operation relates to a domai 阅读全文
posted @ 2020-12-19 22:59 youliCC 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 笔记: [Abp 源码分析]一、Abp 框架启动流程分析 https://www.cnblogs.com/myzony/p/9186838.html 其中讲解abp框架如何注册 MVC过滤器 。 阅读全文
posted @ 2020-12-19 21:03 youliCC 阅读(99) 评论(0) 推荐(0) 编辑
摘要: <configuration> <system.webServer> <rewrite> <rules> <rule name="Angular Routes" stopProcessing="true"> <!--当路由字符串中不包含“webapi/api/”时,路由将指向angular路由!-- 阅读全文
posted @ 2020-12-11 15:37 youliCC 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 错误如下 严重性 代码 说明 项目 文件 行 禁止显示状态错误 MSB4018 “ResolveTargetingPackAssets”任务意外失败。System.IO.DirectoryNotFoundException: 未能找到路径“C:\Program Files\dotnet\packs\ 阅读全文
posted @ 2020-12-05 17:04 youliCC 阅读(1441) 评论(0) 推荐(0) 编辑
摘要: 想要学习PuppeteerSharp ,很简单去https://zhaoqize.github.io/puppeteer-api-zh_CN/ Puppeteer(原版本使用node写的,C#版的都差不多都实现了)官网找api 就行了。 2020-12-18 11:28。 之前不知道Puppetee 阅读全文
posted @ 2020-12-02 18:26 youliCC 阅读(2193) 评论(0) 推荐(0) 编辑
摘要: 2020-12-22 更新,以下代码有坑不要使用,回过头来看,发现以前写的东西好烂呀,哈哈哈哈。。。 博客就放这里给自己留个纪念。 1.PuppeteerSharp在asp.net中使用的坑: 1.如果使用nuget下载PuppeteerSharp 则还需要添加PuppeteerSharp.AspN 阅读全文
posted @ 2020-11-22 22:44 youliCC 阅读(957) 评论(0) 推荐(0) 编辑
摘要: vscode插件安装 Dracula Official 主题 Atom One Dark Theme 主题 Material Icon Theme 图标主题 Bracket Pair Colorizer 每一对括号不同颜色 (括号强迫症必备) indent-rainbow 凸显缩进着色,让你的缩进一 阅读全文
posted @ 2020-10-18 04:43 youliCC 阅读(239) 评论(0) 推荐(0) 编辑