readme.txt

来自「关于NETFLOW信息分析的软件。 is a netflow analyzer.」· 文本 代码 · 共 34 行

TXT
34
字号
!!!!!! Create table from db.sql !!!!!!!Required libraries:commons-collections-x.x.jarcommons-configuration-x.x.jarcommons-lang-x.x.jarcommons-logging-x.x.jarlog4j-x.x.xx.jarmysql-connector-java-x.x.xx-bin.jar

To run the project from the command line, type the following:java -jar "JFlowAnalyzer.jar" < flows.cflowdflows.cflowd - netflow records in CFlowd format.Notes:* If two JAR files on the project classpath have the same name, only the firstJAR file is copied to the lib folder.* If the classpath contains a folder of classes or resources, none of theclasspath elements are copied to the dist folder.* If a library on the projects classpath also has a Class-Path elementspecified in the manifest,the content of the Class-Path element has to be onthe projects runtime path.* To set a main class in a standard Java project, right-click the project nodein the Projects window and choose Properties. Then click Run and enter theclass name in the Main Class field. Alternatively, you can manually type theclass name in the manifest Main-Class element.

⌨️ 快捷键说明

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