CN108280617A - 基于ssh图书借阅数据管理平台 - Google Patents
基于ssh图书借阅数据管理平台 Download PDFInfo
- Publication number
- CN108280617A CN108280617A CN201710006243.XA CN201710006243A CN108280617A CN 108280617 A CN108280617 A CN 108280617A CN 201710006243 A CN201710006243 A CN 201710006243A CN 108280617 A CN108280617 A CN 108280617A
- Authority
- CN
- China
- Prior art keywords
- ssh
- platform
- reader
- borrowed
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
- 238000013523 data management Methods 0.000 title claims abstract description 7
- 238000007726 management method Methods 0.000 claims description 13
- 241001269238 Data Species 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 238000012795 verification Methods 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/242—Query formulation
- G06F16/2433—Query languages
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q50/00—Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
- G06Q50/10—Services
- G06Q50/20—Education
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Strategic Management (AREA)
- Human Resources & Organizations (AREA)
- Data Mining & Analysis (AREA)
- Tourism & Hospitality (AREA)
- General Engineering & Computer Science (AREA)
- Computational Linguistics (AREA)
- Entrepreneurship & Innovation (AREA)
- Databases & Information Systems (AREA)
- General Business, Economics & Management (AREA)
- Economics (AREA)
- Marketing (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Primary Health Care (AREA)
- Mathematical Physics (AREA)
- Educational Administration (AREA)
- Educational Technology (AREA)
- Operations Research (AREA)
- Quality & Reliability (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
基于SSH图书借阅数据管理平台,基于ssh多层构架模式进行系统的开发,包括模型层、控制器和数据库设计。平台主要用户包括:图书管理员、系统管理员和读者。读者可以通过外网进入平台进行浏览及借阅等相关操作,也可以通过内网直接登录平台来浏览和借阅图书。无论是外网还是内网,管理员都是通过客户端浏览器向平台的网页服务器发出相应的请求,然后服务器会提取请求中的数据到数据服务层,数据服务层则根据得到的数据信息作出相应的处理,并将处理结果返回给在浏览器客户端等待的用户。
Description
技术领域
本发明涉及基于SSH图书借阅数据管理平台,尤其涉及ssh技术领域。
背景技术
随着图书文献资料的井喷和图书馆数字化的蓬勃发展,如何根据现有资源高效地设计图书数字资源管理方式,成为了高校图书馆管理工作的头等大事。本发明调研了数字图书馆发展的现状,根据实际应用条件开展了详细的可行性分析,构建出图书借阅平台的功能特点,进而采用计算机技术建立一个小型的高效的图书借阅管理平台。整个图书借阅系统界面简单直观,功能齐全,对用户友好,能够解决高校图书借阅系统不够完善,管理方式过于繁琐等问题,符合图书馆从业者的基本使用需求。
发明内容
基于SSH图书借阅数据管理平台,借阅者的信息管理。
管理员可以对对借阅者的信息进行查询、修改、添加和删除等操作,但是为了保证是正确的格式,会采取相应的信息验证处理,另外管理员还可以新增借阅者的借阅信息,即进行新增、编辑、查询和删除等操作;
借阅者可以在平台通过关键词来进行信息查询、删除等操作,
基于SSH图书借阅数据管理平台,图书借阅及信息管理。
1.图书信息管理:添加、删除、修改和查询图书期刊杂志信息,这些操作可以在同一个界面进行,注意图书编号与书名不能重复,图书可以根据图书编号、书名等关键词来进行检索,同时进行相关验证;
2.图书借阅管理:主要针对借阅者对图书借阅及归还情况的管理,判断是否存在逾期现象。通过查询借阅者的借阅信息,自动添加相关书目编号。借阅时间和是否续借等规则由参数设置模块进行定义。管理员也可以通过借阅者姓名和证件编号查询借阅者的借阅信息。
基于SSH图书借阅数据管理平台,系统信息管理及相关设置。
平台管理员将平台相关工作人员的信息及其他相关数据录入平台,比如在主页面编辑不同的岗位信息、部门信息及其他信息等,并且可以对这些信息进行添加、修改、删除等操作。
Claims (1)
1.基于SSH图书借阅数据管理平台,其特征在于:借阅者的信息管理,图书借阅及信息管理,系统信息管理及相关设置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710006243.XA CN108280617A (zh) | 2017-01-05 | 2017-01-05 | 基于ssh图书借阅数据管理平台 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710006243.XA CN108280617A (zh) | 2017-01-05 | 2017-01-05 | 基于ssh图书借阅数据管理平台 |
Publications (1)
Publication Number | Publication Date |
---|---|
CN108280617A true CN108280617A (zh) | 2018-07-13 |
Family
ID=62800580
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710006243.XA Withdrawn CN108280617A (zh) | 2017-01-05 | 2017-01-05 | 基于ssh图书借阅数据管理平台 |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108280617A (zh) |
-
2017
- 2017-01-05 CN CN201710006243.XA patent/CN108280617A/zh not_active Withdrawn
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Kirschenbaum et al. | Digital forensics and born-digital content in cultural heritage collections | |
US8285082B2 (en) | Automatic identification of digital content related to a block of text, such as a blog entry | |
CN101499088B (zh) | 基于共同元素的用于过滤和组织条目的系统 | |
JP5372369B2 (ja) | デジタル資産管理、ターゲットを定めたサーチ、及びデジタル透かしを使用するデスクトップサーチ | |
US8832162B2 (en) | Method and system for storing, categorizing and distributing information concerning relationships between data | |
Li et al. | Here's what I did: Sharing and reusing web activity with ActionShot | |
US20050187937A1 (en) | Computer program product, device system, and method for providing document view | |
Yoon et al. | Forensic investigation framework for the document store NoSQL DBMS: MongoDB as a case study | |
JP2010529554A5 (zh) | ||
JP2011065546A (ja) | ファイル検索システム及びプログラム | |
TW201142628A (en) | Method and system for compiling a unique sample code for specific web content | |
JP2008052570A (ja) | 操作履歴管理システム | |
US20130283231A1 (en) | Method and System for Compiling a Unique Sample Code for an Existing Digital Sample | |
Dahl et al. | Digital libraries: integrating content and systems | |
González‐Alcaide et al. | Library and information science research areas: Analysis of journal articles in LISA | |
Garfinkel et al. | An automated solution to the multiuser carved data ascription problem | |
WO2014144033A1 (en) | Multiple schema repository and modular data procedures | |
JP2014026651A5 (zh) | ||
US20060116992A1 (en) | Internet search environment number system | |
Shepherd et al. | Are ISO 15489‐1: 2001 and ISAD (G) compatible? Part 1 | |
Bullard | Digital humanities and electronic resources in the long eighteenth century | |
CN108280617A (zh) | 基于ssh图书借阅数据管理平台 | |
JP2010079444A (ja) | メタデータによるファイル管理方法及びシステム | |
Han et al. | Using transaction logs to better understand user search session patterns in an image-based digital library | |
JP2014013470A (ja) | 電子帳票の管理方法及び電子帳票システム並びに電子帳票の管理プログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20180713 |
|
WW01 | Invention patent application withdrawn after publication |