代码搜索:web 开发教程

找到约 10,000 项符合「web 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/129891/14219621

c web_child.c

#include "unp.h" #define MAXN 16384 /* max #bytes that a client can request */ void web_child(int sockfd) { int ntowrite; ssize_t nread; char line[MAXLINE], result[MAXN]; for ( ; ; ) { i
www.eeworm.com/read/129562/14237523

ico search the web.ico

www.eeworm.com/read/129180/14259991

crc web_egi.crc

Project WEB_EGI v0.06 archived 13-Aug-00 14:45 egi_form.c 5A2E32B7 v0.02 egi_slid.c AA32C190 v0.02 egi_swit.c 7D170749 v0.02 ether3c.c FA2ADE2E v0.06 etherne.c 91C660C0 v0.25 ip.c
www.eeworm.com/read/129180/14260038

dsp web_egi.dsp

# Microsoft Developer Studio Project File - Name="web_egi" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) C
www.eeworm.com/read/129180/14260047

exe web_egi.exe

www.eeworm.com/read/129180/14260068

dsw web_egi.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/129180/14260085

exe web_egi.exe

www.eeworm.com/read/129180/14260103

prj web_egi.prj

www.eeworm.com/read/129180/14260198

c web_egi.c

/* Web Server with Embedded Gateway Interface for 'TCP/IP Lean' (c) Iosoft Ltd. 2000 This software is only licensed for distribution with the book 'TCP/IP Lean', and may only be used for person
www.eeworm.com/read/129180/14260246

h web_egi.h

/* Embedded Gateway Interface definitions for 'Creating TCP/IP from scratch' */ /* HTTP and HTML text */ #define HTTP_OK "HTTP/1.0 200 OK\r\n" #define HTTP_NOFILE "HTTP/1.0 404 Not found\r\n"