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

View File

@@ -0,0 +1,24 @@
# couchdb
> Apache CouchDB 数据库服务器的命令行界面。
> 更多信息:<https://couchdb.apache.org>。
- 启动 CouchDB
`couchdb`
- 启动 CouchDB 交互式 shell
`couchdb -i`
- 将 CouchDB 作为后台进程启动:
`couchdb -b`
- 杀死后台进程(注意:如果需要,它会自动重启):
`couchdb -k`
- 关闭后台进程:
`couchdb -d`