- 授权协议: GPLv2
- 开发语言: Python
- 操作系统: Linux
- 软件首页: http://code.google.com/p/pynag/
- 软件文档: http://code.google.com/p/pynag/w/list
软件介绍
pynag (Python Nagios Modules) 提供了一个 Python 工具用来在程序中处理 Nagios 配置文件维护和插件开发。
示例代码:
from pynag import Model # Get all hosts all_hosts = Model.Host.objects.all for i in all_hosts: print i.host_name, i.contacts
Inside the C++ Object Model
Stanley B. Lippman / Addison-Wesley Professional / 1996-5-13 / USD 64.99
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritanc......一起来看看 《Inside the C++ Object Model》 这本书的介绍吧!
