gotchas.txt

来自「MSComm控件资料,Visual Basic 6.0(以下简称VB) 是一种功」· 文本 代码 · 共 24 行

TXT
24
字号
Gotchas 1.0 Read Me
===================

Originally created to help friends identify INTL punch lists
in Codebook applications, GOTCHAS.PRG is useful for any project,
really.

Usage:  DO GOTCHAS WITH <cProject>

Note:  Browse GOTCHAS.DBF.  The Cookie field is the string
the project crawler looks for.  The READ_NOTES field tells
you something about why the Cookie is flagged, and the
HITS_FOUND field tells you where the Cookie is found.

Feel free to modify this to make it more useful for your
own purposes.  For insight into the workings of Visitors
and Iterators, see DESIGN PATTERNS by Gamma and Helm,
ISBN 0-201-63361-2.  Look for chapters on Iterator and 
Visitor patterns.

Steven Black
steveb@stevenblack.com
April 11 1997

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?