码迷,mamicode.com
首页 >  
搜索关键字:design patterns    ( 5715个结果
Inheritance versus composition
One of the fundamental activities of an object-oriented design is establishing relationships between classes. Two fundamental ways to relate classes are inheritance and composition. Although the co...
分类:其他好文   时间:2014-08-30 19:16:10    阅读次数:279
Android L中的RecyclerView 、CardView 、Palette的使用
RecyclerViewCardView Palette     《Material Design》提到,Android L版本中新增了RecyclerView、CardView 、Palette。RecyclerView、CardView为用于显示复杂视图的新增Widget。Palette作为调色板类,可以让你从图像中提取突出的颜色。 RecyclerView ...
分类:移动开发   时间:2014-08-30 06:39:49    阅读次数:333
直接拿来用!最火的前端开源项目(一)
对于开发者而言,了解当下比较流行的开源项目很是必要。利用这些项目,有时能够让你达到事半功倍的效果。为此,本文整理GitHub上最火的前端开源项目列表,内容涵盖了Hack Design、 Designer School、TheExpressiveWeb、如何成为优秀的前端开发工程师、Web开发教学材等...
分类:其他好文   时间:2014-08-30 05:36:59    阅读次数:445
BZOJ1717: [Usaco2006 Dec]Milk Patterns 产奶的模式
1717: [Usaco2006 Dec]Milk Patterns 产奶的模式Time Limit:5 SecMemory Limit:64 MBSubmit:491Solved:274[Submit][Status]Description农夫John发现他的奶牛产奶的质量一直在变动。经过细致的调...
分类:其他好文   时间:2014-08-29 10:58:47    阅读次数:236
uva 1449 - Dominating Patterns(AC自动机)
题目练级:uva 1449 - Dominating Patterns 题目大意:有一个由小写字母组成的字符串集和一个文本T,要求找出那些字符串在文本中出现的次数最多。 解题思路:将字符串集建立AC自动机,然后传入T进行匹配,对每个匹配上的字符串多应次数加1,最后找出最大值。出现次数与最大值相同的字符串输出。注意字符集中出现相同字符的情况。 #include #include #...
分类:其他好文   时间:2014-08-28 22:48:36    阅读次数:303
What Is Important Is That Laptop Bags For Students Should Be Functional And Stylish
Bean bags for many years. Although it is an old design, people feel like it, and still one of the most sought after tools today. If you are looking fo...
分类:其他好文   时间:2014-08-28 13:01:39    阅读次数:263
Java架构师(1) -- 内容概述
Object-Oriented Analysis and Design (面向对象)Applicability of JEE Technology (JEE技术)Design Patterns (设计模式)Legacy Connectivity (传统系统连接)Enterprise JavaBean...
分类:编程语言   时间:2014-08-28 13:00:09    阅读次数:177
hadoop学习地址
http://hadoop.apache.org/docs/r1.0.4/cn/hdfs_design.html#%E7%A1%AC%E4%BB%B6%E9%94%99%E8%AF%AF
分类:其他好文   时间:2014-08-27 23:25:09    阅读次数:203
spring integration 概述
Spring IntegrationExtends the Spring programming model to support the well-knownEnterprise Integration Patterns. Spring Integration enables lightweigh...
分类:编程语言   时间:2014-08-27 18:17:58    阅读次数:421
设计模式(java)--状态模式
状态模式(State Pattern)是设计模式的一种,属于行为模式。 定义(源于Design Pattern):当一个对象的内在状态改变时允许改变其行为,这个对象看起来像是改变了其类。 状态模式主要解决的是当控制一个对象状态的条件表达式过于复杂时的情况。把状态的判断逻辑转移到表示不同状态的一系.....
分类:编程语言   时间:2014-08-26 22:51:07    阅读次数:278
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!