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

搜索资源列表

  1. lab1

    0下载:
  2. 这是关于线程控制和socket的代码。实现了简单的线程控制,还有简单是现在了客户端以及服务器端的socket编程。适合初学者理解学习-This is the socket on the control and the code thread. To achieve a simple thread control, there is now a simple client and server side socket programming. Suitable for beginners to l
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:8230
    • 提供者:李芳宇
  1. chatroom

    0下载:
  2. 能够完成多线程的用户聊天程序。使用ServerSocket、Socket完成服务端和客户端的连接。服务端使用多线程的方式可以接受多个客户端。-Able to complete the multi-threaded user chat program. Use ServerSocket, Socket server and client to complete the connection. Server to use multiple threads, can accept multiple c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:70469
    • 提供者:alone
  1. web

    0下载:
  2. 该程序用于实现实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。 -
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:4821
    • 提供者:欧阳馨
  1. TCPClient

    0下载:
  2. client reads line from standard input (inFromUserstream) , sends to server via socket (outToServerstream)
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:670
    • 提供者:jose
  1. TCPServer

    0下载:
  2. server reads line from socket server converts line to uppercase, sends back to client
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:596
    • 提供者:jose
  1. q5

    0下载:
  2. eclipse上给予socket的即时聊天系统,有客户端和服务器端,使用时先启动服务器再打开客户端-chat project,include server and client
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6478
    • 提供者:liyan
  1. socket_connectin

    0下载:
  2. 使用多线程的方式实现套接字数据通讯,服务器端和客户端程序在同一个文件中,下载以后分别进行编译。-Be achieved using multi-threaded socket data communications, server and client program in the same document, were compiled after download.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1818
    • 提供者:李林国
  1. ChatT

    0下载:
  2. 一个基于socket开发的java聊天程序,分有服务器和客户端,是个不错的程序-Developed a java-based chat program socket, divided into the server and the client, is a good program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10955
    • 提供者:萨里记
  1. multiple

    0下载:
  2. Java多用户Socket聊天代码,包括服务器和客户端的代码-Socket Java multi-user chat code, including server and client code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3745
    • 提供者:路飞
  1. TestSocketServer

    0下载:
  2. 此为JAVA SOCKET SERVER程式,可模拟从银行置机返还信息给POS终端的信息,也可以接受客户端的发送的BYTE,并显示在显示屏上。-This is a JAVA SOCKET SERVER program can simulate the machine returned home from the bank information to the POS terminal of the information, you can also send the client to acce
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1233
    • 提供者:徐东
  1. MyQQ

    0下载:
  2. 基于socket通信的,有客户端和服务器端的多线程的qq。可以实现客户端和服务器端的对话。-Socket-based communication, a client and server side multithreading qq. Can implement the client side and server side of the dialogue.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2671784
    • 提供者:xiaoyu
  1. Transfer_a_file_between_Client_and_Server_usingTC

    0下载:
  2. Transfer a file between server and client using java socket connection
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:5846
    • 提供者:vetech
  1. channel

    0下载:
  2. 本程序是结合通道套接字、选择器和缓冲区,使用非阻塞模式编写服务器和客户端的通信程序-This procedure is a combination of channel socket, selector and buffer, the use of non-blocking mode write server and client communication program
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5571
    • 提供者:ningwu
  1. VZone_flex

    0下载:
  2. 本源码为一个简单JAVA软件开发案例,完成一个虚拟社区构建。采用Netbeans开发工具开发Server端,客户端用Flex开发。客户端与服务端的连接用Socket-The source code for a simple case of JAVA software development, to complete a virtual community building. Development Server using Netbeans development tools, client d
  3. 所属分类:Java Develop

    • 发布日期:2017-06-15
    • 文件大小:23477238
    • 提供者:sunfulin
  1. chat

    0下载:
  2. 这是一个基于Socket的简单的聊天程序,有一个客户端和一个服务端-This is a simple Socket-based chat program, a client and a server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:4346
    • 提供者:陈凡淼
  1. assignment4

    0下载:
  2. WEB service, connect server and we can create ui on the client side and make the logical control on the server side-this is an example for web service socket and how to use properties.I hope it can help you and this website need me to upload an file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1450648
    • 提供者:林宇
  1. ChatSys

    0下载:
  2. Java socket+swing实现的聊天室系统。可以进行大厅聊天,开房间,私聊,以及管理员踢人等功能。包括客户端和服务端代码。-Java socket+ swing to chat room system. Can lobby chat, open rooms, private chat, and administrators kicking and so on. Including client and server code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:175240
    • 提供者:
  1. music

    0下载:
  2. 一个基于socket编程的C/S模式的音乐播放器的客户端和服务器程序-A socket-based programming, C/S mode music player client and server programs
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:151025
    • 提供者:wanglei
  1. Chat321

    0下载:
  2. 聊天系统 1.本聊天系统采用Scket套接字 2.必须在安装JVM的机器中运行 3.先启动服务器Server.jar然后开启Client.jar。-1 chat system. The chat system uses Scket socket 2. Must be installed on the machine running JVM 3. Server.jar start the server first and then open the Client.jar.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:58582
    • 提供者:刘海辉
  1. 123

    0下载:
  2. 利用Java语言提供的Socket技术,建立一个C/S模式的应用,允许客户端用户输入2个整数,服务器端接收这2个整数,并计算出它们的和、差、积、商,最后送回客户端-Socket using the Java language provides technology to build a C/S mode application that allows client users to input 2 integers, the server receives these two integers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:6483
    • 提供者:王京也
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com