Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and effici ...
分类:
其他好文 时间:
2017-08-31 16:47:28
阅读次数:
199
1.hdfs的牛逼特性Hadoop, including HDFS, is well suited for distributed storage and distributed processing using commodity hardware. It is fault tolerant, s... ...
分类:
其他好文 时间:
2017-08-30 22:33:56
阅读次数:
207
1>配置数据源 MSDASQL(系统数据源) 2>打开 services服务 Distributed Transaction Coordinator 3> exec sp_addlinkedserver @server='MYSQL', --这是链接服务器的名称 @srvproduct='mysql ...
分类:
数据库 时间:
2017-08-25 11:02:06
阅读次数:
318
学习完Hadoop权威指南有一段时间了,现在再回顾和总结一下HDFS的知识点。 1、HDFS的设计 HDFS是什么:HDFS即Hadoop分布式文件系统(Hadoop Distributed Filesystem),以流式数据访问模式来存储超大文件,运行于商用硬件集群上,是管理网络中跨多台计算机存储 ...
分类:
其他好文 时间:
2017-08-20 10:23:41
阅读次数:
186
原文地址:https://dzone.com/articles/scalable-distributed-systems-using-akka-spring-boot-ddd-and-java When data that needs to be processed grows large and ...
分类:
编程语言 时间:
2017-08-14 13:29:20
阅读次数:
400
起因 前段时间,看到redis作者发布的一篇文章《Is Redlock safe?》,Redlock是redis作者基于redis设计的分布式锁的算法。文章起因是有一位分布式的专家写了一篇文章《How to do distributed locking》,质疑Redlock的正确性。redis作者则 ...
分类:
其他好文 时间:
2017-08-13 09:57:25
阅读次数:
235
原文: http://storm.praveendeshmane.co.in/storm/storm-0-10-0-installation-on-ubuntu-14-04.jsp Apache Storm is a distributed stream processing computation ...
分类:
Web程序 时间:
2017-08-12 18:58:58
阅读次数:
228
起因 前段时间,看到redis作者发布的一篇文章《Is Redlock safe?》,Redlock是redis作者基于redis设计的分布式锁的算法。文章起因是有一位分布式的专家写了一篇文章《How to do distributed locking》,质疑Redlock的正确性。redis作者则 ...
分类:
其他好文 时间:
2017-08-12 00:38:16
阅读次数:
217
序言 在802.11的MAC层中。分成了两种基本工作模式: DCF(Distributed Coordination Function) PCF(Point Coordination Function) 当中,因为DCF具有良好的分布式特性。从而应用更加广泛,而PCF模式则较为少用。在802.11e ...
分类:
其他好文 时间:
2017-08-11 13:39:47
阅读次数:
230
什么是网络攻击及怎样防御攻击详解 拒绝服务攻击的发展从拒绝服务攻击已经有了很多的发展,简单Dos到DdoS。那么什么是Dos和DdoS呢?DoS是一种利用单台计算机的攻击方式。而DdoS(Distributed Denial of Service,分布式拒绝服务)是一种基于DoS的特殊形式的拒绝服务 ...
分类:
其他好文 时间:
2017-08-10 23:39:52
阅读次数:
304