开启Python3自带的http服务

图片发自简书App
python -m http.server

如果你的计算机上已经安装了python3,运行上面的命令后,python会在当前命令行模式所在的目录下,启动一个运行于8000端口的http服务,哈哈,以后可以和Apache说拜拜了~

npm也可以安装类似的服务: sudo npm install --global http-server, 开启服务hs -o

上一篇:PostgreSQL父子表和分区表对比


下一篇:Greenplum源码编译安装ORCA握手失败解决 - Caused by SSLError(SSLError("bad handshake: ...)