CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 文件服务器 socket

搜索资源列表

  1. DownloadingFile

    1下载:
  2. 下载文件服务器说明(使用Socket完成文件的下载的任务,客户端提交文件名称,服务器接受到以后,如果文件不存在,返回404信息,如果文件存在,则将文件的内容通过套接字发送给客户端,客户端接受到文件的内容后,保存到相应的文件中。 )-download the file server (using Socket download the document completed the task, documents submitted to the client name, the server
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10786
    • 提供者:廉季平
  1. Socket

    0下载:
  2. 利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:1130
    • 提供者:xinliu
  1. chat

    0下载:
  2. 用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
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:111809
    • 提供者:zhangbo
  1. myServer

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:101400
    • 提供者:luyu
  1. NETCT-OSS

    1下载:
  2. 系统分为三个大模块:采集、整合、查询管理模块,各模块款功能描述如下: 在采集系统中,采用JAVA中的字符串解析、网络编程(Socket)、输入输出流(IO)和多线程等技术对原始计费Log(wtmpx)文件进行读取并分析、处理。但要求效率比较高,于是采用了Unix系统的计划任务命令(crontab)进行定时采集原始计费日志文件(UNIX系统下的/var/adm/wtmpx文件),并将采集的数据封装整理成己匹配和未匹配两种BIDR结构的数据清单,然后把己匹配好的数据通过Socket传输给中央处理
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:133366
    • 提供者:zhuyi
  1. socketfile

    0下载:
  2. 一个简单的控制台的Socket练习,能够实现客户端从服务器端下载文件,适合于初学者-a simple test for beginner using socket
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3925
    • 提供者:wangyingming
  1. newChatRoom

    0下载:
  2. Version 1.0 1. 客户端通过下载的Java Applet 小程序和服务器建立套接字连接字后,用户输入聊天的昵称就可以和其他用户聊天; 2. 聊天室界面包括公共聊天信息和私人聊天信息,用户可以用鼠标双击聊天列表中某个聊天者的昵称,和该用户进行私人聊天 3. 当新用户进入聊天室时,所有的用户都可以在聊天列表中看到该用户的昵称;当某用户关闭浏览器或退出聊天室时,聊天列表将该用户的昵称删除,聊天室显示该用户离开的消息。 Version 2.0 1. 增
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:22428
    • 提供者:李杰
  1. p2_9

    0下载:
  2. 局域网Socket用于传输文件,如果是图片,则要求显示出来。Java技术,包括服务器端和客户端编程。-Java socket programming. File transport and display if it is a picture.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:9939
    • 提供者:lizhx
  1. Socket

    0下载:
  2. 客户端与服务器之间的文件传输和聊天,这里只是四个文件,可以实现多次传输功能 -Between the client and server file transfer and chat, where only four documents, you can achieve multiple transmission
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2829
    • 提供者:doudou
  1. Socket

    0下载:
  2. 代码可以实现客户端与服务器见文件传输功能-Code can achieve the client and server to see the file transfer capabilities
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:9361
    • 提供者:夏夏
  1. socket_client

    0下载:
  2. 使用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
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-04
    • 文件大小:158824
    • 提供者:周陈征
  1. socket

    0下载:
  2. 这个程序是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.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:6979
    • 提供者:盛权
  1. modelstry

    0下载:
  2. 服务器Socket接收文件,通过ServerSocket监听客户端连接,然后做出相应。-Server Socket receive files
  3. 所属分类:Java Develop

    • 发布日期:2017-11-17
    • 文件大小:40090
    • 提供者:卢少轩
  1. Socket-filetransfer

    0下载:
  2. Java语言版的Socket文件传输,包含一个客户端和一个服务器端。-Java language version of the the Socket file transfer, contains a client and a server-side.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-08
    • 文件大小:1683
    • 提供者:孙凯歌
  1. java-socket-file

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:2306
    • 提供者:吴生
  1. Socket

    0下载:
  2. 用JAVA实现socket通信,实现服务器和客户端之间互发图片、文件-JAVA socket
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-23
    • 文件大小:14282
    • 提供者:zhangheng
  1. tcpip-socket-down-load

    0下载:
  2. 服务器客户模式的文件下载,从客户端把文件地址传给服务器,服务器也文件传回给客户端。这个主要是实现的在一台机子上的演示。可以根据需要修改-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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-26
    • 文件大小:8329
    • 提供者:king
  1. server

    0下载:
  2. 创建服务器Socket,与客户机Socket交互以将客户机所请求的文件的内容发送到客户机.-Create a server Socket, Socket client interacts with the contents of the file requested by the client is sent to the client.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-12
    • 文件大小:1431
    • 提供者:钮浩东
  1. FuWuQi

    0下载:
  2. 服务器程序,java编写程序,用Socket通信机制在服务器和客户端之间传输文件。 其中的服务器文件(Server program, Java programming, using Socket communication mechanism between the server and the client to transfer files. Server files)
  3. 所属分类:Java编程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:仰望 星空
  1. 传输

    1下载:
  2. socket文件传输。用Socket通信机制在服务器和客户端之间传输文 件(file transfer Using socket communication mechanism to transfer documents between server and client piece)
  3. 所属分类:Java编程

    • 发布日期:2020-06-19
    • 文件大小:3072
    • 提供者:QAQmatlab
« 12 3 »
搜珍网 www.dssz.com