原文:ABP vNext 踩坑实录(一)

在使用CrudAppService的UpdateAsync方法时,报错如下: The instance of entity type OrderItem cannot be tracked because another instance with the same key value for Id is already being tracked. When attaching existing ...

2020-12-13 21:18 0 1027 推荐指数:

查看详情

Archlinux 实录

Archlinux 没声音 1. 排查驱动,声卡驱动没问题 2.排查alsa,alsa没问题(并确认声卡存在且取消静音) 3.抱着尝试的心态,安下VLC。然后提示找不到默认声卡设备(大概这个意思 ...

Sat Nov 05 07:59:00 CST 2016 0 1500
Flask之 Marshmallow 实录

1.Marshmallow.ModelSchema 报错 `from flask_sqlalchemy import SQLAlchemy from flask_marshmallow impo ...

Thu Jun 11 05:23:00 CST 2020 0 1147
nginx 配置实录

http{include mime.types;default_type application/octet-stream;source_charset GB2312;server_names_has ...

Thu Oct 29 04:52:00 CST 2020 0 668
ABP VNext发布遇到的

本地调试没有问题,发布后通过Token调用其他API时,出现返回JSON中提示:Authorization failed! Given policy has not granted. 需要修改app ...

Fri Nov 27 19:33:00 CST 2020 0 1053
windows安装rabbitmq实录

最近学习springcloud消息总线需要用到rabbitmq,然后安装的时候了一些,记录如下: 首先安装rabbitmq之前需要先安装erlang,因为rabbitmq服务端使用erlang写的,依赖erlang 安装好erlang之后安装rabbitmq 第一个 ...

Thu Oct 08 22:10:00 CST 2020 0 1238
JasperReport报表导出实录

写在最前面 翻了翻博客,因为太忙,已经好久没认真总结过了。 正好趁着今天老婆出门团建的机会,记录下最近这段时间遇到的大坑-JasperReport。 六月份的时候写过一篇利用poi文件导入导出的 ...

Sat Jan 20 08:21:00 CST 2018 7 12942
H5 video实录

      前段时间公司APP做了一个APP论坛会议,嵌入了h5播放器。我以为很简单,没想到,这正是我进泥潭的开始。。。     (想要吸取经验的小伙伴可以慢慢往下看,想要解决方案的直接看最后!)     一、一开始我以为直接用H5原生video就可以直接实现 ...

Tue Jul 23 22:02:00 CST 2019 1 1014
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM