ei 相关的软件列表

js类型转换
JavaScript

js类型转换

2024-01-04 标签:js,类型转换,toString,转化,String,parseInt,input,false,null,true,return,string,字符串,数值,undefined,123,Number,parseFloat,Boolean,valueOf,number,boolean

JavaScript 类型有两种转化方式:显式转化和隐式转化。在 JavaScript 中,类型转化只能转化为三种基本类型。to stringto numberto booleanto string有两种方式可以转化为 string 类型。toString()String()toString返回当前

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-

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

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

C#net core报Keys will not be persisted to storage
Asp.net

C#net core报Keys will not be persisted to storage

2022-01-22 标签:C#,net,core,Keys,persisted,storage,存储,Using,repository,HKLM,应用程序,密钥,注册表,用户,修改,配置文件,memory,Neither

今天在查看网站日志的,看到警报:Using an in-memory repository. Keys will not be persisted to storage.Neither user profile nor HKLM registry available. Using an epheme

基于vue.js的侧边目录组件的实现
Vue.js

基于vue.js的侧边目录组件的实现

2020-06-24 标签:基于,vue,侧边,目录,组件,实现,最近,要做,功能,找到,类似的,索性,写了,大家,参考,side,catalog,源码,地址

最近要做一个侧边目录的功能,没有找到类似的组件,索性自己写了一个供大家参考vue-side-catalog一个基于vue的侧边目录组件。源码地址:https://github.com/yaowei9363/vue-side-catalog安装npm install vue-side-catalog

js实现切割轮播效果
JavaScript

js实现切割轮播效果

2020-06-24 标签:javascript,实现,切割,轮播,效果,本文,实例,为大,分享,具体,代码,大家,参考,具体内容,如下,doctype,html,lang,en

本文实例为大家分享了javascript实现切割轮播的具体代码,供大家参考,具体内容如下效果代码Document.container{position: relative;width: 560px;height: 300px;}.container ul{/*transform-style:pres

js实现视频弹幕效果(两个版本)
JavaScript

js实现视频弹幕效果(两个版本)

2020-06-24 标签:javascript,实现,视频,弹幕,效果,版本,本文,实例,为大,分享,具体,代码,大家,参考,具体内容,如下,基础,doctype,html

本文实例为大家分享了javascript实现视频弹幕效果的具体代码,供大家参考,具体内容如下基础版本* {margin: 0;padding: 0;}.dm {width: 800px;height: 600px;background-color: blue;margin: 0 auto;}.box

EF+MySQL 报错:处理请求时发生未处理的异常。
C#.net

EF+MySQL 报错:处理请求时发生未处理的异常。

2020-06-19 标签:EF,MySQL,报错,处理,请求,发生,异常,classid,类型,外键,实体,category,主键,types,properties,key

The types of the properties specified for the foreign key {'id'} on entity type do not match the types of the properties in the principal key {'id'} on entity type .InvalidOperationException:为实体类型'e_down'上的外键{'classid'}指定的属性类型与实体类型'e_category'上的主键{'classid'}中指定的