搜索资源列表
基于JAVA的ICQ系统的设计于实现
- 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
GTK_MySQ-LTCP_IP
- 在Linux平台下采用两种高级环境GTK+2.0和MySQL设计基于TCP/IP的网络聊天室,利用Linux操作系统的多线程技术和套接字编程技术.用GTK+2.0和MySQL开发数据库关键技术,详细说明了系统的通信原理和软件的设计与实现方法.-This paper introduces TCP/IP-based the chatrooms in network under the Linux environment with two advanced GTK+2.0 and MySQL usin
chat
- 网络聊天小程序,使用数据库登录验证,可以可以实现私聊和群聊功能,图形界面,了解学习socket-A little chat program which is good for learning c++.It is with odbc to login in.You can chat with all online or chat privately.Bisides,you will know something of socket.
MyQQ2012
- 通过socket连接实现了即时通讯功能。 在服务器端,将用户资料存储于access数据库中。 客户端需要登陆。登陆后能够从服务器读取好友列表、用户资料等信息。考虑到安全性,密码使用了MD5加密,客户端与服务器之间使用序列化的类传输数据。 本资料适合新手使用。-Through the socket connection to the instant messaging function. On the server side, the user data stored in the