编写网络爬虫寻找医院asp.net [英] writing a web crawler for finding hospitals asp.net

查看:127
本文介绍了编写网络爬虫寻找医院asp.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想编写一个可以找到医院的网络爬虫,因为医院数据通常会不时更新,所以我不想将医院数据保存在数据库中,而是希望使用爬虫方法。请为我推荐一些有用的链接来完成这项任务。谢谢

解决方案

请参阅: http://en.wikipedia.org / wiki / Web_scraping [ ^ ]。



另见我过去的答案:从网页获取具体数据 [ ^ ]。



-SA


< blockquote>这可能会有所帮助 - http://www.buggybread.com/ 2013/01 / create-your-own-email-and-image.html [ ^ ]



中进行更改@Override 
公共无效访问(页面页){

根据您的需要。


I want to write a web crawler that could find hospitals because usually hospitals data gets updated from time to time so instead of saving hospitals data in database, i want to use crawler approach. Please recommend me some useful links for accomplishing this task. Thanks

解决方案

Please see: http://en.wikipedia.org/wiki/Web_scraping[^].

See also my past answer: get specific data from web page[^].

—SA


This might help - http://www.buggybread.com/2013/01/create-your-own-email-and-image.html[^]

Make changes within

@Override
        public void visit(Page page) {

as per your need.


这篇关于编写网络爬虫寻找医院asp.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