readme

来自「learning java的源代码。书中每个实例都有相关的代码example。」· 代码 · 共 24 行

TXT
24
字号
Learning Java, 'examples' subdirectoryMay 15, 2000The per-chapter subdirectories of this directory containcomplete Java applications and applets. In the book, eachsuch example begins with a comment line in this form:  //file: XXXXX.javaThese source-code text files are in Linux/Unix format: eachline ends with a new-line character (octal 012). Followingare advisories for viewing/editing the source-code fileson other systems.* On a Windows machine, use a text editor that recognizesthe new-line character (e.g. WordPad, not NotePad).Alternatively, convert the text files by adding acarriage-return character (octal 015) before eachnew-line character (octal 012).* On a Macintosh machine, convert the text files by changingeach new-line character (octal 012) to a carriage-returncharacter (octal 015).

⌨️ 快捷键说明

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