码迷,mamicode.com
首页 >  
搜索关键字:ansible playbook node    ( 29958个结果
ansible入门
Ansible是一款极为灵活的开源工具套件,能够大大简化Unix管理员的自动化配置管理与流程控制方式。它利用推送方式对客户系统加以配置,这样所有工作都可在主服务器端完成。其命令行机制同样非常强大,允许大家利用商业许可Web UI实现授权管理与配置。...
分类:其他好文   时间:2014-09-23 13:49:04    阅读次数:184
Faye,Simple pub/sub messaging for the web
参考资料 http://faye.jcoglan.com/        Faye is a publish-subscribe messaging system based on the Bayeux protocol/CometD. It provides message servers for Node.js and Ruby, and clients for use on...
分类:Web程序   时间:2014-09-23 12:12:24    阅读次数:192
ansible常用命令
ad-hoc常用命令是用来解决一些常用的简单的配置命令,而且这些命令的执行速度很快。adhoc可以不用写playbooks,使用方便简单。 man ansible ansible [-f forks] [-m module] [-a args] ARGUMENTS     pattern         组名,或者主机名,匹配hosts文件。 OPTIONS     -...
分类:其他好文   时间:2014-09-23 12:08:54    阅读次数:273
php安装错误 (node.c:1953:error) 解决办法
root@---- [/opt/php-5.2.17]# make/bin/sh /opt/php-5.2.17/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/dom/ -I/opt/php-5.2.17/ext/dom....
分类:Web程序   时间:2014-09-23 11:34:44    阅读次数:269
【360开源】thinkjs:基于Promise的Node.js MVC框架 (转)
thinkjs是360奇舞团开源的一款Node.js MVC框架,该框架底层基于Promise来实现,很好的解决了Node.js里异步回调的问题。
分类:Web程序   时间:2014-09-23 02:28:56    阅读次数:330
poj 1099
http://poj.org/problem?id=1099#include#include#include using namespace std;#define N 60int x,y,n;char mat[N][N];struct node{ int num,id; int han...
分类:其他好文   时间:2014-09-22 23:15:03    阅读次数:300
node.js--exports和module.exports
node.js中的module.export和exports是有区别的。exports可以认为是module.exports的添加接口,如果是module.exports有定义引入,exports也有定义引入,那对外暴露的接口是module.exports定义的,而不是exports定义的,modu...
分类:Web程序   时间:2014-09-22 20:27:33    阅读次数:194
Extended symmetrical multiprocessor architecture
An architecture for an extended multiprocessor (XMP) computer system is provided. The XMP computer system includes multiple SMP nodes. Each SMP node i...
分类:其他好文   时间:2014-09-22 20:22:43    阅读次数:234
Node.js v0.10.31API手册-子进程
子进程...
分类:Windows程序   时间:2014-09-22 20:16:43    阅读次数:434
node.js--dns解析demo
//引入模块var http = require('http'), url = require('url'), querystring = require('querystring'), fs = require('fs'), dns = require('dns');//展...
分类:Web程序   时间:2014-09-22 18:41:43    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!