摘要: if not exists(select 1 from WAP_CONFIG2.AUTH_APP where 1=0) THEN select * from WAP_CONFIG2.AUTH_APP where 1=1; ELSE select * from WAP_CONFIG2.AUTH_APP 阅读全文
posted @ 2024-04-17 16:22 山顶洞外人 阅读(42) 评论(0) 推荐(0) 编辑
摘要: private List<string> GetImplName() { List<string> ls = new List<string>(); var types = AppDomain.CurrentDomain.GetAssemblies() .SelectMany(a => a.GetT 阅读全文
posted @ 2024-02-22 14:58 山顶洞外人 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 报的错误信息如下: [08S01] 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException 阅读全文
posted @ 2023-10-13 10:47 山顶洞外人 阅读(1195) 评论(0) 推荐(0) 编辑
摘要: using System.Transactions; using (TransactionScope scope = new TransactionScope(TransactionScopeOption.Required, new TransactionOptions { IsolationLev 阅读全文
posted @ 2023-08-25 14:32 山顶洞外人 阅读(5) 评论(0) 推荐(0) 编辑
摘要: copy 30mb.jpg /b + music5mb.mp4 35mb.jpg 原来30m的图片扩展一个5m的MP4,可以变成一个35mp的图片 在当前文件下下打开cmd执行上述命令即可。 阅读全文
posted @ 2023-03-01 10:50 山顶洞外人 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 引自: https://www.cnblogs.com/xiaoyou2018/p/11190212.html 阅读全文
posted @ 2023-02-24 11:13 山顶洞外人 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 1.关闭vs 2.管理员运行cmd cd C:\Program Files (x86)\Common Files\microsoft shared\MSI Tools regsvr32.exe /u mergemod.dll regsvr32.exe mergemod.dll 3.打开 C:\Pro 阅读全文
posted @ 2023-01-10 14:13 山顶洞外人 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 1. 未授权访问 打开Token验证 2.swagger-ui 未授权访问 swagger-ui 未授权访问 安装一个url rewrite的模块 https://www.iis.net/downloads/microsoft/url-rewrite 这2个地址都直接重定向到404页面 3.敏感信息 阅读全文
posted @ 2022-12-19 16:18 山顶洞外人 阅读(1789) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wwwqqq2014/article/details/121079802 https://help.aliyun.com/document_detail/292635.htm?spm=a2c4g.11186623.0.0.67925b78B1oOza#se 阅读全文
posted @ 2022-09-05 23:25 山顶洞外人 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 注意点: 1.根据项目的netcore的版本找到适应当前版本的 ElectronNET.API 比如当前项目是: netcore3.1 可以使用 ElectronNET.API 9.31.2 2. ElectronNET.API 9.31.2 每个新建的项目都需要安装 3. 同样 安装对应的版本 E 阅读全文
posted @ 2021-11-10 00:24 山顶洞外人 阅读(189) 评论(0) 推荐(0) 编辑