代码搜索:web 开发教程
找到约 10,000 项符合「web 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/221668/14730339
pdf asp-in-web.pdf
www.eeworm.com/read/121850/14735275
plg web51.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\200353013165683522\tcpip\Web51.uv2
Project File Date: 11/12/2002
Output:
www.eeworm.com/read/121850/14735292
hex web51.hex
:10546D00AFBEAEBFE4FCFD78791225EC7F18E4FEEB
:10547D00FDFC78791225CF122442E422E4FAF9F8E2
:10548D0012244278791225EC787BE6FE08E6FF229D
:09549D007B8F7A02F9F80224CD9C
:1056AB0075E88175D10778A1760875BB0
www.eeworm.com/read/221505/14739604
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/221505/14739646
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/120825/14786586
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/120825/14786589
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/120825/14786591
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