2022.1112.0 • Published 2 years ago

tju-comp-arch-lixuewei v2022.1112.0

Weekly downloads
-
License
CC BY-NC-SA 4.0
Repository
github
Last release
2 years ago

天津大学组成原理课件(李雪威)

下载

Docker

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

PYPI

pip install tju-comp-arch-lixuewei
tju-comp-arch-lixuewei <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g tju-comp-arch-lixuewei
tju-comp-arch-lixuewei <port>
# 访问 http://localhost:{port} 查看文档