摘要: // RSA 加密 async function encryptData(publicKeyStr, data) { const publicKey = await importPublicKey(publicKeyStr); const encoder = new TextEncoder(); c 阅读全文
posted @ 2025-05-30 18:08 风天涯 阅读(76) 评论(0) 推荐(0)
摘要: 错误1:提示缺少Visual Studio 2019 x64 Redistributable 现象: 在windows系统上使用Mysql8以上的msi进行安装时,可能提示缺少Visual Studio 2019 x64 Redistributable 解决办法: 1.在微软官网下载vc++可再发行 阅读全文
posted @ 2025-04-14 17:31 风天涯 阅读(479) 评论(0) 推荐(0)
摘要: 1.Deployments 1 kind: Deployment 2 apiVersion: apps/v1 3 metadata: 4 name: rabbitmq-deployment 5 spec: 6 replicas: 1 7 selector: 8 matchLabels: 9 app: 阅读全文
posted @ 2022-06-17 15:27 风天涯 阅读(140) 评论(0) 推荐(0)
摘要: 开启DMP文件(引用:https://www.cnblogs.com/netck/p/10483933.html) 1.开启系统服务(Windows Error Reporting Service) 2.下面代码保存txt,然后修改后缀名为reg,点击执行 VS调试:1.使用VS打开DMP文件 2. 阅读全文
posted @ 2019-12-02 21:18 风天涯 阅读(8860) 评论(0) 推荐(0)
摘要: 1 <system.web> 2 <compilation debug="true" targetFramework="4.0"/> 3 <customErrors mode="On" defaultRedirect="/index.html"> 4 </customErrors> 5 </syst 阅读全文
posted @ 2019-10-01 11:03 风天涯 阅读(715) 评论(0) 推荐(0)
摘要: 1.KB2919442 https://www.microsoft.com/zh-cn/download/confirmation.aspx?id=42153 2.clearcompressionflag.exe https://www.microsoft.com/zh-cn/download/de 阅读全文
posted @ 2019-08-09 15:31 风天涯 阅读(5528) 评论(0) 推荐(0)