ot 相关的软件列表

C#EF报错 Missing Colum : Discriminator On entity
C#.net

C#EF报错 Missing Colum : Discriminator On entity

2023-12-28 标签:C#,EF,报错,Missing Colum Discriminator,On entity,WeighDatas,NotMapped,数据库,子类,winform,EntityFramework,Extensions,sqlserver,Z.EntityFramework.Extensions

C#winform开发时,使用Z.EntityFramework.Extensions进行批次更新插入到sqlserver数据库时,报错:An error occured while resolving mapping by name.Missing Colum : Discriminator On entity

关于CSS样式权重
CSS

关于CSS样式权重

2023-12-25 标签:css,样式,权重,css 样式,css权重,权重优先级,css 不生效,style,improtant,样式覆盖

日常开发中经常会遇到自己写的样式不生效问题,为了避免减少调试样式规则的时间,总结下样式权重。权重规则如图所示示例 1:都加了!important 的情况/* 权重值 10 */.box {margin: 20px auto;width: 100px;height: 100px;background-

edge控制台不能粘贴,报错:Warning: Do not paste code you do not understand or have not checked yourself into the DevTools console
JavaScript

edge控制台不能粘贴,报错:Warning: Do not paste code you do not understand or have not checked yourself into the DevTools console

2023-12-19 标签:edge控制台禁止粘贴,edge控制台不能复制代码,edge控制台不能粘贴,Warning,Do,paste,code,understand,checked,DevTools,console,allow,rsquo,pasting,edge控制台粘贴要不了,Self-XSS,edge控制台不让粘贴

一如往学的用Microsoft edge调试web页面,F12打开DevTools,刚要粘贴信息却不能正常粘贴,报错:Warning: Dont paste code into the DevTools Console that you dont understand or havent

VS加载项目出错:无法打开项目文件。 由于文件不存在Sdk.props
C#.net

VS加载项目出错:无法打开项目文件。 由于文件不存在Sdk.props

2022-09-14 标签:VS,加载,项目,出错,无法,打开,文件,存在,Sdk,props,dotnet,Program,Files,sdk,6.0,x86,环境变量,版本

今天打开vs2019发现无法加载项目,报错无法打开项目文件。 由于文件不存在,项目C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.props.网上找了下答案,说是环境变量的问题.如下:本地是由于环境变量设置问题,环

远程桌面报错
服务器

远程桌面报错"出现了内部错误"An internal error has occurred的解决方法

2022-03-15 标签:远程桌面,,出现内部错误,An internal error occurred,解决方法,Remote Desktop,RDP

今天在通过域名进行远程桌面出错:出现了内部错误(An internal error has occurred),如图:但是通过ip却能正常远程.很是奇怪.记得之前也遇到过类似的问题,解决了,可现在又出来了.现在先记着这次的解决方法吧.出现些错误的原因一般是低版本的系统远程高版本的系统

sqlserver linux 2019设置端口
SQLServer

sqlserver linux 2019设置端口

2022-02-18 标签:linux修改sqlserver端口,sqlserver linux 2019,设置sqlserver linux端口,mssql-server,

sql server 2019 for linux 的默认端口为1433,今天突然想改端口.在ubuntu下用以前的老命令 sudo /opt/mssql/bin/mssql-conf set tcpport 报错设置tcpport不受支持The setting 'tcpport' isnot supported.

升级NET6.0后报错InvalidOperationException: The view 'Index' was not found
Asp.net

升级NET6.0后报错InvalidOperationException: The view 'Index' was not found

2022-02-14 标签:InvalidOperationException,升级NET6.0,The view Index found,视图,asp.net,core2.1,Microsoft,AspNetCore,Razor,Design

今天将asp.net core2.1升级到NET6.0后报错:InvalidOperationException: The view 'Index' was not found.如图:大概意思就是Index视图没有找到导致出错,仔细看了,视图是有的.网上找了很多方法都没有用.最后折腾半天,发现之前升

ubuntu asp.net core读取appSettings.json问题
Asp.net

ubuntu asp.net core读取appSettings.json问题

2022-01-28 标签:ubuntu,asp.net core,appsettings.json,问题,dotnet,appSettings,Value cannot be null,Hangfire.MySql.MySqlStorage,ubuntu appSettings

今天在ubuntu发直接运行命令dotnet /var/www/down/Down.Web.dll发现报错Value cannot be null. (Parameter 'connectionString') at Hangfire.MySql.MySqlStorage等.起初还以为是配置有问题,