matuobasyouca / spider
a simple distributed spider in Java. Java编写的一个简单分布式爬虫
☆159Updated 11 years ago
Alternatives and similar repositories for spider
Users that are interested in spider are comparing it to the libraries listed below
Sorting:
- 知乎爬虫,基于webmagic框架 .A java web spider base on webmagic.☆69Updated 8 years ago
- 新浪微博爬虫,采用Java语言开发,基于HTTPClient 4.0,采用MySQL存储爬取数据,支持多进 程并发执行。功能包括:爬取微博、评论、转发、关注列表(层次)。根据数据需求,持续更新...☆353Updated 11 years ago
- 使用java+httpclient+httpcleaner,多线程、分布式爬去电商网站商品信息,数据存储在hbase上,并使用solr对商品建立索引,使用redis队列存储一个共享的url仓库;使用zookeeper对爬虫节点生命周期进行监视等。☆232Updated 4 years ago
- A lite distributed Java spider framework :-)☆144Updated 8 years ago
- java 并发学习笔记☆98Updated 10 years ago
- 使用WebMagic抓取招聘信息,并且持久化到Mysql的例子。☆224Updated 8 years ago
- 基于dubbo的一个分布式项目demo☆105Updated 8 years ago
- ☆86Updated 9 years ago
- SpringMVC+Mybatis 脚手架☆91Updated 7 years ago
- 基于netty通信框架的轻量级、高性能RESTful服务,用于构建分布式系统。☆127Updated 12 years ago
- A Demo For Dubbo☆34Updated 10 years ago
- JavaWeb Seckill Web Application☆129Updated 6 years ago
- 关于Java Design Pattern (设计模式) 学习积累的例子,是初学者及设计模式巩固的最佳实践。☆166Updated 2 years ago
- 《Java并发编程实战 - Java Concurrency in Practice》,实践书中的例子,看哪些可以用于实际项目中。(但在使用之前,需要经过详细的单元和性能测试。)☆38Updated 8 years ago
- 多个spring 和ActiveMQ结合的项目,其中springMQ6最有参考价值,能运行,并且是maven项目,后加的springMQ7是纯java项目,只有activeMQ,能成功运行。这些项目都要开启activeMQ,在bin里面的activemq.bat☆73Updated 10 years ago
- 开放源码,基于springMVC+springSecurity3.x+Mybaits3.x的权限系统,,支持开源☆315Updated 9 years ago
- 一个基于SAE Java平台的微信平台公众帐号应用例子(使用Spring/SpringMVC/MyBatis框架)详情访问:http://aixuexiao.sinaapp.com☆232Updated 11 years ago
- 还在羡慕BAT,京东等公司的大流量的架构吗?让你的java系统引用解耦,互相独立,commonrpc 就可以办到。commonrpc 是一个以netty为基础,spring 自定义shcema为基础标签的rpc框架,不侵入任何业务代码,一个高性能分布式rpc框架,支持tcp…☆101Updated 10 years ago
- 提供Java中的一些分布式远程调用的ShowCase,包括RMI、CXF、Burlap、Hessian、HttpInvoker、JMS、REST、MetaQ、Dubbo。☆97Updated 10 years ago
- Learning to write Hadoop examples☆139Updated 3 months ago
- 基于Java,Spring,Maven实现的微信公众平台一整套代码,从前端Controller到后端的Dao的实现☆228Updated 10 years ago
- Easy Spring Boot blog~☆77Updated 7 years ago
- a java blog☆247Updated 9 months ago
- 针对反爬虫问题的自动代理池组件☆78Updated 8 years ago
- 1、mysql数据同步到redis 2、redis里面主键的设计、3、redis和数据库之间的数据同步☆222Updated 9 years ago
- SpringMVC+Spring+Mybatis+Shiro+Redis+Ecache+JS+Mysql☆45Updated 9 years ago
- spring+springmvc+mybatis+maven+freemarker 能跑通的小例子,尽量通俗易懂☆80Updated 8 years ago
- 豆瓣电影爬虫——a crawler which is able to crawl movie detail and short comments, save them to database mysql, also include Sentiment analysis ba…