- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我希望有人能帮助我完成这个 HelloWorld CGI C++ 程序。我在本地主机上运行一个 Xamp 服务器,我在/xamp 内的 cgi-bin 文件夹中编译了这段代码。文件名为_1.exe
#include <iostream>
using namespace std;
int main(int argc, char** argv) {
cout <<"Content-Type: text/html\n\n";
cout << "<?xml version = \"1.0\" encoding=\"ISO-8859-1\"?>" <<endl;
cout <<"<!DOCTYPE html Public \"-//W3C//DTD XHTML 1.1//EN\" "<<endl;
cout << " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">"<<endl;
cout <<"<html xmlns = \"http://www.w3.org.1999/xhtml\lang=\"en\" xml:lang=\"en\"\">"<<endl;
cout <<"<head><title>Helloworld</title></head>"<<endl;
cout <<"<body><h1>Hello world!!</h1></body></html>";
return 0;
}
可执行文件从 Windows 运行,但如果我从服务器调用它,我会得到:
Error message:
Premature end of script headers: _1.exe
我正在使用 Netbeans 和 cygwin 工具进行编译。
我也尝试重命名文件 _1.cgi
最佳答案
明白了。 _1.exe 存在权限问题。
关于c++ - 脚本头过早结束 : C++ cgi,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11168828/
我的测试代码: int SIZE = 1900; int[][] array = new int[SIZE][]; for (int i = 0; i < SIZE; i++) { array[i
我有一堆 WAV 文件和一个将它们复制到另一个目录的脚本,但使用 SoX 处理了一些文件。输出的文件都应该有 1 个 channel ,采样率不超过 44.1khz。我的大多数文件要么有一个以上的 c
我正在运行一个相当占用内存的 Python 脚本,但似乎我的机器正在提前终止进程。我安装了 16GB(并通过 lshw -class memory 确认),但我的进程似乎在使用量达到 4GB 左右时被
我很难确定在使用 .NET 的 HttpWebRequest 类调用远程服务器(特别是 REST Web 服务)时是否有办法处理潜在的连接问题。根据我的调查,WebClient 类的行为是相同的,这在
所以我有这个网址: http://test.com/afolder/who-else-wants-to-make-horror-movies%3f/ 这是 URL 编码版本: http://test.
我是一名优秀的程序员,十分优秀!