码迷,mamicode.com
首页 >  
搜索关键字:标准交换机和vnetwork distributed vswitch及配置    ( 1171个结果
Neutron - DVR配置
DVR介绍后续补充,我还没完全搞明白原理DVR配置这里说明一下,我的controllernode和networknode在同一台机器上controller节点 [root@controller-162~(keystone_admin)]#vim/etc/neutron/neutron.conf#添加如下配置选项 router_distributed=True [root@controller-162~(keyston..
分类:其他好文   时间:2014-12-24 06:28:28    阅读次数:762
Apache Kafka: Next Generation Distributed Messaging System---reference
IntroductionApache Kafkais a distributed publish-subscribe messaging system. It was originally developed at LinkedIn Corporation and later on became a...
分类:Web程序   时间:2014-12-23 20:47:23    阅读次数:262
Hadoop权威指南学习笔记三
HDFS简介 Hadoop说白了就是一个提供了处理分析大数据的文件集群,其中最重要的无疑是HDFS(Hadoop Distributed File System)即Hadoop分布式文件系统。   1、          HDFS是一种以流式数据访问模式(一次写入多次读取的模式)存储超大文件的系统。其不需要的高端的硬件系统,普通市面上的硬件就能满足要求。          目前不适合应用...
分类:其他好文   时间:2014-12-23 17:25:18    阅读次数:184
Hackers’ Crackdown - UVa11825 状压dp
Problem HHackers’ CrackdownInput:Standard InputOutput:Standard OutputMiracle Corporations has a number of system services running in a distributed com...
分类:其他好文   时间:2014-12-23 06:36:06    阅读次数:146
大数据时代之hadoop(四):hadoop 分布式文件系统(HDFS)
分布式文件系统即是网络中多台计算机组合在一起提供一个统一存储及管理的系统。 Hadoop提供了一个文件系统接口和多个分布式文件系统实现,其中比较重要的就是HDFS(Hadoop Distributed Filesystem)了。Hadoop是一个综合性的文件系统抽象,因此它也可以集成其他文件系统的实...
分类:其他好文   时间:2014-12-22 10:41:42    阅读次数:278
hdu4003 树形dp+分组背包
http://acm.hdu.edu.cn/showproblem.php?pid=4003 Problem Description Humans have discovered a kind of new metal mineral on Mars which are distributed in point‐like with paths connecting each of ...
分类:其他好文   时间:2014-12-20 22:13:29    阅读次数:241
Mysql高性能之Memcached(1)
本文将介绍Memcached的安装与使用 What is Memcached? Free & open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applica...
分类:数据库   时间:2014-12-19 10:08:40    阅读次数:344
"Principles of Reactive Programming" 之<Actors are Distributed> (1)
week7中的前两节课的标题是”Actors are Distributed",讲了很多Akka Cluster的内容,同时也很难理解。Roland Kuhn并没有讲太多Akka Cluster自身如何工作的细节,而是更关注于如何利用Akka Cluster来把Actor分布到不同的节点上,或许这么...
分类:其他好文   时间:2014-12-18 18:44:02    阅读次数:264
谷歌的三篇论文
传说中的谷歌三篇论文 MapReduce: Simpli?ed Data Processing on Large Clusters The Google file system Bigtable: A Distributed Storage System for Structured Data 谷歌学术立搜可下。...
分类:其他好文   时间:2014-12-17 22:41:42    阅读次数:261
在T-SQL语句中访问远程数据库(openrowset/opendatasource/openquery)
1、启用Ad Hoc Distributed Queries在使用openrowset/opendatasource前搜先要启用Ad Hoc Distributed Queries服务,因为这个服务不安全所以SqlServer默认是关闭的启用Ad Hoc Distributed Queries的方法...
分类:数据库   时间:2014-12-17 20:22:47    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!