搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
java mail源码
- 用java实现发送邮件,压缩文件中有个j2ee.jar:已经包含了javamail,JAF包,只是Java mail需要的 1)直接拷贝j2ee.jar,将其添加到jbuilder的library中,或系统ClassPath中。 2)压缩文件中还包含一个配置文件MailServer.properties,需要放到工程文件的class目录 3)这个源代码也是在网友的基础上修改的。如有问题,欢迎交流讨论。 -mail, compressed files are 000 j2e
code.rar
- 文件传输的并发服务器,包含基于tcp协议和udp协议的 ,Concurrent file transfer server that contains the tcp-based protocols and udp protocol
snmp_sender
- java写的发送SNMPTrap信息的客户端 双击jar文件即可运行(需要安装jre)-java write the information the client sends SNMPTrap double-click the jar file to run (need to install jre)
FileRW
- android 文件上传和下载 多线程下载文件 文件读取拷贝-android file upload and download files to read multi-threaded download copies of
java-copyfile
- 一个用JAVA语言实现的传文件程序,希望对你有帮助-a program can transfer file by java,hope it s helpful
chatRoom
- 聊天室,UDP实现,多用户聊天界面,实现简单登录登出、文件传输、文件夹传输等相关的一些功能-Chat rooms, UDP implementation, multi-user chat interface, simple log log, file transfer, folder transfers, and other related features
FTP
- 基于Java的FTP文件传输系统的 设计与实现 -Java-based FTP file transfer system design and implementation
P2P
- 点对点P2P文件共享客户端源码.点对点 P2P文件共享客户端源码.点对点P2P文件共享客户端源码.-Peer-to-peer P2P file sharing client source. Peer-to-peer P2P file sharing client source. Peer-to-peer P2P file sharing client source.
Export_current_map_control_in_layout_form_with_tit
- arcgis server 相关开发,将地图文件输出功能-arcgis server-related development, the map file output function
txtToXMl
- 改源码是固定格式的.txt 文件向.xml转换,请各位高手指教。-Source to a fixed format. Txt file to. Xml conversion, please expert advice.
p2p
- 在是一个sharep2p程序 实现文件的共享-Sharep2p in a file sharing program
file
- http 多线程断点下载 http 多线程断点下载-file download with http pro
FileUploader_src
- jap、flash、xml实现文件上传,有界面,源码。-jap, flash, xml file upload implementation, there are interfaces, source code.
ConnectionPool
- 编写一关于Microsoft Access数据库连接池及其管理的相关类,要求能从XML配置文件中读取该数据库驱动程序,数据库名,连接池最大连接数,最多等待用户数,查询数据库超时时间及用户最长等待时间等信息;并编写一测试程序,用于模拟多客户对于数据库的访问。-The preparation of about one Microsoft Access database connection pool and its management related request from the XML co
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
JAVA-Messenger
- multiuser java messenger application with file transfer function
java-dom-and-sax-read-xml
- 用Java实现dom和sax读取xml文件-Dom and sax with the Java implementation to read xml file
UDP(Java)
- This file contains UDP sockets in java. It includes client Program as well as Server Program.
UDP-file-transfer
- UDP 文件传输,实现大型文件的多传输功能,利用套接字和端口号进行传输-UDP file transfer, implementation of large file transfer capabilities and more, using the socket and port number for transmission