码迷,mamicode.com
首页 >  
搜索关键字:design patterns    ( 5715个结果
java类库中的设计模式
原帖:http://stackoverflow.com/questions/1673841/examples-of-gof-design-patterns 提问:我正在学习GoF的《设计模式》,想了解些它们在实际中的应用的例子。大家能给我举一些使用设计模式的好例子吗?尤其是在Java类库中。 赞同最高的回答: 你可以通过Wikipedia对设计模式有个整体上的理解。Wikipedia上也...
分类:编程语言   时间:2014-07-31 20:49:37    阅读次数:427
magento模板 -- 如何安装magento模板
在magento下面安装模板首先要了解magento的模板结构:每个magento模板都包含如下的类似结构:--app/design/frontend/default/[模板名称]-------layout-------template-------locale--skin/frontend/def...
分类:其他好文   时间:2014-07-30 20:03:44    阅读次数:226
php中五种常见的设计模式
设计模式 一书将设计模式引入软件社区,该书的作者是 Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides Design(俗称 “四人帮”)。所介绍的设计模式背后的核心概念非常简单。经过多年的软件开发实践,Gamma 等人发现了某些具有固定设计...
分类:Web程序   时间:2014-07-30 17:19:24    阅读次数:391
Latitude Geographics Geocortex Essentials v4.1.3 1CD
Latitude Geographics Geocortex Essentials v4.1.3 1CDDesign Data产品:Design Data SDS2 v6.336 1CD(3D 模具AEC自动化设计软件)Design Data SDS2 v6.334 1CD Data Design ...
分类:其他好文   时间:2014-07-30 11:52:33    阅读次数:190
Best Time to Buy and Sell Stock III leetcode java
题目:Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may com....
分类:编程语言   时间:2014-07-30 05:35:13    阅读次数:260
Best Time to Buy and Sell Stock II leetcode java
题目:Say you have an array for which the ith element is the price of a given stock on day i.Design an algorithm to find the maximum profit. You may com....
分类:编程语言   时间:2014-07-30 05:35:03    阅读次数:309
HDU1007 Quoit Design 【分治】
Quoit Design Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 30505    Accepted Submission(s): 8017 Problem Description Have you ever...
分类:其他好文   时间:2014-07-29 22:09:32    阅读次数:375
PrintJ的设计模式之旅——1.模式之父
好奇设计模式的源头,做了一番搜索和调查,于是便开启了这个系列“PrintJ的设计模式之旅”。1.模式之父GOF(Gang of Four)Erich Gamma、Richard Helm、Ralph Johnson 和 John Vlissides合著了"Design Patterns: Eleme...
分类:其他好文   时间:2014-07-29 21:08:32    阅读次数:229
VMware认证
VMwareVCP认证必须参加VMware培训,获得VMware培训的CODE。目前vmware的版本为VCP5.1。根据不同的角色类型,笼统分为销售vsp、销售工程师vtsp、工程师vcp、高级工程师vcap以及专家VMwareCertifiedDesignExpert(VCDX),其中不同的产品有相应的认证,如vcp-cloud等,对应的是相..
分类:其他好文   时间:2014-07-29 15:29:29    阅读次数:270
Design Pattern Bridge 桥设计模式
桥设计模式其实就是一个简单的has a relationship,就是一个类拥有另一个类,并使用另一个类实现需要的功能。 比如遥控器和电视之间可以使用桥设计模式达到可以使用同一个遥控器控制多台电视机的目的。 这样的设计思想是多种设计模式反反复复使用基本思想。 仔细思考下会发现多种设计模式的底层思想其实是相通的,不过具体实现或者某些细节,应用等有那么一点差别罢了。 下面就实现一个TV和rem...
分类:其他好文   时间:2014-07-28 16:25:53    阅读次数:237
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!