资源列表
[Web服务器] 用Java实现Web服务器
说明:用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则<雨岳> 在 2008-10-13 上传 | 大小:10.18kb | 下载:0
[Internet/网络编程] 有关PDU编码
说明:这是篇关于现在非常热门的无限模块的收集短消息中中文显示时用到的PDU编码的文章,非常详细-Part of this is now very popular unlimited collection module Chinese short messages displayed PDU encoding used in the article, very detailed<zc> 在 2008-10-13 上传 | 大小:10.22kb | 下载:0
[Web服务器] nihongdeng
说明:霓虹灯文件源代码,能够出现霓虹灯的效果,是一个比较简单的小程序-neon document source code, to create the effect of neon lights, is a relatively simple procedure of the small<孔明> 在 2008-10-13 上传 | 大小:10.21kb | 下载:0
[Ftp服务器] Webfilehost
说明:强大的web文件寄存能力,可以用来存放bt种子,rar文件,图片等-powerful web document storage capability and can be used to store bt seeds, rar documents, pictures, etc.<woshixinshou> 在 2008-10-13 上传 | 大小:10.17kb | 下载:0
[Web服务器] 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 lea<tary> 在 2008-10-13 上传 | 大小:10.25kb | 下载:0
[Internet/网络编程] FTPServerClient
说明:c++编写的FTP服务器和客户端程序,支持服务器间互传文件-c prepared by the FTP server and client, server, support each other - paper<孟祥亮> 在 2008-10-13 上传 | 大小:10.17kb | 下载:0
[Internet/网络编程] 代码11
说明:代码检测session或cookies-code or session cookies<杨翠强> 在 2008-10-13 上传 | 大小:10.19kb | 下载:0
[Internet/网络编程] GetHostIP
说明:网络编程入门,获取主机IP,谢谢大家关注,希望对你有用。以后我会继续提供好东西与大家一起分享的,这是我第一次上传,很多东西还不会<张飞> 在 2008-10-13 上传 | 大小:10.21kb | 下载:0
[Internet/网络编程] 实验二302_22
说明:使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上现实一个字符:父进程显示字符’a’;子进程分别显示字符’b’和’c’。试观察记录屏幕上的显示结果并分析原因。-use system calls fork () to create two child process. When running, the system is a process and the father o<杨宇文> 在 2008-10-13 上传 | 大小:10.24kb | 下载:0