
python
hhvfg
弱者都是群居者,所以有芸芸众生。。。。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
关于python2到3版本的转换
python自带的一个文件 2to3.py可以完成。打开cmd 输入:2to3.py -w 目标文件名.pyok....原创 2018-02-14 13:56:27 · 481 阅读 · 0 评论 -
对于Pool.join()的解释,摘自stackoverflow
As to Pool.close(), you should call that when - and only when - you're never going to submit more work to the Pool instance. So Pool.close() is typically called when the parallelizable part of your ma...原创 2018-12-23 21:08:43 · 1928 阅读 · 0 评论