摘要: 什么是验证码 验证码(CAPTCHA)是“Completely Automated Public Turing test to tell Computersand Humans Apart” (全自动区分计算机和人类的图灵测试)的缩写, 是一种区分用户是计算机还是人的公共全自动程序。可以防止:恶意破 阅读全文
posted @ 2018-04-17 21:28 一只小小的寄居蟹 阅读(1385) 评论(0) 推荐(0)
摘要: subprocess模块 通过Python去执行一条系统命令或脚本。 三种执行命令的方法 subprocess.run(*popenargs, input=None, timeout=None, check=False, **kwargs) #官方推荐 subprocess.call(*popena 阅读全文
posted @ 2018-04-17 10:31 一只小小的寄居蟹 阅读(854) 评论(0) 推荐(0)