上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页
摘要: #!usr/bin/env python #-*- coding:utf-8 _*- """ @author:lenovo @file: 登录人人网.py @time: 2019/10/{DAY} """ # import requests # # 创建session对象,可以保存Cookie值 # 阅读全文
posted @ 2019-11-07 15:20 龙卷风之殇 阅读(1891) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- # @Time : 2019/9/3 11:42 # @Author : wujf # @Email : 1028540310@qq.com # @File : selenium相关.py # @Software: PyCharm ''' 谷歌驱动下载 阅读全文
posted @ 2019-11-07 13:55 龙卷风之殇 阅读(1050) 评论(1) 推荐(0)
摘要: 对应于webdriver中的定位方法分别是:(现在全部改版成 driver.find_element(By.XPATH,xpath的匹配) driver.find_element_by_name()——最常用,简单driver.find_element_by_id()——最常用,简单driver.f 阅读全文
posted @ 2019-11-07 13:54 龙卷风之殇 阅读(227) 评论(0) 推荐(0)
摘要: import matplotlib.pyplot as plt import matplotlib fig=plt.figure() labels=['陆地','海洋'] data=[29,71] plt.axes(aspect=1) #此处设置的目的 是为了让饼状图画出来是圆形 #解决汉字乱码问题 阅读全文
posted @ 2019-11-07 10:37 龙卷风之殇 阅读(361) 评论(0) 推荐(0)
摘要: 安装了mysql5.7,用group by 查询时抛出如下异常: Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'userinfo.t_long.user_name' 阅读全文
posted @ 2019-11-01 16:13 龙卷风之殇 阅读(229) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页