如何用 Python 建立 HTTP Access Server

只是稍微紀錄一下。


Python 2.x

python -m SimpleHTTPServer 9914

Python 3.x

python -m http.server 9914

留言

這個網誌中的熱門文章

如何將Linux打造成OpenFlow Switch:Openvswitch

刁鑽數學難題?

Linux Virtual Interface: TUN/TAP