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

📄 readme

📁 this gives details of the network programming
💻
字号:
Sample custom web server for timedate.com This server responds to requests of the form:GET /mm/dd/yyyyand reports on the number of hits each hour for the specified date.Files:timedate.c: the main server code.hitsubs.c:  support for the hit databaselock.c: file locking routines.readline.c: a readline function.hitcount: the hit databasephoneyhits: a perl script that creates a (phoney) record for today.To test this out:build and run timedate, note the port number printed out and the hostnameof the machine it is running on. point your browser to http://hostname:port/now try a another day - http://hostname:port/3/15/1999questions to hollingd@cs.rpi.edu2/10/2000 DLH PROBLEMS: phoneyhits somehow messes things up, I'm not sure why and don'thave time to fiddle. For now the hitcount DB parsing proceeds untilan error, at which point it stops but uses what it has...

⌨️ 快捷键说明

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