全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 910|回复: 10

快速http服务

[复制链接]
发表于 2021-7-6 22:44:43 | 显示全部楼层 |阅读模式
常常临时要在服务器下个文件什么的,没有合适的方法,其实python的http就很好用。
  1. 1、python2
  2. python -m SimpleHTTPServer 8000
  3. 2、python3
  4. python -m http.server 8000
复制代码


ikoula的速度也还可以啊。
发表于 2021-7-6 23:01:29 | 显示全部楼层
这种东西居然还要靠分享

前端工具链真是领先其他开发平台100年
发表于 2021-7-6 22:46:03 | 显示全部楼层
涨知识了 以往我还得安装个nginx
发表于 2021-7-6 22:57:56 | 显示全部楼层
Command 'python' not found, did you mean:

  command 'python3' from deb python3
  command 'python' from deb python-is-python3

有些没配置好的要用python3 -m http.server 8000
发表于 2021-7-6 22:58:54 | 显示全部楼层
你们发这些真没用,会搜索的人百度就有,不会搜索的人以后也看不到你的贴
发表于 2021-7-6 23:03:19 | 显示全部楼层
感谢大佬分享!!!
发表于 2021-7-6 23:04:46 | 显示全部楼层
感谢大佬分享!!!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2026-5-15 03:23 , Processed in 0.065218 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表