摘要:
Goland sdk报错 The selected directory is not a valid home for Go SDK 解决办法: 追加文件:go1.17.2\src\runtime\internal\sys\zversion.go const TheVersion = `go1.17 阅读全文
摘要:
windows防火墙常用命令 (1.)常用命令 查看当前防火墙状态:netsh advfirewall show allprofiles 关闭防火墙:netsh advfirewall set allprofiles state off 开启防火墙:netsh advfirewall set all 阅读全文