码迷,mamicode.com
首页 >  
搜索关键字:python import    ( 188829个结果
iOS 富文本
富文本http://pan.baidu.com/s/1pJnY8BL把这里下载的文件夹拖进自己的工程引入头文件#import "OHAttributedLabel.h"#import "OHParagraphStyle.h"#import "OHTouchesGestureRecognizer.h"...
分类:移动开发   时间:2014-05-01 02:28:39    阅读次数:393
Python-基础
缩进相同的一组语句构成一个代码块,称之为代码组:代码组首行以关键字开始,以冒号“:”结束,该行之后的一行或多行构成代码组!模块结构和布局:这里有一个__doc__文档属性,可以访问模块,或者函数的说明文档1、起始行2、模块文档3、模块导入4、变量定义5、类定义6、函数定义7、主程序#/usr/bin...
分类:编程语言   时间:2014-05-01 02:19:32    阅读次数:444
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
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
groovy 简单的弹出菜单popupmenu程序
import groovy.swing.* import javax.swing.* import java.awt.* def swing = new SwingBuilder()swing.frame(title:"hello",show:true){ panel() { def mm=swi....
分类:其他好文   时间:2014-05-01 00:20:13    阅读次数:342
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
JDK Environment Variable And Change default JDK
Environment Variable :change(import) /etc/bashrc export JAVA_HOME=/software/jdk1.8.0 export PATH=$JAVA_HOME/bin:$PATH export CLASSPATH=.:$JAVA_HOME/li...
分类:其他好文   时间:2014-04-30 23:18:44    阅读次数:386
Android-自定义dialog
自定义Dialog位置和大小2012-12-06 11:562835人阅读评论(0)收藏举报dialogDialog目录(?)[+]package angel.devil;import android.app.Activity;import android.app.Dialog;import and...
分类:移动开发   时间:2014-04-30 23:16:35    阅读次数:853
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!