- 授权协议: MIT
- 开发语言: Google Go HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/hidu/cmd2http
软件介绍
cmd2http 是将cli程序(系统命令、脚本等)转换为http服务的工具
cmd2http 是使用golang编写,跨平台 。
已经编译好的linux和windows包 :http://pan.baidu.com/s/1bnkyWLD#path=%252Fcmd2http
执行:
./cmd2http -conf=../example/cmd2http.json -port=8080
hello world demo:
url : http://localhost:8080/echo?wd=hello&a=world command exec : echo -n hello world defaultValue config : echo -n $wd $a $b|defaultValue
配置示例:
{
port:8310,
title:"default title"
intro:"intro info"
timeout:30
cache_dir:"./cache_data/"
cmds:{
pwd:{
cmd:"pwd",
intro:"cmd intor",
timeout:10
},
echo:{
cmd:"echo -n $wd|你好 $a $b"
cache:120
}
}
}
复杂网络理论及其应用
汪小帆、李翔、陈关荣 / 清华大学出版社 / 2006 / 45.00元
国内首部复杂网络专著 【图书目录】 第1章 引论 1.1 引言 1.2 复杂网络研究简史 1.3 基本概念 1.4 本书内容简介 参考文献 第2章 网络拓扑基本模型及其性质 2.1 引言 2.2 规则网络 2.3 随机图 2.4 小世界网络模型 2.5 无标度网络模型 ......一起来看看 《复杂网络理论及其应用》 这本书的介绍吧!
