码迷,mamicode.com
首页 >  
搜索关键字:modules    ( 3704个结果
自动化运维工具ansible playbook和roles的使用
ansible的结构:Inventory用来定义被控制端Modules定义被控制端可用的操作AdHocCommands定义被控制端可以执行命令的Playbook批量运行的方式Tasks:任务:由各模块所支持执行的特定操作;可以通过ansible-docmodule_name来查看帮助文档,非常详细-muser-a‘name=password=’Vari..
分类:其他好文   时间:2015-04-14 19:56:46    阅读次数:258
呼叫中心静态座席的配置
首先使用 #make mod_callcenter-install 安装mod_callcenter模块 然后到Freeswitch控制台上加载该模块Freeswitch> load mod_callcenter 在conf/autoload_configs/modules.conf.xml中去掉与...
分类:其他好文   时间:2015-04-14 19:19:30    阅读次数:492
NodeJS 从0开始
查看Node 基本配置$ npm config ls -l$npm help install将展开install的help文档初始化目录 npm init 根据提示完成 将生成package.json全局安装和本地安装globally —- This drops modules in {pre...
分类:Web程序   时间:2015-04-14 16:31:57    阅读次数:208
YII入门 (3) -- 实现 CRUD 操作
通过Gii来实现系统的 CRUD  操作 1、修改 config 文件夹的 main.php,激活 Gii ,如下 'modules'=>array(         // uncomment the following to enable the Gii tool         'gii'=>array(             'class'=>'system.gii....
分类:其他好文   时间:2015-04-12 13:26:28    阅读次数:194
opencv mat flags含义
f:\opencv\opencv\sources\modules\core\src\matrix.cpp: flags = (_type & CV_MAT_TYPE_MASK) | MAGIC_VAL; CV_MAT_TYPE_MASK: =8*4-1=31, 5bits #define CV_M....
分类:其他好文   时间:2015-04-12 13:23:50    阅读次数:745
待解决工作
释放队列7 system.queue.inc public DrupalQueueInterface::releaseItem($item)https://api.drupal.org/api/drupal/modules!system!system.queue.inc/function/D...
分类:其他好文   时间:2015-04-11 13:10:30    阅读次数:94
.config-20150410
## Automatically generated file; DO NOT EDIT.# OpenWrt Configuration#CONFIG_MODULES=yCONFIG_HAVE_DOT_CONFIG=y# CONFIG_TARGET_ppc40x is not set# CONFIG...
分类:其他好文   时间:2015-04-10 19:49:12    阅读次数:605
AndroidStudio使用教程(第五弹)
AndroidStudio使用教程(第五弹)Create and Build an Android Studio Project接下来是以下这四个部分: - Create projects and modules. - Work with the project structure. - Eidt build files to configure the build process. - B...
分类:移动开发   时间:2015-04-10 15:37:11    阅读次数:213
修改npm全局安装模式的路径
在正式写此文章之前,我得说一点血泪史。刚学nodeJS不久,很纳闷为什么全局安装的模块在 'node安装目录/node_modules‘ 中没找到!后来仔细看了下安装成功后的信息,才发现原来是自动安装在C盘了,天啊,C盘肯定不能来放这些东西的啦,于是呢就上网百度了一下。方法一:(百度到的,不过对我无...
分类:其他好文   时间:2015-04-10 10:59:39    阅读次数:204
Ubuntu命令
查看ubuntu版本号方法一:cat /etc/issue返回结果:Ubuntu 6.06.2 LTS \n \l方法二:sudo lsb_release -a返回结果:No LSB modules are available. Distributor ID: Ubuntu Description:...
分类:系统相关   时间:2015-04-10 10:49:33    阅读次数:177
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!