资源简介
如鹏网 C语言也能干大事之C语言开发网站 cgi开发包
代码片段和文件信息
/* cgicTempDir is the only setting you are likely to need
to change in this file. */
/* Used only in Unix environments in conjunction with mkstemp().
Elsewhere (Windows) temporary files go where the tmpnam()
function suggests. If this behavior does not work for you
modify the getTempFileName() function to suit your needs. */
#define cgicTempDir “/tmp“
#if CGICDEBUG
#define CGICDEBUGSTART \
{ \
FILE *dout; \
dout = fopen(“/home/boutell/public_html/debug“ “a“); \
#define CGICDEBUGEND \
fclose(dout); \
}
#else /* CGICDEBUG */
#define CGICDEBUGSTART
#define CGICDEBUGEND
#endif /* CGICDEBUG */
#include
#include
#include
#include
#include
#include
#include
#ifdef WIN32
#include
/* cgic 2.01 */
#include
#else
#include
#endif /* WIN32 */
#include “cgic.h“
#define cgiStrEq(a b) (!strcmp((a) (b)))
char *cgiServerSoftware;
char *cgiServerName;
char *cgiGatewayI
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 55295 2004-11-16 00:57 cgic.c
文件 7403 2015-04-27 15:05 cgic.h
文件 42278 2015-04-27 17:57 ctemplate.c
文件 1158 2009-12-01 03:22 ctemplate.h
- 上一篇:C语言习题全集+答案.doc
- 下一篇:C++ 二次规划源码 quadprog++
相关资源
- C/C++串口通信典型应用编程实践.(配
- c++小工具:将exe加入系统服务项,并
- 数据结构C++描述
- Introducing C++ for Scientists engineers and m
-
MFC与Html、ja
vasc ript数据交互 - C++邮箱实现直接可用@qq,@163类函数丰
- Advanced C++____高清中文版PDF
- VC++数字图像处理
- C++语言和面向对象程序设计第二版
- LBG矢量量化图像压缩 c++代码
- Visual C++ 用户界面制作与应用 pdf VC
- c指针系统归纳ppt pdf
- C++ Primer Plus第五版中文版文字版
- C语言程序设计谭浩强版最全配套)
- 64位libstdc++.so.6.0.22,解决glibcxx not f
- 全方位图像展开程序
- vibe运动目标提取opencv C++源代码
- C语言解析精粹第二版pdf()
- blender 源代码 c c++ git 2016-4-3同步获取
- 纯C语言——电子相册
- VC++串口modbus测试工程
- Visual C++从入门到精通(第3版) 高清
- windows标准打印机状态转换为AEA标准
- MFC下实现OpenGL纹理贴图
- C语言四大圣经
- C++软件渲染管线
- Goc编程工具
- gcc.tar(gcc-4.8.5-39.el7.x86_64.rpm)
- mfc复制文件显示进度
- CTP行情接收工具和行情拆分工具 完整
评论
共有 条评论