CN111222066A - Pull-down component system and method for event processing and searching - Google Patents

Pull-down component system and method for event processing and searching Download PDF

Info

Publication number
CN111222066A
CN111222066A CN201911412269.XA CN201911412269A CN111222066A CN 111222066 A CN111222066 A CN 111222066A CN 201911412269 A CN201911412269 A CN 201911412269A CN 111222066 A CN111222066 A CN 111222066A
Authority
CN
China
Prior art keywords
dictionary
event processing
data
pull
retrieval
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
CN201911412269.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.)
Guangzhou Aerospace Software Branch Of Aerospace Information Co Ltd
Original Assignee
Guangzhou Aerospace Software Branch Of Aerospace Information 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 Guangzhou Aerospace Software Branch Of Aerospace Information Co Ltd filed Critical Guangzhou Aerospace Software Branch Of Aerospace Information Co Ltd
Priority to CN201911412269.XA priority Critical patent/CN111222066A/en
Publication of CN111222066A publication Critical patent/CN111222066A/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/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus

Abstract

The invention discloses a pull-down component system for event processing and searching, and belongs to the technical field of information retrieval. The system of the invention comprises: the user-defined data filtering module is used for generating a pull-down dictionary and storing the pull-down dictionary; the event processing module receives the user event processing request and verifies the user event processing request; the retrieval module is used for analyzing the user event processing request, acquiring key information of the user event processing request, calling the pull-down dictionary, retrieving according to the key information and acquiring retrieval data; the display module is used for receiving the retrieval data, integrating the retrieval data, generating display data and displaying the display data; and the data storage module is used for generating a retrieval file and storing the retrieval file. The method can flexibly realize pull-down options, keyword search, search result paging, flexible dictionary filtering and event processing, and realize smooth loading and search of ten-thousand pull-down dictionary items.

Description

