上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页

2020年2月5日

摘要: An unhandled exception occurred while processing the request. InvalidOperationException: Cannot create a DbSet for 'IdentityUserClaim<string>' because 阅读全文
posted @ 2020-02-05 18:44 topguntopgun 阅读(2125) 评论(0) 推荐(0) 编辑

2020年2月4日

摘要: 1、框架去掉application层,把HOst作为application层 2、增加swagger插件 3、增加Asp.net Identity身份验证 源代码地址:https://github.com/topgunymn/YMNNetCoreFrameWork 阅读全文
posted @ 2020-02-04 22:51 topguntopgun 阅读(373) 评论(0) 推荐(0) 编辑

2020年2月2日

摘要: DDD设计模式:仓储、领域模型、应用层、聚合根、事件总线,以业务模型驱动设计,从数据模型驱动脱离,不用关心数据库设计,开发效率更高 DDD领域驱动设计模型概念不再讲解,直接上技术 框架搭建: 如图所示, Host是程序的路口,用来配置项目的 Application,是应用层,为用户提供接口 Core 阅读全文
posted @ 2020-02-02 14:48 topguntopgun 阅读(1136) 评论(0) 推荐(0) 编辑

2020年1月9日

摘要: https://www.cnblogs.com/kid1412/p/6019049.html 地址 阅读全文
posted @ 2020-01-09 00:04 topguntopgun 阅读(170) 评论(0) 推荐(0) 编辑

2019年12月25日

摘要: 需要引用一下组件, Microsoft.AspNetCore.Mvc 阅读全文
posted @ 2019-12-25 11:05 topguntopgun 阅读(759) 评论(0) 推荐(0) 编辑

2019年12月24日

摘要: ABP 错误: 'AoLongData.Finances.FinanceService' is waiting for the following dependencies:- Service 'Abp.Domain.Repositories.IRepository`2[[AoLongData.En 阅读全文
posted @ 2019-12-24 22:51 topguntopgun 阅读(1374) 评论(0) 推荐(1) 编辑
摘要: 3、Log4net的主要组成部分 3.1 Appenders Appenders用来定义日志的输出方式,即日志要写到那种介质上去。较常用的Log4net已经实现好了,直接在配置文件中调用即可,可参见上面配置文件例子;当然也可以自己写一个,需要从log4net.Appender.AppenderSke 阅读全文
posted @ 2019-12-24 17:11 topguntopgun 阅读(1443) 评论(0) 推荐(0) 编辑

2019年12月22日

摘要: 1、安装mysql程序集,在项目XXX.EntityFrameworkCore下面添加程序集 pomelo.entityframeworkcore.mysql pomelo.entityframeworkcore.mysql.design 2、修改XXX.EntityFrameworkCore目录下 阅读全文
posted @ 2019-12-22 22:56 topguntopgun 阅读(748) 评论(0) 推荐(0) 编辑

2019年12月2日

摘要: 阅读全文
posted @ 2019-12-02 21:38 topguntopgun 阅读(121) 评论(0) 推荐(0) 编辑

2019年11月13日

摘要: 1、新建rdlc文件报表 2、选中rdlc文件=》视图=》报表资料 添加几个参数,如图 设计报表页面 int WaitNum = this.queueDTOs.Where(m=>m.QueueNo<queueDTO.QueueNo&&m.State ==0 && m.DoctorID == queu 阅读全文
posted @ 2019-11-13 17:15 topguntopgun 阅读(345) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页

导航