搜索资源列表
-
0下载:
用JAVA编写的聊天程序,客户端与服务端集成在一个文件中,代码简洁,无多余复杂功能。-prepared with Java chat procedures, client and server integrated in a document, the code simple, non-redundant functional complex.
-
-
0下载:
this is use java to write a like icq/msn program, this have client and server code in this .-use java to write a like icq / msn prog ram, this have client and server code in this.
-
-
0下载:
本程序服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与-the server and client presentation by Socket Interface (TCP) connections. Java use in presentation interface is quite simple
-
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
-
-
0下载:
JAVA语言编写的聊天软件,有服务器端及客户端。 支持基本聊天、语音聊天、传文件,服务器端使用ORACLE数据库,可实时监测在线状况、强制下线等。-Chat software written in JAVA, there are server-side and client side. Supports basic chat, voice chat, transfer files, use the ORACLE database server, real-time monitoring of o
-
-
0下载:
Java编写的基于TCP的客户端及服务器端可视化聊天程序,程序可单机运行,先运行服务器程序,在运行客户端程序。-Written in Java TCP-based client and server-side visual chat program, the program can be run stand-alone, first run the server program, running the client program.
-
-
0下载:
Java写的多线程即时通信工具Server,用telnet作为客户端.-Written in Java multi-threaded real-time communication tools Server, use telnet as a client.
-
-
0下载:
用Delphi写的MSN界面程序,其实用Delphi来实现界面是效率最高的。所以非常适合来开发客户端,服务器端可以考虑用Java.这个程序是我自己模仿MSN写的客户端程序。-Using Delphi to write the MSN interface procedures, in fact, to achieve the interface with Delphi is the most efficient. So well suited to the development of clien
-
-
0下载:
chat is server client application which is written in java having good GUI
-
-
0下载:
it is an client server application which uses an remote method invocation in java ,,,try this it is an wounder full application
-
-
2下载:
基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
-
-
0下载:
This Project Entitled as ‘INTRANET CHATTING’ is used basically for chatting purpose with the remote clients or users on Internet or local networks. Here in this project a java client / server combination is used to chat with remote users. When a Cli
-
-
0下载:
简单的聊天小程序。提供了基本的聊天的功能,通过此例能学习java中如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识--Simple chat applet. Provides basic chat functionality through java in this case to learn how to use the Socket server and client to establish procedures and inter-process sched
-
-
0下载:
Java编写的山寨QQ,多人聊天+用户在线,程序分服务端和客户端,典型C/S结构,
当用户发送第一次请求的时候,验证用户登录,创建一个该qq号和服务器端保持通讯连接得线程,启动该通讯线程,通讯完毕,关闭Scoket。
QQ客户端登录界面,中部有三个JPanel,有一个叫选项卡窗口管理。还可以更新好友列表,响应用户双击的事件,并得到好友的编号,把聊天界面加入到管理类,设置密码保护等。-Written in Java cottage QQ, people chat+ users
-
-
0下载:
Java编写的山寨QQ,多人聊天+用户在线,程序分服务端和客户端,典型C/S结构,
当用户发送第一次请求的时候,验证用户登录,创建一个该qq号和服务器端保持通讯连接得线程,启动该通讯线程,通讯完毕,关闭Scoket。QQ客户端登录界面,中部有三个JPanel,有一个叫选项卡窗口管理。还可以更新好友列表,响应用户双击的事件,并得到好友的编号,把聊天界面加入到管理类,设置密码保护等。-Written in Java cottage QQ, people chat+ users online
-
-
0下载:
本系统是基于java实现的网络聊天室系统。包括客户端与服务端两部分。是学习聊天室等网络通信系统编写的很好的例子。-The system is based on the java implementation of Internet chat room system. Including client and server in two parts. Internet chat rooms to learn written communications system a good example.
-
-
1下载:
基于Java源码的仿QQ聊天程序,测试运行时请将userInfo.properties拷贝到C盘根目录下。 存放与服务器连接上的对应的Socket,作用是保存服务器与客户端之间的流,便于服务器给每个客户端进行回发消息。 SocketListener内部类:监听客户端是否有连接到服务器,并将此客户端的Socket传递给HandleSocket进行处理,同时将client存放到List中,即clientConnection中。 HandleSocket内部类:处理一个Socket,接收一个Clien
-
-
0下载:
1. 用Java图形用户界面编写聊天室服务器端和客户端, 支持多个客户端连接到一个服务器。每个客户端能够输入账号。
2. 可以实现群聊(聊天记录显示在所有客户端界面)。
3. 完成好友列表在各个客户端上显示。
4. 可以实现私人聊天,用户可以选择某个其他用户,单独发送信息。
5. 服务器能够群发系统消息,能够强行让某些用户下线。
6. 客户端的上线下线要求能够在其他客户端上面实时刷新。(1. use the Java graphical user interface to write
-