Git Product home page Git Product logo

crawler-demo's Introduction

crawler-demo

一个用Java实现的豆瓣读书的爬虫

1.使用JDK的java.net包中提供的访问HTTP协议的基本功能的类:HttpURLConnection来抓取网页内容。采用User Agent伪装为浏览器进行爬取。

2.使用jsoup解析html获取书籍信息。

3.使用堆排序算法得到评分前40的书籍。构造n个数据元素的最大堆,时间复杂度为O(nlog2n)。取出堆顶元素,即为当前堆的最大数,时间复杂度为O(log2n)。

4.使用多线程爬取

综合5次程序运行,运行时长约为4.40s

crawler-demo's People

Contributors

xiaoqitu7 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.