Problems are not stop signs; they are guidelines.
問題的出現(xiàn)不是讓你止步,而是給你指路。———— Robert Schuller
某功能需要一套城市所有小區(qū)的位置信息數(shù)據(jù),一開始是使用的百度地圖api來進(jìn)行關(guān)鍵詞搜索,勉強(qiáng)能用,但數(shù)據(jù)量非常少,還是有大量的社區(qū)/小區(qū)搜不到。 周末在家上網(wǎng)時(shí)發(fā)現(xiàn)安居客上直接就有每個(gè)城市的小區(qū)大全,欣喜若狂,于是就立即寫了個(gè)爬蟲試試。 以下貼代碼,python2.7,lxml+request庫(kù)。 #coding=utf-8 #author : zx #date : 2015/07/27 import requests import MySQLdb import time imp...