码迷,mamicode.com
首页 >  
搜索关键字:标准交换机和vnetwork distributed vswitch及配置    ( 1171个结果
BACKBONE代码
//2014.11// Backbone.js 1.0.0// (c) 2010-2013 Jeremy Ashkenas, DocumentCloud Inc.// Backbone may be freely distributed under the MIT licen...
分类:其他好文   时间:2014-11-06 12:39:01    阅读次数:226
Hadoop2.x介绍与源码编译
1、Hadoop 项目的四大模块 Hadoop Common: The common utilities that support the other Hadoop modules.Hadoop Distributed File System (HDFS?): A distributed file system that provides high-throughput access to...
分类:其他好文   时间:2014-11-02 22:38:57    阅读次数:396
Samza/Kafka机理解析
Apache Samza is a distributed stream processing framework. It uses Apache Kafka for messaging, and Apache Hadoop YARN to provide fault tolerance, processor isolation, security, and resource manage...
分类:其他好文   时间:2014-11-02 16:36:31    阅读次数:255
ASIO例子HTTP客户端,同步的例子sync_client.cpp
//// sync_client.cpp// ~~~~~~~~~~~~~~~//HTTP客户端,同步// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)//// Distributed under...
分类:Web程序   时间:2014-10-30 07:02:44    阅读次数:255
zookeeper 简介
一、简介zookeeper是hadoop的一个子项目,A distribute coordination service for distributed applications 为了分布式应用而开发的分布式管理服务。多个server,少数server down不会影响整个分布式服务。zookeep...
分类:其他好文   时间:2014-10-29 14:19:01    阅读次数:221
MS-SQLSERVER中的MSDTC不可用解决方法
今天在本地机直接在触发器里更新还有一台服务器数据时出现: MSDTC不可用解决的方法:在windows控制面版-->管理工具-->服务-->Distributed Transaction Coordinator-->属性-->启动 1.A.不用事务,关用SELECT 语句.能否够分布式查询? B.L...
分类:数据库   时间:2014-10-29 12:17:08    阅读次数:208
MS-SQLSERVER中的MSDTC不可用解决方法
今天在本地机直接在触发器里更新还有一台服务器数据时出现: MSDTC不可用解决的方法:在windows控制面版-->管理工具-->服务-->Distributed Transaction Coordinator-->属性-->启动 1.A.不用事务,关用SELECT 语句.能否够分布式查询? B.L...
分类:数据库   时间:2014-10-24 15:59:21    阅读次数:224
SQL SERVER 2008查询其他数据库
1、访问本地的其他数据库--启用Ad Hoc Distributed Queries--exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reco...
分类:数据库   时间:2014-10-23 15:55:18    阅读次数:178
开启MSSQLServer跨服务器查询功能
首先在MSSQL客户端中进行如下图文操作配置其次使用脚本进行操作配置---开启SQLServer 跨服务器查询功能exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'Ad Hoc Distributed...
分类:数据库   时间:2014-10-22 10:52:23    阅读次数:175
在SqlServer查询分析器里 访问远程数据库 进行数据查询更新等操作(openrowset)
启用Ad Hoc Distributed Queries: exec sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1reconfigure 使用完成后,...
分类:数据库   时间:2014-10-21 19:30:05    阅读次数:341
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!