摘要:
简要说明 pyVmomi is the Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter. 环境配置: 网络环境: 安装pyvmomi的server和VMware vCenter 网络打通; 系统环境: pyvmomi用pip安装,所以需要有python和... 阅读全文
摘要:
一个简单的web框架实现 #!/usr/bin/env python# -- coding: utf-8 --__author__ = 'EchoRep'from wsgiref.simple_server import make_serverdef index(): # data = open('html/index.html').read() return datadef ... 阅读全文