1 2 3 4 5 ··· 7 下一页
摘要: 一、针对vs2022配置如下 取消勾选跳过.... 二、针对vs2026配置如下 阅读全文
posted @ 2026-03-04 15:24 windlog 阅读(2) 评论(0) 推荐(0)
摘要: 这个错误表明你尝试使用 ssh 连接到远程服务器时,客户端和服务器之间没有匹配的 host key 类型。具体来说,远程服务器提供了 ssh-rsa 和 ssh-dss 类型的 host key,但你的 SSH 客户端配置可能不再支持这些较旧的算法。最近的 OpenSSH 版本默认禁用了不够安全的算 阅读全文
posted @ 2026-03-04 14:55 windlog 阅读(3) 评论(0) 推荐(0)
摘要: Windows多语言本地语音标识编码表 Windows Locale Codes - Sortable list 参考地址 Locale Language code LCID string LCID Decimal LCID Hexadecimal Codepage Divehi Dhivehi d 阅读全文
posted @ 2026-01-14 15:34 windlog 阅读(18) 评论(0) 推荐(0)
摘要: 国家语言,语言代码,locale id对应表 国家语言,语言代码,locale id对应表。比如 en_US对应的id为1033, 中文的locale=zh_CN,id=2052. 参考链接 Locale Language code LCID string LCID Decimal LCID Hex 阅读全文
posted @ 2026-01-14 15:33 windlog 阅读(14) 评论(0) 推荐(0)
摘要: 一、在asp.net中使用 app.UseHsts(); app.UseHttpsRedirection(); 配置时,在生成环境提示重定向安全连接问题 HTTP redirection to HTTPS causes ERR_INVALID_REDIRECT on the CORS preflig 阅读全文
posted @ 2025-11-29 15:20 windlog 阅读(10) 评论(0) 推荐(0)
摘要: mp4转gif ffmpeg -f gif -i name.gif output.mp4 ffmpeg -i output.mp4 -vf palettegen palette.png ffmpeg -i output.mp4 -i palette.png -lavfi paletteuse nam 阅读全文
posted @ 2025-09-29 12:44 windlog 阅读(36) 评论(0) 推荐(0)
摘要: 一、系统环境 Win10 参考 https://cp.baidu.com/landing/tscp_doc/8e36175e077a04256c1b85e9a0975471 二、安装步骤 2.1、控制面板,打开windows设置 说明:选择时间和语言选项,看到如下界面,主要关注语言及语音即可 2.2 阅读全文
posted @ 2025-09-15 11:20 windlog 阅读(1081) 评论(0) 推荐(0)
摘要: 报错描述 安装在没有管理员权限的计算机上,完成安装直接启动系统,无法正常启动 直接报 CreateProcess failed; code 740 错误处理建议 若提示"CreateProcess failed; code 740"(操作需要管理员权限),可通过修改安装目录下的SetupLdr.e3 阅读全文
posted @ 2025-07-23 14:38 windlog 阅读(179) 评论(0) 推荐(0)
摘要: NET的包管理器总结 一、使用NuGet工具 在应用上点击右键 在项目上点击右键 二、使用命令 参考依赖公共包来源网站:https://www.nuget.org/packages/Newtonsoft.Json 选择vs2022工具NuGet包管理器 常用主要两种方式 .NET CLI \ PMC 阅读全文
posted @ 2025-07-11 12:00 windlog 阅读(66) 评论(1) 推荐(0)
摘要: 是因为环境变量,配置了 NODE_OPTIONS --openssl-legacy-provider 删除上面环境变量配置即可 参考 在尝试打开项目时,VisualStudio2017出现异常崩溃 ‌--openssl-legacy-provider‌是一个用于Node.js的环境变量选项,其作用是 阅读全文
posted @ 2025-03-06 16:16 windlog 阅读(105) 评论(0) 推荐(0)
1 2 3 4 5 ··· 7 下一页