WEB开发网
开发学院手机开发Android 开发 Android 中的微型云 阅读

Android 中的微型云

 2010-04-09 05:40:00 来源:WEB开发网   
核心提示:<h3>"); apname(); strcat(mainbuf, "</h3>"); strcat(mainbuf, "<a href=\"/About_\">About</a>&
<h3>");
apname();
strcat(mainbuf, "</h3> ");
strcat(mainbuf, "<a href=\"/About_\">About</a><br> ");
strcat(mainbuf, "<a href=\"/Home_\">Home</a><br> ");
strcat(mainbuf, "<hr> ");
strcat(mainbuf, "Dir: ");
strcat(mainbuf, theDir);
strcat(mainbuf, "<br> <hr> <pre> ");
strcat(mainbuf, data);
strcat(mainbuf, " </pre> ");
strcat(mainbuf, "</body> </html> ");
}

void htmlout(int fd, char* data)
{
fstr=mimes[0].mimetype;
sprintf(mainbuf, "HTTP/1.0 200 OK Content-Type: %s ", fstr);
ret=write(fd, mainbuf, strlen(mainbuf));
buildbuf(data);
ret=write(fd, mainbuf, strlen(mainbuf));
}

void error404(int fd)
{
fstr=mimes[0].mimetype;
sprintf(mainbuf, "HTTP/1.0 404 OK Content-Type: %s ", fstr);
ret=write(fd, mainbuf, strlen(mainbuf));
buildbuf("404 Error - File not found!");
ret=write(fd, mainbuf, strlen(mainbuf));
}

上一页  4 5 6 7 8 9 10 11 12 13 14  下一页

Tags:Android 微型

编辑录入:coldstar [复制链接] [打 印]
赞助商链接