Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

apachecn/lcthw-zh

Repository files navigation

笨办法学C 中文版

来源:Learn C The Hard Way

作者:Zed A. Shaw

译者:飞龙

自豪地采用谷歌翻译

一句 MMP 送给在座的各位程序正义垃圾。

下载

Docker

docker pull apachecn0/lcthw-zh
docker run -tid -p <port>:80 apachecn0/lcthw-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install lcthw-zh
lcthw-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g lcthw-zh
lcthw-zh <port>
# 访问 http://localhost:{port} 查看文档

赞助我

协议

此版本遵循CC BY-NC-SA 4.0协议,原版无此约束。

Releases

No releases published

Packages

No packages published