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

📄 readme

📁 this gives details of the network programming
💻
字号:
This is just like the pizza example, but uses a cookie to store informationabout the user. You only need to login once, after that your cookie willcome along with each request so the program knows who you are.This directory contains a CGI example program that handles multiple forms,and keeps state information in hidden fields. The program can respond ina number of different ways, depending on the query:	no query: send back an initial form (login form)	a login request: send back a pizza order form	an order request: send back a receipt for pizza ordered.Much of the HTML that is generated by the CGI program is read from files.This makes it possible to change the look of the site without reompiling.Some of the HTML is generated by the program itself...Files;logo - the Netprog Pizza logo that shows up on the top of all pages.lpizza.gif, rpizza.gif: some graphicsloginform.tmpl - the HTML form a user uses to log in to the pizza server.orderform.tmpl - most of the HTMLform for ordering a pizza.baduser, nicetry - HTML error messages.passwords: a file that contains name and password for all the customers.np_pizza.c: C source for the CGI program.cgilib.[ch]: CGI support routines.To try out this CGI program - point your browser to np_pizza.cgi (theexecutable) with no query string.

⌨️ 快捷键说明

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