markdown 使用Python的启动微型的HttpServer

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用Python的启动微型的HttpServer相关的知识,希望对你有一定的参考价值。

# 使用Python启动微型HttpServer
进入任意目录,启动以下命令,可将当前目录作为HttpServer的访问根目录
```zsh
# python2.x
python -m SimpleHTTPServer 10010

# python3.x
python3 -m http.server 10010
```

以上是关于markdown 使用Python的启动微型的HttpServer的主要内容,如果未能解决你的问题,请参考以下文章

使用python将html转成markdown

带有 pyserial RS232 的微型开关在 tkinter 线程中启动/停止计时器,但即使停止也继续运行

Python最火框架入门了吗?微型框架 Flask与Web框架Django示例!

Python开发桌面微型计算器

微型 Python Web 框架: Bottle

python 用Python实现的微型redis-like服务器