自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (4)
  • 收藏
  • 关注

原创 py2exe使用教程(七)——配置选项(目标目录,压缩)

class py2exe(Command): description = "" # List of option tuples: long name, short name (None if no short # name), and help string. user_options = [ ('optimize=', 'O',

2014-11-13 23:30:54 3200

原创 py2exe使用教程(六)——关于压缩文件

class py2exe(Command): description = "" # List of option tuples: long name, short name (None if no short # name), and help string. user_options = [ ('optimize=', 'O',

2014-11-11 22:50:11 1899

原创 py2exe使用教程(五)——指定额外文件

一些程序在运行时需要额外的文件,如图片,pe

2014-11-10 00:08:43 2345

原创 py2exe使用教程(四)——设置文件属性

# A very simple setup script to create 2 executables.## hello.py is a simple "hello, world" type program, which alse allows# to explore the environment in which the script runs.## test_wx.py is a

2014-11-06 23:47:34 1957

翻译 Py2exe使用教程(三)——Py2exe和Win32ui

本文译自Py2exe官网 http://www.py2exe.org/index.cgi/Py2exeAndWin32uiThe ProblemA python program containing :行番号表示/非表示切替 1 import win32uigenerates an error in .exe

2014-11-05 21:34:48 4059

翻译 py2exe使用教程(二)——提供运行时库

py2exepy2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation.Development is hosted at So

2014-11-04 22:07:35 2365

翻译 py2exe使用教程(一)——简单的示例

简介py2exe 是 Python Distutils 的一个外部扩展,它可以把Python脚本转为可执行的Windows程序, 无需安装Python即可运行.你可以在主页 SourceForge 得到更多资源. 说明py2exe 可以把Python 程序转为包,能够在其他没有安装Python 的电脑上运行。Python is neede

2014-11-03 20:38:39 23692 1

PythonForAndroid

安装在设备上,进行python脚本的编写。Python for android is a project to create your own Python distribution including the modules you want, and create an apk including python

2014-10-29

安卓脚本层

SL4A是Scripting Layer for Android 的缩写,SL4A将脚本语言带入Android,允许用户编辑和执行脚本,直接在Android设备上运行交互式解释器。ASE目前支持Python、Perl、JRuby、Lua、BeanShell、JavaScript、Tcl、shell。

2014-10-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除