码迷,mamicode.com
首页 >  
搜索关键字:ansible variables    ( 4649个结果
ansible安装应用及playbook剧本的定义
在配置集群时,每个节点上有很多相同的配置,如启动服务相同、安装程序、提供相同的配置文件,甚至定制相同的任务计划来定期执行某些操作等。如果你管理的只是三两个节点配置起来还是相当简单的,但是有三五十台,甚至上百台你还要自已一个一个手动来配置,那就太痛苦了。因些..
分类:其他好文   时间:2014-05-03 20:42:02    阅读次数:572
MySQL慢查询
看到这个名称我惊呆了... SQL不是希望快速查询取得结果吗,怎么什么时候会有这个概念。 问了一个哥们,哥们认为是漫查询:同时多查询。 于是Google得出了如下结果: 慢查询其实对应的是MySQL慢查询日志系统,用来记录执行比较慢的SQL。 怎么去判断执行慢呢,MySQL中你show variables like '%quer%';时,你可以看到long_query_time 属性,对应的就是设置的比较时间。 当看到long_query_time 属性时,你同时可以看到log_slow_queries状态...
分类:数据库   时间:2014-05-03 15:23:59    阅读次数:500
基于Ansible实现批量管理
基于Ansible实现批量管理Ansible提供一种最简单的方式用于发布、管理和编排计算机系统的工具,可在数分钟内搞定,Ansible本身是一种python程序,只需要配置一个节点,只要ssh连接ok被控制节点不需要安装任何工具,就可以实现远程连接执行任何操作支持多节点发布、远程任务执行..
分类:其他好文   时间:2014-05-03 01:38:43    阅读次数:595
(译)Node.js的全局变量
>原文标题:Global Variables in Node.js 原文链接:[http://www.hacksparrow.com/global-variables-in-node-js.html](http://www.hacksparrow.com/global-variables-in-.....
分类:Web程序   时间:2014-05-01 19:46:09    阅读次数:490
Object layout in C++ and access control
The variables are guaranteed to be laid out contiguously, as in C. However, the access blocks may not appear in the object in the order that you decla...
分类:数据库   时间:2014-05-01 04:11:22    阅读次数:543
解析theme()
drupal_render()只是对theme()的调用做了包装,真正做任务的还是theme()。function theme($hook, $variables = array()) { ... ...}theme()的开头检查了module_load_all()是否有执行。theme()只能在....
分类:其他好文   时间:2014-05-01 02:20:32    阅读次数:493
Java Concurrent happens-before
happens-beforerelation on memory operations such as reads and writes of shared variables. The results of a write by one thread are guaranteed to be .....
分类:移动开发   时间:2014-04-29 16:38:32    阅读次数:511
MySQL : interactive_timeout v/s wait_timeout
Most of the database intensive applications are worring about the default values of these variables obviously. Developers used to inform me that they ...
分类:数据库   时间:2014-04-29 15:26:38    阅读次数:739
PGM学习之五 贝叶斯网络
本文的主题是“贝叶斯网络”(Bayesian Network) 贝叶斯网络是一个典型的图模型,它对感兴趣变量(variables of interest)及变量之间的关系(relationships)进行建模。当将贝叶斯模型与统计技术一起使用时,这种图模型分析数据具有如下几个优势:(1) 贝...
分类:其他好文   时间:2014-04-29 10:28:46    阅读次数:521
4649条   上一页 1 ... 463 464 465
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!