源码:// Zepto.js// (c) 2010-2015 Thomas Fuchs// Zepto.js may be freely distributed under the MIT license.;(function($) { var touch = {}, touchTim...
分类:
移动开发 时间:
2015-09-01 21:19:30
阅读次数:
300
1. hdfs定义HDFS is the primary distributed storage used by Hadoop applications. A HDFS cluster primarily consists of a NameNode that manages the file sy...
分类:
其他好文 时间:
2015-08-31 18:53:53
阅读次数:
174
org.apache.spark.rddRDDabstract class RDD[T] extends Serializable with LoggingA Resilient Distributed Dataset (RDD), the basic abstraction in Spark. R...
分类:
其他好文 时间:
2015-08-31 13:20:40
阅读次数:
163
经常看到一些词一起出现,今天总结下。 日后再看All from Apache Offical Docs1/apache kafka what is kafka? kafka is a distributed, partipationed, replicated commit log serv...
分类:
其他好文 时间:
2015-08-31 11:29:46
阅读次数:
204
使用说明1. 从github上获取代码,并部署到IIS中,应用程序池选择4.0.2. 打开配置文件,在AppSettings中,设置SaveMode模式,如果选择的Distributed模式,需要安装FastDFS(FastDFS的安装参考下篇博客),并配置section信和fastdfs节点信息。...
分类:
Web程序 时间:
2015-08-29 16:46:53
阅读次数:
175
ZooKeeper 拥有一个层次的命名空间。(like distributed) 注意:ZooKeeper 中不许使用相对路径。一 ZooKeeper 数据模型 1) Znode ZooKeeper 目录树中的每一个节点对应着一个 Znode 每个 Znode 维护者一个属性结构。 ...
分类:
其他好文 时间:
2015-08-27 18:35:56
阅读次数:
287
vSS: vSwitches are configured on each ESXi/ESX host. vDS: The configuration of vDS is centralized to vCenter Server. The ESXi/ESX 4.x and ESXi 5.x hos...
分类:
Web程序 时间:
2015-08-26 19:36:18
阅读次数:
532
1、学习Spark必须要深入理解RDD编程模型。为什么呢?
RDD是Spark抽象的基石,整个Spark的编程都是基于对RDD的操作完成的。RDD(弹性分布式数据集,Resilient Distributed Datasets),其特性是只读的、可分区、容错的的数据集合;所谓弹性,指内存不够时,可以与磁盘进行交换(Spark是基于内存的),上述是Spark快的一个原因。Spark快的另...
分类:
其他好文 时间:
2015-08-26 18:00:53
阅读次数:
368
UUID含义是通用唯一识别码 (Universally Unique Identifier),这 是一个软件建构的标准,也是被开源软件基金会 (Open Software Foundation, OSF) 的组织在分布式计算环境 (Distributed Computing Environment,...
分类:
编程语言 时间:
2015-08-25 19:05:27
阅读次数:
153
配置neutron-server编辑/etc/neutron/neutron.conf[DEFAULT]
router_distributed=True编辑/etc/neutron/plugins/ml2/ml2_conf.ini,添加l2population[ml2]
mechanism_drivers=openvswitch,l2population配置network节点配置L2,编辑/etc/neutron/plugins/ml2/ml2_conf.ini[ml2]
me..
分类:
其他好文 时间:
2015-08-25 16:58:02
阅读次数:
318