随笔分类 -  python

摘要:# -*- coding:gb2312 -*- from tkinter import ttk from tkinter import * from tkinter import messagebox class JXC(object): def __init__(self): self.index = 0 '''初始顶层框架''' s... 阅读全文
posted @ 2018-01-25 16:55 v_keys 阅读(209) 评论(0) 推荐(0)
摘要:__author__ == 'Jeffery Gao' #coding=utf-8 import urllib2 import re import os class Tool: removeImg = re.compile('| {7}') removeAddr = re.compile('|') replaceLine = re.compile('|||') ... 阅读全文
posted @ 2018-01-19 15:34 v_keys 阅读(167) 评论(0) 推荐(0)
摘要:新浪博客 python3.0 中文手册 Beautiful Soup 4.2.0 文档 Requests: 让 HTTP 服务人类 python爬虫系列教程 廖雪峰python HTML CSS 以及JavaScript python基础教程 32个爬虫项目 书籍: Python GUI Progr 阅读全文
posted @ 2018-01-18 10:57 v_keys 阅读(418) 评论(1) 推荐(0)