Design Patterns For Dummies
            
暫譯: 傻瓜的設計模式
        
        Steve Holzner
- 出版商: Hungry Minds
- 出版日期: 2006-05-08
- 售價: $1,200
- 貴賓價: 9.5 折 $1,140
- 語言: 英文
- 頁數: 308
- 裝訂: Paperback
- ISBN: 0471798541
- ISBN-13: 9780471798545
- 
    相關分類:
    
      Design Pattern 
 
海外代購書籍(需單獨結帳)
買這商品的人也買了...
- 
                
                   $839The C# Programming Language (Hardcover) $839The C# Programming Language (Hardcover)
- 
                
                   人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e) 人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379
- 
                
                   深入淺出設計模式 (Head First Design Patterns) 深入淺出設計模式 (Head First Design Patterns)$880$695
- 
                
                   深入淺出 Java 程式設計, 2/e (Head First Java, 2/e) 深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)$880$695
- 
                
                   鳥哥的 Linux 私房菜基礎學習篇, 2/e 鳥哥的 Linux 私房菜基礎學習篇, 2/e$780$663
- 
                
                   Microsoft SQL Server 2005 設計實務 Microsoft SQL Server 2005 設計實務$680$578
- 
                
                   ASP.NET 2.0 深度剖析範例集 ASP.NET 2.0 深度剖析範例集$650$507
- 
                
                   SQL 語法範例辭典 SQL 語法範例辭典$550$468
- 
                
                   JavaScript 精緻範例辭典 JavaScript 精緻範例辭典$450$383
- 
                
                   Linux 驅動程式, 3/e (Linux Device Drivers, 3/e) Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)$980$774
- 
                
                   Visual Basic 2005 Express 程式設計經典教本 Visual Basic 2005 Express 程式設計經典教本$580$452
- 
                
                   Visual C# 2005 建構資訊系統實戰經典教本 Visual C# 2005 建構資訊系統實戰經典教本$650$507
- 
                
                   Dreamweaver 搞不定的網頁設計效果:CSS 關鍵救援密碼 Dreamweaver 搞不定的網頁設計效果:CSS 關鍵救援密碼$520$442
- 
                
                   操作介面設計模式 (Designing Interfaces) 操作介面設計模式 (Designing Interfaces)$880$695
- 
                
                   MySQL 5 徹底研究, 3/e (The Definitive Guide to MySQL 5, 3/e) MySQL 5 徹底研究, 3/e (The Definitive Guide to MySQL 5, 3/e)$690$538
- 
                
                   Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e) Effective C++, 3/e (中文版) (Effective C++: 55 Specific Ways to Improve Your Programs and Designs, 3/e)$500$450
- 
                
                   Ajax 技術手冊 (Foundations of Ajax) Ajax 技術手冊 (Foundations of Ajax)$450$356
- 
                
                   世紀末軟體革命復刻版:C++、GUI 與物件導向理論 世紀末軟體革命復刻版:C++、GUI 與物件導向理論$620$527
- 
                
                   Ajax 快速上手 (Head Rush Ajax) Ajax 快速上手 (Head Rush Ajax)$780$616
- 
                
                   聖殿祭司的 ASP.NET 2.0 專家技術手冊─使用 C# 聖殿祭司的 ASP.NET 2.0 專家技術手冊─使用 C#$720$569
- 
                
                   Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e) Linux 核心詳解, 3/e (Understanding the Linux Kernel, 3/e)$1,200$948
- 
                
                   寫給 SA 的 UML/MDA 實務手冊 寫給 SA 的 UML/MDA 實務手冊$350$298
- 
                
                   $990CCNP ONT Official Exam Certification Guide (Hardcover) $990CCNP ONT Official Exam Certification Guide (Hardcover)
- 
                
                   Core Java, Volume I -- Fundamentals, 8/e (Paperback) Core Java, Volume I -- Fundamentals, 8/e (Paperback)$2,220$2,109
- 
                
                   $499Core Java, Volume II -- Advanced Features, 8/e (Paperback) $499Core Java, Volume II -- Advanced Features, 8/e (Paperback)
商品描述
Description
There's a pattern here, and here's how to use it!
Find out how the 23 leading design patterns can save you time and trouble
Ever feel as if you've solved this programming problem before? You — or someone — probably did, and that's why there's a design pattern to help this time around. This book shows you how (and when) to use the famous patterns developed by the "Gang of Four," plus some new ones, all designed to make your programming life easier.
Discover how to:
- Simplify the programming process with design patterns
- Make the most of the Decorator, Factory, and Adapter patterns
- Identify which pattern applies
- Reduce the amount of code needed for a task
- Create your own patterns
Table of contents
Introduction.
Part I: Getting to Know Patterns.
Chapter 1: Congratulations, Your Problem Has Already Been Solved.
Chapter 2: Putting Plans into Action with the Strategy Pattern.
Chapter 3: Creating and Extending Objects with the Decorator and Factory Patterns.
Chapter 4: Watch What’s Going On with the Observer and Chain of Responsibility Patterns.
Chapter 5: From One to Many: The Singleton and Flyweight Patterns.
Part II: Becoming an OOP Master.
Chapter 6: Fitting Round Pegs into Square Holes with the Adapter and Facade Patterns.
Chapter 7: Mass Producing Objects with the Template Method and Builder Patterns.
Chapter 8: Handling Collections with the Iterator and Composite Patterns.
Chapter 9: Getting Control of Your Objects with the State and Proxy Patterns.
Chapter 10: Coordinating Your Objects with the Command and Mediator Patterns.
Part III: The Part of Tens.
Chapter 11: Ten More Design Patterns.
Chapter 12: Ten Easy Steps to Create Your Own Patterns.
Index.
商品描述(中文翻譯)
**描述**
有一個模式在這裡,這是如何使用它的!
**了解23種主要設計模式如何幫助您節省時間和麻煩**
您是否曾經覺得自己之前已經解決過這個程式設計問題?您——或其他人——可能確實這樣做過,這就是為什麼這次有設計模式來幫助您。本書向您展示如何(以及何時)使用「四人幫」開發的著名模式,以及一些新的模式,所有這些都是為了讓您的程式設計生活更輕鬆。
**發現如何:**
- 使用設計模式簡化程式設計過程
- 充分利用裝飾者模式(Decorator)、工廠模式(Factory)和適配器模式(Adapter)
- 確定適用的模式
- 減少完成任務所需的程式碼量
- 創建您自己的模式
**目錄**
引言。
**第一部分:認識模式。**
- 第1章:恭喜您,您的問題已經被解決。
- 第2章:使用策略模式將計劃付諸實行。
- 第3章:使用裝飾者模式和工廠模式創建和擴展對象。
- 第4章:使用觀察者模式和責任鏈模式觀察發生了什麼。
- 第5章:從一到多:單例模式和享元模式。
**第二部分:成為OOP大師。**
- 第6章:使用適配器模式和外觀模式將圓形釘子放入方形孔中。
- 第7章:使用模板方法模式和建造者模式大規模生產對象。
- 第8章:使用迭代器模式和組合模式處理集合。
- 第9章:使用狀態模式和代理模式控制您的對象。
- 第10章:使用命令模式和中介者模式協調您的對象。
**第三部分:十的部分。**
- 第11章:十種更多的設計模式。
- 第12章:創建您自己模式的十個簡單步驟。
- 索引。

 
     
     
     
     
     
     
     
     
     
     
     
     
     
    
 
    
 
     
    