- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
JQQ即时通讯系统运用Internet和开发技术,采用/S模式,建立一个基于的系统。本系统实现了,用户登陆,,,等功能。系统/S模式JQQ instant messaging system design and Implementation
Abstract: The use of Internet and Java development technologies, using C / S mode, a real-time communication system based on application. The system implements user registration, user login, group administration, friends manage, query user, instant messaging, view the chat history. User registration is through the system to add new users; user login used to authenticate the users information is legitimate; group management functions mainly for the management of groups, such as adding a group, delete group, etc.; friends management functions mainly for friends management, such as adding friends, remove friends, etc.; query the user is the query to all registered users to add as friends to communicate; users to instant messaging to become friends of the two sides can exchange real-time online; view chat history with a good save friends of the communication of all records.
Key words: Instant messaging system; C / S mode; TCP; UDP
目 录
1 绪论 1
1.1 项目背景 1
1.2 国内外研究现状 1
1.3 预期目标和经济效益 2
1.4 课题简要介绍 3
1.5系统创新点 3
2 需求分析 3
2.1 功能需求 3
2.1.1 用户管理 3
2.1.2 分组管理 4
2.1.3 好友管理 4
2.1.4 即时通讯 5
2.2 通讯模型的特点 5
2.2.1 适用性 5
2.2.2 扩展性 5
2.3 可行性研究 5
2.3.1 技术可行性分析 5
2.3.2 不确定性分析 6
2.3.3 分析结论 6
2.4 运行环境 6
3 概要设计 6
3.1 框架设计 6
3.2 拓扑结构 7
3.3 功能设计 9
3.2.1 用户注册模块 9
3.2.2 用户登录模块 10
3.2.3分组管理模块 10
3.2.4 好友管理模块 10
3.2.5 查询用户模块 11
3.2.6 即时通讯模块 11
3.2.7 聊天记录模块 12
3.4 设计原则及一般要求 12
4 系统设计 12
4.1 模块设计 12
4.2 即时通讯系统关系型数据库的实现 12
4.2.1 数据库分析 13
4.2.2 数据库概念设计 13
4.2.3 数据库逻辑结构设计 14
5 系统实现 15
5.1 注册模块 15
5.2 登录模块 17
5.3 分组管理模块 18
5.3.1添加分组 18
5.3.2删除分组 20
5.4 好友管理模块 21
5.4.1 添加好友 21
5.4.2 删除好友 23
5.5 查询用户模块 24
5.6 即时通讯模块 25
5.7 聊天记录模块 26
6 测试报告 28
6.1 测试基本要求 28
6.1.1 内容检查 28
6.1.2 易用性测试 28
6.1.3 功能检查 28
6.1.4 容错性测试 28
6.2测试用例方法举例 29
6.2.1 功能测试 29
6.2.3 性能测试 29
结论及尚存在的问题 30
参考文献 30
致谢 31
1 绪论
即时通讯软件的出现正在逐渐改变人们的沟通与交际方式。无论近在咫尺,还是远隔重洋,通讯也只是在键盘和鼠标之间就可以解决问题。即时通讯服务非常适合企业内部或企业和客户之间的交流。网络聊天程序,越来越影响着我们的
文档评论(0)