ES5S封装系统问题汇总
1. 在操作系统下开始一键封装,提示找不到sysperp如果有安装搜狗输入法,切换到默认的微软拼音,然后重新运行ES5S2. 执行封装过程中报错,代码5.3查看ES目录下的debug日志,提示如下2023-12-11 15:05:09, Error SYSPRP Package Microsoft.MicrosoftEdge_44.19041.1266.0_n...
阅读全文
1. 在操作系统下开始一键封装,提示找不到sysperp如果有安装搜狗输入法,切换到默认的微软拼音,然后重新运行ES5S2. 执行封装过程中报错,代码5.3查看ES目录下的debug日志,提示如下2023-12-11 15:05:09, Error SYSPRP Package Microsoft.MicrosoftEdge_44.19041.1266.0_n...
阅读全文
1. 编译提示“Werror”相关的错误http_request_parser.c:1130:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
http_request_parser.c:1132:1: note: here解决方法编辑Nginx源码的objs/Makefile,将文件开头CFL...
阅读全文
查看网卡MTUnetsh interface ipv4 show subinterfaces设置网卡MTUnetsh interface ipv4 set subinterface "<Interface>" mtu=1492 store=persistent
阅读全文
在当前安装Veeam的服务器上使用PowerShell执行以下命令,$context后面粘贴数据库中的密文密码Add-Type -AssemblyName 'system.security'
$context = '<encrypted-password-value-from-database>'
$data = [Convert]::Fr...
阅读全文
卸载旧版本yum remove docker docker-client docker-client-latest docker-common docker-latest docker-latest-logrotate docker-logrotate docker-engine安装yum-utils工具yum install -y yum-utils配置Docker官方的yum仓库yum-...
阅读全文