GithubHelp home page GithubHelp logo

hhy5277 / codes-scratch-crawler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from duoan/codes-scratch-crawler

0.0 1.0 0.0 4.86 MB

读书笔记《自己动手写网络爬虫》,自己敲的代码。主要记录了网络爬虫的基本实现,网页去重的算法,网页指纹算法,文本信息挖掘

License: Apache License 2.0

Java 100.00%

codes-scratch-crawler's Introduction

爬虫相关知识代码

读书笔记《自己动手写网络爬虫》,自己敲的代码。主要记录了网络爬虫的基本实现,网页去重的算法,网页指纹算法,文本信息挖掘

  • ConsistentHash 一致hash算法

  • HashAlgorithms hash算法大全

  • MurmurHash MurMurHash算法,是非加密HASH算法,性能很高,碰撞率低

  • IPSeeker 封装了腾讯的ip库,提供一些工具,读取QQwry.dat文件,以根据ip获得好友位置

  • HITS HITS算法实现

  • PageRank PageRank算法实现

  • WebGraph Web图建模

  • WebGraphMemory 内存Web图

  • SimpleBloomFilter 布隆过滤器

  • BDBFrontier 使用Berkeley DB 来做爬虫的前端url爬取列表存储

  • Crawler 爬虫一只,采用了宽度优先的方式爬取网络,并且使用httpclien4.3来下载网页

  • CrawlUrl 一个封装了爬虫的url地址的对象,可以使用其layer变量控制限制层次的爬取

  • DownLoadFile 一个下载网页数据到本地的工具类

codes-scratch-crawler's People

Contributors

duoan avatar

Watchers

 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.