上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 52 下一页
摘要: 一、配置文件 1.web.xml 1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" 3 xmlns:xsi=" 阅读全文
posted @ 2016-03-12 18:01 shamgod 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 1. 1 package org.crazyit.app.domain; 2 3 import javax.persistence.*; 4 5 /** 6 * Description: <br/> 7 * ��վ: <a href="http://www.crazyit.org">���Java� 阅读全文
posted @ 2016-03-12 14:43 shamgod 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 一、 1.The Proxy Pattern provides a surrogate or placeholder for another object to control access to it. Your client object acts like it’s making remote 阅读全文
posted @ 2016-03-11 16:08 shamgod 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 一、使用步骤 1.generate stubs and skeletons:Run rmic on the remote implementation class 如:D:\Workspaces\MyEclipse10\HeadFirstDesignPattern\bin>rmic headfirs 阅读全文
posted @ 2016-03-11 14:16 shamgod 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 一、 1. 2.The State Pattern allows an object to alter its behavior when its internal state changes. The object will appear to change its class. 3.The St 阅读全文
posted @ 2016-03-11 11:26 shamgod 阅读(720) 评论(0) 推荐(0) 编辑
摘要: 一、 方法可以调用自己(如果你对递归概念感到奇怪,请完成练习 1.1.16 到练习 1.1.22)。例如,下面给出了 BinarySearch 的 rank() 方法的另一种实现。我们会经常使用递归,因为递归代码比相应的非递归代码更加简洁优雅、易懂。下面这种实现中的注释就言简意赅地说明了代码的作用。 阅读全文
posted @ 2016-03-10 23:07 shamgod 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 一、 1.The Composite Pattern allows us to build structures of objects in the form of trees that contain both compositions of objects and individual obje 阅读全文
posted @ 2016-03-10 12:48 shamgod 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 一、 1.迭代器模式是对遍历集合元素的抽象 2.The Iterator Pattern provides a way to access the elements of an aggregate object sequentially without exposing its underlying 阅读全文
posted @ 2016-03-10 12:31 shamgod 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 一、 1.The Template Method defines the steps of an algorithm and allows subclasses to provide the implementation for one or more steps. 2.The Template M 阅读全文
posted @ 2016-03-10 09:33 shamgod 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 一、 1. 2.The Adapter Pattern converts the interface of a class into another interface the clients expect. Adapter lets classes work together that could 阅读全文
posted @ 2016-03-09 22:38 shamgod 阅读(433) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 52 下一页
haha