摘要: 1 、下载mysql-8.0.13-x64 官方网站:https://dev.mysql.com/downloads/mysql/ 2、解压到G盘 3、准备my.ini文件保存到解压目录 4、‘保存以下代码成.bat脚本文件 5、cd到mysql解压目录,执行以上的.bat脚本,执行完以上步骤控制台 阅读全文
posted @ 2018-11-09 21:46 dangxusheng 阅读(642) 评论(0) 推荐(0) 编辑
摘要: # coding=utf-8 # !/usr/bin/env python ''' author: dangxusheng desc : 动态分页抓取 游民星空 的资讯 date : 2018-08-29 ''' import requests from bs4 import BeautifulSoup import json import time url ... 阅读全文
posted @ 2018-11-09 21:37 dangxusheng 阅读(443) 评论(0) 推荐(0) 编辑
摘要: # coding=utf-8 # !/usr/bin/env python ''' author: dangxusheng desc : 稍微有点难度,需要多次请求获取key date : 2018-08-29 ''' # 导入模块 import requests from lxml import 阅读全文
posted @ 2018-11-09 21:35 dangxusheng 阅读(2397) 评论(0) 推荐(0) 编辑
摘要: # coding=utf-8 # !/usr/bin/env python ''' author: dangxusheng desc : 下载校花网上的个人信息:名字-学校-图片地址-点赞数 date : 2018-08-29 ''' # 导入模块 import requests from lxml import etree import json #准备全局变... 阅读全文
posted @ 2018-11-09 21:33 dangxusheng 阅读(277) 评论(0) 推荐(0) 编辑