代码搜索:如何学习 web?
找到约 10,000 项符合「如何学习 web?」的源代码
代码结果 10,000
www.eeworm.com/read/130525/14188446
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"
www.eeworm.com/read/129891/14218886
c web02.c
/* Doesn't work right. Main thread sucks up all the CPU time polling unless
we call thr_yield(). */
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define S
www.eeworm.com/read/129891/14218887
c web01.c
/* include web1 */
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define SERV "80" /* port number or service name */
struct file {
char *f_name; /* filen
www.eeworm.com/read/129891/14218889
c web03.c
#include "unpthread.h"
#include /* Solaris threads */
#define MAXFILES 20
#define SERV "80" /* port number or service name */
struct file {
char *f_name; /* filename */
char *f_ho
www.eeworm.com/read/129891/14219218
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/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