代码搜索:WebServer
找到约 2,939 项符合「WebServer」的源代码
代码结果 2,939
www.eeworm.com/read/398510/2378750
h webserver.h
/*
* Copyright (c) 2002, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
www.eeworm.com/read/395078/2449661
cpp webserver.cpp
// WebServer.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "WebServer.h"
#include "WebServerDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/395078/2449663
dsp webserver.dsp
# Microsoft Developer Studio Project File - Name="WebServer" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/395078/2449664
plg webserver.plg
Build Log
--------------------Configuration: WebServer - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /
www.eeworm.com/read/395078/2449666
h webserver.h
// WebServer.h : main header file for the WEBSERVER application
//
#if !defined(AFX_WEBSERVER_H__3F794A8E_734C_4694_8F25_F7CC03C513E5__INCLUDED_)
#define AFX_WEBSERVER_H__3F794A8E_734C_4694_8F25_
www.eeworm.com/read/395078/2449670
dsw webserver.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/395078/2449671
clw webserver.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CWebServerDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "WebS
www.eeworm.com/read/395078/2449674
rc webserver.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/393963/2461297
java webserver.java
package src.software0611.mxb;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
public class WebServer {
ServerSocket serversocket;
public void serverStar