摘要:
# -*- coding: utf-8 -*-"""Created on Mon Nov 4 12:00:12 2019 @author: DELL""" """https://comment.bilibili.com/92542241.xml""" import requestsfrom bs4 阅读全文
posted @ 2019-11-12 11:22
小妖妮
阅读(228)
评论(0)
推荐(0)
摘要:
# -*- coding: utf-8 -*-"""Created on Thu Oct 17 14:04:21 2019 @author: DELL""""""BeautifulSoup解析数据lxml是个容错率高效的解析器 """import requestsfrom bs4 import Be 阅读全文
posted @ 2019-11-12 11:22
小妖妮
阅读(227)
评论(0)
推荐(0)
摘要:
# -*- coding: utf-8 -*-"""Created on Thu Oct 31 16:14:02 2019 @author: DELL""" import requestsfrom bs4 import BeautifulSoupimport pandas as pdimport r 阅读全文
posted @ 2019-11-12 11:21
小妖妮
阅读(138)
评论(0)
推荐(0)
摘要:
"""Created on Fri Nov 8 16:09:36 2019 @author: DELL""" """import pymangomyclient = pymongo.MongoClient("mongodb://localhost:27017/")#连接数据库 list _datab 阅读全文
posted @ 2019-11-12 11:19
小妖妮
阅读(1392)
评论(0)
推荐(0)