搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
TCP Web Server
- 模拟TCP协议建立一个web服务器,通过把数据装入TCP套接字,可以向客户端发送.html, .jpg, .jif等格式的文件。-simulated TCP establish a web server, data loading TCP socket, can be sent to the client. Html. Jpg,. Jif format documents.
VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
- 非常牛的代码,用VC通过HTTP把文件直接传到WEB服务器上,可以在开发*的朋友会用到。用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。
web
- 一个简单的windows下的web服务器,主要使用了socket的编程方法,可以设定主页目录,端口号。
socket
- 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html
Web-Crawlers
- 有纯C写的Linux下网络爬虫程序,有助于学校htttp协议和套接字应用。-With pure C write Linux next web crawlers procedures, help the school HTTTP agreement and socket applications.
WebSocket
- HTML5 Web Socket Demo in Chrome.
PHP_SOCKET_SERVER_CLIENT
- PHP SOCKET 服务端与客户端实现的简单示例-PHP SOCKET server and client to achieve a simple example
Liang_Network_programming_2-5
- 这是梁伟《Visual C++网络编程经典案例详解》随书源码(2-5章)。包括的程序有:Socket套接字编程、多线程编程、异步套接字编程、FTP浏览器、网页浏览器。原书所有的源代码文件太大了,只能分成3个资源了。-This is Liang " Visual C++ Network Programming Detailed classic case of" source code with the book (chapters 2-5). The procedures inc
async-socket-win32-demo
- winsock异步通讯源码,提供给需要进行网络开发的朋友做参考。winsock asynchronous communication source, available to web developers need a friend for reference.-winsock asynchronous communication source, available to web developers need a friend for reference.
msn
- msn 网络聊天、传收文件程序,VC++60实现,包含全部源代码-msn web chat, Chuan documents procedures, VC 60 realization, including all source code
WebServer
- WEB服务器 使用Socket创建一个WEB服务器,本程序是多线程系统以提高反应速度-WEB server using Socket to create a WEB server, the process is multi-threaded system to improve the reaction speed
feizuse
- 此源码基于socket windows下网络服务器程序,非阻塞模式。-This source under the socket windows based web server process, non-blocking mode.
get
- vc++得到网站的源码,socket程序-vc++ to be the source Web site, socket program
sever
- 网络服务器编程,包含TCP和UDP,几款流行的服务器模型-Web server programming, including TCP and UDP, several popular server model
VC-HTTP-FILE-WEB
- 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发*的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
multi-thread-simple-crawler-socket
- 简易多线程网络爬虫基于C#语言socket编程-Simple multi-threaded web crawler socket programming language based on C#
mhttpsrv_demo
- Web服务器,Socket编程、多线程工作,上传的是VC工作,对要了解Web服务器工作的同学可以作为参考-Web server, Socket programming, multithreading work, uploading the VC work on the Web server to understand the work of students can serve as a reference
Socket-web
- 基于Cortex-A8,编写Socket服务器,实现客户端与服务端数据交互功能。-Based on the Cortex-A8, write Socket server, to achieve the client and server data exchange capabilities.
TCP_IP socket编程
- 《TCP Sockets编程》通过循序渐进的方式,从最基础的概念到高级别的Ruby封装器,再到更复杂的应用,提供了开发成熟且功能强大的应用程序所必备的知识和技巧,帮助读者掌握在Ruby语言环境下,用套接字实现项目开发的任务和技术。 《TCP Sockets编程》适合对TCP套接字感兴趣的读者阅读。(TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way t