随笔分类 -  Python

摘要:#!/usr/bin/pythonimport SimpleHTTPServerimport SocketServerimport osPORT = 7777WEBDIR = "/www/web/xxx_com/"class Handler(SimpleHTTPServer.SimpleHTTPRe... 阅读全文
posted @ 2014-09-04 14:11 CHN.VMAX 阅读(324) 评论(0) 推荐(0)