摘要:
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 阅读全文
摘要:
private List<string> GetImplName() { List<string> ls = new List<string>(); var types = AppDomain.CurrentDomain.GetAssemblies() .SelectMany(a => a.GetT 阅读全文
摘要:
报的错误信息如下: [08S01] 驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接。错误:“PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException 阅读全文
摘要:
using System.Transactions; using (TransactionScope scope = new TransactionScope(TransactionScopeOption.Required, new TransactionOptions { IsolationLev 阅读全文
摘要:
copy 30mb.jpg /b + music5mb.mp4 35mb.jpg 原来30m的图片扩展一个5m的MP4,可以变成一个35mp的图片 在当前文件下下打开cmd执行上述命令即可。 阅读全文
摘要:
引自: https://www.cnblogs.com/xiaoyou2018/p/11190212.html 阅读全文
摘要:
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 阅读全文
摘要:
1. 未授权访问 打开Token验证 2.swagger-ui 未授权访问 swagger-ui 未授权访问 安装一个url rewrite的模块 https://www.iis.net/downloads/microsoft/url-rewrite 这2个地址都直接重定向到404页面 3.敏感信息 阅读全文
摘要:
https://blog.csdn.net/wwwqqq2014/article/details/121079802 https://help.aliyun.com/document_detail/292635.htm?spm=a2c4g.11186623.0.0.67925b78B1oOza#se 阅读全文
摘要:
注意点: 1.根据项目的netcore的版本找到适应当前版本的 ElectronNET.API 比如当前项目是: netcore3.1 可以使用 ElectronNET.API 9.31.2 2. ElectronNET.API 9.31.2 每个新建的项目都需要安装 3. 同样 安装对应的版本 E 阅读全文