- 授权协议: 未知
- 开发语言: Python
- 操作系统: Linux
- 软件首页: http://oss.alea-soluciones.com/trac/wiki/BoscliOss
软件介绍
Boscli 是一个用来开发基于控制台的交互式应用的框架。
示例代码:
import boscliutils
def bcli_util_tracepath_IPHOST(host):
"""Show tracepath to the host
"""
print "Press Ctrl-C to quit"
print ""
boscliutils.BatchCommand("tracepath %s" % host)
def bcli_util_edit_FILE(file):
"""Edit file"""
boscliutils.InteractiveCommand("nano %s" % file)
CGI 程序设计自学通
(美)格里高利 / 徐丹/等 / 机械工业出版社 / 1998-08 / 28.00元
本书集中讨论CGI编程,以便利用一起来看看 《CGI 程序设计自学通》 这本书的介绍吧!
