CN106709616A - Information management method and information management system - Google Patents

Information management method and information management system Download PDF

Info

Publication number
CN106709616A
CN106709616A CN201510781897.0A CN201510781897A CN106709616A CN 106709616 A CN106709616 A CN 106709616A CN 201510781897 A CN201510781897 A CN 201510781897A CN 106709616 A CN106709616 A CN 106709616A
Authority
CN
China
Prior art keywords
data
unit
query
information management
management system
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
CN201510781897.0A
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.)
Shanghai Kh Mdt Infotech Ltd
Original Assignee
Shanghai Kh Mdt Infotech 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 Shanghai Kh Mdt Infotech Ltd filed Critical Shanghai Kh Mdt Infotech Ltd
Priority to CN201510781897.0A priority Critical patent/CN106709616A/en
Publication of CN106709616A publication Critical patent/CN106709616A/en
Pending legal-status Critical Current

Links

Classifications

    • 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/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution

Abstract

The invention discloses an information management method and an information management system. The information management system comprises a data establishing unit, a data display unit, a data enquiry unit, a packaging unit, and a query unit. The data establishing unit is used to invoke a JSP page on a server to acquire html codes, and a data table is established, and corresponding data is input in the data table to complete the data establishing. The data display unit is used to display the data in the data establishing unit. The data enquiry unit is used to input enquiry information in the data display unit. The packaging unit is used to dynamically package the enquiry information by DWR, and is used to submit the information to the query unit by adopting an Ajax way. The query unit is used to query the enquiry information in the data establishing unit by Hibernate, and is used to feed the query result back to the data display unit. The information management method and the information management system are advantageous in that operation is simple, and operation speed is fast; and at the same time, 500 entry/s batch data display at a peak time is supported, and responding time of single-condition simple query is smaller than or equal to 0.2s each time, and responding time of multiple-condition complicated query is smaller than or equal to 0.5s each time, and responding time of refreshing query is smaller than or equal to 0.1s each time, and therefore working efficiency is greatly improved.

Description

