zxingwork

python内置模块 SimpleHTTPServer  (支持下载功能)


在对应的工作目录下,运行命令python -m SimpleHTTPServer 即可把当前目录下以共享服务的形式共享出去。
外部访问可通过访问:http://ip:端口号来访问  (默认端口为8000)
可指定端口: python -m SimpleHTTPServer 8081


原文:https://blog.csdn.net/wx1458451310/article/details/78621417

分类:

技术点:

相关文章:

  • 2021-08-01
  • 2021-09-15
  • 2021-12-11
  • 2022-01-26
  • 2021-08-16
  • 2022-01-07
  • 2021-11-15
  • 2021-11-30
猜你喜欢
  • 2021-12-10
  • 2021-06-13
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案