ig 相关的软件列表

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

js实现选中复制的功能
JavaScript

js实现选中复制的功能

2023-12-28 标签:js,实现,选中,复制,功能,clipboard,textarea,button,data,script,html,Trigger,btn,action,cut,console,info,head,meta

1.选中 2.复制选中利用 Selection API复制使用execCommand一般使用插件clipboard.js完成复制粘贴DemoMussum ipsum cacildscopy to clipboardMussum ipsum cacildsCut to clipboardconst c

关于CSS样式权重
CSS

关于CSS样式权重

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

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

C# NiceLabel报错ErrorService.Handler property must be assigned before being used!
C#.net

C# NiceLabel报错ErrorService.Handler property must be assigned before being used!

2023-01-13 标签:C# NiceLabel,ErrorService.Handler,property must be assigned,NiceLabel二次开发

今天在用C#进行NiceLabel二次开发时,报错ErrorService.Handler property must be assigned before being used!百度没有什么资料,后面认真看了下NiceLabel官方的C#二次开发示例才知道少了引擎初始化.即加上下面一行代码即可:P

伪装windows激活工具实施病毒传播,火绒曾报道的“小马激活”再度出现!
业界资讯

伪装windows激活工具实施病毒传播,火绒曾报道的“小马激活”再度出现!

2022-03-24 标签:windows激活,病毒传播,小马激活,火绒,W10DigitalActivation,伪装成Windows激活工具

近期,韩国知名在线文件共享服务网站 Webhards 出现了一种新型恶意软件,这款恶意软件本质上是伪装成 Windows 激活工具的 BitRAT 远程访问木马。在这款恶意工具压缩包内部,一共包含三个文件,其中W10DigitalActivation.exe为真实的激活工具,而另一个则是木马病毒。

升级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视图没有找到导致出错,仔细看了,视图是有的.网上找了很多方法都没有用.最后折腾半天,发现之前升

NET6报错A relational store has been configured without specifying either the DbConnection or connection string to use
Asp.net

NET6报错A relational store has been configured without specifying either the DbConnection or connection string to use

2022-01-28 标签:NET6,报错,A,relational,store,configured,without,specifying,either,DbConnection,connection,string,use,MysqlContext,options,ConnectionString,版本,asp.net,core6.0

今天在将项目升级到asp.net core6.0后发现报错A relational store has been configured without specifying either the DbConnection or connection string to use.项目使用的数据库是My

VS发布asp.net core项目在web.config包含production环境变量
Asp.net

VS发布asp.net core项目在web.config包含production环境变量

2022-01-22 标签:VS,发布,asp.net,core,项目,web,config,包含,production,环境变量,EnvironmentName,PropertyGroup,设置,配置文件,文件,Visual,Studio,2022,NET6.0

今天在用Visual Studio 2022发布NET6.0或者说asp.net core发布时,在web.config包含production或者Development,VS在发布时替换asp.net core中的web.config

PowerDesigner生成sql不带constraint和collate chinese_prc_ci_as
其它语言

PowerDesigner生成sql不带constraint和collate chinese_prc_ci_as

2022-01-04 标签:PowerDesigner,PD生成sql,不带,collate,chinese,constraint,DEFAULT,COMPUTE,DATATYPE,ExtNullConstName,ExtDeftConstName,PD生成sql不带collate,PD生成sql不带constraint

最近在用PowerDesigner 16.7生成SqlServer脚本时,突然多了collate chinese_prc_ci_as和constraint等字眼在语句中,如图:这些其实在MSSQL创建时中不要问题其实也不大,特别是字符集.当然要指定的除外.那么如何让PD生成SQL语句时不带colla