码迷,mamicode.com
首页 >  
搜索关键字:client    ( 15239个结果
使用instantclient_11_2 和PL/SQL Developer工具包连接oracle 11g远程数据库
本文转自CSDN博客,http://blog.csdn.net/helifengwell/archive/2010/08/18/5820434.aspx1,先到Oracle站点下载Instant Client :http://www.oracle.com/technology/global/cn/s...
分类:数据库   时间:2014-09-09 22:52:09    阅读次数:262
Hadoop的RPC框架介绍
为什么会引入RPC:RPC采用客户机/服务器模式。请求程序就是一个客户机,而服务提供程序就是一个服务器。当我们讨论HDFS的,通信可能发生在:Client-NameNode之间,其中NameNode是服务器Client-DataNode之间,其中DataNode是服务器DataNode-NameNo...
分类:其他好文   时间:2014-09-09 19:43:49    阅读次数:200
Configuring the JA-SIG CAS Client --官方
1.for Java using SpringConfiguration of the CAS Client for Java via Spring IoC will depend heavily on their DelegatingFilterProxy class. For each filt...
分类:其他好文   时间:2014-09-09 17:32:09    阅读次数:495
Ace(二)Demo示例
Client:#include "ace/Log_Msg.h"#include "ace/OS.h"#include "ace/Service_Config.h"#include "ace/Event_Handler.h"#include "ace/Reactor.h"#include "ace/S...
分类:其他好文   时间:2014-09-09 15:14:38    阅读次数:159
yarn作业提交过程源码
Client 端: //最终通过ApplicationClientProtocol协议提交到RM端的ClientRMService内 package org.apache.hadoop.mapred; jobclient包内 YarnRunner public JobStatus submitJob(JobID jobId, String jobSubmitDir, Credentials...
分类:其他好文   时间:2014-09-09 12:48:58    阅读次数:245
【MySQL专辑】CentOS卸载MySQL的方法 yum remove xxx
[root@kypulolampp]#rpm-qa|grepmysqlmysql-community-release-el6-5.noarchmysql-community-client-5.6.20-4.el6.i686mysql-community-libs-5.6.20-4.el6.i686mysql-community-common-5.6.20-4.el6.i686mysql-community-server-5.6.20-4.el6.i686[root@kypulolampp]#yumremove..
分类:数据库   时间:2014-09-08 10:58:57    阅读次数:512
同步异步
知道什么叫同步和异步吗?Insynchronousreceiving, while the server is waiting to receive data from a client, if the stream is empty the main thread will block until...
分类:其他好文   时间:2014-09-07 20:58:05    阅读次数:268
Accelio 代码笔记
项目概述Accelio是一套支持rdma协议的通讯框架,并且允许扩展包含client和server,同时支持用户态和内核态。功能SimplifiedAPIforapplicationdevelopersHigh-performanceasynchronousAPIsReliablemessagede...
分类:其他好文   时间:2014-09-07 20:57:05    阅读次数:486
mysql 乱码
## UTF 8 Settings init-connect='SET NAMES utf8' collation_server=utf8_unicode_ci character_set_server=utf8 skip-character-set-client-handshak...
分类:数据库   时间:2014-09-07 17:15:15    阅读次数:175
Vsphere client 无法登陆VCenter 处理的方法
上周做安全的时候将DC、DB和VCenter 三台机器的防火墙都启用了,结果Vcenter 登陆的时候总是提示服务器没有响应,连web client 都无法登陆。处理过程一、首先要保证 vmvare virutalCenter server 服务的正常启动,该服务正常启动后才才可以登陆vcenter...
分类:其他好文   时间:2014-09-07 17:11:25    阅读次数:907
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!