CN112131207A - Library management system of universities and colleges of professorship based on internet - Google Patents

Library management system of universities and colleges of professorship based on internet Download PDF

Info

Publication number
CN112131207A
CN112131207A CN202011032685.XA CN202011032685A CN112131207A CN 112131207 A CN112131207 A CN 112131207A CN 202011032685 A CN202011032685 A CN 202011032685A CN 112131207 A CN112131207 A CN 112131207A
Authority
CN
China
Prior art keywords
management system
module
information
library
user
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.)
Pending
Application number
CN202011032685.XA
Other languages
Chinese (zh)
Inventor
崔光华
王可
雷建国
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hunan Qingniao Boyu Internet Co ltd
Original Assignee
Hunan Qingniao Boyu Internet Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Hunan Qingniao Boyu Internet Co ltd filed Critical Hunan Qingniao Boyu Internet Co ltd
Priority to CN202011032685.XA priority Critical patent/CN112131207A/en
Publication of CN112131207A publication Critical patent/CN112131207A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/34User authentication involving the use of external additional devices, e.g. dongles or smart cards
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Administration; Management
    • G06Q10/10Office automation; Time management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education
    • G06Q50/205Education administration or guidance

Abstract

The invention relates to the technical field of library management systems, and discloses an internet-based library management system for higher vocational schools, which comprises a total database, a management system, a user module, a book information classification module, a borrowing information module and a user information identification module, wherein the output end of the user information identification module is connected with the input end of the total database, the input end of the user information identification module is connected with the output end of the management system, the output end of the user module is connected with the input end of the management system, the output end of the book information classification module is connected with the input end of the management system, and the output end of the borrowing information module is connected with the input end of the management system. The system has diversified functions, can complete complex book information management and reader information management, has more perfect book management function modules, can obviously improve the working efficiency when a library uses the system, and increases the operation interest of the book management information system.

Description

