- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://github.com/vmware/rvc
软件介绍
RVC 是一个用于 VWware ESX 和 VirtualCenter 的控制台。
示例代码:
% rvc 192.168.1.105 username: Administrator password: 0 dc (datacenter) 192.168.1.105:/> cd dc/host/192.168.1.100/ 192.168.1.105:/dc/host/192.168.1.100/> ls 0 host [192.168.1.100] (host): cpu 2*2*2.81 GHz, memory 2.00 GB 1 resourcePool [Resources]: cpu 4.35/4.35/normal, mem 0.48/0.48/normal 192.168.1.105:/dc/host/192.168.1.100/> ls host/vms/ 0 foo: poweredOn 192.168.1.105:/dc/host/192.168.1.100/> i host/vms/foo name: foo host: dc/host/192.168.1.100/192.168.1.100 tools: guestToolsNotRunning VC UUID: 5259d5d2-b767-43c9-db6d-fbf5cc4b6f02 power: poweredOn cpus: 1 memory: 128 MB nics: Network adapter 1: "VM Network" connected 00:0c:29:c6:5d:2a 192.168.1.105:/dc/host/192.168.1.100/> off host/vms/foo PowerOffVM foo: success 192.168.1.105:/dc/host/192.168.1.100/> quit
PHP经典实例(第3版)
David Sklar、Adam Trachtenberg / 苏金国、丁小峰 / 中国电力出版社 / 2015-7 / 128.00
想要掌握PHP编程技术?或者想要学习如何完成一个特定的任务?那么一定要先看看《PHP经典实例(第3版)》。本书介绍了专门为PHP 5.4和5.5修订的350个经典技巧,并提供了丰富的示例代码。特别是对生成动态Web内容的解决方案做了全面更新,从使用基本数据类型到查询数据库,从调用RESTful API到测试和保护网站安全都有涵盖。 各个技巧都提供了示例代码,可以免费使用,另外还讨论了如何解决......一起来看看 《PHP经典实例(第3版)》 这本书的介绍吧!
