ChinaUnix.net
相关文章推荐:

文件夹.exe

我安装了php-5.0.4-installer.exe,在C盘,但是在php文件夹里没有php.exe文件,只有php-cgi.exe文件。不知道在apache配置文件里应该怎么改?现在是不支持php网页啊,普通网页可以浏览,就是不支持php网页。

by Gentooer - PHP - 2005-06-11 16:02:15 阅读(3566) 回复(6)

相关讨论

比如,在main.py同目录中建立个lib文件夹,我在lib里写了一些py类,供main.py调用。。 本来以为它像找系统库一样自动能找到打包,不过好象不行:( 如果把lib里的py移到main同一目录下,用includes[]每一个就可以了,不过有目录的话,那个lib文件夹名字写在哪呢?谢谢了

by mattoid - Python - 2008-08-27 09:38:25 阅读(3452) 回复(10)

紧急求助! 俺是新手, ODP.NET安装好后,发现BIN文件夹下居然没有IMP.exe! 无法导入了! 谁来帮帮我,到哪里找ODP.NET下的IMP.exe??

by arick - Oracle - 2006-02-27 21:57:59 阅读(1208) 回复(1)

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

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

//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 阅读(1658) 回复(5)

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

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

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

by xubizhen - Python - 2008-11-10 11:35:07 阅读(1969) 回复(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 阅读(4353) 回复(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 阅读(1582) 回复(0)

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

by njmarshal - Python - 2007-03-04 11:25:00 阅读(4946) 回复(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 阅读(1092) 回复(0)