基于JavaSSH的文件共享管理系统(在线文库系统) 毕业论文+项目源码

文件共享管理系统的设计与实现

摘要:本文件共享管理系统解决了用户在搜索文件不需要下载文件到本地硬盘后才能查看文件的详细内容的弊端;解决用户在搜索关键字不明确条件下无法搜索到自己需要的文件弊端;解决了系统用户并发量增加后服务器宕机而无法提供服务的弊端;解决服务器面对大量业务处理数据读取速度过慢的弊端;解决用户登录密码在 http 协议下被轻易窃取的弊端。

本文件共享管理系统,通过构建服务器集群和分布式数据库集群来满足互联网用户的并发访问,提高用户请求的响应时间;系统依赖于缓存服务器提高对数据的访问速度;通过对用户上传文件的处理使得文件可以被用户在线浏览;保证用户文件的安全性采用单独的服务器进行存储;通过使用全文检索框架对用户输入关键字智能分析。

本系统采用恰当的技术来解决上述问题从而为用户提供良好的操作体验。

The Design and Implementation of File Sharing Management System

Abstract:This file sharing management system to solve the user in the search for files do not need to download the file to the local hard disk to check the file details of defects;To solve the user in the search keywords don't conditions to search the drawbacks of the file to your questions;Solved the system user concurrency value increased after the server goes down to the disadvantages of service;Solve the server  in the face of the disadvantages of a large number of business processing data read speed too slow;To solve the user login password under the HTTP protocol is easy to steal.

This file sharing management system, this paper builds and distributed database cluster server cluster to meet concurrent access to Internet users, to improve the response time of user request;System is dependent on the cache server to increase the speed of access to data;Based on the user to make the file upload files can be read by users online;To ensure the safety of the user files using a separate server to store;Through the use of full text retrieval framework for user input keyword intelligence analysis.

This system USES the appropriate technology to solve the above problems so as to provide good experience for the user.

目 录

绪论 1

1.1 项目背景 1

1.2 开发目的与意义 1

系统开发工具与技术 2

2.1 MySQL 数据库 2

2.2 Memcached 技术 2

2.3 Lucene 技术 2

2.4 Nginx 技术 2

2.5 Servlet 技术 3

2.6 JSP 技术 3

2.7 Struts 技术 3

2.8 Hibernate 技术 3

2.9 Spring 技术 4

系统规划与系统分析 1

3.1 系统的总体结构 1

3.2 数据库需求分析 1

系统设计与实现 4

4.1 系统用户功能设计 4

4.2 数据库表存储设计 4

4.3 系统的架构设计 8

4.4 系统 web 界面设计 9

系统测试 16

5.1 性能测试 16

5.2 性能测试结果 17

5.3 功能测试 17

5.4 功能测试结果 17

软件开发中主要解决的问题 20

6.1 帐号登录的安全性 21

6.2 搜索的精准与快速 21

6.3 文件的处理 22

6.4 敏感词过滤 22

6.5 网站高并发 22

6.6 服务器集群下状态共享 23

6.7 高并发下磁盘读写速度 23

6.8 分布式数据库事务一致性 23

6.9 集群下 quartz 协调处理 24

7 结论 24

参考文献 25

致 谢.................................................................................. 错误!未定义书签。

猜你喜欢

转载自blog.csdn.net/qq_43368615/article/details/135470726