码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
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
C# socket 实现消息中心向消息平台 转发消息 (修改)
using System;using System.Collections.Generic;using System.Configuration;using System.Linq;using System.Net;using System.Net.Sockets;using System.Text...
分类:其他好文   时间:2014-08-29 17:59:48    阅读次数:285
DBHelper类
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;using System.Configuration;namespace Bus...
分类:数据库   时间:2014-08-29 17:45:48    阅读次数:249
C# 操作MySQL
using?System; using?System.Data; using?System.Configuration; using?MySql.Data.MySqlClient; using?System.Web.UI.WebControls; using?System.Web; public?class?DBQuery { ????public?DBQuery...
分类:数据库   时间:2014-08-29 14:47:48    阅读次数:378
配置Log4j(非常具体)
来自: http://www.blogjava.net/zJun/archive/2006/06/28/55511.htmlLog4J的配置文件(Configuration File)就是用来设置记录器的级别、存放器和布局的,它可接key=value格式的设置或xml格式的设置信息。通过配置,能够创...
分类:其他好文   时间:2014-08-29 12:51:47    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!