码迷,mamicode.com
首页 >  
搜索关键字:python windows    ( 204261个结果
ffmpeg windows 雪花声解决方法
替换所有文件里的为即可。我用ffmpeg-0.6.3版测试时,好像mathimf.h文件和其他文件有冲突,需要修改源码。和qdm2.c文件中的 QDM2Complex *complex;声明相冲突,修改为QDM2Complex *complex1;即可。和g726.c文件中的static int16...
分类:Windows程序   时间:2014-05-01 00:24:20    阅读次数:589
移植ffmpeg到VC环境心得
所有想学习ffmpeg的网友有福了,大名鼎鼎的ffmpeg,移植到Windows的VC6版本全部开源,编译环境为VC6+SP5+VCPP5。别忘记了顶贴哦。移植ffmpeg到windows,主要的修改是ffmpeg中VC6不支持C99语法,简单移植步骤如下:1:首先装好Linux、VMware和SD...
分类:其他好文   时间:2014-05-01 00:13:03    阅读次数:429
VMwareTools 安装
主要介绍: 1.解决鼠标在windows和linux系统下切换的问题,实现自动切换; 2.解决windows和linux系统间的共享问题.VMwareTools的安装 (1) 虚拟机上启动linux,以根用户权限进入. (2) 在VMware的菜单栏选择VM->install vmware-...
分类:其他好文   时间:2014-05-01 00:05:58    阅读次数:429
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
win32用GDI+加载png图片作为背景图
#include #include /* GDI+ startup token */ULONG_PTR gdiplusStartupToken;/* Declare Windows procedure */LRESULT CALLBACK WindowProcedure (HWND, UINT, W...
分类:Windows程序   时间:2014-04-30 23:25:55    阅读次数:748
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
WCF
Windows通信接口...
分类:其他好文   时间:2014-04-27 21:45:05    阅读次数:181
购物数据意淫分析(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
迷上了代码!