文章列表
 
您正在查看 "web开发" 分类下的文章

2010-03-13 23:42
尝试web语言开发嘛,都是hello word开始的嘛
<code hello.c>
#include <fcgi_stdio.h> /* fcgi 文件; 放在第一行*/
#include <stdlib.h>

int count;
char *Response_Header = "Content-type: text/html\r\n\r\n";

int initialize(void)
{
count=0;
return count;
}
int main(void)
{
/* 初使化部分 */
initialize();
/* 循环应答部分。 */
while (FCGI_Accept() >= 0)
{
printf(Response_Header);
printf(
 
 
   
 
 
文章存档
 
     
 
最新文章评论
  

这个喜欢
 

多来手工 多来理论的
 

STUFF 这个 2000好像没都有
 

日你 一月没见你上QQ 啦 跑哪去了
 

[表情]
   
帮助中心 | 空间客服 | 投诉中心 | 空间协议
©2012 Baidu