上一页 1 ··· 8 9 10 11 12
摘要: vue-pdf 是一个 预览 pdf 文件的库 ,他依赖 了 pdfjs-dist 这个库 ,pdfjs-dist 是 moliza (火狐官方) 提供 的 基础库 现在使用 vue-pdf 的时候 报错 ERROR Failed to compile with 3 errors 1:47:00 T 阅读全文
posted @ 2021-06-09 17:01 ifnk 阅读(10512) 评论(0) 推荐(0) 编辑
摘要: c# 里 给类型后面加个? 问号 代表 他是 可空的(nullable<T>) 通常 ef core 里面 关联外键的时候 用 guid 或者 long ,这些都是有默认值的 guid 的默认值是 (00000000-0000-0000-0000-000000000000) long 默认值是 0 阅读全文
posted @ 2021-06-02 11:10 ifnk 阅读(846) 评论(0) 推荐(0) 编辑
摘要: 建了两个 一对一的实体 /// <summary> /// 分布分项 这个因为abp 原因 ,sql 的表名很长 大概是 ConstructionBase_Subitem /// </summary> public class SubItem : FullAuditedEntity<Guid> { 阅读全文
posted @ 2021-06-02 09:11 ifnk 阅读(453) 评论(0) 推荐(0) 编辑
摘要: An exception was thrown while activating Castle.Proxies.ProcedureAppServiceProxy.Autofac.Core.DependencyResolutionException: An exception was thrown w 阅读全文
posted @ 2021-05-28 20:45 ifnk 阅读(9141) 评论(2) 推荐(1) 编辑
摘要: 原来是这样写 <a-form-item label='计量单位' label-col={formConfig.labelCol} wrapper-col={formConfig.wrapperCol}> <a-select placeholder={'请选择计量单位'} v-decorator={[ 阅读全文
posted @ 2021-05-27 15:34 ifnk 阅读(1231) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12