摘要: 源码如下: #-*-coding:utf-8 -*-#author:wangxing#description:生成包含大小写字母,数字,特殊字符的随机字符串 import randomimport stringimport sys #存储大小写字母和数字,特殊字符列表STR = [chr(i) fo 阅读全文
posted @ 2018-08-02 18:47 菜鸟的日记 阅读(694) 评论(0) 推荐(0) 编辑
摘要: 源码如下: #!/usr/bin/env python#-*-coding:utf-8-*- import requestsfrom bs4 import BeautifulSoupimport reimport IPy def check_ip(Ip): url = 'https://sp0.ba 阅读全文
posted @ 2018-08-02 18:42 菜鸟的日记 阅读(1187) 评论(0) 推荐(0) 编辑