摘要: In Terminal (SimpleHTTPServer):cd ~python -m SimpleHTTPServer 8080 #不指定端口默认为8000 In Terminal (CGIHTTPServer):cd ~python -m CGIHTTPServer #默认端口为8000 Reference:http://coolshell.cn/articles/1480.htmlhttp://blog.licess.org/simplehttpserver/ 阅读全文
posted @ 2013-09-26 09:46 makemelike 阅读(414) 评论(0) 推荐(0) 编辑