python小技巧
Posted hanshanxiaoheshang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python小技巧相关的知识,希望对你有一定的参考价值。
以下实验均在Linux上进行
1、一秒钟启动一个下载服务器
python版本
python2: #python -m SimpleHTTPServer
# python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
http://192.168.184.140:8000/ 输入IP+端口即可
python3: #python -m http.server
以上是关于python小技巧的主要内容,如果未能解决你的问题,请参考以下文章