Python
3.3.5https://www.python.org/downloads/release/python-335/cx_Freezehttp://sourceforge.net/projects/cx-freeze/files/4.3.2/cx_Freeze
注意下载对应版本,有分32...
分类:
编程语言 时间:
2014-05-01 02:05:07
阅读次数:
623
zf.py文件"""desc:读取配置文件config.ini压缩sourcepath路径到targetpath
并可以排除不需要压缩的文件excludefiletime:2014/4/30 12:03:42author:ggh"""import zipfile, os,
configpar...
分类:
编程语言 时间:
2014-05-01 00:59:26
阅读次数:
428
以安装Beautifulsoup4为例:1.到网站上下载:http://www.crummy.com/software/BeautifulSoup/bs4/download/2.解压文件到C:\Python273.cmd运行C:\Python27\BeautifulSoup>python
setup...
分类:
编程语言 时间:
2014-04-30 23:38:09
阅读次数:
495
Quick install guide1.1 Install Python, it works
with Python2.6, 2.7, 3.2, 3.3. All these version of Python include a lightweight
database SQLite, so y...
分类:
其他好文 时间:
2014-04-30 23:14:34
阅读次数:
566
1.安装 mysql ,安装过程中将提示设置 root 用户的密码,默认可以设置为 rootadmin
。$ sudo apt-get install mysql-server2.安装 mysql 开发工具(不安装时,安装 MySQL-python
提示错误"mysql_config not fou...
分类:
数据库 时间:
2014-04-30 23:00:18
阅读次数:
625
PyDev for Eclipse是一个功能强大且易用的Eclipse Python IDE插件,在安装PyDev之前,要保证您已经安装了Java 1.4或更高版本、Eclipse以及Python。接下来,开始安装PyDev插件。
1、启动Eclipse,在Eclipse菜单栏中找到Help栏,选择Help > Eclipse Marketplace
2、在...
分类:
编程语言 时间:
2014-04-27 22:27:18
阅读次数:
437
在淘宝的打数据比赛中,我有一次提高了自己的思维方式...
分类:
其他好文 时间:
2014-04-27 21:38:05
阅读次数:
269
别人眼中的水题啊!!!
理解题意真是困难啊,以图片形式说明:
/*************************************************************************
File Name: 1030.cpp
Author: yubo
Mail: yuzibode@126.com
Created Time: 2...
分类:
其他好文 时间:
2014-04-27 21:34:00
阅读次数:
358
微软bing搜索每天都会换一张壁纸,而且分辨率都高,很适合当做壁纸,写了一个python去获取张壁纸,代码很简单
import urllib
import re
import time
def getHtml(url):
return urllib.urlopen(url).read()
def getImgUrl(html):
reg=re.compile(r'(http:/...
分类:
编程语言 时间:
2014-04-27 21:31:06
阅读次数:
558
/*************************************************************************
File Name: bitree.cpp
Author: yubo
Mail: yuzibode@126.com
Created Time: 2014年04月27日 星期日 23时45分04秒
学...
分类:
其他好文 时间:
2014-04-27 21:27:00
阅读次数:
373