随笔分类 -  PYTHON

摘要:C:\WINDOWS\system32>pip install scrapyCollecting scrapy The repository located at pypi.douban.com is not a trusted or secure host and is being ignored 阅读全文
posted @ 2017-12-17 15:16 aprial 阅读(1395) 评论(0) 推荐(0)
摘要:rpm -qa adaptec-firmware-1.35-2.15.4gnome-menus-branding-SLED-11.1-14.26man-pages-3.15-2.23.1cracklib-dict-full-2.8.12-43.16snmp-mibs-5.4.2.1-8.12.16. 阅读全文
posted @ 2017-05-18 07:02 aprial 阅读(362) 评论(0) 推荐(0)
摘要:# encoding: utf-8import StringIOfrom apihelper import info, info_savefrom lxml import etree, htmlfrom lxml.html.clean import Cleanerstrhtml = '''\ ... 阅读全文
posted @ 2015-02-14 13:48 aprial 阅读(2377) 评论(0) 推荐(0)
摘要:http://forum.ubuntu.com.cn/viewtopic.php?f=63&t=249573&p=2640959 Tkinter ———— Python默认的图形界面接口。 Tkinter是一个和Tk接口的Python模块,Tkinter库提供了对Tk API的接口,它属于Tcl/Tk的GUI工具组。Tcl/Tk是由John Ousterhout发展的书写和图形设备。Tcl... 阅读全文
posted @ 2014-05-10 11:30 aprial 阅读(226) 评论(0) 推荐(0)