现在,你已经学会了修改文件,然后把修改提交到Git版本库,现在,再练习一次,修改readme.txt文件如下:
Git is a distributed version control system.
Git is free software distributed under the GPL.然后尝试提交:
[master 7d3d2f9] add readme.txt
1 file c...
分类:
其他好文 时间:
2015-02-10 18:51:36
阅读次数:
147
Cluster讲课的这哥们接下来讲了下Akka Cluster的使用,但是是通过把一个以前讲过的actor 系统改成使用cluster来介绍的Akka cluster. 这部分代码很多,还是直接看视频吧。或者,看这篇文章,Akka Clustering, Step by Step更直白一些,不用事先...
分类:
其他好文 时间:
2015-02-07 11:32:03
阅读次数:
150
Apache Hadoop 项目有两个核心组件,被称为 Hadoop 分布式文件系统 (Hadoop Distributed File System, HDFS) 的文件存储,以及被称为 MapReduce 的编程框架。有一些支持项目充分利用了 HDFS 和 MapReduce。 HDFS: 如果您...
分类:
其他好文 时间:
2015-02-04 21:35:46
阅读次数:
144
Components of the Impala ServerThe Impala server is a distributed, massively parallel processing (MPP) database engine. It consists of different daemo...
分类:
其他好文 时间:
2015-02-04 10:44:55
阅读次数:
372
WCF是Windows Communication Foundation的缩写,是为SOA(Service Oriented Architecture)而设计的一套完整的技术框架。用它可以开发出分布式(Distributed)的应用程序,它也是目前微软平台下最先进的SOA框架,具有很多优点。
WCF体系架构:
契约模型:
契约是一个服务...
分类:
其他好文 时间:
2015-01-31 10:45:24
阅读次数:
223
转自:Distributed Algorithms in NoSQL Databases系统的可扩展性是推动NoSQL运动发展的的主要理由,包含了分布式系统协调,故障转移,资源管理和许多其他特性。这么讲使得NoSQL听起来像是一个大筐,什么都能塞进去。尽管NoSQL运动并没有给分布式数据处理带来根本...
分类:
数据库 时间:
2015-01-30 21:01:45
阅读次数:
250
目的:记录 Zepto.js touch模块 源码阅读源码:// Zepto.js// (c) 2010-2015 Thomas Fuchs// Zepto.js may be freely distributed under the MIT license.;(functi...
分类:
Web程序 时间:
2015-01-28 17:23:57
阅读次数:
168
UUID含义是通用唯一识别码 (Universally Unique Identifier),这 是一个软件建构的标准,也是被开源软件基金会 (Open Software Foundation, OSF) 的组织在分布式计算环境 (Distributed Computing Environment, DCE) 领域的一部份。UUID 的目的,是让分布式系统中的所有元素,都能有唯一的辨识资讯,而不需...
分类:
编程语言 时间:
2015-01-28 11:18:21
阅读次数:
233
《Time, Clocks, and the?Ordering of Events in?a Distributed System》(分布式系统的时钟和事件顺序)是分布式领域非常重要的经典论文,由Leslie Lamport 在1978年发表。 我就这么简单理解:在分布式系统中,...
分类:
其他好文 时间:
2015-01-27 15:13:14
阅读次数:
200
现在,你已经学会了修改文件,然后把修改提交到Git版本库,现在,再练习一次,修改readme.txt文件如下:Git is a distributed version control system.Git is free software distributed under the GPL.然后尝试...
分类:
其他好文 时间:
2015-01-27 13:14:02
阅读次数:
197