📄 index-q-1.htm
字号:
<HTML>
<SCRIPT>
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
</SCRIPT><HEAD><TITLE>Index</TITLE></HEAD>
<BODY
BGCOLOR = #FFFFFF
TEXT = #000000
onLoad="setFocus()";
>
<P>Names of design patterns appear in small capitals: e.g., A<FONT
SIZE=-1>DAPTER</FONT>. Page numbers in bold indicate the definition
of a term. Numbers in italics indicate a diagram for the term.
Letters after a diagram's page number indicate the kind of diagram:
a "c" denotes a class diagram, an "i" denotes an interaction diagram,
and an "o" denotes an object diagram. For example, <I>88co</I>
means that a class and object diagram appears on page 88.</P>
<H2>Q</H2>
<DL>
<a name="QOCA"></a>
<DT>QOCA</DT>
<DD>use of A<FONT SIZE=-1>DAPTER</FONT>
<A HREF="pat4afs-1.htm#qoca-use-adapt" tppabs="http://ultra/development/DesignPatterns/lowres/pat4afs.htm#qoca-use-adapt" TARGET="_mainDisplayFrame">143</A>
</DD>
<DD>use of I<FONT SIZE=-1>NTERPRETER</FONT><A HREF="pat5cfs-1.htm#knownuses" tppabs="http://ultra/development/DesignPatterns/lowres/pat5cfs.htm#knownuses" TARGET="_mainDisplayFrame">255</A>
</DD>
<DD>use of M<FONT SIZE=-1>EMENTO</FONT>
<A HREF="pat5ffs-1.htm#qoca-use-memento" tppabs="http://ultra/development/DesignPatterns/lowres/pat5ffs.htm#qoca-use-memento" TARGET="_mainDisplayFrame">291</A>
</DD>
</DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -