全部博文(2759)
发布时间:2012-12-23 07:59:38
python获取ip地址代码:#!/usr/bin/python #conding:utf-8 import socket,fcntl,struct def get_ip_address(ifname): s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) return socket.inet_ntoa(fcntl.ioctl(  ......【阅读全文】
发布时间:2012-12-23 07:58:18
Graphical interface wxPython http://wxpython.org Graphical interface pyGtk http://www.pygtk.org Graphical interface pyQT http://www.riverbankcomputing.co.uk/pyqt/ Graphical interface Pmw http://pmw.sourceforge.net/ Graphical interface Tkinter 3000 http://effbot.org/zone/wck.htm ......【阅读全文】
发布时间:2012-12-22 10:38:43
http://blog.b999.net/post/141/#-*- coding: UTF-8 -*-'''Created on 2012-3-8@author: tiantianModify: 2012-4-15The correct save to file in windows'''import urllibimport reimport platformimport ostop500 = 'http://list.mp3.baidu.com/top/top500.html'#top500 = 'http://list.mp3.baidu.com/list/shaoergequ.htm......【阅读全文】
发布时间:2012-12-21 07:12:42
http://code.google.com/p/python-tips/source/browse/python-http/baidu_mp3_fetch.py 1. Threading - Queue实现多线程下载控制 2. sgmllib 解析第一层网页: 提取top100 和top500所有mp3 url 地址, 以及baidu 网页gbk编码转换 3. 正则式解析第二层网页: 提取每一首歌曲所对应的下载列表 4. 正则式解析第三层网页: 提取每一首歌曲所对应列表的真实下载地址 5. Pycurl 实现下载及异常处理++++++++++++++++++++......【阅读全文】
发布时间:2012-12-20 13:50:16
Kazam 是一款Linux上的简洁并且功能强大的桌面录制工具,喜欢录屏的童鞋可以尝试下安装改软件。您也可以选择录制声音的支持和pulseaudio的任何声音设备输入,记录任何VP8/WebM视频格式的视频。 添加 PPA 并安装命令(支持 Ubuntu Precise/Quantal/Raring): sudo add-apt-repository ppa:kazam-team/unstable-series sudo apt-get update sudo apt-get install kazam......【阅读全文】