代码搜索:httpServer
找到约 591 项符合「httpServer」的源代码
代码结果 591
www.eeworm.com/read/309862/3703222
java httpserver.java
/* -*-mode:java; c-basic-offset:2; -*- */
/* JRoar -- pure Java streaming server for Ogg
*
* Copyright (C) 2001,2002 ymnk, JCraft,Inc.
*
* Written by: 2001,2002 ymnk
*
*
www.eeworm.com/read/306705/3734906
cpp httpserver.cpp
// HttpServer.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "HttpServer.h"
#include "HttpServerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THI
www.eeworm.com/read/306705/3734910
dsp httpserver.dsp
# Microsoft Developer Studio Project File - Name="HttpServer" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/306705/3734912
rc httpserver.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/306705/3734914
clw httpserver.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CHttpServerDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Htt
www.eeworm.com/read/306705/3734916
h httpserver.h
// HttpServer.h : main header file for the HTTPSERVER application
//
#if !defined(AFX_HTTPSERVER_H__745FF0A5_8B0C_11D4_8DCA_0000E839EC5E__INCLUDED_)
#define AFX_HTTPSERVER_H__745FF0A5_8B0C_11D4_8
www.eeworm.com/read/306705/3734918
dsw httpserver.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/306705/3734921
plg httpserver.plg
Build Log
--------------------Configuration: HttpServer - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x80
www.eeworm.com/read/305909/3766962
java httpserver.java
package com.eshore.pubservice.http;
import com.eshore.pubservice.http.codec.HttpCodecFactory;
import com.eshore.pubservice.http.handle.HttpHandlerFactory;
import com.eshore.pubservice.nio.ServerT
www.eeworm.com/read/305874/3767527
java httpserver.java
package book.net.http;
import java.io.BufferedOutputStream;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FilterInputStream;
import java.i