2018-10-12 12:02:15 星期五

python -c "print '\346\234\215\345\212\241\345\231\250\346\217\220\344\272\244' "

输出 "服务器提交"

### 在浏览器中查看python信息

python -m pydoc -p 8080

###python web

python 与webserver配合时, 可以使用fastcgi协议,  也可以使用 wsgi 协议

python自带了一个wsgi协议的服务器模块: wsgiref

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-05-09
猜你喜欢
  • 2021-10-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
相关资源
相似解决方案