基於Python的HttpServer

    最近須要作一個http的服務器,發現python提供的simplehttpserver用起來真的很方便,幾十行代碼就能夠實現一個每個請求都在一個線程裏處理的簡單的http服務器。python 服務器代碼以下: 服務器 #!/usr/bin/python #coding=utf8 import SimpleHTTPServer import logging import urlparse,u
相關文章
相關標籤/搜索