码迷,mamicode.com
首页 >  
搜索关键字:configuration manag    ( 6024个结果
Oracle数据库操作类
1 using System; 2 using System.Configuration; 3 using System.Data; 4 using System.Data.OracleClient; 5 using System.Collections; 6 using System...
分类:数据库   时间:2014-09-02 01:29:44    阅读次数:382
运维自动化之锋芒毕露puppet 基础详解。
puppet简介Puppet是一个IT基础设施自动化管理工具,它能够帮助系统管理员管理基础设施的整个生命周期:供应(provisioning)、配置(configuration)、联动(orchestration)、及报告(reporting)。基于puppet,可实现目标管理的幂等性、自动化重复任务、快速部署关键性应用以..
分类:其他好文   时间:2014-09-01 15:47:14    阅读次数:239
运行page页面时的事件执行顺序
using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro...
分类:其他好文   时间:2014-09-01 12:07:03    阅读次数:235
[Java] SSH框架笔记_SSH三大框架的工作原理及流程
Hibernate工作原理及为什么要用?原理:1.通过Configuration().configure();读取并解析hibernate.cfg.xml配置文件2.由hibernate.cfg.xml中的读取并解析映射信息3.通过config.buildSessionFactory();//创建S...
分类:编程语言   时间:2014-08-31 17:07:31    阅读次数:543
DNS Configuration for the SCAN used with Oracle RAC Database 11g Release 2
This article provides the basic DNS configuration steps necessary to use the Single Client Access Name (SCAN) introduced in Oracle 11g Release 2 RAC. ...
分类:数据库   时间:2014-08-30 17:42:19    阅读次数:441
Grizzly NIO框架 理论篇 【3】
Transport Configuration (Transport 的 配置)我们先从一个简单的创建开始:final TCPNIOTransportBuilder builder = TCPNIOTransportBuilder.newInstance();final TCPNIOTranspor...
分类:其他好文   时间:2014-08-30 13:50:29    阅读次数:174
Does not contain a valid host:port authority: Master:8031 (configuration property 'yarn.resourcemanager.resource-tracker.address')
问题解决:这个错误是:yarn里面的配置的格式有错误:如:yarn.resourcemanager.addressMaster:8032 在标签之间不能有空格。去掉空格OK。异常堆栈如下2014-08-30 10:20:30,171 INFO org.apache.hadoop.service.A....
分类:其他好文   时间:2014-08-30 11:06:39    阅读次数:927
LOG4J.PROPERTIES配置详解(转载)
Log4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,可以创建出Log4J的运行环境。1. 配置文件Log4J配置文件的基本格式如下:#配置根Loggerlog4j.rootLogge...
分类:其他好文   时间:2014-08-29 22:38:18    阅读次数:331
libeXosip2(2-1) -- eXosip2 configuration API
eXosip2 configuration API General purpose API. Data Structures struct eXosip_dns_cache struct eXosip_tls_credentials_s struct eXosip_tls_ctx_s Macros ...
分类:Windows程序   时间:2014-08-29 19:51:58    阅读次数:813
libeXosip2(2) -- General purpose API.
General purpose API. general purpose API in libeXosip2-4.0.0. More... Modules eXosip2 configuration API eXosip2 network API eXosip2 event API Detailed...
分类:Windows程序   时间:2014-08-29 19:51:38    阅读次数:263
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!