Description: Network like a spider crawling JSp procedures, you can crawl web pages or the content of the specified collection, which is a reference sample for the study, completed the acquisition of the basic tenets of JSP, you can be used as a reference.
To Search:
- [WebCrawler] - This is a network used to write JAVA spi
File list (Check if you may need any files):
............\zhizhu
............\......\build
............\......\.....\web
............\......\.....\...\detail.jsp
............\......\.....\...\index.jsp
............\......\.....\...\META-INF
............\......\.....\...\........\context.xml
............\......\.....\...\........\MANIFEST.MF
............\......\.....\...\WEB-INF
............\......\.....\...\.......\classes
............\......\.....\...\.......\.......\com
............\......\.....\...\.......\.......\...\sohu
............\......\.....\...\.......\.......\...\....\bean
............\......\.....\...\.......\.......\...\....\....\NewsBean.class
............\......\.....\...\.......\.......\...\....\crawler
............\......\.....\...\.......\.......\...\....\.......\Crawler$1.class
............\......\.....\...\.......\.......\...\....\.......\Crawler.class
............\......\.....\...\.......\.......\...\....\.......\LinkDB.class
............\......\.....\...\.......\.......\...\....\.......\LinkFilter.class
............\......\.....\...\.......\.......\...\....\.......\LinkParser$1.class
............\......\.....\...\.......\.......\...\....\.......\LinkParser$2.class
............\......\.....\...\.......\.......\...\....\.......\LinkParser.class
............\......\.....\...\.......\.......\...\....\.......\NewsToDB.class
............\......\.....\...\.......\.......\...\....\.......\Queue.class
............\......\.....\...\.......\.......\...\....\db
............\......\.....\...\.......\.......\...\....\..\ConnectionManager.class
............\......\.....\...\.......\.......\...\....\servlet
............\......\.....\...\.......\.......\...\....\.......\GetNewsServlet$1.class
............\......\.....\...\.......\.......\...\....\.......\GetNewsServlet.class
............\......\.....\...\.......\.......\...\....\SohuNews$1.class
............\......\.....\...\.......\.......\...\....\SohuNews.class
............\......\.....\...\.......\lib
............\......\.....\...\.......\...\htmllexer.jar
............\......\.....\...\.......\...\htmlparser.jar
............\......\.....\...\.......\...\mysql-connector-java-5.1.6-bin.jar
............\......\.....\...\.......\web.xml
............\......\build.xml
............\......\dist
............\......\....\Sohu.war
............\......\nbproject
............\......\.........\ant-deploy.xml
............\......\.........\build-impl.xml
............\......\.........\genfiles.properties
............\......\.........\private
............\......\.........\.......\private.properties
............\......\.........\.......\private.xml
............\......\.........\project.properties
............\......\.........\project.xml
............\......\news.sql
............\......\src
............\......\...\conf
............\......\...\....\MANIFEST.MF
............\......\...\java
............\......\...\....\com
............\......\...\....\...\sohu
............\......\...\....\...\....\bean
............\......\...\....\...\....\....\NewsBean.java
............\......\...\....\...\....\crawler
............\......\...\....\...\....\.......\Crawler.java
............\......\...\....\...\....\.......\LinkDB.java
............\......\...\....\...\....\.......\LinkFilter.java
............\......\...\....\...\....\.......\LinkParser.java
............\......\...\....\...\....\.......\NewsToDB.java
............\......\...\....\...\....\.......\Queue.java
............\......\...\....\...\....\db
............\......\...\....\...\....\..\ConnectionManager.java
............\......\...\....\...\....\servlet
............\......\...\....\...\....\.......\GetNewsServlet.java
............\......\...\....\...\....\SohuNews.java
............\......\...\lib
............\......\...\...\commons-codec-1.3.jar
............\......\...\...\commons-httpclient-3.1.jar
............\......\...\...\commons-logging-1.0.4.jar
............\......\...\...\htmllexer.jar
............\......\...\...\htmlparser.jar
............\......\test
............\......\....\com
............\......\....\...\sohu
............\......\....\...\....\SohuNewsTest.java
......