Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - crawler
Search - crawler - List
GetHwndFromPoint调用winapi完成类似于spy++的图形化句柄抓取工具,但是传统WindowFromPoint无法抓到disable的句柄,故程序使用ChildWindowFromPointEx可以方便抓到被隐藏或disable的桌面句柄.程序封装在static控件内,再次使用方法,本例中为调用例程,欢迎使用!-WINAPI call GetHwndFromPoint completed similar spy++ Graphical handle crawler, but can not be caught WindowFromPoint traditional disable the handle, so the procedure can be easily caught using ChildWindowFromPointEx be hidden or disable desktop handle. Encapsulated in the static control procedures, the re-use methods, in this example, call routines, Welcome!
Date : 2025-12-22 Size : 31kb User : 六一

一个简单的爬虫程序,根据用户输入,抓取可能的链接,继续爬取,可控制爬取总页面数,或在爬到特定关键字停止-A simple crawler program, based on user input, to crawl links may continue crawling, can control the to crawling the total number of pages, or stop in the climb to a specific keyword
Date : 2025-12-22 Size : 3kb User : zhangshengdong

网页爬虫,QT实现。网页爬去分析。Crawler::Crawler(QUrl &url,QTreeWidget *tr) : QWidget() { - Crawler::~Crawler(){ http->abort() delete http delete tr_result delete root delete cookie_tr } Crawler::Crawler(QUrl &url,QTreeWidget*tr) : QWidget() { http=new QHttp(this) connect(http,SIGNAL(done(bool)),this,SLOT(getPage())) //settings ... QSettings settings if(settings.value("network/useproxy").toBool()) { http->setProxy( settings.value("network/cra_host").toString(), settings.value("network/cra_port").toInt(), settings.value("network/cra_name").toString(), settings.value("network/cra_pass").toString() ) } //the request ... QHttpRequestHeader header header.setValue("User-agent",settings.value("crawler/user-agent","Firefox 3").toString()) header.setValue("Host",url.host()) header.setRequest("GET",url.path()) http->setHost(url.host(),url.port(80))
Date : 2025-12-22 Size : 1.21mb User : my name

一个网络爬虫框架版本,有基本的功能,有部分代码需要自己实现,作为参考还是不错的-A web crawler framework version, the basic function, part of the code need to achieve their own good, or as a reference
Date : 2025-12-22 Size : 883kb User : kindle

DL : 0
网络爬虫,完成了页面解析,可以提取出想要的内容,使用的技术是jsoup,-Web crawler to complete the page resolution, can extract the desired content, use technology jsoup,
Date : 2025-12-22 Size : 3.98mb User : 刘博

DL : 0
一个简单的网络爬虫,不但能爬取网页文本内容,还能把网页中图片爬下来。-A simple web crawler, not only can crawl the web page text content, but also to climb down the pages of pictures.
Date : 2025-12-22 Size : 3kb User : 彭健

一个简易的python网络爬虫程序,可以爬取某个网站的数据,直接在命令行下运行即可。-A simple Python crawler program, you can crawl to take a website data, directly under the command line to run.
Date : 2025-12-22 Size : 1kb User : 顾千笙
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.