搜索资源列表
DownloadingFile
- 下载文件服务器说明(使用Socket完成文件的下载的任务,客户端提交文件名称,服务器接受到以后,如果文件不存在,返回404信息,如果文件存在,则将文件的内容通过套接字发送给客户端,客户端接受到文件的内容后,保存到相应的文件中。 )-download the file server (using Socket download the document completed the task, documents submitted to the client name, the server
java上传文件
- 将upload目录拷贝到tomcat服务器的webapps目录下,重启服务后即可浏览本实例。
java-TCP
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
Socket
- 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
wangluobianchengshiyan(4)
- 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
HTTP
- 简单WEB服务器,能够通过HTTP GET命令获得一个简单的文件-A simple WEB server through HTTP GET command to obtain a simple file
FileBrowser_j2me_and_WM
- 文件上传下载管理(客户端j2me,WM,服务器端)-File Upload Download Manager (client j2me, WM, server-side)
uploadBean
- 上传文件到服务器指定文件夹中的JavaBean-Upload files to the server designated folder JavaBean
chat
- 用java写的聊天室源码,含有客户端和服务器端的jar文件。运用到多线程和socket技术-With java source code written in the chat room, which contains client and server-side jar file. Applied to multi-threaded and socket technology
Gobang_java
- 可联机对战的五子棋java源代码 包含服务器文件和客户端文件 详细的技术文档和用户手册-Available on-line against the Gobang java source code file that contains the server and the client document detailed technical documentation and user manual
SChatting
- 用java开发的聊天程序源代码 包含客户端文件和服务器文件-Developed using java chat program source code file that contains the client and server files
sftp
- JAVA实现的TFTP,类似与FTP的功能,有服务器、客户端,可以实现文件上传到服务器。-JAVA implementation of TFTP, and FTP similar functions, have the server, the client, you can achieve a file upload to the server.
socketfile
- 一个简单的控制台的Socket练习,能够实现客户端从服务器端下载文件,适合于初学者-a simple test for beginner using socket
jm2pc
- 通过蓝牙或INTERNET,用JAVA手机控制电脑. 可以启动关闭程序/编辑文件,控制鼠标键盘. 分服务器和客户端,分别应用于PC和手机.-Remote control your desktop or laptop computer with any Java powered phone. Access and edit your files, start and stop applications, control your mouse, keyboard and another de
sourcejammer-src-2.1.0.0.gpl
- SourceJammer-是一个纯Java的源码与版本控制系统。它包括一个服务端组件用来管理文件及版本历史,处理登入,登出等和其它命令;一个客户端组件用来处理对服务器的请求及管理在客户端文件系统上的文件。-SourceJammer-is a pure Java source code and version control system. It includes a server component used to manage documents and versions of history
frame
- 实现一个多数据源的全文检索系统,包括索引服务器和多个不同类型的查询接口等功能模块,能够处理文档、多媒体文件、数据库等多种数据源,能够使没有全文检索基础知识的开发人员都能够快速的为自己的系统添加基于内容的搜索功能,可以大大节省开发人员的时间,提高开发效率,快速部署应用。 -More than one data source to achieve the full-text retrieval system, including the index server and a number of
UploadProject
- java多文件上传,无任何第三方java包,绝对原创经典,让你知道什么叫文件上传,可以直接在应用服务器下运行,支持所有文件格式,一个Servlet解决一切。-java multi-file upload without any third-party java package, an absolute classic original, so that you know what is meant by file upload, you can directly run the applicat
Uploadfile
- 实现了客户端向服务器上传文件的功能,用户可以在客户端对文件进行阅读和下载-To achieve the client-side upload files to the server function, users can document the client to read and download
newChatRoom
- Version 1.0 1. 客户端通过下载的Java Applet 小程序和服务器建立套接字连接字后,用户输入聊天的昵称就可以和其他用户聊天; 2. 聊天室界面包括公共聊天信息和私人聊天信息,用户可以用鼠标双击聊天列表中某个聊天者的昵称,和该用户进行私人聊天 3. 当新用户进入聊天室时,所有的用户都可以在聊天列表中看到该用户的昵称;当某用户关闭浏览器或退出聊天室时,聊天列表将该用户的昵称删除,聊天室显示该用户离开的消息。 Version 2.0 1. 增
p2_9
- 局域网Socket用于传输文件,如果是图片,则要求显示出来。Java技术,包括服务器端和客户端编程。-Java socket programming. File transport and display if it is a picture.