摘要:
pool = multiprocessing.Pool(processes=10) row = [...] for row in rows: task_id = row[1] img_id = row[0] pool.apply_async(check_picture_contain_human_or_dog, (task_id, img_id)) pool.close(... 阅读全文
摘要:
pip install pillow 阅读全文
摘要:
通过Linux命令行连接:在本机上连接操作 阅读全文