搜索资源列表
DownloadingFile
- 下载文件服务器说明(使用Socket完成文件的下载的任务,客户端提交文件名称,服务器接受到以后,如果文件不存在,返回404信息,如果文件存在,则将文件的内容通过套接字发送给客户端,客户端接受到文件的内容后,保存到相应的文件中。 )-download the file server (using Socket download the document completed the task, documents submitted to the client name, the server
Socket
- 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
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
myServer
- java socket编程,类似tomcat功能,支持线程池,并行,以及访问服务器下的html文件-java socket programming, tomcat similar functionality, support for the thread pool, in parallel, as well as access the server under the html file
NETCT-OSS
- 系统分为三个大模块:采集、整合、查询管理模块,各模块款功能描述如下: 在采集系统中,采用JAVA中的字符串解析、网络编程(Socket)、输入输出流(IO)和多线程等技术对原始计费Log(wtmpx)文件进行读取并分析、处理。但要求效率比较高,于是采用了Unix系统的计划任务命令(crontab)进行定时采集原始计费日志文件(UNIX系统下的/var/adm/wtmpx文件),并将采集的数据封装整理成己匹配和未匹配两种BIDR结构的数据清单,然后把己匹配好的数据通过Socket传输给中央处理
socketfile
- 一个简单的控制台的Socket练习,能够实现客户端从服务器端下载文件,适合于初学者-a simple test for beginner using socket
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.
Socket
- 客户端与服务器之间的文件传输和聊天,这里只是四个文件,可以实现多次传输功能 -Between the client and server file transfer and chat, where only four documents, you can achieve multiple transmission
Socket
- 代码可以实现客户端与服务器见文件传输功能-Code can achieve the client and server to see the file transfer capabilities
socket_client
- 使用socket编程实现一个简单的文件服务器。客户端程序实现put功能(将一个文件从本地传到文件服务器)和get功能(从文件服务器取一远程文件存为本地文件)。客户端和文件服务器不在同一台机器上。 -Implement a simple file server using socket programming. Client program put function (a file from the local to the file server) and get (take a remot
socket
- 这个程序是java中socket通信的基础,分为服务器端和客户端,进行socket通信,传输文件。-This java program is a base socket communication program that contains server and client. It implements the function of transfering a file by sockets.
modelstry
- 服务器Socket接收文件,通过ServerSocket监听客户端连接,然后做出相应。-Server Socket receive files
Socket-filetransfer
- Java语言版的Socket文件传输,包含一个客户端和一个服务器端。-Java language version of the the Socket file transfer, contains a client and a server-side.
java-socket-file
- Java socket 实现了从服务器端向客户端发送文件的过程,当然,反过来,也一样.稍有不同.代码中对跨平台的细节没有实现-Java socket to achieve the process of sending the file from the server to the client, of course, in turn, is the same. Slightly different details of the code does not implement cross-plat
Socket
- 用JAVA实现socket通信,实现服务器和客户端之间互发图片、文件-JAVA socket
tcpip-socket-down-load
- 服务器客户模式的文件下载,从客户端把文件地址传给服务器,服务器也文件传回给客户端。这个主要是实现的在一台机子上的演示。可以根据需要修改-Download the file server client mode, the file address the client to the server, the server file back to the client. This is mainly achieved demonstration on a loom. You can modify
server
- 创建服务器Socket,与客户机Socket交互以将客户机所请求的文件的内容发送到客户机.-Create a server Socket, Socket client interacts with the contents of the file requested by the client is sent to the client.
FuWuQi
- 服务器程序,java编写程序,用Socket通信机制在服务器和客户端之间传输文件。 其中的服务器文件(Server program, Java programming, using Socket communication mechanism between the server and the client to transfer files. Server files)
传输
- socket文件传输。用Socket通信机制在服务器和客户端之间传输文 件(file transfer Using socket communication mechanism to transfer documents between server and client piece)