码迷,mamicode.com
首页 >  
搜索关键字:client    ( 15239个结果
DBMS客户端是否安装:Make sure DBMS client is installed and this required library is available for dynamic loading
SymptomThe full error message is as follows:Error logging in. Unable to process the database transaction. Error:DBMS API library 'oci.dll' loading fai...
分类:数据库   时间:2014-08-31 15:47:11    阅读次数:585
Yarn的ApplicationMaster管理
首先client向ResourceManager提交程序(包括ApplicationMaster程序,ApplicationMaster启动命令,用户程序)后,ResourceManager向资源调度器去申请资源,一旦申请的ApplicationMaster须要的资源,ApplicationMast...
分类:移动开发   时间:2014-08-31 10:27:31    阅读次数:382
RabbitMQ学习(二).NET Client之Work Queues
2 Work queues Distributing tasks among workers Python | Java | Ruby | PHP| C# 转载请注明出处:jiq?钦's technical Blog Work Queues (using the .NET Client) 前面已经介绍过了如何编写程序去发送消息到命名队列,...
分类:Web程序   时间:2014-08-31 00:33:00    阅读次数:363
Ubuntu下mysql修改字符集为utf8
首先停止mysql服务: sudo?/etc/init.d/mysql?stop 修改mysql的配置文件: sudo?gedit?/etc/mysql/my.cnf 找到客户端配置[client] 在下面添加 #默认字符集为utf8 default-character-set=utf8 找到[mysqld] 添...
分类:数据库   时间:2014-08-30 19:15:50    阅读次数:246
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
REDIS 事务机制
基本事务操作: 任何数据库都必须要保证一种原子执行操作:最基本的原子执行操作肯定是需要提供: 举一个例子来说明: 当对某个Key 做一个统计: 可能不同的Client做它那部分的统计,一段时间后,服务器端需要得出那个key的具体值 Client1: GET number number = numbe...
分类:其他好文   时间:2014-08-30 17:36:19    阅读次数:771
FileZilla 425 Can‘t open data connection
WIN 2008 SERVER+FileZilla FTP Server,FTP端口:7890 防火墙中已允许FTP Server及端口访问,设置好后,FileZilla FTP Client客户端,被动模式,能连接,但是出错:425 Can‘t open data connection,不能读出目录...
分类:其他好文   时间:2014-08-30 16:31:39    阅读次数:200
网络编程学习小结
几种网络编程方式:ISAPI、CGI、WinInet、Winsock它们之间的差别:1) ISAPI主要是开发基于浏览器client与server端程序。效率比CGI方式高,并且也扩展了CGI没有的一些功能。(基于TCP/IP模型中的应用层)2) CGI主要是开发基于浏览器client与server...
分类:其他好文   时间:2014-08-30 16:24:29    阅读次数:419
C#与Oracle数据库
一.连接Oracle数据库 安装客户端: oracle数据库搭建在远程服务器上,本地只需要装个客户端,然后在安装目录下(D:\app\fangs\product\12.1.0\client_3\Network\Admin ,不一定是D盘) 配置tnsnames.ora,配置可以参考同目录下的Sample 文件夹中的内容。就是指明连接名,远程ip,servicename/SID。 然后...
分类:数据库   时间:2014-08-30 13:54:29    阅读次数:232
RabbitMQ学习(一).NET/C# Client之Hello World
1 "Hello World!" The simplest thing that doessomething Python | Java | Ruby | PHP| C# Introduction 下面是RabbitMQ的一些术语:RabbitMQ是一个消息代理,实际上它从消息生产者接收消息,然后将其发送到消息消费者,在这之间可以根据特定规则对消息进行路由,缓冲,以...
分类:Web程序   时间:2014-08-30 02:24:18    阅读次数:1169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!