common/u*: add Chinese translation (#14688)

* common/u*: add Chinese translation

* Update uv-tool.md

* Update ugrep.md
This commit is contained in:
Jin
2024-11-19 04:23:02 -05:00
committed by GitHub
parent 156075e8b1
commit 2a4ef14253
28 changed files with 601 additions and 0 deletions

25
pages.zh/common/updog.md Normal file
View File

@@ -0,0 +1,25 @@
# updog
> Python {{SimpleHTTPServer}} 的替代方案。
> 它允许通过 HTTP/S 上传和下载,可以设置临时 SSL 证书,并使用 HTTP 基本认证。
> 更多信息:<https://github.com/sc0tfree/updog>.
- 为当前目录启动 HTTP 服务器:
`updog`
- 为指定目录启动 HTTP 服务器:
`updog --directory {{/路径/到/目录}}`
- 在指定端口上启动 HTTP 服务器:
`updog --port {{端口}}`
- 使用密码启动 HTTP 服务器(要登录,请将用户名留空,并在密码字段中输入密码):
`updog --password {{密码}}`
- 通过 SSL 启用传输加密:
`updog --ssl`