We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
项目名称:cockroach 爬虫:又一个 java 爬虫实现
项目地址:https://github.com/zhangyingwei/cockroach
项目语言:Java
项目描述:一个小巧、灵活、健壮的爬虫框架
推荐理由:创建一个爬虫也可以这么简单
示例代码:
@EnableAutoConfiguration public class CockroachApplicationTest { public static void main(String[] args) throws Exception { TaskQueue queue = TaskQueue.of(); queue.push(new Task("http://blog.zhangyingwei.com")); CockroachApplication.run(CockroachApplicationTest.class,queue); } }
The text was updated successfully, but these errors were encountered:
@zhangyingwei 您好,该项目暂不能收录到月刊中。推荐标准请参考 #271
希望您能够继续推荐有意思、入门级项目,再次感谢。
Sorry, something went wrong.
No branches or pull requests
项目推荐
项目名称:cockroach 爬虫:又一个 java 爬虫实现
项目地址:https://github.com/zhangyingwei/cockroach
项目语言:Java
项目描述:一个小巧、灵活、健壮的爬虫框架
推荐理由:创建一个爬虫也可以这么简单
示例代码:
The text was updated successfully, but these errors were encountered: