[go: up one dir, main page]

CN112307374A - Jumping method, device and equipment based on backlog and storage medium - Google Patents

Jumping method, device and equipment based on backlog and storage medium Download PDF

Info

Publication number
CN112307374A
CN112307374A CN202011185361.XA CN202011185361A CN112307374A CN 112307374 A CN112307374 A CN 112307374A CN 202011185361 A CN202011185361 A CN 202011185361A CN 112307374 A CN112307374 A CN 112307374A
Authority
CN
China
Prior art keywords
target
information
service
processing
backlog
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.)
Granted
Application number
CN202011185361.XA
Other languages
Chinese (zh)
Other versions
CN112307374B (en
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.)
Kangjian Information Technology Shenzhen Co Ltd
Original Assignee
Kangjian Information Technology Shenzhen 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 Kangjian Information Technology Shenzhen Co Ltd filed Critical Kangjian Information Technology Shenzhen Co Ltd
Priority to CN202011185361.XA priority Critical patent/CN112307374B/en
Publication of CN112307374A publication Critical patent/CN112307374A/en
Application granted granted Critical
Publication of CN112307374B publication Critical patent/CN112307374B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/953Querying, e.g. by the use of web search engines
    • G06F16/9532Query formulation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of big data, is applied to the field of intelligent medical treatment, and provides a backlog-based jumping method, device, equipment and storage medium, which are used for improving the processing efficiency of backlogs. The jumping method based on backlogs comprises the following steps: matching corresponding target authority from the configuration information according to the user identification number information and the service information in the query information; acquiring a current service state according to the service information, and retrieving a preset mapping list according to the service state and the target authority to obtain a processing jump routing address; converting and splicing the target authority, the service state, the processing jump routing address and the retrieval condition to obtain a target query statement; and retrieving the service query list through the target query statement to obtain a target backlog, and jumping to a service processing page corresponding to the target backlog through processing the jump routing address. In addition, the invention also relates to a block chain technology, and the user identification number information and the service information can be stored in the block chain.

Description

