本文介绍了让函数在Python中工作一段时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嘿伙计们
我想知道如何让一个函数在一段时间内工作
i一直在建立一个网络爬虫来收集来自一个certin页面和其中一个功能我需要它工作一段时间然后再睡觉一段时间然后工作等.....
任何想法这里
我尝试了什么:
i尝试睡眠功能,它只是推迟了工作
解决方案
hey guys
i'm wondering on how to let a function to work for a certin amount of time
i have been building a web crawler to gather links from a certin page and one of the functions i need it to work for amount of time then goes to sleep for another amount of time then work etc.....
any idea here
What I have tried:
i tried sleep function and it's only delaying the work
解决方案
这篇关于让函数在Python中工作一段时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!