add new chinese translations
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# adb reverse
|
||||
|
||||
> 安卓调试桥-反射: 反向映射安卓模拟器实例或者已连接的实体设备的套接字连接。
|
||||
> 更多信息:<https://developer.android.com/tools/adb>.
|
||||
> 从连接的 Android 设备或模拟器反向 socket 连接。
|
||||
> 更多信息:<https://developer.android.com/tools/adb>。
|
||||
|
||||
- 列出所有来自模拟器和设备的映射连接:
|
||||
- 列出所有来自模拟器和设备的反向 socket 连接:
|
||||
|
||||
`adb reverse --list`
|
||||
|
||||
- 将 TCP 端口从安卓模拟器或设备中映射到 localhost:
|
||||
- 从模拟器或设备将 TCP 端口反向到本地主机:
|
||||
|
||||
`adb reverse tcp:{{远程端口}} tcp:{{本地端口}}`
|
||||
`adb reverse tcp:{{remote_port}} tcp:{{local_port}}`
|
||||
|
||||
- 从安卓模拟器或设备移除一个反向 socket 连接:
|
||||
- 从模拟器或设备移除一个反向 socket 连接:
|
||||
|
||||
`adb reverse --remove tcp:{{远程端口}}`
|
||||
`adb reverse --remove tcp:{{remote_port}}`
|
||||
|
||||
- 从安卓模拟器或设备移除所有反向 socket 连接:
|
||||
- 从所有模拟器和设备中移除所有反向 socket 连接:
|
||||
|
||||
`adb reverse --remove-all`
|
||||
`adb reverse --remove-all`
|
Reference in New Issue
Block a user