Jumping method, device and equipment based on backlog and storage medium
Technical Field
The invention relates to the field of data processing of big data, in particular to a jumping method, a jumping device, jumping equipment and a jumping storage medium based on backlogs.
Background
With the development of computer technology and internet technology, business systems for processing business data are widely used. At present, when a service system processes backlogs, generally, service log data is filtered in a service module selected by a user according to a service state input by the user to obtain the backlogs, and a current page is skipped to a page corresponding to the backlogs through a fixed skip address of the page.
However, the selection of the service module by the user in the above manner causes omission of the call of the service module, and further causes that the backlogs processed across multiple service modules cannot be obtained or are incompletely obtained, if a complete and accurate backlog is to be obtained, multiple times of input and filtering, and checking of the content of the backlog needs to be performed, and the jump address of the page of the backlog is a fixed jump address of the page, so that when the jump address changes, the front page also needs to be changed accordingly, thereby causing a problem of low processing efficiency of the backlog.
Disclosure of Invention
The invention provides a backlog-based jumping method, device, equipment and storage medium, which are used for improving the processing efficiency of backlogs.
The invention provides a jumping method based on backlogs in a first aspect, which comprises the following steps:
acquiring user identification number information and query information, and extracting service information in the query information;
acquiring preset configuration information, and matching corresponding target permission from the configuration information according to the user identification number information and the service information;
acquiring a current service state according to the service information, generating an access key of the service state and the target authority, performing key-value pair matching on a preset mapping list through the access key to obtain a target value, and setting the target value as a processing skip routing address;
converting and splicing the target authority, the service state, the processing jump routing address and a preset retrieval condition to obtain a target query statement;
and retrieving a preset service query list through the target query statement to obtain a target backlog, and jumping to a service processing page corresponding to the target backlog through the processing jump routing address.
Optionally, in a first implementation manner of the first aspect of the present invention, the converting and splicing the target permission, the service state, the processing jump routing address, and a preset retrieval condition to obtain a target query statement includes:
respectively generating initial structured query statements of the target authority, the service state, the processing jump routing address and preset retrieval conditions to obtain a plurality of structured query statements;
splicing the plurality of structured query sentences according to preset retrieval setting conditions to obtain initial query sentences;
and carrying out redundant field filtering and grammar detection on the initial query statement to obtain a target query statement.
Optionally, in a second implementation manner of the first aspect of the present invention, the splicing the multiple structured query statements according to a preset retrieval setting condition to obtain an initial query statement includes:
sequencing the plurality of structured query sentences according to the priority in a preset retrieval setting condition to obtain a sequence structured query sentence;
splicing the sequence structured query sentences through a preset query logic grammar to obtain spliced structured query sentences;
and comparing and analyzing the spliced structured query statement with a preset query statement template to obtain an initial query statement.
Optionally, in a third implementation manner of the first aspect of the present invention, the obtaining preset configuration information, and matching a corresponding target permission from the configuration information according to the user identification number information and the service information includes:
acquiring preset configuration information and inquiry interface information corresponding to the service information, traversing the configuration information to obtain initial authority corresponding to the user identification number information, wherein the service information comprises medicine order information and medical supply order information, and the initial authority comprises a plurality of functional authorities and a plurality of user inquiry authorities;
judging whether the initial authority has information corresponding to the query interface information;
and if the initial permission contains information corresponding to the query interface information, determining the initial permission as a target permission.
Optionally, in a fourth implementation manner of the first aspect of the present invention, the retrieving, by the target query statement, a preset service query list to obtain a target to-do-list, and jumping to a service processing page corresponding to the target to-do-list through the processing jump routing address includes:
retrieving a preset service query list through the target query statement to obtain target backlogs;
acquiring current routing operation information and receiving a jump instruction triggered based on the target backlog;
and acquiring a processing route according to the jump instruction and the current route running information, and jumping to a service processing page corresponding to the processing route through the processing jump route address.
Optionally, in a fifth implementation manner of the first aspect of the present invention, the obtaining a processing route according to the jump instruction and the current route running information, and jumping to a service processing page corresponding to the processing route through the processing jump route address includes:
judging whether the uniform resource locator path identifier in the current routing running information is updated to the uniform resource locator path identifier for processing the jump routing address or not according to the jump instruction;
if the uniform resource locator path identifier in the current routing operation information is updated to be the uniform resource locator path identifier of the processing jump routing address, matching the corresponding processing route according to the processing jump routing address;
and jumping to a service processing page corresponding to the processing route through a preset component and the processing jumping route address.
Optionally, in a sixth implementation manner of the first aspect of the present invention, the retrieving, by the target query statement, a preset service query list to obtain a target to-do-item, and jumping to a service processing page corresponding to the target to-do-item through the processing jump routing address further includes:
acquiring the skipping accuracy rate and the skipping time of a service processing page corresponding to the target backlog, and matching the corresponding grade to be optimized from a preset optimization list according to the skipping accuracy rate and the skipping time;
and generating a visual chart according to the skipping accuracy, the skipping time and the grade to be optimized, and sending the visual chart to a preset optimization adjusting terminal.
The second aspect of the present invention provides a jumping device based on backlog, including:
the extraction module is used for acquiring the user identification number information and the query information and extracting the service information in the query information;
the matching module is used for acquiring preset configuration information and matching corresponding target permission from the configuration information according to the user identification number information and the service information;
the retrieval module is used for acquiring the current service state according to the service information, generating an access key of the service state and the target authority, performing key-value pair matching on a preset mapping list through the access key to obtain a target value, and setting the target value as a processing skip routing address;
the conversion splicing module is used for carrying out conversion and splicing processing on the target authority, the service state, the processing jump routing address and a preset retrieval condition to obtain a target query statement;
and the skipping module is used for retrieving a preset service query list through the target query statement to obtain a target backlog, and skipping to a service processing page corresponding to the target backlog through the processing skipping routing address.
Optionally, in a first implementation manner of the second aspect of the present invention, the conversion splicing module includes:
a generating unit, configured to generate initial structured query statements of the target permission, the service state, the processing skip route address, and a preset retrieval condition, respectively, to obtain multiple structured query statements;
the splicing unit is used for splicing the plurality of structured query sentences according to preset retrieval setting conditions to obtain initial query sentences;
and the detection unit is used for carrying out redundant field filtering and grammar detection on the initial query statement to obtain a target query statement.
Optionally, in a second implementation manner of the second aspect of the present invention, the splicing unit is specifically configured to:
sequencing the plurality of structured query sentences according to the priority in a preset retrieval setting condition to obtain a sequence structured query sentence;
splicing the sequence structured query sentences through a preset query logic grammar to obtain spliced structured query sentences;
and comparing and analyzing the spliced structured query statement with a preset query statement template to obtain an initial query statement.
Optionally, in a third implementation manner of the second aspect of the present invention, the matching module is specifically configured to:
acquiring preset configuration information and inquiry interface information corresponding to the service information, traversing the configuration information to obtain initial authority corresponding to the user identification number information, wherein the service information comprises medicine order information and medical supply order information, and the initial authority comprises a plurality of functional authorities and a plurality of user inquiry authorities;
judging whether the initial authority has information corresponding to the query interface information;
and if the initial permission contains information corresponding to the query interface information, determining the initial permission as a target permission.
Optionally, in a fourth implementation manner of the second aspect of the present invention, the skip module includes:
the retrieval unit is used for retrieving a preset service query list through the target query statement to obtain target backlogs;
the receiving unit is used for acquiring current routing operation information and receiving a jump instruction triggered based on the target backlog;
and the skipping unit is used for acquiring a processing route according to the skipping instruction and the current route running information, and skipping to a service processing page corresponding to the processing route through the processing skipping route address.
Optionally, in a fifth implementation manner of the second aspect of the present invention, the jumping unit is specifically configured to:
judging whether the uniform resource locator path identifier in the current routing running information is updated to the uniform resource locator path identifier for processing the jump routing address or not according to the jump instruction;
if the uniform resource locator path identifier in the current routing operation information is updated to be the uniform resource locator path identifier of the processing jump routing address, matching the corresponding processing route according to the processing jump routing address;
and jumping to a service processing page corresponding to the processing route through a preset component and the processing jumping route address.
Optionally, in a sixth implementation manner of the second aspect of the present invention, the to-do-item-based jumping device further includes:
the obtaining and matching module is used for obtaining the skipping accuracy rate and the skipping time of the business processing page corresponding to the target backlog, and matching the corresponding grade to be optimized from a preset optimization list according to the skipping accuracy rate and the skipping time;
and the generation and sending module is used for generating a visual chart according to the skipping accuracy, the skipping time and the grade to be optimized and sending the visual chart to a preset optimization adjusting terminal.
A third aspect of the present invention provides a jumping apparatus based on backlog, including: a memory and at least one processor, the memory having instructions stored therein; the at least one processor calls the instructions in the memory to cause the backlog-based jump device to perform the backlog-based jump method described above.
A fourth aspect of the present invention provides a computer-readable storage medium having stored therein instructions, which, when run on a computer, cause the computer to execute the above-mentioned to-do-item-based jump method.
In the technical scheme provided by the invention, user identification number information and query information are acquired, and service information in the query information is extracted; acquiring preset configuration information, and matching corresponding target permission from the configuration information according to the user identification number information and the service information; acquiring a current service state according to the service information, generating an access key of the service state and a target authority, performing key-value pair matching on a preset mapping list through the access key to obtain a target value, and setting the target value as a processing skip routing address; converting and splicing the target authority, the service state, the processing jump routing address and the preset retrieval condition to obtain a target query statement; and retrieving the preset service query list through the target query statement to obtain a target backlog, and jumping to a service processing page corresponding to the target backlog through processing the jump routing address. In the embodiment of the invention, the target authority is matched according to the user identification number information and the service information, the preset mapping list is retrieved according to the service state and the target authority to obtain the corresponding processing jump routing address, the target backlog is obtained through the target query statement, and the jump to the service processing page corresponding to the target backlog is realized through the processing jump routing address, so that the backlogs to be processed can be gathered, the centralized processing of the backlogs is facilitated, the complete and accurate target backlogs can be effectively obtained, the flexibility of jump is improved, and the processing efficiency of the backlogs is further improved.
Drawings
FIG. 1 is a diagram of an embodiment of a backlog-based jumping method according to an embodiment of the present invention;
FIG. 2 is a diagram of another embodiment of a backlog-based jumping method according to an embodiment of the present invention;
FIG. 3 is a diagram of an embodiment of a backlog-based jumping device according to an embodiment of the present invention;
FIG. 4 is a diagram of another embodiment of a backlog-based jumping device according to an embodiment of the present invention;
FIG. 5 is a diagram of an embodiment of a backlog-based jumping device in an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a backlog-based jumping method, device, equipment and storage medium, and improves the processing efficiency of backlogs.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," or "having," and any variations thereof, are intended to cover non-exclusive inclusions, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
For convenience of understanding, a specific flow of the embodiment of the present invention is described below, and referring to fig. 1, an embodiment of the to-do-item-based jumping method in the embodiment of the present invention includes:
101. and acquiring the user identification number information and the query information, and extracting the service information in the query information.
It is understood that the execution subject of the present invention may be a jumping apparatus based on backlog, and may also be a terminal or a server, which is not limited herein. The embodiment of the present invention is described by taking a server as an execution subject.
The method includes that a user logs in a preset service management system through a user side, and inputs query information on a preset display interface corresponding to the service management system, wherein the query information can include at least one of a service state range and service information, for example, the query information input by the user is 'examination of a medical instrument order', the 'medical instrument order' is service information, the 'examination' is the service state range, the examination can include examination to be examined, examination and examined, the examination is examined, the server reads user identification number (id) information and query information authorized to log in by the service management system, and extracts the service information from the query information, and the service information can be services executable by the user, such as medical instrument order information and fulfillment list information.
102. And acquiring preset configuration information, and matching corresponding target permission from the configuration information according to the user identification number information and the service information.
The server matches the corresponding target authority according to the user identification number information and the service information, and configures the user identification number information, the service information and the authority to obtain a configuration file. After obtaining the user identification number information and the service information, the server reads a preset configuration file, analyzes the configuration file to obtain configuration information, traverses the configuration information according to the user identification number information to obtain a corresponding initial authority, traverses the initial authority according to the service information to obtain a corresponding target authority, wherein the target authority comprises a function authority and a user inquiry authority, the function authority is an authority corresponding to the service information which can be inquired or processed, for example, an order inquiry authority, and the user inquiry authority is position service data of a department which can be inquired by the user, for example: the user A is a product post person of the department A, the user A has a user query authority for querying related service data of products of the department A, the user B is a manager of the department A and the department B, and the user B has a user query authority for querying all related service data of the department A and the department B.
103. And acquiring the current service state according to the service information, generating an access key of the service state and the target authority, performing key-value pair matching on the preset mapping list through the access key to obtain a target value, and setting the target value as a processing skip routing address.
The service states are a plurality of states included in the service, for example, a plurality of states included in the service "order" are "product to be checked" and "order to be placed". The preset mapping list includes transaction sources (service information), service states, corresponding operation authorities (target authorities) and processing jump routing addresses, as shown in table 1. The server obtains a service state range (i.e. a current service state) that the current user needs to track by classifying the service information, for example, the current order state is: 1-draft, 2-product to be checked, 3-product not to be checked, 4-to-be-placed, 5-to-be-placed and rejected, 6-financial to be checked, 7-financial not to be checked, 8-order execution, 9-order placement completion and 10-ERP processing. The server receives an object mapping configuration request sent by a preset terminal, creates mapping object classes of each service state, each target authority and each processing jump routing address according to the object mapping configuration request, writes the mapping object classes into corresponding mapping files (the mapping files can be tables excel) so as to configure the mapping relation among each service state, each target authority and each processing jump routing address, thereby obtaining a preset mapping list, and caches the preset mapping list in a Key-Value database Redis. The server can generate an access Key corresponding to the service state and the target authority through a Key-Value pair Key-Value database Redis, match the Key-Value pair corresponding to the processing jump routing address in a preset mapping list cached in the Key-Value database Redis through the access Key to obtain a corresponding target Value, judge whether the target Value is a null Value, if so, indicate that no corresponding processing jump routing address exists, and if not, set the target Value as the processing jump routing address.
Table 1 Preset mapping List
Figure BDA0002751283660000081
104. And converting and splicing the target authority, the service state, the processing jump routing address and the preset retrieval condition to obtain a target query statement.
The preset retrieval conditions include a time range, a service number, a creator and the like. The server converts the target authority, the service state, the processing jump routing address and the preset retrieval condition into character strings, sorts the character strings according to the sequence of the preset weight from large to small, splices the sorted character strings to obtain a target query statement, for example, the preset weight is: and if the target authority is 40%, the service state is 30%, the processing jump routing address is 10% and the preset retrieval condition is 20%, the sorted character strings are respectively corresponding to the target authority, the service state, the preset retrieval condition and the processing jump routing address, and the sorted character strings are connected through a preset character string function strcat () function to obtain a target query statement.
105. And retrieving the preset service query list through the target query statement to obtain a target backlog, and jumping to a service processing page corresponding to the target backlog through processing the jump routing address.
The server inquires and judges all fields in a preset service inquiry list through a target inquiry statement to obtain a first initial backlog, extracts keywords from a target authority, a service state, a processing jump routing address and preset retrieval conditions to obtain a plurality of keywords, retrieves preset service inquiry list data through the keywords to obtain a second initial backlog, calculates the similarity between the first initial backlog and the second initial backlog, and determines the first initial backlog with the similarity larger than a second preset threshold as the target backlog. And after the server obtains the target backlog, skipping the processing skipping routing address in a push mode or a hash mode so as to skip the current page to the service processing page corresponding to the target backlog.
In the embodiment of the invention, the target authority is matched according to the user identification number information and the service information, the preset mapping list is retrieved according to the service state and the target authority to obtain the corresponding processing jump routing address, the target backlog is obtained through the target query statement, and the jump to the service processing page corresponding to the target backlog is realized through the processing jump routing address, so that the backlogs to be processed can be gathered, the centralized processing of the backlogs is facilitated, the complete and accurate target backlogs can be effectively obtained, the flexibility of jump is improved, and the processing efficiency of the backlogs is further improved. This scheme can be applied to in the wisdom medical field to promote the construction in wisdom city.
Referring to fig. 2, another embodiment of the backlog-based jumping method according to the embodiment of the present invention includes:
201. and acquiring the user identification number information and the query information, and extracting the service information in the query information.
A user logs in a preset service management system through a user side, and inputs query information on a preset display interface corresponding to the service management system, where the query information may include at least one of a service state range and service information, for example, if the query information input by the user is "audit of an order", the "order" is service information, "audit" is the service state range, the audit may include to-be-audited, audit and audited, and the audit is already audited, a server reads user identification number (id) information and query information authorized to log in by the service management system, and extracts the service information from the query information, where the service information may be a service executable by the user, such as order information and contract list information.
202. And acquiring preset configuration information, and matching corresponding target permission from the configuration information according to the user identification number information and the service information.
Specifically, the server acquires preset configuration information and inquiry interface information corresponding to the service information, and traverses the configuration information to obtain initial authority corresponding to the user identification number information, wherein the service information comprises medicine order information and medical supply order information, and the initial authority comprises a plurality of functional authorities and a plurality of user inquiry authorities; judging whether the initial authority has information corresponding to the query interface information; and if the initial authority contains information corresponding to the query interface information, determining the initial authority corresponding to the query interface information as the target authority.
For example, one function authority corresponds to one query (interface), the service information includes, but is not limited to, medicine order information and medical supply order information, the service information may be audit information of a medicine order or audit information of a medical supply order, the server reads a preset configuration file, traverses the preset configuration file to obtain an initial authority 1, an initial authority 2, an initial authority 3 and an initial authority 4 corresponding to the user identification number information, the initial authority 1 and the initial authority 2 are function authorities, the initial authority 3 and the initial authority 4 are user query authorities, the server obtains query interface information corresponding to the order audit information, and judges whether the query interface information corresponds to the initial authority 1, the initial authority 2, the initial authority 3 and/or the initial authority 4, that is, whether a uniform resource location system (uniform resource) corresponding to the query interface information exists in the initial authority 1, the initial authority 2, the initial authority 3 and/or the initial authority 4 locator, URL) information, if yes, the authority (order inquiry authority) corresponding to the inquiry interface information is included in the initial authority 1, the initial authority 2, the initial authority 3, and the initial authority 4, the order inquiry authority is determined as the target authority, if no, no authority is returned, and whether the order inquiry authority corresponds to at least one of the initial authority 1, the initial authority 2, the initial authority 3, and the initial authority 4 can also be determined by the "1" determination result executed by the front end.
203. And acquiring the current service state according to the service information, generating an access key of the service state and the target authority, performing key-value pair matching on the preset mapping list through the access key to obtain a target value, and setting the target value as a processing skip routing address.
The process of step 203 is similar to the process of step 103, and is not described herein again.
204. And respectively generating initial structured query statements of target authority, service state, processing jump routing address and preset retrieval condition to obtain a plurality of structured query statements.
For example, the department is a sales center, the service state is to be audited, the preset retrieval condition is a time range 2020.5.5-2020.5.6, a service number 0069 and a creater A, the processing jump routing address is http:// localhost:4003/#/bid ═ 8, the server respectively generates an initial structured query statement of a target authority, the service state, the processing jump routing address and the preset retrieval condition, and a plurality of structured query statements are obtained: and depart _ code ═ saleScenter ', state ═ 2 ', api ═ http:// localhost:4003/#/bid ═ 8, time ═ 2020.5.5-2020.5.6 ', typeNo ═ 0069 ', and creator ═ A '.
205. And splicing the plurality of structured query sentences according to preset retrieval setting conditions to obtain an initial query sentence.
Specifically, the server sorts the plurality of structured query statements according to the priority in a preset retrieval setting condition to obtain a sequence structured query statement; splicing the sequence structured query sentences through a preset query logic grammar to obtain spliced structured query sentences; and comparing and analyzing the spliced structured query statement with a preset query statement template to obtain an initial query statement.
For example, the priority order in the preset search setting conditions is: the target authority, the service state, the preset retrieval condition and the processing jump routing address are sequenced according to the priority and the preset query logic grammar to obtain spliced structured query sentences, the similarity value between the spliced structured query sentences and a preset query sentence template is calculated to judge whether the similarity value is greater than a first preset threshold value, if not, the target authority, the service state, the preset retrieval condition and the processing jump routing address are sequenced again according to the priority and the preset query logic grammar to obtain spliced structured query sentences, if yes, the corresponding spliced structured query sentences are determined as initial query sentences, wherein the preset retrieval setting condition is the sentence setting of the structured query sentences, and, i.e. a plurality of conditions need to be met, such as: and department _ code ═ saleScenter ' and state ═ 2 ' and api ═ http:// localhost:4003/#/bid ═ 8and time ═ 2020.5.5-2020.5.6 ' and typeNo ═ 0069 ' and creator ═ a '.
206. And carrying out redundant field filtering and grammar detection on the initial query statement to obtain a target query statement.
The server removes redundant fields in the initial query statement, detects whether the initial query statement without the redundant fields accords with preset query statement grammar, determines the initial query statement passing grammar detection as a target query statement if the initial query statement accords with the preset query statement grammar, feeds back the content which does not accord with the query statement grammar in the initial query statement to a preset more positive end if the initial query statement does not accord with the query statement grammar to perform manual correction by the preset more positive end.
207. And retrieving the preset service query list through the target query statement to obtain a target backlog, and jumping to a service processing page corresponding to the target backlog through processing the jump routing address.
Specifically, the server retrieves a preset service query list through a target query statement to obtain a target to-do item; acquiring current routing operation information and receiving a jump instruction triggered based on a target backlog; and acquiring a processing route according to the jump instruction and the current route running information, and jumping to a service processing page corresponding to the processing route by processing the jump route address.
Specifically, the server judges whether the uniform resource locator path identifier in the current routing running information is updated to the uniform resource locator path identifier for processing the jump routing address according to the jump instruction; if the uniform resource locator path identifier in the current route running information is updated to be the uniform resource locator path identifier for processing the jump route address, matching the corresponding processing route according to the processing jump route address; and jumping to a service processing page corresponding to the processing route through a preset component and the processing jumping route address.
When the current routing operation information is the routing address information of the current query page or the page obtaining the query result of the target backlog, the jump instruction triggered based on the target backlog is triggered by a user clicking a preset button on a preset display interface, for example, the server reads the routing address information of the current query page or the page obtaining the query result of the target backlog, the target backlog is C1, C2 and C3, the user clicks the preset button corresponding to C1 on the preset display interface to trigger the jump instruction of C1, after the jump instruction of C1 is triggered, the server changes the current routing operation information, when the path identifier of a uniform resource locator in the current routing operation information is detected to be updated to the path identifier of a uniform resource locator for processing the jump routing address, the corresponding processing route is matched, and the processing route corresponding to the processing jump routing address is retrieved and matched through the current routing preset component If the matching is successful, jumping to a service processing page corresponding to the processing route;
if the matching is unsuccessful, feeding back a matching result of the processing route without matching, detecting whether the path identifier of the uniform resource locator in the current route running information is updated to the path identifier of the uniform resource locator for processing the jump route address again after a preset time interval when detecting that the path identifier of the uniform resource locator in the current route running information is not updated, and returning a detection result of the jump route address without jumping if detecting that the path identifier of the uniform resource locator in the current route running information is not updated after the preset time interval.
Specifically, the server retrieves a preset service query list through a target query statement to obtain a target backlog, skips to a service processing page corresponding to the target backlog through processing a skip routing address, then obtains the skip accuracy and skip time of the service processing page corresponding to the target backlog, and matches a corresponding grade to be optimized from a preset optimization list according to the skip accuracy and skip time; and generating a visual chart according to the skipping accuracy, the skipping time and the grade to be optimized, and sending the visual chart to a preset optimization adjusting terminal.
The method comprises the steps that a server obtains the skipping accuracy rate of a service processing page corresponding to a target backlog input by a user on a preset page, the skipping time of the service processing page corresponding to the target backlog is extracted from operation log information, a preset optimization list is retrieved according to the skipping accuracy rate and the skipping time, and a corresponding grade to be optimized is obtained and used for predicting the whole execution process and the optimizing degree of the execution steps of skipping of the service processing page corresponding to the target backlog, and the grade to be optimized can be high, medium and low or can be a score value, for example: the grade to be optimized is 85 minutes, and more than 80 minutes of the grade to be optimized requires policy adjustment and policy optimization for the whole execution process and execution step of the jump of the service processing page corresponding to the target backlog. The server generates a visual chart according to the skipping accuracy, the skipping time and the grade to be optimized, the visual chart is sent to the preset optimization adjusting end, and the preset optimization adjusting end performs strategy adjustment and strategy optimization on the whole executing process and executing step of skipping of the business processing page corresponding to the target backlog according to the content and optimization requirements of the visual chart, so that the processing efficiency of the backlog is improved.
In the embodiment of the invention, the target authority is matched according to the user identification number information and the service information, the preset mapping list is retrieved according to the service state and the target authority to obtain the corresponding processing jump routing address, the target backlog is obtained through the target query statement, and the jump to the service processing page corresponding to the target backlog is realized through the processing jump routing address, so that the backlogs to be processed can be gathered, the centralized processing of the backlogs is facilitated, the complete and accurate target backlogs can be effectively obtained, the flexibility of jump is improved, and the processing efficiency of the backlogs is further improved. This scheme can be applied to in the wisdom medical field to promote the construction in wisdom city.
In the above description of the jumping method based on backlogs in the embodiment of the present invention, referring to fig. 3, a jumping device based on backlogs in the embodiment of the present invention is described below, where an embodiment of the jumping device based on backlogs in the embodiment of the present invention includes:
an extracting module 301, configured to obtain user identification number information and query information, and extract service information in the query information;
a matching module 302, configured to obtain preset configuration information, and match corresponding target permissions from the configuration information according to the user identification number information and the service information;
the retrieval module 303 is configured to obtain a current service state according to the service information, generate an access key of the service state and a target authority, perform key-value pair matching on the preset mapping list through the access key to obtain a target value, and set the target value as a processing skip routing address;
the conversion and splicing module 304 is configured to perform conversion and splicing processing on the target permission, the service state, the processing skip route address, and the preset retrieval condition to obtain a target query statement;
the skip module 305 is configured to retrieve the preset service query list through the target query statement to obtain a target backlog, and skip to a service processing page corresponding to the target backlog through processing the skip routing address.
The function implementation of each module in the jumping device based on backlogs corresponds to each step in the jumping method based on backlogs, and the functions and implementation processes are not described in detail herein.
In the embodiment of the invention, the target authority is matched according to the user identification number information and the service information, the preset mapping list is retrieved according to the service state and the target authority to obtain the corresponding processing jump routing address, the target backlog is obtained through the target query statement, and the jump to the service processing page corresponding to the target backlog is realized through the processing jump routing address, so that the backlogs to be processed can be gathered, the centralized processing of the backlogs is facilitated, the complete and accurate target backlogs can be effectively obtained, the flexibility of jump is improved, and the processing efficiency of the backlogs is further improved. This scheme can be applied to in the wisdom medical field to promote the construction in wisdom city.
Referring to fig. 4, another embodiment of the backlog-based jumping device according to the present invention includes:
an extracting module 301, configured to obtain user identification number information and query information, and extract service information in the query information;
a matching module 302, configured to obtain preset configuration information, and match corresponding target permissions from the configuration information according to the user identification number information and the service information;
the retrieval module 303 is configured to obtain a current service state according to the service information, generate an access key of the service state and a target authority, perform key-value pair matching on the preset mapping list through the access key to obtain a target value, and set the target value as a processing skip routing address;
the conversion and splicing module 304 is configured to perform conversion and splicing processing on the target permission, the service state, the processing skip route address, and the preset retrieval condition to obtain a target query statement;
the conversion and splicing module 304 specifically includes:
a generating unit 3041, configured to generate initial structured query statements of a target authority, a service state, a processing skip route address, and a preset retrieval condition, respectively, to obtain multiple structured query statements;
a splicing unit 3042, configured to splice multiple structured query statements according to preset retrieval setting conditions to obtain an initial query statement;
a detecting unit 3043, configured to perform redundant field filtering and syntax detection on the initial query statement to obtain a target query statement;
the skip module 305 is configured to retrieve the preset service query list through the target query statement to obtain a target backlog, and skip to a service processing page corresponding to the target backlog through processing the skip routing address.
Optionally, the splicing unit 3042 may be further specifically configured to:
sequencing the plurality of structured query sentences according to the priority in the preset retrieval setting condition to obtain sequence structured query sentences;
splicing the sequence structured query sentences through a preset query logic grammar to obtain spliced structured query sentences;
and comparing and analyzing the spliced structured query statement with a preset query statement template to obtain an initial query statement.
Optionally, the matching module 302 may be further specifically configured to:
acquiring preset configuration information and inquiry interface information corresponding to the service information, traversing the configuration information to obtain initial authority corresponding to the user identification number information, wherein the service information comprises medicine order information and medical article order information, and the initial authority comprises a plurality of functional authorities and a plurality of user inquiry authorities;
judging whether the initial authority has information corresponding to the query interface information;
and if the initial authority contains information corresponding to the query interface information, determining the initial authority corresponding to the query interface information as the target authority.
Optionally, the skip module 305 includes:
the retrieval unit 3051, configured to retrieve the preset service query list through the target query statement, to obtain a target to-do item;
the receiving unit 3052 is configured to obtain current route running information and receive a jump instruction triggered based on the target to-do item;
and a jump unit 3053, configured to acquire a processing route according to the jump instruction and the current route running information, and jump to a service processing page corresponding to the processing route by processing the jump route address.
Optionally, the skip unit 3053 may be further specifically configured to:
judging whether the uniform resource locator path identifier in the current routing running information is updated to the uniform resource locator path identifier for processing the jump routing address or not according to the jump instruction;
if the uniform resource locator path identifier in the current route running information is updated to be the uniform resource locator path identifier for processing the jump route address, matching the corresponding processing route according to the processing jump route address;
and jumping to a service processing page corresponding to the processing route through a preset component and the processing jumping route address.
Optionally, the jumping device based on backlog further includes:
the obtaining and matching module 306 is configured to obtain the jump accuracy and the jump time of the service processing page corresponding to the target to-be-handled item, and match the corresponding to-be-optimized level from the preset optimization list according to the jump accuracy and the jump time;
and the generating and sending module 307 is configured to generate a visual chart according to the skipping accuracy, the skipping time and the grade to be optimized, and send the visual chart to the preset optimization adjusting terminal.
The function implementation of each module and each unit in the jumping device based on backlogs corresponds to each step in the jumping method based on backlogs, and the function and implementation process are not described in detail herein.
In the embodiment of the invention, the target authority is matched according to the user identification number information and the service information, the preset mapping list is retrieved according to the service state and the target authority to obtain the corresponding processing jump routing address, the target backlog is obtained through the target query statement, and the jump to the service processing page corresponding to the target backlog is realized through the processing jump routing address, so that the backlogs to be processed can be gathered, the centralized processing of the backlogs is facilitated, the complete and accurate target backlogs can be effectively obtained, the flexibility of jump is improved, and the processing efficiency of the backlogs is further improved. This scheme can be applied to in the wisdom medical field to promote the construction in wisdom city.
The above fig. 3 and fig. 4 describe the jumping apparatus based on backlog in the embodiment of the present invention in detail from the perspective of the modular functional entity, and the following describes the jumping apparatus based on backlog in the embodiment of the present invention in detail from the perspective of hardware processing.
Fig. 5 is a schematic structural diagram of a to-do-list-based jumping apparatus provided by an embodiment of the present invention, where the to-do-list-based jumping apparatus 500 may have a relatively large difference due to different configurations or performances, and may include one or more processors (CPUs) 510 (e.g., one or more processors) and a memory 520, one or more storage media 530 (e.g., one or more mass storage devices) storing applications 533 or data 532. Memory 520 and storage media 530 may be, among other things, transient or persistent storage. The program stored on the storage medium 530 may include one or more modules (not shown), each of which may include a series of instruction operations for the to-do based jump device 500. Still further, the processor 510 may be configured to communicate with the storage medium 530 to execute a series of instruction operations in the storage medium 530 on the backlog-based jump device 500.
The todo-based jump apparatus 500 may also include one or more power supplies 540, one or more wired or wireless network interfaces 550, one or more input-output interfaces 560, and/or one or more operating systems 531, such as Windows Server, Mac OS X, Unix, Linux, FreeBSD, and the like. Those skilled in the art will appreciate that the structure of the backlog-based jump device shown in FIG. 5 does not constitute a limitation of the backlog-based jump device, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
The present invention also provides a computer-readable storage medium, which may be a non-volatile computer-readable storage medium, and which may also be a volatile computer-readable storage medium, having stored therein instructions, which, when executed on a computer, cause the computer to perform the steps of the to-do based jump method.
Further, the computer-readable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the blockchain node, and the like.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A backlog-based jumping method is characterized in that the backlog-based jumping method comprises the following steps:
acquiring user identification number information and query information, and extracting service information in the query information;
acquiring preset configuration information, and matching corresponding target permission from the configuration information according to the user identification number information and the service information;
acquiring a current service state according to the service information, generating an access key of the service state and the target authority, performing key-value pair matching on a preset mapping list through the access key to obtain a target value, and setting the target value as a processing skip routing address;
converting and splicing the target authority, the service state, the processing jump routing address and a preset retrieval condition to obtain a target query statement;
and retrieving a preset service query list through the target query statement to obtain a target backlog, and jumping to a service processing page corresponding to the target backlog through the processing jump routing address.
2. The backlog-based jumping method of claim 1, wherein the converting and splicing the target authority, the service state, the processing jump routing address, and a preset retrieval condition to obtain a target query statement comprises:
respectively generating initial structured query statements of the target authority, the service state, the processing jump routing address and preset retrieval conditions to obtain a plurality of structured query statements;
splicing the plurality of structured query sentences according to preset retrieval setting conditions to obtain initial query sentences;
and carrying out redundant field filtering and grammar detection on the initial query statement to obtain a target query statement.
3. The backlog-based jump method according to claim 2, wherein the splicing the plurality of structured query statements according to a preset retrieval setting condition to obtain an initial query statement comprises:
sequencing the plurality of structured query sentences according to the priority in a preset retrieval setting condition to obtain a sequence structured query sentence;
splicing the sequence structured query sentences through a preset query logic grammar to obtain spliced structured query sentences;
and comparing and analyzing the spliced structured query statement with a preset query statement template to obtain an initial query statement.
4. The backlog-based jumping method according to claim 1, wherein the obtaining preset configuration information, matching corresponding target permissions from the configuration information according to the user identification number information and the service information, comprises:
acquiring preset configuration information and inquiry interface information corresponding to the service information, traversing the configuration information to obtain initial authority corresponding to the user identification number information, wherein the service information comprises medicine order information and medical supply order information, and the initial authority comprises a plurality of functional authorities and a plurality of user inquiry authorities;
judging whether the initial authority has information corresponding to the query interface information;
and if the initial permission contains information corresponding to the query interface information, determining the initial permission as a target permission.
5. The backlog-based jumping method of claim 1, wherein the retrieving a preset service query list through the target query statement to obtain a target backlog, and jumping to a service processing page corresponding to the target backlog through the processing jumping route address comprises:
retrieving a preset service query list through the target query statement to obtain target backlogs;
acquiring current routing operation information and receiving a jump instruction triggered based on the target backlog;
and acquiring a processing route according to the jump instruction and the current route running information, and jumping to a service processing page corresponding to the processing route through the processing jump route address.
6. The backlog-based jumping method according to claim 5, wherein the obtaining a processing route according to the jumping instruction and the current route running information, and jumping to a service processing page corresponding to the processing route through the processing jumping route address comprises:
judging whether the uniform resource locator path identifier in the current routing running information is updated to the uniform resource locator path identifier for processing the jump routing address or not according to the jump instruction;
if the uniform resource locator path identifier in the current routing operation information is updated to be the uniform resource locator path identifier of the processing jump routing address, matching the corresponding processing route according to the processing jump routing address;
and jumping to a service processing page corresponding to the processing route through a preset component and the processing jumping route address.
7. The backlog-based jumping method according to any one of claims 1-6, wherein the retrieving a preset service query list through the target query statement to obtain a target backlog, and jumping to a service processing page corresponding to the target backlog through the processing jump routing address further includes:
acquiring the skipping accuracy rate and the skipping time of a service processing page corresponding to the target backlog, and matching the corresponding grade to be optimized from a preset optimization list according to the skipping accuracy rate and the skipping time;
and generating a visual chart according to the skipping accuracy, the skipping time and the grade to be optimized, and sending the visual chart to a preset optimization adjusting terminal.
8. A backlog-based skip device, the backlog-based skip device comprising:
the extraction module is used for acquiring the user identification number information and the query information and extracting the service information in the query information;
the matching module is used for acquiring preset configuration information and matching corresponding target permission from the configuration information according to the user identification number information and the service information;
the retrieval module is used for acquiring the current service state according to the service information, generating an access key of the service state and the target authority, performing key-value pair matching on a preset mapping list through the access key to obtain a target value, and setting the target value as a processing skip routing address;
the conversion splicing module is used for carrying out conversion and splicing processing on the target authority, the service state, the processing jump routing address and a preset retrieval condition to obtain a target query statement;
and the skipping module is used for retrieving a preset service query list through the target query statement to obtain a target backlog, and skipping to a service processing page corresponding to the target backlog through the processing skipping routing address.
9. A backlog-based jumping device, the backlog-based jumping device comprising: a memory and at least one processor, the memory having instructions stored therein;
the at least one processor invokes the instructions in the memory to cause the backlog based jump device to perform the backlog based jump method of any of claims 1-7.
10. A computer-readable storage medium having instructions stored thereon, wherein the instructions, when executed by a processor, implement a backlog-based jump method as recited in any of claims 1-7.
CN202011185361.XA 2020-10-30 2020-10-30 To-do-based jump method, device, equipment and storage medium Active CN112307374B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011185361.XA CN112307374B (en) 2020-10-30 2020-10-30 To-do-based jump method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011185361.XA CN112307374B (en) 2020-10-30 2020-10-30 To-do-based jump method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN112307374A true CN112307374A (en) 2021-02-02
CN112307374B CN112307374B (en) 2023-10-20

Family

ID=74332277

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011185361.XA Active CN112307374B (en) 2020-10-30 2020-10-30 To-do-based jump method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112307374B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112884369A (en) * 2021-03-23 2021-06-01 广东电网有限责任公司 Power failure work order monitoring method, device, equipment and storage medium
CN113707260A (en) * 2021-08-30 2021-11-26 康键信息技术(深圳)有限公司 Prescription medicine prescription method, device, equipment and storage medium
CN113918848A (en) * 2021-10-09 2022-01-11 天翼物联科技有限公司 Automatic jump focusing method, device, computer equipment and storage medium
CN114265859A (en) * 2021-12-20 2022-04-01 上海爱可生信息技术股份有限公司 Method for realizing statement audit by enhancing database drive
CN114666272A (en) * 2022-03-11 2022-06-24 平安国际智慧城市科技股份有限公司 Current limiting processing method, device, equipment and storage medium
CN115291762A (en) * 2022-08-09 2022-11-04 康键信息技术(深圳)有限公司 Method and device for triggering business item, storage medium, and computer equipment
CN115550239A (en) * 2022-10-18 2022-12-30 康键信息技术(深圳)有限公司 Access method and device, storage medium, and computer equipment of medical service page
CN115988091A (en) * 2022-12-29 2023-04-18 中国建设银行股份有限公司广东省分行 Access request processing method and device
CN116192787A (en) * 2022-12-15 2023-05-30 欧冶云商股份有限公司 Route management method, device, equipment and storage medium
CN116233217A (en) * 2023-05-08 2023-06-06 成都赛力斯科技有限公司 Page jump method and device based on route, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018201978A1 (en) * 2017-05-04 2018-11-08 平安科技(深圳)有限公司 Interface call data processing method, apparatus, computer device and storage medium
CN110457612A (en) * 2019-10-14 2019-11-15 江苏金恒信息科技股份有限公司 A kind of terminal page access method and system
CN111723313A (en) * 2020-06-23 2020-09-29 中国平安财产保险股份有限公司 Page jump processing method, device, equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018201978A1 (en) * 2017-05-04 2018-11-08 平安科技(深圳)有限公司 Interface call data processing method, apparatus, computer device and storage medium
CN110457612A (en) * 2019-10-14 2019-11-15 江苏金恒信息科技股份有限公司 A kind of terminal page access method and system
CN111723313A (en) * 2020-06-23 2020-09-29 中国平安财产保险股份有限公司 Page jump processing method, device, equipment and storage medium

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112884369A (en) * 2021-03-23 2021-06-01 广东电网有限责任公司 Power failure work order monitoring method, device, equipment and storage medium
CN112884369B (en) * 2021-03-23 2023-09-01 广东电网有限责任公司 Method, device, equipment and storage medium for monitoring power-off bill
CN113707260A (en) * 2021-08-30 2021-11-26 康键信息技术(深圳)有限公司 Prescription medicine prescription method, device, equipment and storage medium
CN113918848A (en) * 2021-10-09 2022-01-11 天翼物联科技有限公司 Automatic jump focusing method, device, computer equipment and storage medium
CN114265859A (en) * 2021-12-20 2022-04-01 上海爱可生信息技术股份有限公司 Method for realizing statement audit by enhancing database drive
CN114265859B (en) * 2021-12-20 2022-09-02 上海爱可生信息技术股份有限公司 Method for realizing statement audit by enhancing database drive
CN114666272B (en) * 2022-03-11 2023-06-16 深圳平安智慧医健科技有限公司 Current limiting processing method, device, equipment and storage medium
CN114666272A (en) * 2022-03-11 2022-06-24 平安国际智慧城市科技股份有限公司 Current limiting processing method, device, equipment and storage medium
CN115291762A (en) * 2022-08-09 2022-11-04 康键信息技术(深圳)有限公司 Method and device for triggering business item, storage medium, and computer equipment
CN115550239A (en) * 2022-10-18 2022-12-30 康键信息技术(深圳)有限公司 Access method and device, storage medium, and computer equipment of medical service page
CN116192787A (en) * 2022-12-15 2023-05-30 欧冶云商股份有限公司 Route management method, device, equipment and storage medium
CN115988091A (en) * 2022-12-29 2023-04-18 中国建设银行股份有限公司广东省分行 Access request processing method and device
CN116233217A (en) * 2023-05-08 2023-06-06 成都赛力斯科技有限公司 Page jump method and device based on route, electronic equipment and storage medium
CN116233217B (en) * 2023-05-08 2023-07-21 成都赛力斯科技有限公司 Page jump method and device based on route, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN112307374B (en) 2023-10-20

Similar Documents

Publication Publication Date Title
CN112307374B (en) To-do-based jump method, device, equipment and storage medium
US20250021884A1 (en) Machine learning service
US20230409835A1 (en) Discovering a semantic meaning of data fields from profile data of the data fields
Li et al. Fast and accurate long-read alignment with Burrows–Wheeler transform
US9003529B2 (en) Apparatus and method for identifying related code variants in binaries
US9886670B2 (en) Feature processing recipes for machine learning
JP5249074B2 (en) Method and system for symbolic linking and intelligent classification of information
US9195744B2 (en) Protecting information in search queries
US20090222426A1 (en) Computer-Implemented System And Method For Analyzing Search Queries
US11301522B1 (en) Method and apparatus for collecting information regarding dark web
CN111858658B (en) Data acquisition method, device, equipment and storage medium
CN104838413A (en) Adjusting content delivery based on user submissions
CN113204621A (en) Document storage method, document retrieval method, device, equipment and storage medium
CN107678968A (en) Sample extraction method, apparatus, computing device and the storage medium of source code function
Ma et al. Chaining for accurate alignment of erroneous long reads to acyclic variation graphs
CN110321466A (en) A kind of security information duplicate checking method and system based on semantic analysis
Di Lucca et al. Clone analysis in the web era: An approach to identify cloned web pages
CN114139161A (en) Method, device, electronic equipment and medium for batch vulnerability detection
CN111311329B (en) Tag data acquisition method, device, equipment and readable storage medium
US8463799B2 (en) System and method for consolidating search engine results
Sitas et al. Duplicate detection algorithms of bibliographic descriptions
CN117726393A (en) Order data query method and device, electronic equipment and storage medium
CN111680110A (en) Data processing method, data processing device, BI system and medium
CN115147020A (en) Decoration data processing method, device, equipment and storage medium
CN113538075A (en) Data processing method, model training method, device and equipment

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
GR01 Patent grant
GR01 Patent grant