Welcome![Sign In][Sign Up]
Location:
Search - Multi-Threaded-Web-Server java

Search list

[Web Server141_WebServer1

Description: 简单的多线程WEB服务器,借鉴了<自顶向下方法_计算机网络>里的程序.用java写的.-simple multi-threaded Web server, a reference
Platform: | Size: 1294 | Author: 赵燕 | Hits:

[JSP/Java多线程实现的Web服务器

Description: JAVA中实现的多线程实现的Web服务器-JAVA achieve the realization of multi-threaded Web server
Platform: | Size: 1878 | Author: 果农 | Hits:

[JSP/Java多线程实现的Web服务器

Description: JAVA中实现的多线程实现的Web服务器-JAVA achieve the realization of multi-threaded Web server
Platform: | Size: 2048 | Author: 果农 | Hits:

[Web Server141_WebServer1

Description: 简单的多线程WEB服务器,借鉴了<自顶向下方法_计算机网络>里的程序.用java写的.-simple multi-threaded Web server, a reference
Platform: | Size: 1024 | Author: 赵燕 | Hits:

[JSP/Javachengxu

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Platform: | Size: 164864 | Author: 达瓦 | Hits:

[Web ServerMulti-ThreadedWebServer

Description: 多线程web服务器(Multi-Threaded Web Server),可以处理并行的多个请求。 -Multi-threaded web server (Multi-Threaded Web Server), can handle multiple requests in parallel.
Platform: | Size: 1024 | Author: frr | Hits:

[Web Serverqddown_java8543535625

Description: 系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-System uses a client/server mode between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Platform: | Size: 903168 | Author: 梧桐 | Hits:

[JSP/JavaWebServer

Description: WEB服务器的Java实现,多线程服务器,可以实现WEB服务器的功能。-Java realize WEB server, multi-threaded server, you can realize the function of WEB server.
Platform: | Size: 2048 | Author: 汪晗 | Hits:

[Internet-Network2

Description: 多线程web服务器 如果您还没有注册,请先注册。源码要求为至少5个C或Java源码-Multi-threaded web server If you have not yet registered, please register. Source calls for at least five C or Java source code
Platform: | Size: 50176 | Author: caoer115 | Hits:

[JSP/JavaClient

Description: 用JAVA实现多线程网络服务器与客户端通讯的简单程序,可以支持多个客户端向服务器提供服务-JAVA to achieve with multi-threaded web server with a simple client program, can support multiple clients to provide services to the server
Platform: | Size: 8192 | Author: l | Hits:

[Process-Threadweb

Description: Web Server ,多线程的操作,局域网的Server。-Web Server, multi-threaded operation, LAN Server.
Platform: | Size: 2048 | Author: 高俊骐 | Hits:

[JSP/JavaWebServer

Description: Java多线程Web服务器,TCP/IP 1.0。-Java multi-threaded Web server, TCP/IP 1.0.
Platform: | Size: 89088 | Author: ckay | Hits:

[Web Serverwebserver

Description: 多线程web服务器 java语言 实现了 阅读文字 图片.jpg以及.gif -Multi-threaded web server, java language to implement read the text images. Jpg and. Gif
Platform: | Size: 2412544 | Author: 5817802 | Hits:

[JSP/JavaGA

Description: 遗传算法在求解多约束条件下的组合优化问题有独特优势,本代码是关于用遗传算法解决智能组卷问题的好例子。-Of genetic algorithm in solving the multi-constrained optimization problem under the condition of a unique combination of advantages, this code is on the use of genetic algorithm to solve the problem a good example of Intelligent Test Paper.
Platform: | Size: 19448832 | Author: keka | Hits:

[Internet-Networkwebsever

Description: 多线程网络服务器 multithread webserver java语言编写-Multi-threaded web server multithread webserver java language
Platform: | Size: 386048 | Author: joseph9207 | Hits:

[JSP/Javamywebpage_html

Description: multi threaded web server using java
Platform: | Size: 1024 | Author: siva3371 | Hits:

[JSP/JavaMultithreading-Web-server

Description: 基于JAVA实现的多线程Web服务器,能并行服务于多个请求-JAVA-based implementation of multi-threaded Web server can serve multiple requests in parallel
Platform: | Size: 107520 | Author: king | Hits:

[JSP/JavaWeb-server-test-research

Description: 系统研究了java的web应用的性能测试工具,包括多线程访问测试响应时间,访问失败率等。-System of a java web application performance testing, including multi-threaded access to test response time, access failure rate.
Platform: | Size: 366592 | Author: 胡德军 | Hits:

[JSP/JavajavaandWeb

Description: 用Java实现多线程Web服务器.pdf 网络编程的重要内容 不可多得的源码,java中的精华之一-Multi-threaded Web server implemented in Java. The essence of one of the rare pdf network programming source code, java
Platform: | Size: 82944 | Author: 郭靖 | Hits:

[JSP/JavaThreadPool

Description: 该程序是用java写的一个基于多线程web服务器的线程池程序,纯属原创,供大家参考和学习-The program is written in java based on a multi-threaded web server thread pool program is purely original, for your reference and learning
Platform: | Size: 6844416 | Author: wenjian | Hits:
« 12 »

CodeBus www.codebus.net