搜索资源列表
hfdp
- Head first design pattern这本经典书的 源码,对学设计模式的人特别有用哈。-Head first design of this classic pattern of the source book, for school design patterns are particularly useful Kazakhstan.
j123
- 一、责任链模式 现有 “战士”、“班长”、“排长”、“连长”,“营长”五种角色,当有人要请假时要进行以下处理 1.只能是下级象上级请假(如“排长”只能向“连长请假”) 2.班长可以批准1天内的假期,排长批5天,连长批10天,营长批20天,20以上不准假 请用责任链模式处理以下情况,输出具体的批准过程: 1.战士请12天假 2.排长请3天假 -First, the existing chain of responsibility pattern of " fig
MobileCampus
- 第一次用java做移动校园 做的不好 希望见谅 采用MVC模式-The first time mobile java do not want to do on campus will forgive the use of MVC pattern
Head_First_Pattern_design
- Head first Java 设计模式,是那本经典的设计模式的Java版,用更简洁的语言,讲述设计模式,更适合初学者-Head first Java design patterns, is that the classic version of Java design patterns, with more concise language, about the design pattern, more suitable for beginners
MP3
- headfirst 设计模式源码 里面包含全部的内容,是.jar格式,只要解压就可以了-the source code of the head first design pattern
DaoDemo
- DAO (Data Access Objects) 数据访问对象是第一个面向对象的接口,使用dao设计模式可以方便地对数据进行增删改查,该例对于初学者掌握dao设计模式非常有用-DAO (Data Access Objects) data access object is the first object-oriented interface, use the dao design pattern can easily search for data additions and deletion
Head_First_Design_Pattern
- 本书共有14章,每章都介绍了几个设计模式,完整地涵盖了四人组版本全部23个设计模式。-This book has 14 chapters, each chapter describes several design patterns, and completely covered all 23 design patterns.
Duck
- Head First 书上关于策略模式的java源代码(鸭子游戏的例子),亲自编写,可以执行。供大家分享。-Head First book on strategy pattern java source code (the duck game example), personally prepared, you can perform. For all to share.
Test
- Head First书上关于观察者模式的例子(天气预报那个),weatherdata。亲自编写,可以执行,供大家参考。-Head First book on the example of the Observer pattern (weather forecast), weatherdata. Personally prepared, you can do for your reference.
struts
- 本讲首先介绍MVC设计模式及Struts 框架产生的过程,然后介绍Struts 1框架、Struts 2框架以及他们之间的差别,接着介绍Struts 2的体系结构、工作流程、配置文件等,最后介绍一个HelloWorld实例的创建,使读者了解Struts 2开发的基本流程-This lecture first introduced to the process of the MVC design pattern and the Struts framework, and then introduc
SignModel
- 《head first设计模式》工厂模式和观察者模式的完整代码-The complete code head first design patterns factory model and observer pattern
