清歌

Results 21 comments of 清歌

不过我已经不用SpiderKeeper了,现在改用celery+celery-beat来管理定时任务

> scrapyd可以设置同时运行爬虫的进程数,其实我想知道celery+celery-beat怎么调用scrapy爬虫,有推荐教程吗? celery相关的教程可以看官网,celery+celery-beat只是用来定时发异步的请求,在python调用Scrapyd你可以试试python-scrapyd-api这个库

Finally, I use ``` conda install -c anaconda graphviz ``` to install graphviz and then everything going well.

Thank to answer. Actually I install pydot via pip but not conda. Even I use the python distribution of Anaconda but I merely use conda as package manager. I have...

#6 改了一下源代码提交了一个新PR,现在我是能正常使用的。

当时能用,不过一直没维护,已经弃坑了

就没有人解决问题以后顺便分享一下的吗? 我的办法是参考https://github.com/Homebrew/homebrew-core/issues/22349#issuecomment-354777218, 把 ``` mv /usr/local/include/libintl.h ~/temp mv /usr/local/lib/libintl.a ~/temp ``` 然后就可以了,记得要用cmake2.x版本。

If you live in Chinese mainland, this script maybe not wrok at all. But it work fine in my foreign server on America.

多谢回复~ 你做的jieba_fast分词效率的确是比原版高不少。只是本来我还想着偷个懒无缝迁移的,看到还是得重新训练一下模型了。