码迷,mamicode.com
首页 >  
搜索关键字:ansible module ansible module ansible模块    ( 13569个结果
Can't locate Switch.pm in @INC
the perl version (5.14) shipped with 12.10 does not include the Switch.pm module needed while building WebKiT-GTK.How to install Perl Switch.pm modu.....
分类:其他好文   时间:2014-07-10 13:26:53    阅读次数:453
web-project 故障修复功能 传递所有的event_id数据到后台
1 22 23 24 25 26 27 故障信息28 {% module Uptime() %}29 30 31 32 33 {% if lists != [] %}34 35 {% end %}36 37 {% for d in lists %...
分类:Web程序   时间:2014-07-10 12:19:55    阅读次数:150
【备忘录】provider, factory, service, hello world example
var myApp = angular.module('myApp', []);//service style, probably the simplest onemyApp.service('helloWorldFromService', function() { this.sayHello...
分类:其他好文   时间:2014-07-10 11:35:35    阅读次数:390
OpenResty--mysql,redis 项目中的应用
最近刚刚接手同事的OpenResty的项目,发现对mysql,redis的操作没有用连接池,故对此进行了改造。MYSQL主要是通过mysql_pool.lua 和 dbutil.lua 来封装对数据库的操作mysql_pool.lua: 1 module("mysql_pool", package....
分类:数据库   时间:2014-07-07 21:44:07    阅读次数:591
myeclipse6.0下载及注冊码
myeclipse6.0 下载地址。官方下载地址: http://www.myeclipseide.com/module-htmlpages-display-pid-4.html本地快速下载地址: http://www.rosebush.cn/blog/html/23/t-7423.html htt...
分类:系统相关   时间:2014-07-07 17:55:31    阅读次数:194
No module named yum错误的解决办法
今天要用yum安装软件,于是yum install ***,但是报错,错误如下:There was a problem importing one of the Python modules required to run yum. The error leading to this problem...
分类:其他好文   时间:2014-07-07 14:55:42    阅读次数:350
linux 内核模块的编写,插入,显示及卸载
环境:ubuntu 8.04内核版本:2.6.32.59-debug1、编写文件hello.c#include #include //printk/*写内核驱动的时候 必须加载这个头文件,作用是动态的将模块加载到内核中去,常用的宏定义如 MODULE_LICESENCE(),MODULE_AUT.....
分类:系统相关   时间:2014-07-01 19:30:08    阅读次数:252
"fcitx按ctrl+space没反应"解决方法
如果是KDM、GDM、LightDM,打开~/.xprofile。如果是startx、Slim,打开~/.xinitrc。(没有就新建一个)export GTK_IM_MODULE=fcitxexport QT_IM_MODULE=fcitxexport XMODIFIERS="@im=fcitx"...
分类:其他好文   时间:2014-07-01 12:59:02    阅读次数:586
grunt 相关知识
module.exports = function(grunt){ // 项目配置 grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), uglify: { option...
分类:其他好文   时间:2014-06-30 15:24:10    阅读次数:215
maven多module项目中千万不要引入其他模块的单元测试代码
maven多module项目中,单元测试代码千万不能引入其他module的测试代码,否则在执行测试时就会出现NoClassDefFoundError: net/csdn/blog/chaijunkun/util/BaseTest。奇怪的是引入公共单元的src/main/java代码都能正常加载。本文详细介绍了重现问题的过程和解决办法。...
分类:其他好文   时间:2014-06-30 08:43:59    阅读次数:715
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!