A kind of approaches to IM and system
Technical field
The present invention relates to technical field of information management, more particularly to a kind of approaches to IM and system.
Background technology
At this stage, information numerous and complicated, particularly with production enterprise, it is stocked up, shipment and equipment, the use state of product etc. are both needed to be counted, and is convenient for supervision and management, and the production management system of enterprise is arisen at the historic moment.
But, for relatively large enterprise, because the data that need to be counted are various, with the extension of use time, production management system of enterprise operation is slow, or even the situation of collapse occurs.And for relatively stable system, operating process is complicated, staff is unfavorable for promoting the use of using preceding needing to carry out system training.
The content of the invention
It is simple to operate it is an object of the invention to provide one kind in order to solve the problems of the prior art, the fast approaches to IM of the speed of service and system.
To achieve these goals, the technical solution adopted by the present invention:A kind of approaches to IM, it is characterised in that comprise the following steps:
S1, calls JSP on the server, obtains html codes, sets up data form, and is input into corresponding data, completes data and sets up;
S2, in the data that client display is set up;
S3, on the server by calling JSP, is input into query message;
S4, using DWR mode dynamic encapsulation query messages, and is submitted in Ajax modes;
S5, inquires about query message, and Query Result is fed back into client using Hibernate modes.
Wherein, the query message in the S3 includes page display number, page turning, single condition query and complex query.
A kind of information management system, it is characterised in that including:
Data set up unit, for by calling JSP on the server, obtaining html codes, set up data form, and are input into corresponding data, complete data and set up;
Data display unit, for the data that display data is set up in unit;
Data inquiry unit, by calling JSP, query message is input into in data display unit;
Encapsulation unit, for by DWR dynamic encapsulation query messages, and is committed to query unit in Ajax modes;
Query unit, for setting up unit in data in query message is inquired about by Hibernate, and Query Result is fed back into data display unit.
Wherein, described data display unit includes that sequencing unit and column position change unit.
Wherein, described sequencing unit is realized by the JavaScript method in sorttab.js files.
Wherein, described column position is changed unit and is realized by the JavaScript method in movetab.js files.
Wherein, the query message of described data inquiry cell processing includes page display number, and page turning, single condition query and multiple row are inquired about.
Compared with prior art, the beneficial effect that the present invention is realized:Approaches to IM of the invention and system operatio are simple, the speed of service is fast, support that the/second batch data of peak value 500 shows or processing business simultaneously, for response time≤0.2 second/time of wall scroll part simple queries, response time≤0.5 second/time of many condition complex query, page turning, response time≤0.1 second/time of refresh inquiry, substantially increase operating efficiency.
Brief description of the drawings
The present invention is further described below in conjunction with the drawings and specific embodiments:
Fig. 1 is the schematic flow sheet of approaches to IM of the invention;
Fig. 2 is the structural representation of information management system of the invention.
Specific embodiment
As shown in figure 1, a kind of approaches to IM, comprises the following steps:
S1, calls JSP on the server, obtains html codes, sets up data form, and is input into corresponding data, completes data and sets up;
S2, in the data that client display is set up;
S3, on the server by calling JSP, is input into query message;
S4, using DWR mode dynamic encapsulation query messages, and is submitted in Ajax modes;
S5, inquires about query message, and Query Result is fed back into client using Hibernate modes.
As shown in Fig. 2 a kind of information management system, including data set up unit 1, data display unit 2, data inquiry unit 3, encapsulation unit 4, query unit 5.Data set up unit 1, for by calling JSP on the server, obtaining html codes, set up data form, and are input into corresponding data, complete data and set up.Data display unit 2, for the data that display data is set up in unit 1.Data inquiry unit 3, by calling JSP, query message is input into in data display unit 2.Encapsulation unit 4, for by DWR dynamic encapsulation query messages, and is committed to query unit 5 in Ajax modes.Query unit 5, for setting up unit 1 in data in query message is inquired about by Hibernate, and Query Result is fed back into data display unit 2.
Wherein, described data display unit 2 includes sequencing unit and column position changes unit, and sequencing unit is realized that column position is changed unit and realized by the JavaScript method in movetab.js files by the JavaScript method in sorttab.js files.
Wherein, the query message of the described treatment of data inquiry unit 3 includes page display number, and page turning, single condition query and multiple row are inquired about.
Workflow:First by being input into related data information, complete data and set up, and the data display that will be set up is out;Input query message, encapsulation unit 4 carries out the dynamic encapsulation of query message, and query message is submitted into server;Server is inquired about by Hibernate modes, and Query Result is fed back into client, is shown and consulted for staff.
Above-mentioned specific embodiment is exemplary, is to preferably make skilled artisans appreciate that this patent, it is impossible to be not understood as including this patent the limitation of scope;As long as any equivalent change made or modification of spirit, each fall within the scope that this patent includes according to disclosed in this patent.

Claims (7)

1. a kind of approaches to IM, it is characterised in that comprise the following steps:
S1, calls JSP on the server, obtains html codes, sets up data form, and is input into corresponding data, completes data and sets up;
S2, in the data that client display is set up;
S3, on the server by calling JSP, is input into query message;
S4, using DWR mode dynamic encapsulation query messages, and is submitted in Ajax modes;
S5, inquires about query message, and Query Result is fed back into client using Hibernate modes.
2. approaches to IM as claimed in claim 1, it is characterised in that the query message in the S3 includes page display number, page turning, single condition query and complex query.
3. a kind of information management system, it is characterised in that including:
Data set up unit (1), for calling JSP on the server, obtain html codes, set up data form, and are input into corresponding data, complete data and set up;
Data display unit (2), for the data that display data is set up in unit (1);
Data inquiry unit (3), for calling JSP in data display unit (2), is input into query message;
Encapsulation unit (4), for by DWR dynamic encapsulation query messages, and is committed to query unit (5) in Ajax modes;
Query unit (5), for setting up unit (1) in data in query message is inquired about by Hibernate, and Query Result is fed back into data display unit (2).
4. information management system as claimed in claim 3, it is characterised in that described data display unit (2) includes that sequencing unit and column position change unit.
5. information management system as claimed in claim 4, it is characterised in that described sequencing unit is realized by the JavaScript method in sorttab.js files.
6. information management system as claimed in claim 4, it is characterised in that described column position is changed unit and realized by the JavaScript method in movetab.js files.
7. information management system as claimed in claim 3, it is characterised in that the query message of described data inquiry unit (3) treatment includes page display number, page turning, single condition query and complex query.
CN201510781897.0A 2015-11-16 2015-11-16 Information management method and information management system Pending CN106709616A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510781897.0A CN106709616A (en) 2015-11-16 2015-11-16 Information management method and information management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510781897.0A CN106709616A (en) 2015-11-16 2015-11-16 Information management method and information management system

