
python
AtlanticYu
本人为计算机科学与技术专业一名大学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
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 better than dense.Reada原创 2017-03-19 15:13:14 · 1277 阅读 · 0 评论 -
百思不得姐视频爬取
# -*- coding:utf-8 -*-from Tkinter import *from ScrolledText import ScrolledTextimport urllib,requestsimport reimport threadingimport sysurl_name = []a = 1def get(): global a#全局变量 hd原创 2017-03-25 15:53:14 · 1972 阅读 · 0 评论