码迷,mamicode.com
首页 >  
搜索关键字:file python3    ( 63124个结果
python及其模块下载集合
1)python平台https://www.python.org/downloads/2)打包工具cx-freeze(python3以上版本打包工具)http://cx-freeze.sourceforge.net/py2exehttp://sourceforge.net/projects/py2e...
分类:编程语言   时间:2014-04-28 08:47:06    阅读次数:620
filestream streamreader
filestream是一个读取文件的stream,其本身也是支持read和write的,负责的对文件的读与写,而streamreader则是建立在对流的基础上的读,同时还有streamwritehttp://bbs.csdn.net/topics/280026654基本相似,但是目标数组的类型不同,...
分类:其他好文   时间:2014-04-28 07:54:07    阅读次数:521
python3登录网页(163邮箱)实例
#-*-coding:utf-8-*-importurllibimporthttp.cookiejarascookielibimporturllib.requestasurllib2#创建cookiecookie=cookielib.CookieJar()cookieProc=urllib2.HTT...
分类:编程语言   时间:2014-04-28 07:50:10    阅读次数:748
swfupload js中 file 对象的属性
name=3cc68cfc60b87e6dd6887d8a.jpgmodificationdate=WedApr2115:48:30UTC+08002010filestatus=-1post=[objectObject]type=.jpgindex=0size=29006creationdate=W...
分类:Web程序   时间:2014-04-28 06:55:19    阅读次数:828
py脚本打包exe可执行文件
python3以上版本打包exe需要扩展软件:cx_freeze下载地址:http://cx-freeze.sourceforge.net/1)安装后在\Python32\Scripts\cxfreeze.bat和\Python32\Scripts\cxfreeze-quickstart.bat文件...
分类:其他好文   时间:2014-04-28 06:45:29    阅读次数:592
xvfb启动PyQt4程序报Unable to load library icui18n错误
xvfb启动PyQt4程序报如下错误:Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or dir...
分类:其他好文   时间:2014-04-28 05:54:03    阅读次数:675
fedora安装mod_python
3.1 Installing mod_pythonTo install mod_python, we simply run:yum install mod_python3.2 Configuring ApacheNow we must configure Apache so that it can ...
分类:编程语言   时间:2014-04-28 04:52:46    阅读次数:735
Java开发环境的配置
为了能够在计算机上开发Java程序和运行Java程序,就需要在Windows操作系统上配置Java开发环境。 首先,安装JDK: 1、在Oracle官网上下载JavaSE; 2、在Download下载页面中,选择Windows平台下的JDK6; 3、下载完成后进行安装,默认安装在c:\P...
分类:编程语言   时间:2014-04-27 20:50:26    阅读次数:800
GlusterFS源码解析 —— GlusterFS日志解析
Logging.c: /* Copyright (c) 2008-2012 Red Hat, Inc. This file is part of GlusterFS. This file is licensed to you under your choice of the GNU Lesser General Public License, version 3 or any...
分类:其他好文   时间:2014-04-27 18:57:31    阅读次数:702
解决myeclipse中struts2 bug问题包的替换问题
解决myeclipse中struts2 bug问题包的替换问题...
分类:系统相关   时间:2014-04-27 18:35:59    阅读次数:1169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!