2022.609.0 • Published 2 years ago

seu-job-intro v2022.609.0

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

东南大学就业导论课件

下载

Docker

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

PYPI

pip install seu-job-intro
seu-job-intro <port>
# 访问 http://localhost:{port} 查看文档

NPM

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