pages*/*: update some outdated pages, blackfire: fix placeholder (#14154)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:27:02 +02:00
committed by GitHub
parent f21fa6a211
commit 03fd077956
62 changed files with 188 additions and 188 deletions

View File

@@ -25,11 +25,11 @@
- 显示特定 PID 的日志:
`adb logcat --pid={{pid}}`
`adb logcat --pid {{pid}}`
- 显示某个特定软件包的进程日志:
`adb logcat --pid=$(adb shell pidof -s {{软件包}})`
`adb logcat --pid $(adb shell pidof -s {{软件包}})`
- 给日志着色(通常与过滤器一起使用):

View File

@@ -5,12 +5,12 @@
- 使用公制单位显示 Rzeszow, Poland 接下来 5 天的天气预报:
`ansiweather -u {{metric}} -f {{5}} -l {{Rzeszow,PL}}`
`ansiweather -u metric -f 7 -l {{Rzeszow,PL}}`
- 显示带符号和日光数据信息的天气预报:
`ansiweather -s {{true}} -d {{true}}`
`ansiweather -F -s true -d true`
- 显示带风力等级和湿度信息的天气预报:
`ansiweather -w {{true}} -h {{true}}`
`ansiweather -w true -h true`

View File

@@ -13,11 +13,11 @@
- 进行新的录制,保存到本地的文件中:
`asciinema rec {{文件路径}}.cast`
`asciinema rec {{文件路径.cast}}`
- 从本地文件中播放终端录屏:
`asciinema play {{文件路径}}.cast`
`asciinema play {{文件路径.cast}}`
- 在 asciinema.org 中播放终端录屏:
@@ -29,8 +29,8 @@
- 打印本地保存的录像的完整输出:
`asciinema cat {{文件路径}}.cast`
`asciinema cat {{文件路径.cast}}`
- 从本地上传一个录屏到 asciinema.org
`asciinema upload {{文件路径}}.cast`
`asciinema upload {{文件路径.cast}}`

View File

@@ -9,7 +9,7 @@
- 将文字信息打印为横幅,宽度为 50 个字:
`banner -w {{50}} "{{Hello World}}"`
`banner -w 50 "{{Hello World}}"`
-`stdin` 中读取文本:

View File

@@ -14,7 +14,7 @@
- 根据 `输出.gv` 将每个块和块切割顶点树写入多个有编号的文件中:
`bcomps -x -o {{路径/到/输出.gv}} {{路径/到/输入1.gv}} {{路径/到/输入2.gv ...}}`
`bcomps -x -o {{路径/到/输出.gv}} {{路径/到/输入1.gv 路径/到/输入2.gv ...}}`
- 显示 `bcomps` 的帮助信息:

View File

@@ -13,7 +13,7 @@
- 运行指定组所有的测试用例:
`behat --suite={{组名}}`
`behat --suite {{组名}}`
- 运行所有测试,指定输入格式:

View File

@@ -20,10 +20,6 @@
`bower list`
- 显示 bower 指令的帮助信息:
`bower help {{指令}}`
- 创建你的项目的 `bower.json`
`bower init`
@@ -31,3 +27,7 @@
- 安装时候指定依赖的版本号,并添加到 `bower.json`
`bower install {{local_name}}={{package}}#{{version}} --save`
- 显示 bower 指令的帮助信息:
`bower help {{指令}}`

View File

@@ -11,10 +11,6 @@
`bpytop -m`
- 显示版本:
`bpytop -v`
- 切换最小模式:
`m`
@@ -26,3 +22,7 @@
- 改变设置:
`M`
- 显示版本:
`bpytop -v`