代码搜索:Web
找到约 10,000 项符合「Web」的源代码
代码结果 10,000
www.eeworm.com/read/292144/3957701
erl appmon_web.erl
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a
www.eeworm.com/read/292144/3957922
erl orber_web.erl
%%--------------------------------------------------------------------
%% ``The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this fi
www.eeworm.com/read/290808/3970809
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/290808/3970810
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/290808/3970812
lc web03.lc
#include "unpthread.h"## 1 ##src/threads/web03.c##
#include /* Solaris threads */## 2 ##src/threads/web03.c##
#define MAXFILES 20## 3 ##src/threads/web03.c##
#define S
www.eeworm.com/read/290808/3970816
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/290808/3970830
lc web01.lc
/* include web1 */
#include "unpthread.h"## 1 ##src/threads/web01.c##
#include /* Solaris threads */## 2 ##src/threads/web01.c##
#define MAXFILES 20## 3 ##src/threads/
www.eeworm.com/read/290808/3971222
c web_child.c
#include "unp.h"
#define MAXN 16384 /* max # bytes client can request */
void
web_child(int sockfd)
{
int ntowrite;
ssize_t nread;
char line[MAXLINE], result[MAXN];
for ( ; ; ) {
if ( (n
www.eeworm.com/read/290228/3983553
tcl web-traffic.tcl
#
# Copyright (C) 1999 by USC/ISI
# All rights reserved.
#
# Redistribution and use in sourc