Pull-down component system and method for event processing and searching
Technical Field
The present invention relates to the field of information retrieval technology, and more particularly, to a pull-down component system and method for event processing and searching.
Background
The existing pull-down component has single function, a pull-down dictionary is provided, a search pull-down dictionary is also provided, but the function is limited, UI display optimization cannot be carried out on search results on display, all search results are listed at one time, or only part of search matching results are displayed, and when pull-down options are huge, a user needs to input more keywords to match so as to obtain a desired result.
Some known pull-down components can be added with some dictionary filtering and event processing, but are not flexible enough in use, a large amount of codes need to be written for implementation, flexible functions are required to be implemented for developers, and integration is complex. And for the use of a huge number of pull-down dictionaries, the users can be stuck or cannot search, or the users must use a search engine for support, so that the user experience is poor or the integration of the search engine by developers is complicated.
Disclosure of Invention
In view of the above problem, the present invention provides a pull-down component system for event processing and searching, comprising:
the user-defined data filtering module acquires dictionary data structures of a plurality of dictionaries, establishes a dictionary data structure form, determines element attributes in the dictionary data structure form, generates an editable pull-down dictionary object according to the element attributes, sets parameters of the pull-down dictionary object, generates a pull-down dictionary, and stores the pull-down dictionary;
the event processing module receives the user event processing request, verifies the legality of the user event processing request, and sends the user verification request to the retrieval module if the user event processing request is legal;
the retrieval module receives the user event processing request, analyzes the user event processing request, acquires key information of the user event processing request, calls the pull-down dictionary, retrieves according to the key information and acquires retrieval data;
the display module is used for receiving the retrieval data, integrating the retrieval data, generating display data and displaying the display data;
and the data storage module is used for receiving the user event processing request, the retrieval data and the display data, processing the user event processing request, the retrieval data and the display data, generating a retrieval file and storing the retrieval file.
Optionally, the system further includes:
and the paging module is used for paging the display data according to the display data when the display module displays the data.
Optionally, the retrieval file is used for counting the user event processing request and the retrieval data to generate a statistical list, and the pull-down dictionary is updated and maintained according to the statistical list.
Optionally, the dictionary data structure includes: dictionary type, dictionary code, dictionary details and keywords;
the keywords are Chinese letters or English phrase abbreviations.
Optionally, the parameters include: the width of the pull-down dictionary, the number of the dictionary entry lines on each page, the number of the visual dictionary entry lines and the height of each line.
The invention also provides a method for event processing and searching, which comprises the following steps:
acquiring dictionary data structures of a plurality of dictionaries, establishing a dictionary data structure form, determining element attributes in the dictionary data structure form, generating an editable pull-down dictionary object according to the element attributes, performing parameter setting on the pull-down dictionary object, generating a pull-down dictionary, and storing the pull-down dictionary;
receiving a user event processing request, verifying the user event processing request and verifying the legality of the user event processing request;
if the user event processing request is legal, receiving the user event processing request, analyzing the user event processing request, acquiring key information of the user event processing request, calling a pull-down dictionary, retrieving according to the key information, and acquiring retrieval data;
and integrating the retrieval data to generate display data and displaying the display data.
Optionally, the method further includes:
processing the user event processing request, the retrieval data and the display data to generate a retrieval file and storing the retrieval file;
the retrieval file is used for counting the user event processing request and the retrieval data, generating a counting list, and updating and maintaining the pull-down dictionary according to the counting list.
Optionally, the display data performs paging processing on the display data according to the display content.
Optionally, the dictionary data structure includes: dictionary type, dictionary code, dictionary details and keywords;
the keywords are Chinese letters or English phrase abbreviations.
Optionally, the parameters include: the width of the pull-down dictionary, the number of the dictionary entry lines on each page, the number of the visual dictionary entry lines and the height of each line.
The method can flexibly realize pull-down options, keyword search, search result paging, flexible dictionary filtering and event processing, and realize smooth loading and search of ten-thousand pull-down dictionary items.
The invention aims at development tasks with pull-down, paging and keyword search requirements, and quickly introduces the pull-down component, thereby improving the development efficiency and improving the user experience.
Drawings
FIG. 1 is a system diagram of a pull-down assembly for event processing and searching in accordance with the present invention;
FIG. 2 is a flow chart of a method for event processing and searching according to the present invention.
Detailed Description
The exemplary embodiments of the present invention will now be described with reference to the accompanying drawings, however, the present invention may be embodied in many different forms and is not limited to the embodiments described herein, which are provided for complete and complete disclosure of the present invention and to fully convey the scope of the present invention to those skilled in the art. The terminology used in the exemplary embodiments illustrated in the accompanying drawings is not intended to be limiting of the invention. In the drawings, the same units/elements are denoted by the same reference numerals.
Unless otherwise defined, terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. Further, it will be understood that terms, such as those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense.
The present invention provides a pull-down component system 200 for event processing and searching, as shown in fig. 1, including:
the user-defined data filtering module 201 is used for acquiring dictionary data structures of a plurality of dictionaries, establishing a dictionary data structure form, determining element attributes in the dictionary data structure form, generating an editable pull-down dictionary object according to the element attributes, performing parameter setting on the pull-down dictionary object, generating a pull-down dictionary, and storing the pull-down dictionary;
a dictionary data structure comprising: dictionary type, dictionary code, dictionary details and keywords;
the keywords are Chinese letters or English phrase abbreviations.
Parameters, including: the width of the pull-down dictionary, the number of the dictionary entry lines on each page, the number of the visual dictionary entry lines and the height of each line.
The event processing module 202 is used for receiving the user event processing request, verifying the legality of the user event processing request, and sending the user verification request to the retrieval module if the user event processing request is legal;
the retrieval module 203 receives the user event processing request, analyzes the user event processing request, acquires key information of the user event processing request, calls a pull-down dictionary, retrieves according to the key information, and acquires retrieval data;
the display module 204 is used for receiving the retrieval data, integrating the retrieval data, generating display data and displaying the display data;
and the data storage module 205, which receives the user event processing request, the retrieval data and the display data, processes the user event processing request, the retrieval data and the display data, generates a retrieval file, and stores the retrieval file.
The retrieval file is used for counting the user event processing request and the retrieval data, generating a counting list, and updating and maintaining the pull-down dictionary according to the counting list.
And the paging module 206 is configured to perform paging processing on the display data according to the display data when the display module displays the data.
The present invention also provides a method for event processing and searching, as shown in fig. 2, including:
acquiring dictionary data structures of a plurality of dictionaries, establishing a dictionary data structure form, determining element attributes in the dictionary data structure form, generating an editable pull-down dictionary object according to the element attributes, performing parameter setting on the pull-down dictionary object, generating a pull-down dictionary, and storing the pull-down dictionary;
a dictionary data structure comprising: dictionary type, dictionary code, dictionary details and keywords;
the keywords are Chinese letters or English phrase abbreviations.
Parameters, including: the width of the pull-down dictionary, the number of the dictionary entry lines on each page, the number of the visual dictionary entry lines and the height of each line.
Receiving a user event processing request, verifying the user event processing request and verifying the legality of the user event processing request;
if the user event processing request is legal, receiving the user event processing request, analyzing the user event processing request, acquiring key information of the user event processing request, calling a pull-down dictionary, retrieving according to the key information, and acquiring retrieval data;
and integrating the retrieval data to generate display data and displaying the display data.
Processing the user event processing request, the retrieval data and the display data to generate a retrieval file and storing the retrieval file;
the retrieval file is used for counting the user event processing request and the retrieval data, generating a counting list, and updating and maintaining the pull-down dictionary according to the counting list.
And the display data is subjected to paging processing according to the display content.
The method can flexibly realize pull-down options, keyword search, search result paging, flexible dictionary filtering and event processing, and realize smooth loading and search of ten-thousand pull-down dictionary items.
The invention aims at development tasks with pull-down, paging and keyword search requirements, and quickly introduces the pull-down component, thereby improving the development efficiency and improving the user experience.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting the same, and although the present invention is described in detail with reference to the above embodiments, those of ordinary skill in the art should understand that: modifications and equivalents may be made to the embodiments of the invention without departing from the spirit and scope of the invention, which is to be covered by the claims.

