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

搜索资源列表

  1. Server.java

    0下载:
  2. 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本功能
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7519
    • 提供者:hej
  1. Socket-server

    0下载:
  2. Socket通讯实例服务器端,用java实现,带有详细注释。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3659
    • 提供者:
  1. Server.rar

    0下载:
  2. 用JAVA编写的有关使用套接字读取服务器端对象的应用,已经运行通过,JAVA prepared with the use of socket server-side object to read the applications, has been running through the
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:5626
    • 提供者:李云
  1. TCPServer

    0下载:
  2. JAVA实现的TCP通信协议的服务器端源码,请与客户端一起运行。源码所在的包需要修改成自己的项目所在的包。-JAVA implementation of TCP communication protocol server-side source code, please run together with the client. Need to modify the source where the package into your project where the package.
  3. 所属分类:Ajax

    • 发布日期:2017-03-22
    • 文件大小:1411
    • 提供者:
  1. Java-Socket-email-r

    0下载:
  2. Java Socket邮件接收程序 一、POP3概述 目前的电子邮件基本上都是通过POP3网络协议接收的。根据POP3的规定,当一个电子邮件程序需要接收电子邮件时,该程序同POP3服务程序需要建立起双向的传输通道。-Receive e-mail program for a Java Socket, POP3 e-mail is basically an overview of current network protocols are received through POP3. Acc
  3. 所属分类:Java Develop

    • 发布日期:2016-01-25
    • 文件大小:7168
    • 提供者:和牧
  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. Java-QQ

    0下载:
  2. 基于Java的网络聊天程序,用Java Socket实现网络聊天室,分为服务器和客户端两部分,客户端界面实现聊天功能,服务器是信息中心,类似QQ,有注解.-Java-based network chat program, using Java Socket network chat rooms, divided into server and client in two parts, the client chat interface, the server is the information
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:64639
    • 提供者:liuhong
  1. javasocket

    0下载:
  2. java socket server,对初学者很好的参考意义,其中的很多socket操作机理已很好的在java编程中得到应用-java socket server, on the significance of a good reference for beginners, many of which socket to operate the mechanism have been very good in java programming has been applied
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:26398
    • 提供者:侯正祥
  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. SocketServerDemo

    0下载:
  2. JAVA初学者源代码例子,从不同应用方面讲解--网络篇-JAVA beginners source code examples, from different applications on- Network篇
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:79248
    • 提供者:bob
  1. server.java

    0下载:
  2. java socket for server
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:814
    • 提供者:fery_dirgan
  1. ClientServer_usingsocket_java

    0下载:
  2. client server using socket programing with best optimized way to do .. and how to do guide is also availabe
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:41374
    • 提供者:cybercbm
  1. socket

    0下载:
  2. 轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:792
    • 提供者:jioncomer
  1. Server

    0下载:
  2. java的socket通讯 server端代码,用于本机调试发送数据的正确性的小工具软件-socket server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:pwn
  1. JavaSocket

    0下载:
  2. │ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │ └─accp │ └─demo │ └─socket │ Client.class │ HttpServer.class │ Server.class │ └─src └─com └─accp └─demo └─socket Client.java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:7319
    • 提供者:wtc
  1. Socket

    0下载:
  2. 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
  3. 所属分类:JavaScript

    • 发布日期:2016-01-24
    • 文件大小:32621
    • 提供者:wangdan
  1. JOICQ_Server

    0下载:
  2. 使用SOCKET制作的聊天工具服务器端。-SOCKET produced by the use of server-side chat.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1793858
    • 提供者:wang gang
  1. Chat-Server-Client

    0下载:
  2. Source code for a chat between 2 computers using socket in Java.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1463
    • 提供者:Dorin
  1. client-server-java

    0下载:
  2. In this first part of a multi-part post, we will learn how to create a very simple socket server and socket client pair in Java
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:9894
    • 提供者:ryma
  1. Socket连接

    0下载:
  2. 通过java来实现socket客户端和服务器端的通讯,一个是client,另一个是server(Java is used to communicate the socket client and server side, one is client, and the other is server)
  3. 所属分类:Java编程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com