?? readme.txt
字號:
(This file is in UNIX format, any good text editor will read it ok, not notepad)JMap - Java Network Port ScannerTom Salmon tom@slashtom.orgCompiling Source code: Under windows: javac *.java jar -cvmf manifest.txt jmap.jar *.class ports.defs Under UNIX (or similar ie. GNU/Linux, Mac OS X): makeWhen compiled, the program is stored in an executable 'jar' file:'jmap.jar'To run, either 'double-click' on 'jmap.jar' or from the command line: "java -jar jmap.jar"Generating Javadoc code documentation: Under Windows: javadoc -d javadoc/ -version -author -windowtitle GNU-JMAP_Java_Port_Scanner *.java Under UNIX (or similar ie. GNU/Linux, Mac OS X): make javadocHTML documentation will be placed in a subdirectory of the jmap source, called 'javadoc'. - Tom Salmon (11/01/2003)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -