文件名称:golang语言爬虫 并发版爬虫源码
文件大小:2.33MB
文件格式:ZIP
更新时间:2022-01-14 07:30:15
golang 爬虫 并发
google资深工程师深度讲解Go语言的并发版的爬虫源码实现
【文件预览】:
crawler_main_并发版爬虫
----main.go(409B)
----crawler_main.exe(6.65MB)
----fetcher()
--------fetcher.go(1KB)
----zhenai()
--------parser()
----model()
--------profile.go(69B)
----scheduler()
--------queued.go(1KB)
--------simple.go(468B)
----engine()
--------types.go(231B)
--------simple.go(774B)
--------concurrent - 非队列版.go1(911B)
--------concurrent.go(1KB)