随笔分类 -  Asp.net

because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'style-src' was not explicitly set, so 'default-src' is used as a fallback.错误应该怎么解决?
摘要:现在我的扩展名出现错误: efused to apply inline style because it violates the following Content Security Policy directive: "default-src 'self'". Note that 'style- 阅读全文

posted @ 2021-07-28 17:22 limina 阅读(4462) 评论(0) 推荐(0)

在asp.net添加引用Microsoft.VisualBasic全过程
摘要:https://www.jb51.net/dll/microsoft.visualbasic.dll.html 下载解压后: X86表示32位系统x64表示64位系统 X64里面有那么多文件,开始我选择了目录下的dll文件,在项目中引用,结果报错,如下图: 部分dll文件中有多个目录分别表示多个系统 阅读全文

posted @ 2020-04-27 11:18 limina 阅读(757) 评论(0) 推荐(0)

SQL SERVER 2012安装介质
摘要:因为程序出了系统路径找不到的问题,就想重新修复一下,在程序里点击卸载就会弹出下列框 点击修复会弹出下列框 浏览SQL Server 2012安装介质,其实是要找到你的安装包,安装文件夹 然后来进行修复。 阅读全文

posted @ 2017-07-04 14:46 limina 阅读(19804) 评论(0) 推荐(1)

Request.ServerVariables
摘要:Request.ServerVariables["Url"] 返回服务器地址 Request.ServerVariables["Path_Info"] 客户端提供的路径信息 Request.ServerVariables["Appl_Physical_Path"] 与应用程序元数据库路径相应的物理路径 Request.ServerVariables["Path_Translated"]... 阅读全文

posted @ 2010-11-10 10:42 limina 阅读(664) 评论(0) 推荐(0)