pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -3,11 +3,11 @@
> Java 堆分析工具。
> 更多信息:<https://docs.oracle.com/javase/8/docs/technotes/tools/unix/jhat.html>.
- 分析堆转储文件(来自 jmap通过 http 端口 7000 进行查看:
- 分析堆转储文件(来自 jmap通过 HTTP 端口 7000 进行查看:
`jhat {{路径/堆转储文件}}`
- 分析堆转储文件,为 http 服务指定备用端口:
- 分析堆转储文件,为 HTTP 服务指定备用端口:
`jhat -p {{端口}} {{路径/堆转储文件}}`