Claims (10)

1. A system of pull-down components for event processing and searching, the system comprising:
the user-defined data filtering module acquires dictionary data structures of a plurality of dictionaries, establishes a dictionary data structure form, determines element attributes in the dictionary data structure form, generates an editable pull-down dictionary object according to the element attributes, sets parameters of the pull-down dictionary object, generates a pull-down dictionary, and stores the pull-down dictionary;
the event processing module receives the user event processing request, verifies the legality of the user event processing request, and sends the user verification request to the retrieval module if the user event processing request is legal;
the retrieval module receives the user event processing request, analyzes the user event processing request, acquires key information of the user event processing request, calls the pull-down dictionary, retrieves according to the key information and acquires retrieval data;
the display module is used for receiving the retrieval data, integrating the retrieval data, generating display data and displaying the display data;
and the data storage module is used for receiving the user event processing request, the retrieval data and the display data, processing the user event processing request, the retrieval data and the display data, generating a retrieval file and storing the retrieval file.
2. The system of claim 1, further comprising:
and the paging module is used for paging the display data according to the display data when the display module displays the data.
3. The system of claim 1, wherein the search file is used for statistics of user event processing requests and search data, generating a statistics list, and updating and maintaining the pull-down dictionary according to the statistics list.
4. The system of claim 1, the dictionary data structure, comprising: dictionary type, dictionary code, dictionary details and keywords;
the keywords are Chinese letters or English phrase abbreviations.
5. The system of claim 1, the parameters comprising: the width of the pull-down dictionary, the number of the dictionary entry lines on each page, the number of the visual dictionary entry lines and the height of each line.
6. A method for event processing and searching, the method comprising:
acquiring dictionary data structures of a plurality of dictionaries, establishing a dictionary data structure form, determining element attributes in the dictionary data structure form, generating an editable pull-down dictionary object according to the element attributes, performing parameter setting on the pull-down dictionary object, generating a pull-down dictionary, and storing the pull-down dictionary;
receiving a user event processing request, verifying the user event processing request and verifying the legality of the user event processing request;
if the user event processing request is legal, receiving the user event processing request, analyzing the user event processing request, acquiring key information of the user event processing request, calling a pull-down dictionary, retrieving according to the key information, and acquiring retrieval data;
and integrating the retrieval data to generate display data and displaying the display data.
7. The method of claim 6, further comprising:
processing the user event processing request, the retrieval data and the display data to generate a retrieval file and storing the retrieval file;
the retrieval file is used for counting the user event processing request and the retrieval data, generating a counting list, and updating and maintaining the pull-down dictionary according to the counting list.
8. The method of claim 6, wherein the presentation data is paginated for presentation according to presentation content.
9. The method of claim 6, the dictionary data structure, comprising: dictionary type, dictionary code, dictionary details and keywords;
the keywords are Chinese letters or English phrase abbreviations.
10. The method of claim 6, the parameters comprising: the width of the pull-down dictionary, the number of the dictionary entry lines on each page, the number of the visual dictionary entry lines and the height of each line.
CN201911412269.XA 2019-12-31 2019-12-31 Pull-down component system and method for event processing and searching Pending CN111222066A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911412269.XA CN111222066A (en) 2019-12-31 2019-12-31 Pull-down component system and method for event processing and searching

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911412269.XA CN111222066A (en) 2019-12-31 2019-12-31 Pull-down component system and method for event processing and searching

