码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
如何查看linux版本
1. 查看内核版本命令:1) [root@q1test01 ~]# cat /proc/version Linux version 2.6.9-22.ELsmp (bhcompile@crowe.devel.redhat.com) (gcc version 3.4.4 20050721 3.4.4....
分类:系统相关   时间:2014-08-05 10:43:59    阅读次数:315
运维自动化之ansible playbook安装ruby环境
本来不想打算写安装ruby的,但看几个puppet的群里有人对安装ruby比较茫然,所以这里简单介绍一下如何安装ruby。ps:话说现在也就gitlab、capistrano、puppet等软件使用ruby,最新2010年的软件好的都是python了,比如ansible、salt等。下面是安装ruby的信息:ruby_version:1.9.3..
分类:其他好文   时间:2014-08-05 03:10:39    阅读次数:400
maven搭建spring项目pom有关配置说明
org.springframework spring-context-support ${spring.version}
分类:编程语言   时间:2014-08-05 00:26:48    阅读次数:227
spring security与cas client集成(无http标签方式)
<?xml?version="1.0"?encoding="UTF-8"?> <beans?xmlns="http://www.springframework.org/schema/beans"?xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.o...
分类:编程语言   时间:2014-08-04 21:51:38    阅读次数:489
Centos6.4 搭建Git服务器 (最简单的方法)
下载 git-1.8.2.tar.gztar -zvxf git-1.8.2.tar.gzcd git-1.8.2.2sudo make prefix=/usr/local/git allsudo make prefix=/usr/local/git installgit –version 查看版本...
分类:其他好文   时间:2014-08-04 21:12:07    阅读次数:264
gmock学习一 转载
Google Mock启蒙篇 [1] (Google C++ Mocking Framework for Dummies 翻译)Google C++ Mocking Framework for DummiesGoogle Mock启蒙篇Version: 0.07作者:adrian alexander...
分类:其他好文   时间:2014-08-04 17:19:27    阅读次数:485
Geoserver入门提问
这几天初学geoserver,试了一下发布shape数据,我不知道怎么设置发布哪种服务的地图。只是在发布以后的URl里,http://localhost:8080/geoserver/ynxzqh/wms?service=WMS&version=1.1.0,是不是URL这个表示发发布的...
分类:其他好文   时间:2014-08-04 14:49:47    阅读次数:178
Docker学习笔记(2)--Docker常用命令
1. 查看docker信息(version、info) # 查看docker版本 $docker version # 显示docker系统的信息 $docker info 2. 对image的操作(search、pull、images、rmi、history) # 检索image $docker search image_name # 下载image $docker pull ...
分类:其他好文   时间:2014-08-04 14:19:37    阅读次数:224
运维自动化之ansible playbook安装node环境
现在介绍如何使用ansible安装node。下面是安装node的信息:node_dir:/data node_version:0.10.21 node_port:3301可以看到node的版本是0.10.21,测试的node应用服务监听3301端口备注:此playbook仅能对centos或者redhat的6.x版本进行安装。下面是安装node的playbook结构09:33:16..
分类:其他好文   时间:2014-08-04 11:14:58    阅读次数:359
How to Analyze Problems Related to Internal Errors (ORA-600) and Core Dumps (ORA-7445) using My Oracle Support (文档 ID 260459.1)
Oracle Database - Enterprise Edition - Version 8.1.7.4 and later Information in this document applies to any platform. **Checked for relevance 06-Apr-...
分类:数据库   时间:2014-08-04 10:45:27    阅读次数:363
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!