06 2026 档案

摘要:网站可以打开,说明网络没问题。 最后查出来是安全软件拦截了,吐血。。。 阅读全文
posted @ 2026-06-30 11:07 yinghualeihenmei 阅读(5) 评论(0) 推荐(0)
摘要:原因: PNG 格式特殊(最可能) 原图可能是: PNG-24 with Alpha(24位色+透明通道) 交错式 PNG(Interlaced) 包含 ICC 色彩配置文件 非标准压缩 iTextSharp 对这些支持不完善,导致生成的 PDF 结构异常,接收方解析时连接断开。 解决: 将文件转为 阅读全文
posted @ 2026-06-26 11:26 yinghualeihenmei 阅读(10) 评论(0) 推荐(0)
摘要:这是因为 PNG 图片带有透明通道(Alpha Channel),而 JPG 格式不支持透明。当转换为 JPG 时,透明区域会被填充为默认颜色,通常是黑色。 解决办法: 阅读全文
posted @ 2026-06-26 09:40 yinghualeihenmei 阅读(17) 评论(0) 推荐(0)
摘要:原文链接:https://cloud.tencent.com/developer/article/2632361 阅读全文
posted @ 2026-06-15 18:13 yinghualeihenmei 阅读(5) 评论(0) 推荐(0)
摘要:-- 假设有表:Orders,列:Status,当前默认值为 'Pending' -- 1. 先查约束名 EXEC sp_helpconstraint 'Orders'; -- 假设查到的约束名为:DF_Orders_Status -- 2. 删除旧约束 ALTER TABLE Orders DRO 阅读全文
posted @ 2026-06-12 14:58 yinghualeihenmei 阅读(9) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/dongmuxg/article/details/118963669 用户'sa'登录失败(错误18456)解决方案图解 当我们在使用sql server 的时候可能会遇见这样错误提示“无法连接到.,用户'sa'登录失败(错误18456)”, 具 阅读全文
posted @ 2026-06-04 18:02 yinghualeihenmei 阅读(72) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/TheToysOfTown/article/details/121910417 第①步:更改数据库的安全性使用Windows身份验证进入SSMS后 选中当前数据库→右键→属性在安全性中选择SQL Server和Windows身份验证模式 第②步: 阅读全文
posted @ 2026-06-04 17:12 yinghualeihenmei 阅读(24) 评论(0) 推荐(0)
摘要:原文链接:https://www.cnblogs.com/DHclly/p/6136349.html 解决步骤如下: 控制面板—>程序—>启用或关闭windows功—>Internet Infomation Service—>万维网服务—>应用程序开发功能—>里面把Asp.Net .选上 如图: 阅读全文
posted @ 2026-06-04 16:19 yinghualeihenmei 阅读(9) 评论(0) 推荐(0)
摘要:原文链接:https://cloud.tencent.com/developer/article/2507145 方法一:通过事件查看器查看安全日志步骤:打开“事件查看器”:按下Win + R键,输入eventvwr.msc ,然后按回车。在左侧导航栏中展开“Windows 日志”。点击“安全”,查 阅读全文
posted @ 2026-06-03 12:00 yinghualeihenmei 阅读(32) 评论(0) 推荐(0)
摘要:原文链接:https://cloud.tencent.com/developer/article/1933531 目录 目录浏览(目录遍历)漏洞 任意文件读取/下载漏洞 利用任意文件读取漏洞Getshell 目录浏览(目录遍历)漏洞目录浏览漏洞是由于网站存在配置缺陷,导致网站目录可以被任意浏览,这会 阅读全文
posted @ 2026-06-03 09:53 yinghualeihenmei 阅读(25) 评论(0) 推荐(0)
摘要:原文链接:https://blog.csdn.net/Binhun/article/details/78274051 sql打开时报“值不能为空。参数名viewinfo(microsoft.sqlserver.management.sqlstudio.explorer)”的错误,特别是阿里云服务器出 阅读全文
posted @ 2026-06-01 10:29 yinghualeihenmei 阅读(17) 评论(0) 推荐(0)
摘要:sqlser代理服务没开 阅读全文
posted @ 2026-06-01 10:25 yinghualeihenmei 阅读(11) 评论(0) 推荐(0)