摘要: 简要说明 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和... 阅读全文
posted @ 2016-03-06 19:29 EchoRep 阅读(4552) 评论(0) 推荐(0) 编辑
摘要: 一个简单的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 ... 阅读全文
posted @ 2016-03-06 13:09 EchoRep 阅读(484) 评论(0) 推荐(0) 编辑