BEA BEA WebLogic Server Installationsanleitung Seite 10

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 108
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 9
x BEA Products Installation Guide
monospace
boldface
text
Identifies significant words in code.
Example:
void commit ( )
monospace
italic
text
Identifies variables in code.
Example:
String expr
{ }
Indicates a set of choices in a syntax line. The braces themselves should never be typed.
[ ]
Indicates optional items in a syntax line. The brackets themselves should never be
typed.
Example:
java utils.MulticastTest -n name [-p portnumber]
|
Separates mutually exclusive choices in a syntax line. The symbol itself should never
be typed.
Example:
java weblogic.deploy [list|deploy|update]
...
Indicates one of the following in a command line:
That an argument can be repeated several times in a command line
That the statement omits additional optional arguments
That you can enter additional parameters, values, or other information
The ellipsis itself should never be typed.
Example:
buildobjclient [-v] [-o name] [-f "file1.cpp file2.cpp
file3.cpp . . ."
.
.
.
Indicates the omission of items from a code example or from a syntax line. The vertical
ellipsis itself should never be typed.
Convention Item
Seitenansicht 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 107 108

Kommentare zu diesen Handbüchern

Keine Kommentare