Featured image of post Python HTTP server

Python HTTP server

Hits

python3 -m http.server
# 自定义端口
python3 -m http.server 80

注意这个会把你的所在文件夹直接全部暴露出来,默认使用 8000 端口


我这里是开启 httpserver 作为临时服务器 让别人可以访问我的文件 为了让他们能访问,还需要看一下我的内网ip

# mac
ip | grep inet 
# win
ipconfig | findstr IPv4
# linux
ip addr  | grep inet 

如果还是访问不了注意查看防火墙,关闭防火墙; windows 防火墙需要增加入规则才可以被访问

# 运行 win + R
wf.msc
Licensed under CC BY-NC-SA 4.0
最后更新于 Mar 26, 2024 00:00 UTC
comments powered by Disqus
吸引力法则,大圣灵、外星人和心灵能量
使用 Hugo 构建
主题 StackJimmy 设计