会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jack He
博客园
首页
新随笔
联系
管理
2020年3月11日
python搭建简单http服务
摘要: python搭建简单http服务 前提条件: 在服务器上要安装好Python ,Python自带了一个WEB服务器 SimpleHTTPServer。可以执行以下命令快速搭建一个http服务。 nohup python -m SimpleHTTPServer [port] & 例如: python
阅读全文
posted @ 2020-03-11 14:15 西门运维
阅读(695)
评论(0)
推荐(0)
编辑
公告