Publications (1)

Publication Number Publication Date
CN106709616A true CN106709616A (en) 2017-05-24

Family

ID=58930862

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510781897.0A Pending CN106709616A (en) 2015-11-16 2015-11-16 Information management method and information management system

Country Status (1)

Country Link
CN (1) CN106709616A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101604240A (en) * 2009-07-15 2009-12-16 中山大学 A kind of design method of purchase-sell-stock management system based on MVC
CN102339291A (en) * 2010-07-23 2012-02-01 阿里巴巴集团控股有限公司 Method and equipment for generating list
CN102708040A (en) * 2012-05-04 2012-10-03 深圳市腾邦国际票务股份有限公司 Data management method and data management system
CN103488794A (en) * 2013-10-10 2014-01-01 苏州灵巴巴网络科技有限公司 Method for Web realization of operation of databases with any properties
US20140096257A1 (en) * 2012-09-28 2014-04-03 Coverity, Inc. Security remediation
US8806425B1 (en) * 2012-05-25 2014-08-12 The Boeing Company Method and apparatus for generating infrastructure code
CN104090850A (en) * 2014-06-24 2014-10-08 上海铀尼信息科技有限公司 Online table system and data management method thereof

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101604240A (en) * 2009-07-15 2009-12-16 中山大学 A kind of design method of purchase-sell-stock management system based on MVC
CN102339291A (en) * 2010-07-23 2012-02-01 阿里巴巴集团控股有限公司 Method and equipment for generating list
CN102708040A (en) * 2012-05-04 2012-10-03 深圳市腾邦国际票务股份有限公司 Data management method and data management system
US8806425B1 (en) * 2012-05-25 2014-08-12 The Boeing Company Method and apparatus for generating infrastructure code
US20140096257A1 (en) * 2012-09-28 2014-04-03 Coverity, Inc. Security remediation
CN103488794A (en) * 2013-10-10 2014-01-01 苏州灵巴巴网络科技有限公司 Method for Web realization of operation of databases with any properties
CN104090850A (en) * 2014-06-24 2014-10-08 上海铀尼信息科技有限公司 Online table system and data management method thereof

Similar Documents

Publication Publication Date Title
Huang et al. Multi-server multi-user multi-task computation offloading for mobile edge computing networks
JP2018073401A5 (en)
US10496733B2 (en) Information sharing method, apparatus and computer device
CN102508599A (en) Desktop icon display method and communication terminal thereof
US20130132384A1 (en) Social dialogue listening, analytics, and engagement system and method
WO2021169674A1 (en) Processing method and apparatus for service data
CN103281367A (en) Load balance method and device
CN111090674A (en) Search engine system based on hot words and cache
WO2016005884A3 (en) Javascript-based, client-side template driver system
US20130346589A1 (en) Notification-based monitoring of web resources
CN103870254A (en) Dynamic form achieving method, client and server
CN102789394A (en) Method, device and nodes for parallelly processing information and server cluster
CN103581273B (en) A kind of distributed system performs method, the apparatus and system of business
CN107451227A (en) Paging query method and device
US20160255174A1 (en) Data file and rule driven synchronous or asynchronous document generation
CN102929933A (en) Data processing method and device
Li et al. Heuristics to schedule uniform parallel batch processing machines with dynamic job arrivals
CN106709616A (en) Information management method and information management system
CN112615726B (en) Low-power-consumption processing method and device with variable wake-up time
US10816961B2 (en) Method for manufacturing a product according to a production plan
CN103871349B (en) A kind of data processing method and device for being applied to display
CN101719120A (en) Method for dynamically generating and processing report data
WO2014124127A1 (en) Methods and systems for inter-application communication
CN106743326B (en) Material conveying method and system
CN108170493B (en) System module loading method, system and device

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20170524

WD01 Invention patent application deemed withdrawn after publication