1 Star 0 Fork 0

DealiAxy / flutter_spider_fx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
DealiAxy 提交于 2020-03-08 21:28 . Update README.md

flutter_spider_fx MT

Flutter爬虫框架,帮助开发者快速在移动设备上构建爬虫,单线程版本

详情请见博客文章:https://zhuanlan.zhihu.com/p/108028434

参考资料

遇到的问题

  • 问题:Illegal argument in isolate message : (object is a regular Dart Instance)

解答:Sending an object entails serializing all it's fields, you are sending object1 which is a Worker object, one of it's fields is externalReference which is of Type ExternalClass and one of the fields of ExternalClass is a closure (_internalClosure).

所以我决定弃坑了,这个版本还是做成单线程的就好。

至于多线程,我会在另一个版本做。

license

GPL v2

Dart
1
https://gitee.com/deali/flutter_spider_fx.git
git@gitee.com:deali/flutter_spider_fx.git
deali
flutter_spider_fx
flutter_spider_fx
master

搜索帮助