add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/common/dmd.md Normal file
View File

@@ -0,0 +1,24 @@
# dmd
> 官方 D 编译器。
> 更多信息:<https://dlang.org/dmd.html>。
- 编译 D 源文件:
`dmd {{path/to/source.d}}`
- 生成所有模板实例化的代码:
`dmd -allinst`
- 控制边界检查:
`dmd -boundscheck={{on|safeonly|off}}`
- 列出所有可用检查的信息:
`dmd -check={{h|help|?}}`
- 开启彩色控制台输出:
`dmd -color`