码迷,mamicode.com
首页 >  
搜索关键字:ansible tags    ( 4743个结果
vim插件配置
推荐的源码阅读工具为: vim + ctags + cscopeLinux源代码提供了制作cscope索引文件和tags文件的make命令。一,软件安装先安装cscope:sudo apt-get install cscope再安装ctags:sudo apt-get install ctags二,...
分类:其他好文   时间:2014-05-14 03:58:50    阅读次数:329
jquery tag页签切换
$(document).ready(function () { var tag=$(".tags"); tag.mouseover(function(){ $(this).addClass("tagOn").siblings().removeClass("tagOn"); var index ...
分类:Web程序   时间:2014-05-11 18:22:45    阅读次数:415
android nfc(官方翻译)
NFC Basics The Tag Dispatch System: How NFC tags are mapped to MIME types and URIs(NFC标签是如何映射到MINE类型和URI的?): How NFC Tags are Dispatched to Applications: Requesting NFC Access in the Android Manifest: Filtering for NFC Intents Creating Common Types of NDEF...
分类:移动开发   时间:2014-05-10 09:39:25    阅读次数:689
10分钟入门opengl投影变换推导(内含mathjax公式)
perspective projectiontitle: perspective projection tags: ["openGL", "Markdown", "mathjax"] notebook: notes --> 关于投影变换NDC我们先介绍一个概念,NDC(Normalized Devi...
分类:其他好文   时间:2014-05-10 07:16:39    阅读次数:404
git-push(1) Manual Page
git-push(1) Manual Page NAME git-push - Update remote refs along with associated objects SYNOPSIS git push [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive...
分类:其他好文   时间:2014-05-09 20:46:06    阅读次数:370
OA 权限控制
第一种就是在每个超链接前加 判断 如 这种方法需要在每个a 标签前加判断  太过麻烦 还有一种就是修改标签  首先在/META-INF/struts-tags.tld文件中找到a 标签    a     org.apache.struts2.views.jsp.ui.AnchorTag     JSP                 accesskey       fal...
分类:其他好文   时间:2014-05-09 01:39:43    阅读次数:281
Add-in Express for Microsoft Office and .net下载及介绍
Add-in Express .NET是市面上的一款直观的Microsoft? Office extensions规划部署工具,它包含了COM Add-ins, Smart Tags, RTD Servers和 Excel 用户定义函数功能,它完全支持Microsoft? Visual Studio...
分类:Web程序   时间:2014-05-08 22:29:07    阅读次数:505
vim函数跳转
#pwd#/usr/src/linux-2.6.37#ctags –R * ## 递归建立 tags文件$vi -t tag ## -t 是参数 tag是要查找的变量/函数名ctrl+] 跳转函数定义ctrl+t 跳回函数调用处-----------------------------若一个函数在多...
分类:其他好文   时间:2014-05-07 14:02:33    阅读次数:566
ansible基础
ansible介绍:官网,百科之类的ansible的部署centos6.5上的部署.2.2.2.11node1.king.comansible 2.2.2.15node3.king.com 2.2.2.12node2.king.comtarxfansible-1.5.4.tar.gz cdansible-1.5.4 pythonsetup.pybuild pythonsetup.pyinstall mkdir/etc/ansible cp-rexamples/*/etc/ans..
分类:其他好文   时间:2014-05-05 12:37:32    阅读次数:447
Linux菜鸟升级利器之ansible
一、absible是什么?ansible是一款简单的、开源的自动化管理工具。它通过Openssh工作,没有服务器;并且被管理的客户端上面并不需要安装什么客户端软件或启动什么守护进程,没有客户端;扩展模块可以使用任何语言编写;命令自动传输到管理机执行,并返回结果;二、安装ansible..
分类:系统相关   时间:2014-05-05 12:29:19    阅读次数:698
4743条   上一页 1 ... 472 473 474 475 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!