CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 自定义协议

搜索资源列表

  1. java-TCP

    1下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。 2. 编写一服务器程序和客户程序,要求客户每输入一行数据,服务器接收后加上echo:回送给客户程序,要求服务器程序采用多线程方式和线程池为每个客户分配一个线程。-1. The realization of a use of user-defined file transfer protocol server FileServer and customer FileClient. 2. Write
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:11777
    • 提供者:zhang liang
  1. wangluobianchengshiyan(4)

    0下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:19229
    • 提供者:cnwst
  1. Protocol

    0下载:
  2. Java编程中自定义协议的简单应用,比较适合初学者,对理解自定义协议有帮助-Java programming a simple application of a custom protocol, more suitable for beginners, to help understand the custom protocol
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2178
    • 提供者:周毅
  1. javaMailSystem

    0下载:
  2. 系统模块划分及功能介绍 飞马快递Web邮件系统由邮件服务器模块、后台管理模块和Web邮件模块三部分组成。 1. 邮件服务器模块 常规电子邮件服务器提供SMTP、POP3、IMAP4等 黑名单管理 转发管理 对发件人的电子邮件地址进行控制。 多种传输协议支持 SSL支持 2. 后台管理模块 系统管理 用户管理 用户管理模块可以方便的添加、删除、激活、停用指定用户。同时用户管理模块还提供了向一定范围内的用户
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:257605
    • 提供者:杀手47
  1. javaServer._d9soft

    0下载:
  2. java视频采集会议服务器端代码,根据自定义的协议能够穿透nat。-java video capture
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3119779
    • 提供者:郭清
  1. snmp-agent

    0下载:
  2. 实现了snmp-agent代理 自定义mib 方便snmp协议测试-Snmp-agent mib convenient snmp protocol test agent custom
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:437872
    • 提供者:陈鹏飞
  1. javaSE_IM_source_code

    0下载:
  2. 企业即时通讯工具,采用C/S架构 + TCP/UDP协议 + Socket + 多线程技术实现。客户端支持:用户上下线,单聊,群聊,自定义消息字体样式,表情、图片发送,文件发送,语音聊天,修改状态,修改头像,修改密码等。服务端支持:服务器管理、用户管理、服务配置管理、日志管理等。 -Enterprise instant messaging tool, using the C/S architecture+ TCP/UDP protocol+ the Socket+ multithreadin
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:7975937
    • 提供者:
  1. javaqq

    0下载:
  2. 本系统采用C/S结构,开发中利用了TCP/IP协议,多线程,Socket编程等技术。在服务器监听多个客户端中使用多线程。系统中信息的发送和读取采用自定义的对象来传递。对于用户信息等内容利用MySql数据库进行存储。系统的主要模块为,用户注册模块,用户登录模块,用户添加好友和删除好友模块,好友聊天模块。当前系统是通过服务器转发实现好友聊天。-The system uses C/S structure, the development of the use of the TCP/IP protoco
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:575968
    • 提供者:丁强
  1. ioserver

    0下载:
  2. JAVA 简单聊天程序。 自定义协议,供大家学习参考-JAVA simple chat program. Custom protocols, for everyone to learn
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:76371
    • 提供者:lloydlei
  1. socket_communication

    0下载:
  2. TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2958
    • 提供者:yelangya
  1. lab14_2

    0下载:
  2. 请基于TCP协议编写一个C/S模式的一对一聊天程序,为方便用户操作,请使用GUI设计图形用户界面。服务器端口号为:1202(也可以自定义,但是必须在1024-65535之间)。-Please write a C/S mode one chat program based on the TCP protocol for user-friendly operation, use the graphical user interface GUI design. Server port number:
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:12786
    • 提供者:黄瑜琳
  1. chatroom-test

    0下载:
  2. 聊天室功能,java mina socket 自定义 协议 自定义 协议 filter
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:273467
    • 提供者:hury
  1. OSGI_v2014416143335

    0下载:
  2. 基于webqq协议的QQ机器人,支持自定义命令-QQ robot based webqq agreement, support for custom commands
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:356870
    • 提供者:和平
  1. j8583-master

    2下载:
  2. java8583 解析和组装源码,支持银联8583协议,支持自定义的配置。具体有问题可以联系我-8583 tool very good。
  3. 所属分类:Java Develop

    • 发布日期:2015-05-06
    • 文件大小:117760
    • 提供者:lixq
  1. xmemcached-master

    0下载:
  2. XMemcached 是一个新 java memcached client 。也许你还不知道 memcached 是什么?可以先看看这里。简单来说, Memcached 是一个高性能的分布式内存对象的 key-value 缓存系统,用于动态 Web 应用以减轻数据库负载,现在也有很多人将它作为内存式数据库在使用, memcached 通过它的自定义协议与客户端交互,而 XMemcached 就是它的一个 java 客户端实现。这个是memcached的源码, 有需要的朋友拿去-XMemcache
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4156824
    • 提供者:chenyl
  1. Server

    0下载:
  2. 简单的java服务器程序,实现了自定义的二进制协议的信息传输和存储-Simple java server program, implemented a custom binary protocol of information transmission and storage
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-13
    • 文件大小:2924733
    • 提供者:lee
搜珍网 www.dssz.com