readme
来自「this gives details of the network progra」· 代码 · 共 37 行
TXT
37 行
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 + =
减小字号Ctrl + -
显示快捷键?