Lv.的博客
摘要: x 阅读全文
posted @ 2014-05-06 13:45 Avatarx 阅读(558) 评论(0) 推荐(0) 编辑
摘要: py2exe使用方法 py2exe作者:zzj 日期:2006-07-05字体大小: 小 中 大 一、简介py2exe是一个将python脚本转换成windows上的可独立执行的可执行程序(*.exe)的工具,这样,你就可以不用装python而在windows系统上运行这个可执行程序。py2exe... 阅读全文
posted @ 2014-05-06 13:10 Avatarx 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 1.最简单的,我们可以通过system直接启动一个应用程序或者脚本: system("./helloworld"); system("./hello.sh");2.操作简单,但是我们可以很清晰的看到弊端:虽然很顺利的匹出一个进程去执行另外一个应用,但是我们拿不到这个新进程的任何东西,... 阅读全文
posted @ 2014-05-06 12:57 Avatarx 阅读(2646) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# -*- coding: utf-8 -*-import osfrom ftplib import FTPdef ftp_up(filename = "D:/qstation/20140424/build-untitled24-Desktop_Qt_5_2... 阅读全文
posted @ 2014-05-06 11:16 Avatarx 阅读(622) 评论(0) 推荐(0) 编辑