本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
java-007 - benladeng5225
- Anmin
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
benladeng5225 - wy_19921005
- vipbooks
- kaizi1992
- 青否云后端云
- e_e
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- xiangjie88
- lemonhandsome
- wallimn
- ganxueyun
- jh108020
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- forestqqqq
- zxq_2017
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- kristy_yy
- jveqi
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- flashsing123
- lyndon.lin
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
分布式
分布式设计与开发(一)------宏观概述
http://blog.csdn.net/cutesource/article/details/5811914
分布式设计与开发(二)------几种必须了解的分布式算法
http://blog.csdn.net/cutesource/article/details/5813379
分布式设计与开发(三)------高一致性服务ZooKeeper
h ...
hazelcast入门实例
10分钟视频实例
http://hazelcast.org/getting-started/
In computing, Hazelcast® is an open source in-memory data grid based on Java. It is also the name of the company developing the product. The Hazelcast co ...
Bigtable: A Distributed Storage System for Structured Data
OSDI '06 Paper
Pp. <!-- CHANGE -->205–218 of the Proceedings
<!-- START OF PAGE CONTENTS -->
Bigtable: A Distributed Storage System for Structured Data
Fay Chang, Jeffrey Dean, Sanj ...
sqlserver分布式数据库简单操作
SQL Server所谓的分布式查询(Distributed Query)是能够访问存放在同一部计算机或不同计算机上的SQL Server或不同种类的数据源, 从概念上来说分布式查询与普通查询区别 它需要连接多个MSSQL服务器也就是具有多了数据源.实现在服务器跨域或跨服务器访问. 而这些查询是否被使用完全看使用的需要.
下面简单实现sqlserver的远程数据库访问操作:
打开连接
exec sp ...
Spring 事务相关
Spring 事务管理高级应用难点剖析: 第 1 部分
http://www.ibm.com/developerworks/cn/java/j-lo-spring-ts1/index.html
Spring 事务管理高级应用难点剖析: 第 2 部分
http://www.ibm.com/developerworks/cn/java/j-lo-spring-ts2/index.html
Sprin ...
zookeeper学习&使用系列文章
近段时间,因项目需要接触了下zookeeper,通过阅读源码以及项目中的使用总结,慢慢的积累了zookeeper的一系列的学习总结。
希望对大家使用zookeeper有所帮助,同时如有描述欠佳的地方尽情拍砖。
zookeeper是什么?
ZooKeeper是一个分布式的,开放源码的分布式应用程序协调服务,它包含一个简单的原语集,分布式应用程序可以基于它实现同步服务,配置维护和命名服 ...
Patterns for Concurrent, Parallel, and Distributed Systems(转)
Patterns for Concurrent, Parallel, and Distributed Systems
http://www.cs.wustl.edu/~schmidt/patterns-ace.html
Books on Pattern-Oriented Software Architecture
http://www.cs.wustl.edu/~schmid ...
Distributed 分布式: CAP etc
CAP Theorem of distributed system:
https://foundationdb.com/key-value-store/white-papers/the-cap-theorem
http://robertgreiner.com/2014/08/cap-theorem-revisited/
http://ksat.me/a-plain-english-intr ...