每日一句 ( 2024920 )  

Years may wrinkle the skin, but to give up enthusiasm wrinkles the soul.

歲月留痕,只及肌膚;激情不再,皺起心靈。———— Samuel Ullman

python抓取糗百信息并入庫mysql

這里抓取的頁面是糗百的最近8小時糗事頁面。感覺它的列表規(guī)則比較簡單一些。學習pytho的urllib庫基本操作與mysql的基礎(chǔ)使用。連接mysql使用的是mysql自家的connector。http://dev.mysql.com/doc/connector-python/en/index.html環(huán)境win2003+python3.3代碼如下。#導入urllib、mysql和正則類庫import urllib.requestimport mysql.connectorimport re#設(shè)置要抓取的頁面url="http://www.qiu...