-
PowerShell、CMD、Linux 命令换行
场景 运行docker命令,该命令由多行组成。在Linux中使用\表示换行。 docker run \ --name nginx \ -p 80:80 \ ng
2023-03-10, Views: 2107 , Topics: Linux cmd PowerShell
-
Go 在 Windows 上编译 Linux 版本
查看 Go 环境变量 操作系统 go env GOOS 架构 go env GOARCH CMD 编译 注意:Windows下set指令只在cmd下有效,无法在
2020-10-30, Views: 5400 , Topics: Go cmd PowerShell
-
Windows 使用 chcp 修改 PowerShell、cmd 编码
说明 PowerShell或cmd默认编码跟随系统,很有可能不是UTF-8编码。 CHCP Changes the active console code p
2019-08-14, Views: 6380 , Topics: chcp cmd PowerShell
-
MySQL Windows 下 cmd 显示中文乱码
查看数据库编码 show variables like '%character%'; +--------------------------+--------