搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
WebServer.java 用JAVA编写Web服务器
- WebServer.java 用JAVA编写Web服务器 -WebServer.java prepared with Java Web Server
selfWebServer(java)
- 个人WEB服务器,能实现对静态网页的发布,能同时支持10上以上的并发访问,可扩展功能较强,有CGI接口-personal Web server, able to static Web publishing, will be able to support more than 10 on the concurrent access, which can be expanded more powerful, CGI
httpServer.java
- http服务器端功能实现,功能实现非常简单,但是一个非常有用的程序-http server Function, function is very simple to achieve, but a very useful procedure
webserver0_2
- 不到200行的WWW服务器java版 多线程的,几个IE同时请求应该没问题 内附说明,对学习JAVA多线程及 HTTP协议很有帮助-200 less than the WWW server java version of multithreading, Several IE with the request should be no problem to the accompanying literature, to learn Java Multithreading and HTT
简单的WEB SERVER
- JAVA的简单的WEB SERVER-simple JAVA WEB SERVER
教师办公管理系统
- 本代码的数据库是用的MySql,开发环境是Jdk和Tomcat服务器.稍对java,JavaSrcipt以及Jsp语言有所了解的人都可以通过本案例学习B/S模式编程的技巧和策略.-the source database is used MySql, development environment and is Jdk Tomcat server. Java slightly right, and Jsp JavaSrcipt understand the language people can
Java & Internet Programing for Mobile Robots
- Sample tracking of robots movement through web server
HttpServer.用java实现的简单HTTP的Web服务器端
- 一个用java实现的简单HTTP的Web服务器端,实现了套接字的基本工作原理,Using java to achieve a simple HTTP-Web server-side to achieve the basic working principle of Sockets
webserver
- 多线程web服务器 java语言 实现了 阅读文字 图片.jpg以及.gif -Multi-threaded web server, java language to implement read the text images. Jpg and. Gif
HttpServer
- small http server
src
- Java实现简单的Web服务器 java-Java simple Web server java
webexam
- 在线考试系统,基于SSH框架。sql server 数据库服务器。完成了学生在线考试的一些功能。-Online examination system, based on the SSH framework. sql server database server. Students to complete some of the features of online examinations.
ChipChat(Java)
- 局域网聊天 分为客服端和服务端 系统要求:安有JDK1.5的windows操作系统 运行步骤: 1 确保server.jar和start.cmd在同一个目录下。 2 在启动服务器端之前,务必先运行start.cmd,启动rmiregistry. 3 然后可以直接运行JAR文件——Client.jar、server.jar。 4 在server的界面中,第一个按钮为启动服务器按钮,点击之即可启动服务器。-LAN is divided into custo
webadf.ajaxPostback
- arcgis server adf 的ajax-arcgis server adf of ajax
Beginner_H178933932004
- This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very
CheckSystem
- 学生查询系统-实现功能:学生查询系统,连接MySql数据库实现查询,tomcat+jdk1.6服务器,可用邮件服务器+Outlook实现邮件发送-Student Inquiry System- implementation features: Student Inquiry System to connect MySql database, SQL queries, tomcat+ jdk1.6 server, mail server+ Outlook can be used to achiev
http
- 一个用java写的简单的WEB服务器和浏览器,对于相关的学习者有点帮助,可以初步了理一下整个模型的编写-Using java to write a simple WEB server and browser, for a little help learners related, can initial the management about the preparation of the model
server
- web服务器的简单实现!采用java语言,里面涉及了核心实现。-webserver s simple realization,use java,related to core of web server.
Test
- 一个简单的WEB多线程服务器,java SOCKET-WEB a simple multi-threaded server, java SOCKET