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

搜索资源列表

  1. Serverjavaframe

    0下载:
  2. 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架-the socket server code can you establish specific monitoring ports, In response to client requests the server and some other mechanisms are the basic framework
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7519
    • 提供者:刘佳康
  1. SOCKETtransactionsample

    0下载:
  2. 实现SOCKET通信 分为服务端源程序和客户端源程序两部分 -achieve Socket Communications source files into the server and client source of two parts
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1201
    • 提供者:feiteng
  1. java_serverclientball

    0下载:
  2. 一个j2se内容,在同一程序里包含client和server,先运行的为server后运行为client,两者用SOCKET传输,在任何一方控制小球移动都会使另一方出现一样移动。-a j2se, the same procedure Lane includes client and server, running for the first server to the client after the operation, both with Socket transmission, In an
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1876
    • 提供者:郑凌冰
  1. chating_hackgun_version

    0下载:
  2. JAVA做的一个简单的聊天室软件,含客户端和服务端程序,程序很简单,不过初学者可以研究一下,学习SOCKET编程及多线程的概念。-JAVA do a simple chat room software, including client and server procedures, the procedures are simple. But beginners can look at the study Socket Programming and multithreading concept
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5105
    • 提供者:chenwenbin
  1. Chatroom

    0下载:
  2. chatroom....JAVA实现,两个文件一个server.java另一个是client.java,分别在两台计算机上调试通过...socket方式连接
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4792
    • 提供者:贺嘉
  1. socketandftpdownload

    0下载:
  2. 使用socket实现通讯及FTP下载。client和server预定好协议进行认证通讯,通过后客户端从服务端的FTP服务器上取数据。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13355
    • 提供者:tanhuang
  1. JavaSocket

    0下载:
  2. 使用socket编写客户方和服务器方之间的通讯的程序,实现server与client 之间的数据交换。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7348
    • 提供者:skyhell
  1. ActionScript编程实例

    1下载:
  2. Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an Actionscr ipt 3.0 class in an application. The Enhanced version adds a name-checking feature. These exam
  3. 所属分类:FlashMX源码

  1. 4

    0下载:
  2. 实现文件的上传下载功能,有一个客户端和一个服务端,利用socket实现后台,前台swing-File upload and download capabilities, a client and a server socket to achieve the background, foreground swing
  3. 所属分类:Java Develop

    • 发布日期:2017-11-09
    • 文件大小:49189
    • 提供者:lxy
  1. mina-spring-test

    0下载:
  2. 使用mina3.0与spring集成,实现的server端示例(socket tcp)。 mina是基于java NIO 的高效率通信框架。 工程为myeclipse java工程,可直接导入。 使用main方法启动。可自写客户端测试。-Use mina3.0 with spring integration to achieve a server-side example (socket tcp). mina is a highly efficient communicatio
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-12-23
    • 文件大小:4561593
    • 提供者:liuquan
  1. JAVAClient_Server

    0下载:
  2. 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:55132
    • 提供者:
  1. tcpip

    0下载:
  2. Server端與Client端之間, 透過Socket建立TCP/IP的通訊模式-Server-side and Client-side between the Socket through the establishment of TCP/IP communication mode
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:5928
    • 提供者:Carl
  1. ChatSystem

    0下载:
  2. 运用服务器端多线程来实现一个真正意义上的聊天室应用程序,该程序包括客户端和服务器二部分构成,采用Socket通信机制,服务器程序为Server.java,客户端程序为Client.java。首先启动服务器程序,再启动Client程序,当启动时服务器端首先要询问客户的姓名,然后给所有在场的用户发布新用户加入的消息,当客户端发出新消息时,服务器会将该消息发给所有在场的用户,当再次启动Client,有新用户加入时,服务器会继续做同样的工作,每当有客户输入bye时,服务器将断开与该客户的连接,同时在服务
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7306
    • 提供者:yyb
  1. sock

    0下载:
  2. java实现的Socket通信程序,有客户端和服务器端程序-java implementation of the Socket Communication Program, has client and server-side procedures
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:6803
    • 提供者:李玲
  1. javaicq0

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:947301
    • 提供者:yangbaoxing
  1. ChatRoom

    0下载:
  2. 在本地局域网机器上实现的简单聊天室程序,有服务端和客户端,应用了基本的Socket类和多线程技术-Machines in the local LAN chat room to achieve a simple procedure, there are server and client, the application of the basic Socket class and multi-threading technology
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:35195
    • 提供者:吴嘉祥
  1. fa

    0下载:
  2. 用Socket编程实现邮件客户端和服务端的通信,时能够接受和发送邮件-Socket programming with mail client and server communications, they can receive and send e-mail
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:12537
    • 提供者:张飞扬
  1. socket_doc

    0下载:
  2. java socket program of client nod and server nod
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:2892
    • 提供者:李晓光
  1. JavaChat

    0下载:
  2. 这是一个通过线程实现的聊天程序。服务器端打开套接字监听客户端的请求。-This is a thread to achieve through the chat program. Server-side open socket monitor client requests.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:26801
    • 提供者:chenzhandong
  1. Print_Servers

    0下载:
  2. This a print server written in java socket programming, Here the client sends a request to the server for printing and the client accepts the request and prints.complete working codes are included-This is a print server written in java socket program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6873
    • 提供者:abhijith
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »
搜珍网 www.dssz.com