搜索资源列表
MyQQ2012
- 通过socket连接实现了即时通讯功能。 在服务器端,将用户资料存储于access数据库中。 客户端需要登陆。登陆后能够从服务器读取好友列表、用户资料等信息。考虑到安全性,密码使用了MD5加密,客户端与服务器之间使用序列化的类传输数据。 本资料适合新手使用。-Through the socket connection to the instant messaging function. On the server side, the user data stored in the
WebIM
- 本WebIM 系统采用 B/S 模式,使用浏览器 ajax 实现即时聊天。服务器端采用 MC设计模式,Controler 分为组包拆包模块(编码子模块、加密解密子模块、序列化/反序列化子模块)和主处理模块(包含:Manager、DAO); 客户端使用 AJAX 心跳包拉数据,应用 JQuery 框架实现页面效果-The WebIM system uses B/S mode, using a browser ajax live chat. Server-side using the MC de