摘要: HTML 超文本 标记 语言 标签:是由一对 构成的,有开始、有结束。 html架构: 网页的名称、网页的样式css、网页相关的js、网页的编码 书写要学习的标签(内容) 例子1: hello world hello world 例子2:设置中文编码 !doctype html hello worl 阅读全文
posted @ 2019-11-29 17:03 一路微笑 阅读(112) 评论(0) 推荐(0)
摘要: 利用python语言下的pandas库存储爬取数据于mysql数据库,相比其他语法代码更为便捷; 代码一:(爬取博客园储存于mysql数据库) from lxml import etree import requests import pandas as pd 建立mysql数据库连接 import 阅读全文
posted @ 2019-11-29 16:59 一路微笑 阅读(2525) 评论(0) 推荐(0)