摘要:
angular在单元测试时执行ng test --no-watch --code-coverage报异常如下: ERROR [karma-server]: UncaughtException: Error: spawn UNKNOWN at ChildProcess.spawn (node:inte 阅读全文
摘要:
框架:.Net 6 、webapi package:GitLabApiClient 定义body参数DTO,不同event有不同的参数,具体可参考gitlab文档:https://docs.gitlab.com/ee/user/project/integrations/webhook_events. 阅读全文
摘要:
项目以net8建立为例子(net6也通用),使用Autofac实现构造函数注入、属性注入两种。 Autofac (第三方) 1、引用以下package Autofac Autofac.Extensions.DependencyInjection Microsoft.Extensions.Depend 阅读全文
摘要:
错误信息:(java编译文件版本与运行环境版本不一致导致) Using the .NET Core version of the Scanner for MSBuild Post-processing started. Calling the SonarScanner CLI... Error: L 阅读全文
摘要:
在for循环里,有8w数据,结果需要10+分钟才遍历完(生产环境下),结果发现导致耗时的代码如下 try { ritem.Qty = Convert.ToDecimal(value); } catch(Exception e) { Logger.Info(e.ToString()); ritem.Q 阅读全文
摘要:
在html的select元素添加了onchange事件,changeContent方法也在当前html下。 <select id="changeLanguage" class="form-control input-lg" asp-for="language" asp-items="Model.su 阅读全文
摘要:
在ubuntu(18.04)运行OpenCvSharp4(4.6.0)报错如下: Microsoft.AspNetCore.Server.Kestrel[13] Connection id "0HMJAMSQJ3RO8", Request id "0HMJAMSQJ3RO8:00000005": A 阅读全文
摘要:
1、新建interface public interface ISoftDelete { public bool isdeleted { get; set; } } 2、需要使用到软删除的entity要继承这个interface 3、然后在DBContext的OnModelCreating中为每个继 阅读全文
摘要:
使用的是python的msgtopdf包,只能在window环境下使用 pip install msgtopdf 还需要安装wkhtmltopdf,下载地址: https://wkhtmltopdf.org/downloads.html 安装后,在window设置wkhtmltopdf的环境变量,在 阅读全文
摘要:
部署第二个neo4j时,报错如下: ERROR Failed to start Neo4j on dbms.connector.http.listen_address, a socket address. If missing port or hostname it is acquired from 阅读全文