readme.txt

来自「优秀的内网子机及端口嗅探器(附java代码).JMap is a Java ne」· 文本 代码 · 共 44 行

TXT
44
字号
(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 + =
减小字号Ctrl + -
显示快捷键?