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

搜索资源列表

  1. chat

    0下载:
  2. 这是用java写的网络聊天程序,使用TCP协议来和服务器建立连接,实现了单聊和群聊的效果,同时能够实时记录用户所聊天的内容,类似于一个记录功能的聊天记录器,将用户聊天的内容存放在D:\chatMessage.txt文件下-This is a network chat program written in java, and the server using the TCP protocol to establish a connection, to achieve the effect of a
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:22955
    • 提供者:赵勇
  1. chatroom

    0下载:
  2. 实现tcp协议的java聊天室,包括服务端和客户端,能公聊和私聊-Achieve tcp protocol java chat room, including server and client, can public chat and private chat
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:45896
    • 提供者:denghui
  1. Java-char-room

    0下载:
  2. 多人在线聊天系统 有客户端和服务器 可以运行-Multiplayer online chat system has client and server can run
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:10388
    • 提供者:liuningge
  1. Copy-of-mChat_1

    0下载:
  2. 用java写的聊天室软件,含有客户端和服务器。利用Eclipse开发,欢迎大家下载。-Written in java chat room software, containing the client and the server. Use Eclipse development, welcome to download.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:105995
    • 提供者:jason_sun
  1. Server

    0下载:
  2. 聊天程序主要利用Java网络包中的服务器套接字和客户端套接字实现,其核心部分的实现思路如下: 服务器根据指定的端口创建服务器套接字,并在该端口侦听连接请求; 每一个新加入的客户端创建客户端套接字,与服务器进行连接; 每一个连接在服务器有一个连接池保持连接; 当其中的一个客户端发出群聊或者上线下线信息后,对应的连接的服务器程序在接收到该消息后,向其所维持的所有的客户连接广播该消息。当客户端发出单独聊天,文件传输等需要发给指定用户的消息时,服务器端遍历连接池找到对应客户端,将消息单独
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:24082
    • 提供者:需现场
  1. Java-liaotianchengxudaima

    0下载:
  2. Java编程,编写一个聊天小程序,包括服务器,客户机,能进行简单的通信联络-Java programming, writing a chat applet, including server, client, can perform simple communications and liaison
  3. 所属分类:Ajax

    • 发布日期:2017-04-02
    • 文件大小:1737
    • 提供者:嘉铭
  1. chat

    0下载:
  2. 简单实现java socket里面的服务端和客户端。用户状态信息,在线人数等-Simple implementation of java socket inside the server and the client. User status information, such as number of online
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:4589
    • 提供者:广君亮
  1. ChatingSystem

    0下载:
  2. 本系统为JAVA开发的聊天系统,实现的功能主要有与聊天室成员一起聊天。可以与聊天室成员私聊。可以改变聊天内容风格。用户注册(含头像)、登录。服务器监控聊天内容。服务器过滤非法内容。服务器发送通知。服务器踢人。保存服务器日志。-The system developed for the JAVA chat system, the main function of chat rooms and chat with members. Chat rooms private chat with member
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:662608
    • 提供者:田土
  1. Many-chat-system

    0下载:
  2. 使用JAVA开发的网络聊天程序,带有UI界面以及客户端和服务器端的全部代码,适合于课程设计和JAVA的Socket编程学习,通信协议为IP。-Developed using JAVA network chat program , with all the code UI interface and client and server side , suitable for curriculum design and JAVA Socket Programming learning , commu
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4376
    • 提供者:张林
  1. java

    1下载:
  2. 这个软件是一个类似QQ的聊天软件,服务器设置在局域网内,使用户的局域网聊天,安排你可以聊天的远程用户在互联网上。支持群聊和私聊。-This software is a similar QQ chat software, the server is arranged within the LAN, enabling users to chat LAN, arranged on the internet you can chat for remote users. Support group cha
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:883250
    • 提供者:苟于华
  1. CHATROOM

    0下载:
  2. 摘要:Java源码,网络相关,聊天程序 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5294
    • 提供者:ynm
  1. chat-room-server

    0下载:
  2. 这个java程序提供的简单的聊天室服务器的编写方法-this java program provides you how to build the server of chatting room on your own,,,,may help
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:6505
    • 提供者:方华
  1. QqServer

    0下载:
  2. 实现聊天软件服务器端基本功能,使用java语言编写-Realization of the basic functions of the chat server software, using java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:12866
    • 提供者:苏滨
  1. MyServer

    0下载:
  2. 用Java编写的简易服务器端聊天,通过控制台与连入的计算机进行聊天-Written in Java simple server-side chat, chat with a computer connected to the console s
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:1091
    • 提供者:Howard
  1. chat

    0下载:
  2. java实现简单的聊天功能,一个服务端和一个电脑客户端与安卓客户端-java achieve a simple chat, a server and a client computer and Android client
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:2637352
    • 提供者:mini
  1. chatd

    0下载:
  2. 基于 Java 的服务器推送框架 DWR ,一个简单的多人页面聊天实例 (只支持IE,我用的是IE9)-Java-based server push framework DWR, a simple multiplayer chat page instance (only supports IE, I use IE9)
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1808815
    • 提供者:dengli
  1. chat

    0下载:
  2. chat room java client side and java server side used mulitle threads-chat room java client side and java server side used mulitle threads
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-13
    • 文件大小:1870
    • 提供者:zu
  1. chat

    1下载:
  2. 简易的通讯软件,里面有服务端和客户端,合肥工业大学Java课可能需要,不必要的代码,可以自行删除修改-Simple and easy communication software, there are server and client, Java classes may need to hefei university of technology, unnecessary code, can be modified to delete
  3. 所属分类:Java Develop

    • 发布日期:2016-12-19
    • 文件大小:2048
    • 提供者:堕落
  1. Chat

    0下载:
  2. 对数据封装中,TCP协议中Socket模型的客户端和服务器端进行Java编程。-The data package, the client and server-side TCP protocol Socket Java programming model.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-15
    • 文件大小:7115
    • 提供者:张孑
  1. chat

    0下载:
  2. 用Java语言编写的简易聊天程序,实现客户端和服务端的在线聊天-Java language simple chat program, to achieve the client and server online chat
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2314
    • 提供者:东平
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
搜珍网 www.dssz.com