Library management system of universities and colleges of professorship based on internet
Technical Field
The invention relates to the technical field of library management systems, in particular to an internet-based library management system for higher vocational schools.
Background
The current book management method of a library is to completely manually carry out works such as book cataloguing, book reservation, inquiry, circulation and the like.
Many book management information systems have a single function and are still in the beginning stage of functional application. For example, some systems can only satisfy some simple-operated book information management and reader information management, and lack functional modules for integrally improving the book management level. The library does not obviously feel the improvement of the working efficiency when using the systems, lacks interest in the book management information system over time and is unwilling to make more investment. Therefore, the library management system based on the Internet is provided for the higher vocational schools.
Disclosure of Invention
The invention mainly solves the technical problems in the prior art and provides an internet-based library management system for higher vocational schools.
In order to achieve the purpose, the invention adopts the following technical scheme that the library management system based on the internet for the universities and universities of the higher vocational institutions comprises a total database, a management system, a user module, a book information classification module, a borrowing information module and a user information identification module, wherein the output end of the user information identification module is connected with the input end of the total database, and the input end of the user information identification module is connected with the output end of the management system;
the output end of the user module is connected with the input end of the management system, the output end of the book information classification module is connected with the input end of the management system, and the output end of the borrowing information module is connected with the input end of the management system;
the database is a relational database, the user module manages user information of the library, the book information classification module manages book information of the library, and the borrowing information module manages borrowing information of books of the library.
The user module provides complete object codes of functions for the static connection library, if a program calls the functions in the static connection library, the connection program copies the codes of the functions contained in the static connection library to an operation file when connection is carried out, the user information identification module is realized by an activity data object ADO, and the ADO is an application program interface provided by Microsoft to realize access to data in a relational or non-relational database.
Preferably, the book information classification module provides functions of adding, deleting and modifying book information; the borrowing information module provides functions of adding, deleting and modifying borrowing information.
Preferably, the user module provides functions of adding, deleting and modifying user information.
Preferably, the user information identification module establishes a connection between the general database and the management system each time the application management system initiates a request for accessing the general database, and cancels the connection after the access is completed.
Preferably, the modules in the management system are all realized by the user information identification module when accessing the total database.
Preferably, the ADO is an object-oriented programming interface, and microsoft teaches that creating a unified database, as opposed to providing a unified interface that can access different databases, as advocated by IBM and Oracle, is more practical, and to achieve this goal microsoft provides a "bridge" program in the database and microsoft OLE DB that can provide a connection to the database.
Preferably, the user information identification module adopts international advanced type B non-contact IC card reading technology, and an embedded special identity card security control module (SAM) is used.
Preferably, the user information identification module performs security authentication with a special chip in a second generation resident identification card in a wireless transmission mode, reads out personal information data in the chip, uploads the information to a computer through a computer communication interface, and decodes the information into characters and photos for display and storage through reading software installed in the computer.
Advantageous effects
The invention provides an Internet-based library management system for higher vocational schools. The method has the following beneficial effects:
(1) this library management system of universities and colleges based on internet, the function is diversified, can accomplish complicated books information management and reader information management, possess comparatively perfect books management function module, and the library can obviously promote work efficiency when using this system, increases the operation interest to books management information system.
(2) This library management system of universities and colleges based on internet need not consider user's actual conditions, and the interface is friendly, easy operation for the novice who just learns the computer is comparatively light when the operation, simplifies entire system's use operating procedure, reduces the degree of difficulty that the system used.
(3) According to the Internet-based library management system for the universities and colleges, the updating and upgrading of the management information system are realized and are synchronously carried out with the supporting platform, the service life of the system is prolonged, and the system is guaranteed to advance with time.
Drawings
FIG. 1 is an overall system diagram of the present invention.
Detailed Description
In order to make the technical means, the creation characteristics, the achievement purposes and the effects of the invention easy to understand, the invention is further described with the specific embodiments.
Example (b): an internet-based library management system for higher vocational schools, as shown in fig. 1, comprises a total database, a management system, a user module, a book information classification module, a borrowing information module and a user information identification module, wherein the output end of the user information identification module is connected with the input end of the total database, and the input end of the user information identification module is connected with the output end of the management system;
the output end of the user module is connected with the input end of the management system, the output end of the book information classification module is connected with the input end of the management system, and the output end of the borrowing information module is connected with the input end of the management system;
the database is a relational database, the user module manages user information of the library, the book information classification module manages book information of the library, and the borrowing information module manages borrowing information of books of the library.
The user module provides complete object codes of functions for the static connection library, if a program calls the functions in the static connection library, the connection program copies the codes of the functions contained in the static connection library to an operation file when connection is carried out, the user information identification module is realized by an activity data object ADO, and the ADO is an application program interface provided by Microsoft to realize access to data in a relational or non-relational database.
The book information classification module provides functions of adding, deleting and modifying book information; the borrowing information module provides functions of adding, deleting and modifying borrowing information.
The user module provides functions of adding, deleting and modifying user information.
The computer network is composed of many computers, and two things must be done to realize data Transmission between the computers of the network, the data Transmission destination address and the measure for ensuring the rapid and reliable data Transmission, because the data is easy to lose or transmit error in the Transmission process, the Internet uses a special computer language (Protocol) to ensure the data to safely and reliably reach the appointed destination, the language is divided into two parts of TCP (Transmission Control Protocol) and IP (Internet Protocol) subject network marketing theory.
Data transmission process of TCP/IP protocol: the communication method used by the TCP/IP protocol is a packet switching method. The packet switching is to simply divide data into several segments during transmission, each segment is called a data packet, the basic transmission unit of the TCP/IP protocol is a data packet, the TCP/IP protocol mainly includes two main protocols, namely a TCP protocol and an IP protocol, which can be used jointly or jointly with other protocols, and they mainly perform the following functions during data transmission:
1) firstly, the TCP protocol divides the data into a plurality of data packets, and a serial number is written into each data packet, so that the receiving end can restore the data into the original format.
2) The IP protocol writes the addresses of the sending host and the receiving host to each packet, and once the source and destination addresses are written, the packet can transmit data over the physical network. The IP protocol also has a function of routing using a routing algorithm.
3) These packets may be transmitted via different transmission paths (routes), and due to different paths and other reasons, the sequence may be reversed, the data may be lost, the data may be distorted, or the data may be duplicated. These problems are handled by the TCP protocol, which has the function of checking and handling errors and, if necessary, requesting retransmission from the sender. In short, the IP protocol is responsible for the transmission of data, while the TCP protocol is responsible for the reliable transmission of data.
The user information identification module establishes connection for the total database and the management system each time the application management system initiates a request for accessing the total database, and cancels the connection after the access is finished.
The modules in the management system are realized by the user information identification module when accessing the general database.
The ADO is an object oriented programming interface, and microsoft teaches that creating a unified database, as opposed to providing a unified interface that can access different databases, as advocated by IBM and Oracle, is more practical, and to achieve this goal microsoft provides a "bridge" program in the database and microsoft's OLE DB that can provide connectivity to the database.
The user information identification module adopts international advanced TypeB non-contact IC card reading technology and adopts an embedded special identity card security control module (SAM).
The user information identification module carries out safety certification with a special chip in a second generation resident identification card in a wireless transmission mode, reads out personal information data in the chip, uploads the information to a computer through a computer communication interface, and is installed in reading software in the computer to decode the information into characters and photos for display and storage.
The working principle of the invention is as follows: the function is diversified, can accomplish complicated books information management and reader information management, possess comparatively perfect books management function module, and the library can obviously promote work efficiency when using this system, increases the operation interest to books management information system.
The user module provides complete target codes of functions for the static connection library, if the program calls the functions in the static connection library, the connection program copies the codes of the functions contained in the static connection library to an operation file during connection, the user information identification module is realized by an activity data object ADO, the ADO is an application program interface provided by Microsoft to realize access to data in a relational or non-relational database, the user does not need to consider the practical situation of the user, the interface is friendly, the operation is simple, a novice just learning a computer can easily operate, the use operation steps of the whole system are simplified, and the difficulty in using the system is reduced.
ADO is an object-oriented programming interface, and microsoft introduced that, in contrast to its advocated IBM and Oracle, creates a unified database rather than a unified interface that can access different databases, which is more practical, and to achieve this goal, microsoft provided a "bridge" program in the database and microsoft's OLE DB that can provide connections to the database, and that allows for the upgrade and upgrade of management information systems to be performed in synchronization with the support platform, extending the life of the system and ensuring that it is current.
The foregoing shows and describes the general principles and broad features of the present invention and advantages thereof. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (9)

1. The utility model provides a library management system of universities and colleges of professorship based on internet, includes total database, management system, user module, books information classification module, borrows information module and user information identification module, its characterized in that: the output end of the user information identification module is connected with the input end of the total database, and the input end of the user information identification module is connected with the output end of the management system;
the output end of the user module is connected with the input end of the management system, the output end of the book information classification module is connected with the input end of the management system, and the output end of the borrowing information module is connected with the input end of the management system;
the database is a relational database, the user module manages user information of the library, the book information classification module manages book information of the library, and the borrowing information module manages borrowing information of books of the library.
2. The internet-based library management system for higher vocational schools according to claim 1, wherein: the user module provides complete object codes of functions for the static connection library, if a program calls the functions in the static connection library, the connection program copies the codes of the functions contained in the static connection library to an operation file when connection is carried out, the user information identification module is realized by an activity data object ADO, and the ADO is an application program interface provided by Microsoft to realize access to data in a relational or non-relational database.
3. The internet-based library management system for higher vocational schools according to claim 1, wherein: the book information classification module provides functions of adding, deleting and modifying book information; the borrowing information module provides functions of adding, deleting and modifying borrowing information.
4. The internet-based library management system for higher vocational schools according to claim 1, wherein: the user module provides functions of adding, deleting and modifying user information.
5. The internet-based library management system for higher vocational schools according to claim 1, wherein: the user information identification module establishes connection for the total database and the management system each time the application management system initiates a request for accessing the total database, and cancels the connection after the access is finished.
6. The internet-based library management system for higher vocational schools according to claim 1, wherein: the modules in the management system are realized by the user information identification module when accessing the general database.
7. The internet-based library management system for higher vocational schools according to claim 2, wherein: the ADO is an object oriented programming interface, and microsoft teaches that creating a unified database, as opposed to providing a unified interface that can access different databases, as advocated by IBM and Oracle, is more practical, and to achieve this goal microsoft provides a "bridge" program in the database and microsoft's OLE DB that can provide connectivity to the database.
8. The internet-based library management system for higher vocational schools according to claim 1, wherein: the user information identification module adopts international advanced TypeB non-contact IC card reading technology and adopts an embedded special identity card security control module (SAM).
9. The internet-based library management system for higher vocational schools according to claim 8, wherein: the user information identification module carries out safety certification with a special chip in a second generation resident identification card in a wireless transmission mode, reads out personal information data in the chip, uploads the information to a computer through a computer communication interface, and is installed in reading software in the computer to decode the information into characters and photos for display and storage.
CN202011032685.XA 2020-09-27 2020-09-27 Library management system of universities and colleges of professorship based on internet Pending CN112131207A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011032685.XA CN112131207A (en) 2020-09-27 2020-09-27 Library management system of universities and colleges of professorship based on internet

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011032685.XA CN112131207A (en) 2020-09-27 2020-09-27 Library management system of universities and colleges of professorship based on internet

Publications (1)

Publication Number Publication Date
CN112131207A true CN112131207A (en) 2020-12-25

Family

ID=73840910

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011032685.XA Pending CN112131207A (en) 2020-09-27 2020-09-27 Library management system of universities and colleges of professorship based on internet

Country Status (1)

Country Link
CN (1) CN112131207A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102044005A (en) * 2009-10-22 2011-05-04 上海杉达学院 Library management system
CN109147236A (en) * 2018-09-30 2019-01-04 武汉比城比特数字科技有限公司 A kind of library's system for borrowing and returning based on Intelligent campus
CN109299920A (en) * 2018-09-30 2019-02-01 武汉比城比特数字科技有限公司 A kind of library book data query system
CN109522986A (en) * 2018-11-15 2019-03-26 安徽信果网络科技有限公司 A kind of book management system based on wechat small routine
CN109903471A (en) * 2019-02-27 2019-06-18 芜湖真玛信息科技有限公司 A kind of self-service book borrowing system in library

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102044005A (en) * 2009-10-22 2011-05-04 上海杉达学院 Library management system
CN109147236A (en) * 2018-09-30 2019-01-04 武汉比城比特数字科技有限公司 A kind of library's system for borrowing and returning based on Intelligent campus
CN109299920A (en) * 2018-09-30 2019-02-01 武汉比城比特数字科技有限公司 A kind of library book data query system
CN109522986A (en) * 2018-11-15 2019-03-26 安徽信果网络科技有限公司 A kind of book management system based on wechat small routine
CN109903471A (en) * 2019-02-27 2019-06-18 芜湖真玛信息科技有限公司 A kind of self-service book borrowing system in library

Similar Documents

Publication Publication Date Title
CN101809582B (en) Smart identity system
CN105740411B (en) A kind of data migration method based on SOA and WebService
US20100066733A1 (en) System and method for managing virtual world environments based upon existing physical environments
TW514791B (en) Structure, method and related control chip for accessing device of computer system with system management bus
CN106796556A (en) emulation endpoint configurations
CN106504042A (en) Electronic invoice new line information processing method, client of making out an invoice and relevant device
CN106484421A (en) A kind of method and system quickly generating api interface
CN108572970A (en) A kind of processing method and distributed processing system(DPS) of structural data
CN103003808A (en) System and method for accessing resources of a PCI Express compliant device
CN110471665A (en) Script file method of calibration, device, server and storage medium
CN105453058A (en) Directory service discovery and/or learning
CN112131207A (en) Library management system of universities and colleges of professorship based on internet
CN103714062A (en) Method and system for importing entity-relationship model data based on dependency relationships
CN111049913B (en) Data file transmission method and device, storage medium and electronic equipment
CN100353330C (en) Disk mirroring method based on IP network
CN106934599A (en) A kind of student asks for leave management system and method
CN107911443A (en) A kind of session information processing method, device, server and readable storage medium storing program for executing
CN111915270A (en) Classroom attendance system and method based on WeChat applet and WeChat cloud platform
CN101211366B (en) Method and system for providing information from a plurality of disparate data sources
CN106407470A (en) Fingerprint sharing method, terminal and server
US6970888B1 (en) Method and system for object linking
CN106161501A (en) The data sharing method of virtual desktop and device
CN211479177U (en) Order information tracking system
CN106961373A (en) Mobile terminal method for picture sharing and device
CN109919267A (en) A kind of pet management system based on RFID

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