Publications (1)

Publication Number Publication Date
CN111222066A true CN111222066A (en) 2020-06-02

Family

ID=70832788

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911412269.XA Pending CN111222066A (en) 2019-12-31 2019-12-31 Pull-down component system and method for event processing and searching

Country Status (1)

Country Link
CN (1) CN111222066A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117235397A (en) * 2023-11-14 2023-12-15 杭州安恒信息技术股份有限公司 Form data input method, device and medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101149737A (en) * 2007-05-10 2008-03-26 廖义洪 Method for quickly establishing web form and automatically establishing corresponding data table in database through Microsoft Word
US20100083183A1 (en) * 2008-09-30 2010-04-01 Nancy Yan Handling multiple dynamically-linked dropdowns in online applications
US20110307828A1 (en) * 2010-06-11 2011-12-15 Microsoft Corporation Memory allocation visualization for unmanaged languages
US20120101981A1 (en) * 2010-04-21 2012-04-26 Randall Arms Notification methods for non-programmatic integration systems
US20150278190A1 (en) * 2012-09-18 2015-10-01 Nomura Research Institute, Ltd. Web server system, dictionary system, dictionary call method, screen control display method, and demonstration application generation method
US20160321778A1 (en) * 2015-04-28 2016-11-03 Dell Products, L.P. Rendering graphics using framebuffer nodes with event handler mapping in a binary search tree

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101149737A (en) * 2007-05-10 2008-03-26 廖义洪 Method for quickly establishing web form and automatically establishing corresponding data table in database through Microsoft Word
US20100083183A1 (en) * 2008-09-30 2010-04-01 Nancy Yan Handling multiple dynamically-linked dropdowns in online applications
US20120101981A1 (en) * 2010-04-21 2012-04-26 Randall Arms Notification methods for non-programmatic integration systems
US20110307828A1 (en) * 2010-06-11 2011-12-15 Microsoft Corporation Memory allocation visualization for unmanaged languages
US20150278190A1 (en) * 2012-09-18 2015-10-01 Nomura Research Institute, Ltd. Web server system, dictionary system, dictionary call method, screen control display method, and demonstration application generation method
US20160321778A1 (en) * 2015-04-28 2016-11-03 Dell Products, L.P. Rendering graphics using framebuffer nodes with event handler mapping in a binary search tree

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117235397A (en) * 2023-11-14 2023-12-15 杭州安恒信息技术股份有限公司 Form data input method, device and medium
CN117235397B (en) * 2023-11-14 2024-03-15 杭州安恒信息技术股份有限公司 Form data input method, device and medium

Similar Documents

Publication Publication Date Title
CN111190718A (en) Method, device and system for realizing task scheduling
US9047346B2 (en) Reporting language filtering and mapping to dimensional concepts
CN105446874B (en) A kind of detection method and device of resource distribution file
CN110334109B (en) Relational database data query method, system, medium and electronic device
EP3748507B1 (en) Automated software testing
CN108536745B (en) Shell-based data table extraction method, terminal, equipment and storage medium
CN107592334A (en) A kind of information popularization method, apparatus and equipment
CN105549760A (en) Information input method and device
US10606580B2 (en) Cognitive identification of related code changes
CN114265657A (en) Method and device for displaying page of applet
JP6246710B2 (en) Method and apparatus for ranking candidate characters and method and device for entering characters
JP2017219899A (en) Knowledge search device, knowledge search method and knowledge search program
CN111222066A (en) Pull-down component system and method for event processing and searching
KR102074764B1 (en) Method and system for supporting spell checking within input interface of mobile device
CN110647459B (en) Application testing method and device
CN109660587B (en) Data pushing method and device based on random number, storage medium and server
CN109033082B (en) Learning training method and device of semantic model and computer readable storage medium
CN115080114B (en) Application program transplanting processing method, device and medium
KR102158544B1 (en) Method and system for supporting spell checking within input interface of mobile device
CN115756692A (en) Method for automatically combining and displaying pages based on style attributes and related equipment thereof
CN112835494A (en) Voice recognition result error correction method and device
CN112699372A (en) Vulnerability processing method and device and computer readable storage medium
US20190171694A1 (en) Preview of downloadable fonts
CN109101473B (en) Method and apparatus for processing two-dimensional data table
CN117193990B (en) Scheduling management method, device, equipment and storage medium of http interface

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