摘要: #!/usr/bin/env python # coding:utf8 # author:Z time:2018/8/14 import requests import time from bs4 import BeautifulSoup import pymysql from pymysql import OperationalError from selenium import w... 阅读全文
posted @ 2018-08-29 18:05 Operater 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 获取ip,然后随机选择ip,删除无用的ip 阅读全文
posted @ 2018-08-29 18:04 Operater 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 在ubuntu上安装tensorflow后导入模块显示Illegal instruction (core dumped) 服务器的版本是Ubuntu 16.04.5 降低版本,成功导入模块 pip3 install tensorflow==1.5 阅读全文
posted @ 2018-08-29 16:19 Operater 阅读(5992) 评论(0) 推荐(0) 编辑