ll 相关的软件列表

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#asp.net基于MiniExcel实现多个sheet导出和下载
C#.net

C#asp.net基于MiniExcel实现多个sheet导出和下载

2023-12-31 标签:C#,asp.net,MiniExcel,实现,多个,MiniExcel导出多个sheet,MiniExcel添加多个sheet,Epplus,NPOI,excel处理C#,aspose.cells

之前一直用Epplus和NPOI做excel处理,这都都不太好用,而且Epplus5.0开始不能商用,aspose.cells挺好用,就是要money,前几天想找替代品,偶然找到国内大神开源的miniexcel,看各种介绍还不错,而且可以避免OOM.今天在搞asp.net开发excel导出下载遇到个

js实现图片的懒加载
JavaScript

js实现图片的懒加载

2023-12-26 标签:实现图片的懒加载,懒加载的实现,懒加载,如何实现懒加载,图片懒加载,预加载,懒加载和预加载

在网站开发中,如何实现图片的懒加载?在可视化区域加载图片(解决如何判断图片已经在可视化区域)图片的加载第一种方案监听浏览器的 scroll 事件,通过调用getBoundingClientRect函数返回的值判断图片是否进入可视化区域。(function() {window.addEventList

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

IntelliJ IDEA 2021.3.3 永久激活注册破解教程亲测有效
IDE

IntelliJ IDEA 2021.3.3 永久激活注册破解教程亲测有效

2022-03-20 标签:IDEA2021.3.3破解版,IDEA2020.3破解版,IDEA2021.2破解版,idea2021.3.3永久激活,IDEA2021.3.3中文版,IDEA2021.3.3汉化版,IDEA 2021.3.3注册激活码,IDEA2021.3.3下载,IDEA 2021.3.3注册机,IDEA2021.3.3旗舰版下载,IDEA2021.3.3旗舰版破解,IDEA2021.3.3,IDEA2021.3.3永久破解,Jetbrains IDEA,IDEA2020.3.3破解版,idea2020.3.3永久激活

IDEA 2021.3.3中文永久破解版激活码注册破解中文版下载免注册永久激活版,亲测真实有效:激活教程

VS中NET6.0 Program.cs没有显示命名空间(VS顶级模板)
C#.net

VS中NET6.0 Program.cs没有显示命名空间(VS顶级模板)

2022-02-23 标签:VS,NET6.0,Program,cs,没有,显示,命名,空间,顶级,模板,新建,VS2022,Hello,World,Main,https,docs,microsoft

开始用新的VS2022后,新建个NET6.0的项目,发现没有命名空间和引用名称.如图:只有一句简单的Hello World输出.这是怎么回事?原来从NET6.0开始,使用了与以前不的新模板.新模板将Program.cs视为顶级文件,里面的代码为顶级语句(原来的Main方法).所以要是不习惯,可以将新

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等.起初还以为是配置有问题,

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

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