⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 一个用java语言编写的网络爬虫程序
💻
字号:
WebSPHINX version 0.4a-------------------------WebSPHINX is a Java class library and interactive developmentenvironment for Web crawlers. A Web crawler (also called a robot orspider) is a program that browses and processes Web pagesautomatically.For more information about WebSPHINX, visit        http://www.cs.cmu.edu/~rcm/websphinx/This source code is distributed under the terms of the GNU LibraryGeneral Public License (see the file LICENSE).WebSPHINX depends on two other packages available only in binary form:        * gd/graph graph-drawing package by Daniel Tunkelang        * OROMatcher regular-expression matching package by ORO Inc          (www.oroinc.com; see the file LICENSE-ORO.html)Class files for these packages (but not Java source files) aredistributed in this archive for the purpose of recompiling WebSPHINX.Recompiling WebSPHINX-------------------------(Note: the archive contains precompiled class files, so you don't needto recompile WebSPHINX unless you change its source.)1. Get the netscape.* packages from an installation of Netscape4.0 or later.  (It's possible to compile WebSPHINX without thenetscape packages, so you can skip this step.  You'll get compileerrors from two source files, but otherwise WebSPHINX will run fineunder the JDK.)The netscape packages are included in java40.jar, which can usually befound in one of the following locations:     Unix:    <netscape-directory>/java/java40.jar                     or              <netscape-directory>/java/classes/java40.jar     Windows: <netscape-directory>\Program\Java\Classes\java40.jarExtract the netscape.* packages into your websphinx directory:     jar xvf <netscape-path>/java40.jar netscapeBe careful not to extract *all* the classes in java40.jar, since java40.jaralso includes standard java packages (e.g. java.lang.*) that you don't want.2. Compile WebSPHINX:   2(a) If you have GNU make, just run                 gmake rebuild        to recompile all source files using the makefile. (The makefile        depends on gmake features, so ordinary make won't work.)   2(b) If you don't have GNU make, compile all Java files by hand, e.g.:                javac websphinx/*.java \                      websphinx/util/*.java \                      websphinx/workbench/*.java \                      websphinx/searchengine/*.java \                      symantec/itools/awt/*.java

⌨️ 快捷键说明

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