⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 c语言cgi库,可以实现用C语言实现CGI脚本
💻
字号:
CC = gccFLAGS = -WallCGIBIN = .all:	$(CC) $(FLAGS) -lcgi session_ex2.c -o $(CGIBIN)/session_ex2.cgi	@echo 	@echo Example compiled.	@echo Now copy *.cgi and *.html 	@echo to your webserver cgi-bin directory, create a directory called	@echo \"session_files\" there, give permission to the webserver\'s user	@echo and call session_ex2.cgi application to test LibCGI session support	@echo

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -