Skip to content

alexding123/app-document-retrieval-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G26 app-document-retrieval-system

app 文件检索系统

答辩要求

  • online: 给出访问域名地址 url
  • PPT & 演示 (5分钟)
  • 答辩时分别展示:PPT、功能、性能、内存,并且给出源代码地址

技术要求

  • Language: JAVA/C/GO/Shell/nodejs/python ...
  • Database: file/mysql/mongodb ...
  • Page: H5/CSS/JS/VUE/REACT ...
  • Server: FTP/APACHE/NGINX/GIT ...

项目命题

要求实现一个APP文件检索系统,具体描述如下:

  1. 选择硬盘一个文件夹作为查询的目录,此时将该目录下的所有检索文件 pdf/word 建立索引,保存到数据库中;
  2. 输入查询的关键字,将符合要求的结果按下面格式显示出来
  3. 点击选择多个查询结果内容,在点击保存可以将数据保存到文本,并下载。
路径A\子路径B\...\文件1      
-------------------------------
行号x    包括关键字的内容行   
行号y    包括关键字的内容行
...
行号z    包括关键字的内容行


路径C\子路径D\...\文件2     
-------------------------------
行号x    包括关键字的内容行   
行号y    包括关键字的内容行
...
行号z    包括关键字的内容行


......

使用说明

选择文件上传 关键字搜索 点击预览打开文件 可以保存并下载文件

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages