CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - HttpServer
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - HttpServer - List
[
JSP/Java
]
httpServer
DL : 0
基于java实现http服务器//httpServer.java import java.net.* import java.io.* import java.util.* import java.lang.* public class httpServer
Update
: 2008-10-13
Size
: 4.84kb
Publisher
:
msk
[
SourceCode
]
http server
DL : 0
httpserver
Update
: 2011-06-09
Size
: 125kb
Publisher
:
evo5206
[
Web Server
]
httpserver
DL : 0
MSDN上提供的小型Web服务器 -A small web server provided by MSDN
Update
: 2025-02-17
Size
: 83kb
Publisher
:
站长
[
Web Server
]
HTTPServer
DL : 0
超级Internet开发组件demo。-Super Internet development component demo.
Update
: 2025-02-17
Size
: 28kb
Publisher
:
唐述春
[
Web Server
]
HttpServer
DL : 0
small http server
Update
: 2025-02-17
Size
: 124kb
Publisher
:
[
JSP/Java
]
MISC_1.6_Provision_Java_API
DL : 0
中国移动MISC 1.6 Provision Java API 直接使用HttpServer的方式实现,不需要任何其它API,不需要Apache,IIS,Tomcat等Web服务器,直接实现底层. 运行环境 Windows/Linux JDK 1.4.2 演示程序 1) sync.bat 正向订购同步演示 java -classpath "smsfan-provision.jar" net.smsfan.provision.example.SyncOrderExample 80 provision 其中参数: 80 port,为HttpServer的端口号 provision serviceName,为服务名称 程序初始化成功后,misc网关访问URL:http://serverip:port/serviceName 即可提交正向同步数据 2) subs.bat 反向订购/取消接口演示 java -classpath "smsfan-provision.jar" net.smsfan.provision.example.SubscribeExample http://127.0.0.1/provision 其中参数: http://127.0.0.1/provision url,为Misc网关的反向订购/取消接口地址 -China Mobile MISC 1.6 Provision Java API used directly HttpS SP in a way that does not require any other APIs, not Apache, IIS, Tomcat Web server, etc., direct achieve bottom. Runtime Environment Windows/Linux JDK 1.4.2 Demonstration Program 1) sy nc.bat being ordered synchronous demo java-classpath "smsfan- prov ision.jar "net.smsfan.provision.example.S yncOrderExample 80 provision which parameters : 80 port, HttpServer to the port provision serviceName, for service names initialization procedure after the success of Gateway misc visit URL : http :// serverip : port/serviceName forward will be submitted to two synchronous data) subs.bat reverse order/cancellation interface demo java-classpath "smsfan- provision.j ar "net.smsfan.provision.example.Subscrib eExa
Update
: 2025-02-17
Size
: 49kb
Publisher
:
张宁
[
Internet-Network
]
HttpServerForWindowsMultiThread
DL : 0
这是一个windows上的httpserver的源代码,从中可以学习webserver的编程方法-windows on the httpserver the source code, webserver can learn from the programming method
Update
: 2025-02-17
Size
: 83kb
Publisher
:
hzk
[
JSP/Java
]
alexhttpserver
DL : 0
java编写的httpserver示例 采用了mina的网络程序框架-java prepared httpserver mina examples of the use of network programming framework
Update
: 2025-02-17
Size
: 3kb
Publisher
:
duyuhong
[
JSP/Java
]
20070301HttpServer
DL : 0
java开发的HttpServer程序,C/S结构,多线程-java development HttpServer procedures, C/S architecture, multi-threaded
Update
: 2025-02-17
Size
: 16kb
Publisher
:
马成龙
[
Internet-Network
]
HTTPserver
DL : 0
用VC编写的基于MFC的HTTP服务器,提供一般的请求命令(POST,GET...)-VC prepared with the MFC-based HTTP server, the request to provide general order (POST, GET ...)
Update
: 2025-02-17
Size
: 46kb
Publisher
:
[
Symbian
]
httpserver-0.1
DL : 0
Symbian手机上一个简单的http server 服务器代码-Symbian mobile phones on a simple http server server code
Update
: 2025-02-17
Size
: 43kb
Publisher
:
sunshine
[
Web Server
]
HTTPserver
DL : 0
HTTP服务器,中文注释,对研究服务器有很好的价值-HTTP server, Chinese notes, the study of the value of a good server
Update
: 2025-02-17
Size
: 48kb
Publisher
:
gjw
[
Internet-Network
]
HTTPServer
DL : 0
Internet与WEB服务源代码MSDN中的HTTP服务器程序非常具有参考价值-Internet and WEB services MSDN source code of HTTP server program is a reference value
Update
: 2025-02-17
Size
: 45kb
Publisher
:
yanbao
[
Internet-Network
]
HttpServer(lcc)
DL : 0
一个用lcc编写的简单的http服务器源代码-LCC prepared with a simple http server source code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
sdeo
[
Web Server
]
HTTPSERVER
DL : 0
用DELPHI写得一个HTTP服务器,采用线程技术读取用户得文件-DELPHI written by a HTTP server, using technology to read user thread must file
Update
: 2025-02-17
Size
: 971kb
Publisher
:
thx4sg
[
Internet-Network
]
HTTPServer
DL : 0
一個簡易的http server可用來架設一個小型網站-A simple http server can be used to set up a small Web site
Update
: 2025-02-17
Size
: 62kb
Publisher
:
LUNG SUN
[
JSP/Java
]
httpServer
DL : 0
基于java实现http服务器//httpServer.java import java.net.* import java.io.* import java.util.* import java.lang.* public class httpServer -Java based on the realization of http server// httpServer.java import java.net .* import java.io.* import java.util .* import java.lang .* public class httpServer
Update
: 2025-02-17
Size
: 5kb
Publisher
:
msk
[
JSP/Java
]
HttpServer
DL : 0
HttpServer HTTP服务器 欢迎大家下载使用-Welcome to the HttpServer HTTP server download
Update
: 2025-02-17
Size
: 7kb
Publisher
:
wangkang
[
JSP/Java
]
HTTPServer
DL : 0
用java语言学习写的一个httpserver,有基本的功能,适合初学http server的参考-Java language learning to write with a httpserver, basic features, suitable for beginner reference http server
Update
: 2025-02-17
Size
: 7.92mb
Publisher
:
steed
[
Internet-Network
]
HttpServer
DL : 0
用VC开发的HttpServer服务器,除提供基本的HTML文件访问外,还提供多媒体文件的断点下载-HttpServer developed with VC server, in addition to the provision of basic HTML file access, but also offer downloads of multimedia files breakpoint
Update
: 2025-02-17
Size
: 30kb
Publisher
:
liuxiaojian
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.