1.DDoS攻击原理DDoS是指分布式拒绝服务(Distributed Denial of Service):试图通过恶意请求使系统或者网络超载进而无法继续提供服务。对于一个网站来说,这意味着,该网站将无法加载,用户无法进行交易,查看内容或者登录账户。对于网络来说,DDoS攻击导致带宽饱和甚至淹没网...
分类:
编程语言 时间:
2015-08-07 09:25:12
阅读次数:
152
Riemannmonitors distributed systems.具体介绍就不多说了,一个分布式的监控系统。可以接收各种event上报,然后通过强大的脚本和插件,展示曲线,柱状,饼图等来对系统进行监控。一、riemann安装这里主要说ubuntu的安装:首先,需要java、ruby环境:sud...
分类:
其他好文 时间:
2015-08-06 11:05:54
阅读次数:
790
http://www.javaworld.com/article/2077963/open-source-tools/distributed-transactions-in-spring--with-and-without-xa.html 文章涉及的代码: 1. <bean?id="transactionManager"
class="org.springframew...
分类:
编程语言 时间:
2015-08-04 21:15:19
阅读次数:
184
Java JBoss Drools Tutorial for Beginners Other A Simple File System RebornDB: the Next Generation Distributed Key-Value Store Testing in Go Code Revie...
分类:
其他好文 时间:
2015-08-04 10:36:16
阅读次数:
135
ZooKeeper Getting Started Guide Getting Started: Coordinating Distributed Applications with ? ? ?ZooKeeper Pre-requisites Download Standalone Operation Managing ZooKeeper Storage Connecting to Z...
分类:
其他好文 时间:
2015-08-03 17:06:59
阅读次数:
244
简介HDFS(Hadoop Distributed File System )Hadoop分布式文件系统。是根据google发表的论文翻版的。论文为GFS(Google File System)Google 文件系统(中文,英文)。HDFS有很多特点: ①保存多个副本,且提供容错机制,副本丢失或宕机...
分类:
其他好文 时间:
2015-08-03 16:26:00
阅读次数:
102
第一步,启用Ad Hoc Distributed Queries:exec sp_configure 'show advanced options',1; reconfigure; exec sp_configure 'Ad Hoc Distributed Queries',1; reconfigu...
分类:
数据库 时间:
2015-08-03 14:11:31
阅读次数:
129
1.1memcached是什么?来看一些官方的一些解释:1 free&opensource,high-performance,distributed memory object caching system自由&开放源码, 高性能,分布式的内存对象缓存系统由livejounal旗下的danga公司....
分类:
系统相关 时间:
2015-08-02 18:12:19
阅读次数:
263
Hadoop分布式文件系统即Hadoop Distributed FileSystem。 当数据集的大小超过一台独立的物理计算机的存储能力时,就有必要对它进行分区(Partition)并存储到若干台单独的计算机上,管理网络中跨越多台计算机存储的文件系统成为分布式文件系统(Distributed F....
分类:
其他好文 时间:
2015-08-02 16:38:18
阅读次数:
131
Speech recognition:Key Words:Distributed Speech Recognition(DSR 将嵌入式语言识别系统的识别功能架构在服务器上[并非是指分布式服务器,而是指终端与服务器属于分布式关系[8]])Network Speech Recognition(NSR ...
分类:
其他好文 时间:
2015-08-02 10:11:59
阅读次数:
401