ting 相关的软件列表

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

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.

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

asp.net api webform swagger忽略某控制器不生成文档
Asp.net

asp.net api webform swagger忽略某控制器不生成文档

2020-07-20 标签:asp.net,api,webform,swagger,忽略,控制器,生成,文档,IgnoreApi,true,Json,controller,BaseController,ApiExplorerSettings,public,HttpResponseMessage,obj,string

今天在用asp.net api webform swagger自动生成api文档时,发现默认是全部控制器(controller)都会生成api文档的,但实际上我们有些控制器不想生成文档,比如BaseController之类的,那该如何控制呢?swagger忽略某控制器不生成文档的代码如下

asp.net web api 自定义返回json的datetime格式
Asp.net

asp.net web api 自定义返回json的datetime格式

2020-07-19 标签:asp.net,web,api,自定义,返回,json,datetime,格式,配置,设置,GlobalConfiguration,Configuration,Formatters,JsonFormatter,SerializerSettings,DateFormatString,yyyy,MM,dd

上一篇说到,《asp.net web api 设置默认返回json格式》 但是返回的json中的日期格式都是带T等字母的,现在是想要返回自己定义json格式的配置,这要怎么配置呢?还是在配置那里设置,差不多一样的。自定义返回json的datetime格式的代码如下:GlobalConfi

js修改注册表实例代码
JavaScript

js修改注册表实例代码

2020-06-12 标签:javascript,修改,注册表,实例,代码,有关,安全,设置,的说,路径,hkey,current,user,software,microsoft,windows,internet

注册表有关安全设置项的说明:注册表路径:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones1.Zones 项包含表示为计算机定义的每个安全区域的项。默认情况下,定义以下 5个区域(编号

.Net Core读取Json配置文件的实现示例
C#.net

.Net Core读取Json配置文件的实现示例

2020-06-07 标签:net,core,读取,json,配置文件,实现,示例,前言,传统,asp,n,et,mvc,项目,相比,目录,文件,结构,功能上,前者

前言:在与传统的asp.net MVC项目相比,.net core项目在项目目录的文件结构上和功能上与前者都有很大的区别。例如:在.net core中使用Startup.cs取代Global.asax文件用于加载应用程序的配置和各种启动项。appsettings.json取代web.config文件

FileZilla 421 Could not create socket
服务器

FileZilla 421 Could not create socket

2020-05-25 标签:FileZilla,421,Could,create,socket,设置,端口,报错,Server,Passive,mode,settings,Use,custom,port,rang,20,21,两端

今天在设置FileZilla Server 出现报错 :421 Could not create socket.这个是端口设置的问题.如果你只有一个端口给FileZilla,肯定是不行的.打开设置,找到[Passive mode settings, 在[Use custom port rang] 里

Entity Framework表名设置不生成复数
C#.net

Entity Framework表名设置不生成复数

2020-05-22 标签:Entity,Framework,表名,设置,生成,复数,TasksDaily,modelBuilder,OnModelCreating,DbModelBuilder,形式,TasksDailies,protected,override,void,Conventions,Model,去除

C# Entity Framework表名设置不生成复数(ef 表名不生成复数)今天进行新建表查询报错:An error occurred while executing the command definition. See the inner exception for details.具体原因是:对