阿博的书架
home

阿博的书架

Core Java, Volume II--Advanced Features
Cay S. Horstmann and Gary Cornell
编程/技术 [16]: Now completely revised for the highly-anticipated Java SE 7 platform, the classic Core Java™, Volume II–Advanced Features covers today's best practice techniques for advanced user interface programming, enterprise Java development, and Ri...
Core Java™, Volume I--Fundamentals
Cay S. Horstmann and Gary Cornell
编程/技术 [17]: This revised edition of the classic Core Java™, Volume I–Fundamentals, is the definitive guide to Java for serious programmers who want to put Java to work on real projects.Fully updated for the new Java SE 6 platform, this no-nonsense tu...
Head First Design Patterns
Elisabeth Freeman and Eric Freeman and Bert Bates and Kathy Sierra and Elisabeth Robson
项目/产品 [11]: You're not alone. At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the l...
Head First 设计模式
弗里曼
项目/产品 [9]: 《Head First设计模式》(中文版)共有14章,每章都介绍了几个设计模式,完整地涵盖了四人组版本全部23个设计模式。前言先介绍这本书的用法;第1章到第11章陆续介绍的设计模式为Strategy、Observer、Decorator、Abstract Factory、Factory Method、Singleton,Command、Adapter、Facade、TemplateMethod、Iterator、Composite、State、Proxy。最后三章比较特别。...