ChinaUnix.net
相关文章推荐:

exe 三分频图标

#setup.py from distutils.core import setup import py2exe setup( # targets to build windows = [{"script":"EDI_VIEW.py", "icon_resources": [(1, "edi.ico")]} ] ) 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/39578/showart_309469.html

by lvxinzhi - Python文档中心 - 2007-05-25 14:02:32 阅读(1053) 回复(0)

相关讨论

            安全模式启动             在C盘搜索cmd.exe,将cmd.exe改名为cmd.com             然后,点击“开始”->“运行”->输入cmd,打开命令提示符窗口             输入如下两个命令,也...

by Sphinxi - 网络技术文档中心 - 2005-08-06 21:54:23 阅读(628) 回复(0)

求助来了:pc中毒[1]c盘格不了[2]区有8M始终不了[3]所有 .exe文件被改成125k大小 昨天下午我的电脑中毒,情况是这样的: 我用的是win2000server 下午3点打开电脑上网,4点钟发现电脑慢,天网防火墙自动关闭。一看任务管理器进程中 有RAVMOND.exe,IEXPLORE.exe等,知道中毒或是有木马了,马上断网,不能关机,强行 关机,再开机查毒,没用,防火墙还是开不起来;我不知道怎么办了。 自己瞎折腾到5点后发现我每个硬盘都有一些...

by wwlnhy - 数据安全 - 2004-11-09 08:42:22 阅读(1150) 回复(1)

//xy001.cpp #include int f(int a) { f(a)=a*f(a-1); reture f(a); } void main() { int n; cout<<"请输入一个自然数n"; cin>>n; cout<<"k="<exe文件啊

by lucifer20006 - C/C++ - 2008-04-09 18:21:49 阅读(1204) 回复(5)

我装了WINE,但怎摸也执行不了。exe,气死我了,哪位仁兄高抬贵口,助我!

by 危险生物 - Linux论坛 - 2003-05-11 11:16:26 阅读(464) 回复(8)

为什么我生成终端模式的exe就能正常运行,也就是运行exe有黑框框的exe没问题,而打包成windows的exe能运行,但功能失常,提示代码错误?是怎么回事

by xubizhen - Python - 2008-11-10 11:35:07 阅读(1545) 回复(2)

Python版本 2.5.2 py2exe版本py2exe-0.6.8.win32-py2.5.exe 脚本delfile.py from datetime import timedelta,date import string import os d=(date.today()-timedelta(1)).isoformat() t=string.atol(d.replace('-','') + "000000") channellist=os.listdir('d:/movie') for channeldir in channellist: channeldir_path=os.path.join('d:/movie/',channeldir) os.chdir(channeldir_path) filelist=os.listdir(channeldir_...

by yingsuifeng - Python - 2008-08-16 10:24:49 阅读(3170) 回复(11)

VSHADOW.exe 2.0 - Volume Shadow Copy sample client Copyright (C) 2004 Microsoft Corporation. All rights reserved. Usage: VSHADOW [optional flags] [commands] List of optional flags: -? - Displays the usage screen -p - Manages persistent shadow copies -nw - Manages no-writer shadow copies -ad - Creates differential HW shadow c...

双机

by ilovit - 存储文档中心 - 2007-05-10 01:29:26 阅读(1051) 回复(0)

有一个exe程序 类似与命令行程序 需要不断的输入 得到不同的输出结果 现在用python 与其交互 使 该exe程序 为一个子进程运行 python 输入到exe程序 ,并得到输出来处理 根据输出结果再次 交互 直到用户退出 请问如何编写?

by njmarshal - Python - 2007-03-04 11:25:00 阅读(3177) 回复(5)

Message: 3 Date: Thu, 30 Nov 2006 10:32:25 +0800 From: " 马踏飞燕 " Subject: Re: [python-chinese] 求助:如何在windows下将py2exe打包成的exe进一步注册成服务 To: [email=python-chinese@lists.python.cn]python-chinese@lists.python.cn[/email] Message-ID: Content-Type: text/plain; charset=GB2312; format=flowed 在winXP下面可以使用sc命令来创建、管理和删除windows服务。 具体的参数可以到命令行输入sc来查看。这...

by alabos - BSD文档中心 - 2006-11-30 10:37:23 阅读(726) 回复(0)

如题,有的请发份给我啊,谢谢!

by vip_yun - AS400 - 2006-10-19 09:14:16 阅读(985) 回复(2)