代码搜索:httpServer

找到约 591 项符合「httpServer」的源代码

代码结果 591
www.eeworm.com/read/144230/12806742

log 2005_05_20.jetty.log

11:36:28.162 EVENT [Thread-4]org.mortbay.util.FileResource.(FileResource.java:44)06> Checking Resource aliases 11:36:28.182 EVENT [Thread-4]org.mortbay.http.HttpServer.start(HttpServer.java
www.eeworm.com/read/310074/13658814

bat startservice.bat

@echo ===================================== @echo 设置环境变量 @echo ===================================== set path=%path% @echo ===================================== @echo 编译JAVA文件 @echo
www.eeworm.com/read/304957/13782449

txt tom.txt

HTTP协议 超文本传输协议(HTTP)是位于TCP/IP 协议的应用层,是最广为人知的协议,也是互连网中最核心的协议之一,同样,HTTP 也是基于 C/S 或 B/S 模型实现的。事实上,我们使用的浏览器如Netscape 或IE 是实现HTTP 协议中的客户端,而一些常用的Web 服务器软件如Apache、IIS 和iPlanet Web Server 等是实现HTTP 协议中的服务 ...
www.eeworm.com/read/128452/14298126

dfm httpintr.dfm

object HTTPServer: THTTPServer OldCreateOrder = False OnCreate = WebModuleCreate OnDestroy = WebModuleDestroy Actions = < item Default = True Name = 'Interpreter'
www.eeworm.com/read/128452/14298138

dpr httpsrvr.dpr

library HTTPSrvr; uses WebBroker, ISAPIApp, HTTPIntr in 'HTTPIntr.pas' {HTTPServer: TWebModule}; {$R *.RES} exports GetExtensionVersion, HttpExtensionProc, HTTPIntr.Terminat
www.eeworm.com/read/118194/14882600

py cgiserver.py

import CGIHTTPServer import BaseHTTPServer httpd = BaseHTTPServer.HTTPServer(('', 8000), CGIHTTPServer.CGIHTTPRequestHandler) httpd.serve_forever()
www.eeworm.com/read/170380/5404126

java simplestartup.java

import com.sun.web.core.*; import com.sun.web.server.*; import java.net.*; /** * This is a very simple example of how to start up the HttpServer * from any Java based program. Note that this
www.eeworm.com/read/170380/5404153

java simplestartup.java

import com.sun.web.core.*; import com.sun.web.server.*; import java.net.*; /** * This is a very simple example of how to start up the HttpServer * from any Java based program. Note that this
www.eeworm.com/read/164004/5499519

cpp webserv1.cpp

/*--------------------------------------------------------------------------- Author: Fran鏾is PIETTE Creation: April 23, 2000 Description: WebSrv1 show how to use THttpServer component
www.eeworm.com/read/173231/9665280

txt 使用说明.txt

才6K的web服务器代码,含错误处理,非看不可。 在代码中含有大量的错误处理语句。 在首次运行时,自动生成INI配置文件,网页文件夹和一个测试网页。 默认端口:8080 WebServer.jar为已经编译好的java文件,在Dos下可以(注意要在WebServer.jar所在路径)执行java -jar WebServer.jar,在Dos窗口中会有大量的提示信息。不建议 ...