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

📄 readme.txt

📁 网络爬行器的java程序
💻 TXT
字号:
WebExplorer 1.0                                   (C) SEP 1996 L. Vanhelsuwe
---------------                                   --------------------------

                       1. Introduction

                       2. Installing Instructions

                       3. Running WebExplorer

                       4. Feedback and Reporting Problems


1. Introduction
---------------
Congratulations, you've just downloaded and decompressed the WebExplorer ZIP
archive file.

WebExplorer  is a bare-bones Java Web-crawling application.  All its output
simply goes to the console, and if you wish to halt the program you need to
stop it using a plain old CTRL-C.

Not burdening the program with any GUI issues means the source code will be
that much more instructive to you.




2. Installing Instructions
--------------------------
As this Java program is not an applet, but a Java application, you can't run
the program from a Java-aware browser like Netscape's Navigator.

You  need  any  of  the  available  Java  interpreters,  like  Sun's "java"
interpreter (available free as part of Sun's JDK, see http://www.sun.com).

The  only requirement to run WebExplorer is that your CLASSPATH environment
variable points to your current directory (it should already do so).

WebCrawler does not require any initialization or other files, and it does
not  create  any  files  on your computer system, it only goes "out" on the
Web to fetch HTML pages.





3. Running WebExplorer
----------------------
Go to the directory where you unpacked the WebExplorer archive.

To run WebExplorer, simply start your chosen Java interpreter, giving it
"WebExplorer" plus a URL as arguments.

For example, on a Windows 95 machine using Sun's JDK, you would type at the
(MSDOS box) command line prompt:

           "java WebExplorer http://www.yoursiteofinterest.com"

WebExplorer  should now start crawling all over the Web, starting from that
site.





4. Feedback and Reporting Problems
----------------------------------
If you want to contact the author, you can email him on

                      javaworld@telework.demon.co.uk


Have fun !

  L. Vanhelsuwe

  NW Scotland, 13 October 1996

⌨️ 快捷键说明

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