dashayu.tk

python爬虫基础

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 基本的抓取 import urllib content = urllib.urlopen('http://www.x.com').read() 使用代理服务器 proxy = urllib2.ProxyHandler({'http':'http://host:port'}) opener = urllib2.build_opener(proxy, urllib2.HTTPHandler) urllib2.install_opener(opener) content = urllib2.urlopen('http://www.xxxx.com').read() Cookie import urllib2, cookielib cookie = urllib2.HTTPCookieProcessor(cookielib.CookieJar()) opener = urllib2.build_opener(cookie, urllib2.HTTPHandler) urllib2.install_opener(opener)

Tkinter学习笔记

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 什么是Tkinter Tkinter(也叫Tk接口)是Tk图形用户界面工具包标准的

python上手指南

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 资源列表: python 简明 Python 教程 浅显易懂,快速上手 Python快速教程 全。不过对新手会有点

cs203的那点事儿

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 这篇文章有三个标签LXMP``Go``HUSTOJ,在我接管服务器以前,这三个东

Mac - tips

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 网络服务 查看端口占用

About Me

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 爱生活,爱思考 兴趣爱好 编程技术 程序设计 服务端开发 前段折腾 嵌入式探索 社交网络 Weibo Facebook Github

hello, gor

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 既然来了,就说说为什么来吧。 今天是个比较兴奋地日子,因为我的新显示器(AOC LV

你的第一篇博客

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 感谢你使用Gor编写博客 本文位于 posts/first-blog.md , 你可以任意删掉,修改这个文件 文件开头是当前文

acmtips

本文通过工具从以前的 html 转成 markdown,格式可能有问题。 var tt = ["", "一", "二", "三", "四", "五", "六", "七", "八", "九",