
python---爬虫
CN-AllenRen
这个作者很懒,什么都没留下…
展开
-
Python爬虫教程—python爬取糗事百科详解
可以访问我的网站:http://www.cjluzzl.cn 爬虫功能: 1.爬取糗事百科段子并保存到本地文件 爬取到的文本展示 2.爬取糗事百科上的图片并保存到本地 先来原代码一睹为快 # -*- coding: utf-8 -*- ''' Created on 2017年3月4日 @author: cjluzzl ''' import re import u原创 2017-03-10 19:53:12 · 842 阅读 · 1 评论 -
The Zen of Python
python之禅,共勉 import this Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complicated. Flat is better than nested. Sparse is bett原创 2017-11-10 18:16:56 · 249 阅读 · 0 评论 -
Selenium webdriver 处理alert、confirm弹出框
selenium python 处理浏览器alert和confirm弹窗原创 2017-11-02 15:15:04 · 1614 阅读 · 1 评论