A first thought system architecture (pulling mode) is one that the server doesn't keep client information and the client takes a more active part in retrieving updates from the server, Note the previous model manager which is responsible for both the…
Plato is a MVVM compliant 2D on-canvas graphics framework I've been designing and implementing for developing Windows Store apps. The major functionalities of the framework have been implemented. But they are yet to go through a more thorough testing…
原文地址:http://www.infoq.com/articles/ddd-in-practice Background Domain Driven Design (DDD) is about mapping business domain concepts into software artifacts. Most of the writings and articles on this topic have been based on Eric Evans' book "Domain Dr…
The Hadoop Distributed File System (HDFS) is designed to store very large data sets reliably, and to stream those data sets at high bandwidth to user applications. In a large cluster, thousands of servers both host directly attached storage and execu…
While it's common to use the Java Transaction API and the XA protocol for distributed transactions in Spring, you do have other options. The optimum implementation depends on the types of resources your application uses and the trade-offs you're will…
本人全部文章首先公布于个人博客,欢迎关注,地址:http://blog.isming.me 昨天正式公布了android 5,同一时候android developer站点也更新了,添加了创建Material Design风格的Android应用指南,也更新了Support Library,在support library添加了一些Material Design风格的控件和动画等,这里给大家简介一下如何开发material design风格的Android应用. android 5使用Mater…
The algorithm for supporting distributed MVCC based cross-row transactions on top of a distributed key-value database with single-row transaction support. https://gist.github.com/weidagang/1b001d0e55c4eff15ad34cc469fafb84…
Android Material Design 兼容库的使用 mecury 前言:近来学习了Android Material Design 兼容库,为了把这个弄懂,才有了这篇博客,这里先推荐两篇博客:1.Android Material Design 兼容库的使用详解2.Android应用Design Support Library完全使用实例第一篇博客是这个兼容库的详细解析,我参考了里面的许多内容,第二篇是兼容库的大致介绍,如果你能把这两篇全部弄懂,我这篇也没有必要看了.说了这么多,开始正文吧…
阅读目录 2-1 综述 2-2 TextInputLayout控件 2-3 FloatingActionButton控件 2-4 Snackbar控件 2-5 TabLayout控件 2-6 NavigationView控件 2-7 CoordinatorLayout控件 2-8 AppBarLayout控件 2-9 CollapsingToolbarLayout控件   1 背景 上周一年一度的Google IO全球开发者大会刚刚结束,Google在Android这块除过一些优化没有太大亮点.…
简述 CoordinatorLayout字面意思是"协调器布局",它是Design Support Library中提供的一个超级帧布局,帮助我们实现Material Design中各种复杂的动作响应和子控件间交互.我认为它是这个库中最难的一个新视图,也是可定制化潜力最大的,应该可以用较统一的方式实现很多旧的开源控件的效果. 索引 1.参考资料 2.学习摘要 2.1 Android Developers Blog: Android Design Support Library摘要 2.…