-
Golang 在 Windows 上编译 Linux 版本
查看 Golang 环境变量 操作系统 go env GOOS 架构 go env GOARCH CMD 编译 注意:Windows下set指令只在cmd下有效
2020-10-30,阅读:3282,标签:Golang cmd PowerShell
-
Windows 使用 chcp 修改 PowerShell、cmd 编码
说明 PowerShell或cmd默认编码跟随系统,很有可能不是UTF-8编码。 CHCP Changes the active console code p
2019-08-14,阅读:4811,标签:chcp cmd PowerShell
-
MySQL Windows 下 cmd 显示中文乱码
查看数据库编码 show variables like '%character%'; +--------------------------+--------