摘 要
随着网络科技的发展,利用分析对智能文献管理系统已势在必行;该平台将帮助企业更好地了解文献信息的趋势,提高文献的质量。
本文讲述了基于python语言开发,后台数据库选择MySQL进行数据的存储。该软件的主要功能是进行文献信息分析。主要包括用户管理、文献类型管理、文献信息管理、文献注释管理、在线论坛、系统管理、我的信息等。本文主要介绍了该应用的设计初衷、功能实现的大致过程,详细说明了智能文献管理系统设计思想、数据库的开发设计和功能模块的设计。整个智能文献管理系统的设计过程中,考虑了数据库的安全性、一致性、稳定性和可靠性的问题,并具有简洁的界面,操作也十分简单,可以投入实际应用。
关键词: 智能文献;python;MySQL
ABSTRACT
With the development of Network Science and technology, it is imperative to use analysis in the intelligent document management system, which will help enterprises better understand the trend of document information and improve the quality of documents.
This article describes the python-based development, background database selection MySQL data storage. The main function of the software is to carry out literature information analysis. It mainly includes user management, document type management, document information management, Document Annotation Management, online forum, System Management, my information and so on. This paper mainly introduces the design intention and function realization of the application, and explains the design idea of the intelligent document management system, the design of the database and the design of the function module. In the whole design process of the intelligent document management system, the problems of database security, consistency, stability and reliability are considered, can be put into practical application.
Key words: Intelligent Literature; python; MySQL
目录
第1章 前言
1.1研究背景及意义
1.2国内外研究现状
1.3主要研究内容
第2章 相关技术介绍
2.1Python语言
2.2 Django框架
2.3数据库
2.4vue技术
2.5 B/S架构
2.6协同过滤算法
第3章 系统分析
3.1 系统可行性分析
3.1.1 技术可行性
3.1.2 操作可行性
3.1.3 经济可行性
3.2系统性能需求分析
3.3系统功能需求
3.4 系统用例分析
3.5 系统流程分析
3.5.1 登录流程
3.5.2 注册流程
3.5.3 添加流程
第4章 系统设计
4.1系统功能模块设计
4.2 系统数据库设计
4.2.1 数据库系统
4.2.2数据库概念设计
4.2.3 E-R模型结构设计
4.2.4数据表设计
第5章 系统实现
5.1系统前台功能实现
5.1.1系统首页功能实现
5.1.2个人中心实现
5.2管理员功能实现
第6章 系统测试
6.1 系统测试概述
6.2 测试方法
6.3 测试过程和结果
6.3.1 系统登录测试
第7章 总结和展望
参 考 文 献
致 谢