使用python快速搭建web服务器

命令:python -m SimpleHTTPServer 8088

参考:https://www.cnblogs.com/harry-xiaojun/p/6739003.html

    https://www.cnblogs.com/yili16438/p/d3209323913c6d53e6060fcd8d27e4c0.html

    http://www.jb51.net/article/81758.htm

常驻进程运行:nohup python -m SimpleHTTPServer 8088 &

posted @ 2018-02-02 13:34  sunflower627  阅读(1481)  评论(0编辑  收藏  举报