?? makefile
字號:
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 + -