- 博客(9)
- 问答 (1)
- 收藏
- 关注
原创 HTTP 错误 500.19 - Internal Server Error
项目场景:将.net 5项目部署到IIS问题描述:原因分析:没有安装dotnet-hosting-5.0.1-win.exe解决方案:下载安装dotnet-hosting-5.0.1-win.exe
2021-03-10 10:32:51 185
原创 Unable to determine the relationship represented by navigation ‘XXX‘ of type ‘XXX‘.
项目场景:ABP项目执行数据库迁移问题描述:Unable to determine the relationship represented by navigation 'XXX' of type 'XXX'. Either manually configure the relationship, or ignore this property using the '[NotMapped]' attribute or by using 'EntityTypeBuilder.Ignore' in '
2021-03-10 09:42:16 1403
原创 Newtonsoft.Json.JsonSerializationException: Self referencing loop detected with type
项目场景:ABP 级联查询序列化时循环引用报错问题描述:[Table("School")]public class School : Entity<int>{ public string Name { get; set; } public virtual List<Student> Students { get; set; } } [Table("Student")] public class Student : Entity<int> {
2021-02-23 17:33:07 4593
原创 Cannot access a disposed context instance.
项目场景:ABP领域层 - 领域事件问题描述:实体创建后执行_respority.GetAll()方法时出错,错误信息:Cannot access a disposed context instance. A common cause of this error is disposing a context instance that was resolved from dependency injection and then later trying to use the same contex
2021-02-23 17:15:01 6362
原创 基于ion-modal自定义alert弹出框
Ionic1 基于ion-modal自定义alert弹出框1.1 步骤1.在全局css样式文件(global.scss)中定义弹出框css样式.customModal { --background: var( --ion-overlay-background-color, var(--ion-color-step-100, #f9f9f9) ); --max-width: 270px; --backdrop-opacity: var(--ion-backdrop-op
2020-11-24 14:19:11 779 4
原创 Centos8安装开发环境
Centos8安装开发环境.NET Core SDK链接:https://docs.microsoft.com/zh-cn/dotnet/core/install/linux-centos命令:sudo dnf install dotnet-sdk-3.1Install Visual Studio Code链接:https://code.visualstudio.com/docs/setup/linux命令:sudo rpm --import https://packages.mic
2020-11-07 19:37:39 780
原创 CentOS8小白安装
CentOS8安装准备工具vmware虚拟机CentOS8镜像FinallShell实施步骤注意:boot分区:是引导分区,作用:系统启动,在boot分区存放着grub、内核文件等,一般200M就够。swap分区:内存扩展分区 交换分区 给多大?一般最多8G、16G,如果系统使用到了swap分区,就直接添加物理内存或排查服务器是否有问题吧。/ 根:所有文件的根 绝对路径的开始标志
2020-11-07 18:38:31 190
原创 CentOS7.3安装redis4.0.9并开启远程访问
CentOS7.3安装redis4.0.9并开启远程访问一、准备工具:VMware Workstation、FinalShell操作系统:CentOS7.3redis安装包:redis-4.0.9.tar.gz二、实施
2020-08-07 21:04:57 346
空空如也
asp.net基于三层架构、MVC和SQLServer2012实现用户注册
2018-05-15
TA创建的收藏夹 TA关注的收藏夹
TA关注的人