码迷,mamicode.com
首页 >  
搜索关键字:ubuntu python 导入模块requests错误    ( 159374个结果
Windows7 64bit 安装python3.3 & cx_Freeze-4.3.2
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
基于ffmpeg的流媒体服务器
OS:ubuntu 12.04ffmpeg:N-47141-g4063bb2x264:0.133.2334 a3ac64b目标:使用ffserver建立流媒体服务器使用ffmpeg对本地文件流化(x264编码器)使用ffplay播放目录[hide]1ffserver.conf配置2启动ffserve...
分类:其他好文   时间:2014-05-01 01:32:11    阅读次数:620
linux + ffmpeg + eclipse 调试
使用linux + ffmpeg + eclipse调试步骤OS : ubuntu 12.04Eclipse : 3.7.2为Eclipse安装cdt插件,使其支持c/c++导入ffmpeg项目File —-> Import —-> c / c++ —-> Existing Code as Make...
分类:系统相关   时间:2014-05-01 01:17:00    阅读次数:754
python压缩文件脚本
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
再生龙Clonezilla备份Ubuntu系统
Step 1. 下载Clonezilla Clonezilla有稳定版、测试版,还有替代版(含稳定版和测试版),戳http://www.clonezilla.org/downloads.php 找到Ubuntu based版本,下载zip版。注意要区分32位还是64位。Step 2. 制作Clo.....
分类:其他好文   时间:2014-05-01 00:18:07    阅读次数:444
Python如何安装模块
以安装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
Writing your first Django
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
linux 下安装 mysql 并配置 python 开发环境
1.安装 mysql ,安装过程中将提示设置 root 用户的密码,默认可以设置为 rootadmin 。$ sudo apt-get install mysql-server2.安装 mysql 开发工具(不安装时,安装 MySQL-python 提示错误"mysql_config not fou...
分类:数据库   时间:2014-04-30 23:00:18    阅读次数:625
购物数据意淫分析(2)
在淘宝的打数据比赛中,我有一次提高了自己的思维方式...
分类:其他好文   时间:2014-04-27 21:38:05    阅读次数:269
python获得bing壁纸,并下载到本地
微软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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!