CN110688222B - Sequencing method, device, medium and electronic equipment for resource processing requests - Google Patents

Sequencing method, device, medium and electronic equipment for resource processing requests Download PDF

Info

Publication number
CN110688222B
CN110688222B CN201910853974.7A CN201910853974A CN110688222B CN 110688222 B CN110688222 B CN 110688222B CN 201910853974 A CN201910853974 A CN 201910853974A CN 110688222 B CN110688222 B CN 110688222B
Authority
CN
China
Prior art keywords
resource processing
processing request
score
resource
request
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.)
Active
Application number
CN201910853974.7A
Other languages
Chinese (zh)
Other versions
CN110688222A (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.)
Ping An Securities Co Ltd
Original Assignee
Ping An Securities 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 Ping An Securities Co Ltd filed Critical Ping An Securities Co Ltd
Priority to CN201910853974.7A priority Critical patent/CN110688222B/en
Publication of CN110688222A publication Critical patent/CN110688222A/en
Application granted granted Critical
Publication of CN110688222B publication Critical patent/CN110688222B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5021Priority

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The disclosure relates to the field of intelligent decision making, and discloses a method, a device, a medium and electronic equipment for ordering resource processing requests. The method comprises the following steps: when a resource processing request is received, determining a first score based on the type of the resource processing request and the correspondence of the type of the resource processing request and a predetermined score; determining a second score in negative correlation with the contracted processing deadline based on the contracted processing deadline of the resource processing request; determining a third score based on the amount of resources of the resource processing request; calculating a fourth score of the resource processing request using the formula based on the first score, the second score, and the third score determined for the resource processing request; and adding the resource processing request to a resource processing request queue, and sequencing the resource processing requests according to the fourth score of the resource processing request. Under the method, the automatic sequencing of the resource processing requests is realized, the sequencing efficiency of the resource processing requests is improved, the sequencing cost of the resource processing requests is reduced, and the sequencing rationality is improved.

Description

Sequencing method, device, medium and electronic equipment for resource processing requests
Technical Field
The disclosure relates to the technical field of intelligent decision making, and in particular relates to a method, a device, a medium and electronic equipment for ordering resource processing requests.
Background
Currently, after receiving a plurality of resource processing requests, a server needs to sort the plurality of resource processing requests to execute the important resource processing requests preferentially or execute the resource processing requests before a set time.
However, in the prior art, the plurality of resource processing requests are usually sequenced manually by means of personal experience, so that the sequencing efficiency is low and the labor cost is high.
Disclosure of Invention
In order to solve the above technical problems in the technical field of intelligent decision, the disclosure aims to provide a method, a device, a medium and an electronic device for ordering resource processing requests.
According to an aspect of the present application, there is provided a method for ordering resource processing requests, the method comprising:
when a resource processing request is received, determining a first score of the resource processing request based on the type of the resource processing request and a preset corresponding relation between the type of the resource processing request and a preset score;
Determining a second score of the resource processing request in negative correlation with the contracted processing deadline based on the contracted processing deadline of the resource processing request, wherein the second score is greater than or equal to 1;
determining a third score for the resource processing request based on an amount of resources of the resource processing request;
calculating a fourth score of the resource processing request according to the first score, the second score and the third score determined for the resource processing request by using the following formula:
D=(A+0.5*log10C)B
Wherein a is the first fraction, B is the second fraction, C is the third fraction, and D is the fourth fraction;
And adding the resource processing request to a resource processing request queue, and sequencing the resource processing requests according to the fourth score of the resource processing request.
According to another aspect of the present application, there is provided an apparatus for ordering resource processing requests, the apparatus comprising:
A first score determining module configured to determine, when a resource processing request is received, a first score of the resource processing request based on a type of the resource processing request and a preset correspondence between the type of the resource processing request and a predetermined score;
A second score determination module configured to determine a second score of the resource processing request that is inversely related to the contracted processing deadline based on the contracted processing deadline of the resource processing request, wherein the second score is greater than or equal to 1;
a third score determination module configured to determine a third score of the resource processing request based on an amount of resources of the resource processing request;
a fourth score determination module configured to calculate a fourth score for the resource processing request using the following formula based on the first score, the second score, and the third score determined for the resource processing request:
D=(A+0.5*log10C)B
Wherein a is the first fraction, B is the second fraction, C is the third fraction, and D is the fourth fraction;
And the ordering module is configured to add the resource processing request to a resource processing request queue and order the resource processing request according to the fourth score of the resource processing request.
According to another aspect of the application there is provided a computer readable program medium storing computer program instructions which, when executed by a computer, cause the computer to perform the method as described above.
According to another aspect of the present application, there is provided an electronic apparatus including:
A processor;
A memory having stored thereon computer readable instructions which, when executed by the processor, implement a method as described above.
The technical scheme provided by the embodiment of the invention can comprise the following beneficial effects:
The sequencing method of the resource processing requests provided by the invention comprises the following steps: when a resource processing request is received, determining a first score of the resource processing request based on the type of the resource processing request and a preset corresponding relation between the type of the resource processing request and a preset score; determining a second score of the resource processing request in negative correlation with the contracted processing deadline based on the contracted processing deadline of the resource processing request, wherein the second score is greater than or equal to 1; determining a third score for the resource processing request based on an amount of resources of the resource processing request; calculating a fourth score of the resource processing request according to the first score, the second score and the third score determined for the resource processing request by using the following formula:
D=(A+0.5*log10C)B
wherein a is the first fraction, B is the second fraction, C is the third fraction, and D is the fourth fraction; and adding the resource processing request to a resource processing request queue, and sequencing the resource processing requests according to the fourth score of the resource processing request.
According to the method, the three scores are obtained by obtaining the attributes of the three dimensions of the resource processing request, then the three scores are calculated by using a formula, the scores for sorting are obtained, and sorting is carried out according to the scores, so that the automatic sorting of the resource processing request is realized, the sorting efficiency of the resource processing request is improved, the sorting cost of the resource processing request is reduced, and meanwhile, the final sorting result of the resource processing request is obtained by calculating the attributes of the three dimensions of the resource processing request, so that the attributes of the three dimensions of the resource processing request are reflected at the same time, and the sorting rationality is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention as claimed.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
FIG. 1 is a schematic illustration of an application scenario illustrating a method of ordering resource processing requests, according to an example embodiment;
FIG. 2 is a flow chart illustrating a method of ordering resource processing requests according to an exemplary embodiment;
FIG. 3 is a flowchart of steps subsequent to step 250 of one embodiment shown in accordance with the corresponding embodiment of FIG. 2;
FIG. 4 is a flowchart illustrating details of step 260 according to an embodiment shown in the corresponding embodiment of FIG. 3;
FIG. 5 is a flowchart of steps subsequent to step 250 according to another embodiment shown in the corresponding embodiment of FIG. 2;
FIG. 6 is a block diagram illustrating an ordering apparatus for resource processing requests, according to an example embodiment;
FIG. 7 is an exemplary block diagram of an electronic device implementing a method of ordering resource processing requests as described above, according to an exemplary embodiment;
Fig. 8 is a computer readable storage medium embodying the above-described ordering method of resource processing requests, according to an exemplary embodiment.
Detailed Description
Reference will now be made in detail to exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the invention. Rather, they are merely examples of apparatus and methods consistent with aspects of the invention as detailed in the accompanying claims.
Furthermore, the drawings are merely schematic illustrations of the present disclosure and are not necessarily drawn to scale. The same reference numerals in the drawings denote the same or similar parts, and thus a repetitive description thereof will be omitted. Some of the block diagrams shown in the figures are functional entities and do not necessarily correspond to physically or logically separate entities.
The present disclosure first provides a method for ordering resource processing requests. The method for ordering the resource processing requests can be applied to the cloud computing field or the financial field. The resource handling request may be a network request based on various internet protocols, such as a request based on the HTTP/HTTPs protocol. A resource may be any form of object to be processed. By using the method for ordering the resource processing requests, which is provided by the present disclosure, the resource processing requests sent by each terminal or device can be automatically ordered, and a series of beneficial effects such as reducing the ordering cost of the resource processing requests, improving the ordering efficiency of the resource processing requests, making the ordering of the resource processing requests more reasonable can be produced.
The implementation terminal of the present disclosure may be any device having an operation and processing function, which may be connected to an external device, for receiving or transmitting data, and may specifically be a portable mobile device, such as a smart phone, a tablet computer, a notebook computer, a PDA (Personal DIGITAL ASSISTANT), etc., or a fixed device, such as a computer device, a field terminal, a desktop computer, a server, a workstation, etc., or a collection of devices, such as a physical infrastructure of cloud computing.
Preferably, the implementation ring terminal of the present disclosure may be a server or a physical infrastructure of cloud computing.
Fig. 1 is an application scenario diagram illustrating a method for ordering resource processing requests according to an exemplary embodiment. As shown in fig. 1, the system includes a server 110, a plurality of terminals 130 that establish communication links with the server, and a resource processing request queue 120, in this embodiment, the server 110 is an implementation terminal of the present disclosure, each terminal 130 may send a resource processing request to the server 110 through a communication link established with the server 110, and the server 110 may send the resource processing request received by the terminal to the resource processing request queue for queuing, and then, the server 110 may obtain, from the resource processing request queue, a resource processing request to be processed according to the queuing order of the resource processing request in the resource processing request queue for processing, where the resource processing request queue 120 may be fixed outside the server 110 or may exist inside the server 110. It should be noted that, although in the embodiment of fig. 1, the implementation terminal of the present disclosure is a server, in other embodiments or application scenarios, the implementation terminal of the present disclosure may be set as various devices or terminals as needed, which is not limited in any way, and the protection scope of the present disclosure should not be limited in any way.
FIG. 2 is a flow chart illustrating a method of ordering resource processing requests, according to an example embodiment. In this embodiment, the method for ordering resource processing requests provided in the present disclosure may be executed by a server, as shown in fig. 2, and may include the following steps:
step 210, when a resource processing request is received, determining a first score of the resource processing request based on the type of the resource processing request and a preset correspondence between the type of the resource processing request and a predetermined score.
As previously described, the resource processing request may be a network request based on various internet protocols.
In one embodiment, the preset location of the resource processing request includes a specific field, and when the resource processing request is received, determining the first score of the resource processing request based on the type of the resource processing request and a preset correspondence between the type of the resource processing request and a predetermined score includes:
Acquiring a specific field of the resource processing request at a preset position;
acquiring the type of the resource processing request by using a preset specific field and type corresponding relation table;
And acquiring the first score of the resource processing request by using a preset corresponding relation table of the first score and the type.
The specific field may be a type itself or a character string corresponding to the type. In this embodiment, the preset specific field-type correspondence table includes both the type of the resource processing request and the preset correspondence between the type of the resource processing request and a predetermined score.
In one embodiment, the specific field included in the preset location of the resource processing request is a type of the resource processing request, and when the resource processing request is received, determining the first score of the resource processing request based on the type of the resource processing request and a preset correspondence between the type of the resource processing request and a predetermined score includes:
Acquiring a specific field representing the type of the resource processing request at a preset position through the resource processing request;
And acquiring the first score of the resource processing request by using a preset corresponding relation table of the first score and the type.
In one embodiment, in the cloud computing field, the resource processing request is a cloud computing request, where the resource is a cloud computing task corresponding to a specific entity, and the specific entity may be a company, a department of the company, a server or a computer, or an abstract processing object, and a type of the resource processing request is a class to which the specific entity belongs.
The implementation terminal of the disclosure is a cloud computing server cluster.
In one embodiment, in the cloud computing field, a header of a cloud computing request includes a specific character string, a preset position of the specific character string includes a category corresponding to a specific entity, the category corresponding to the specific entity is obtained at the preset position of the specific character string of the header of the cloud computing request as a type of the cloud computing request, and then a first score corresponding to the type of the cloud computing request is obtained by querying a preset corresponding relation table of the type of the cloud computing request and the first score.
For example, the specific entity may be a company, and the type of the cloud computing request corresponds to a category to which the specific entity belongs, that is, the type of the cloud computing request may include a catering industry, a financial industry, a manufacturing industry, a medical industry, an education industry, and the like, and the preset table of correspondence between the type of the cloud computing request and the first score may include a score corresponding to each industry.
In an embodiment, the specific entity is a specific network task, for example, a task of downloading, uploading, accessing a web page, browsing a video, etc., and the preset table of correspondence between the cloud computing request type and the first score may include a score corresponding to each task.
In one embodiment, the first score corresponding to each cloud computing request type included in the preset cloud computing request type and first score correspondence table is set empirically by an expert.
In one embodiment, in the financial field, the resource processing request is a funds transfer instruction, where the resource is funds, the processing is a transfer operation of the funds, the processing request is the transfer instruction, a field identifying a funds transfer type is carried in the funds transfer instruction, the field identifying the funds transfer type is obtained from the funds transfer instruction as the type of the funds transfer instruction, and then a first score corresponding to the type is obtained by using a preset correspondence table of the type of the transfer instruction and the first score.
In one embodiment, the specific field included in the preset location of the resource processing request is a priority of the resource processing request, the priority of the resource processing request is first obtained at the preset location of the resource processing request as the type of the resource processing request, and then the first score of the resource processing request is determined based on the relation positively related to the priority. That is, the higher the priority of the resource processing request, the greater the resulting first score. For example, the priority of the resource processing request is a, where a is a positive integer, and a larger a represents a higher priority of the resource processing request, the first score may be obtained by a formula of a=λa, where a is the first score, and λ is a positive number, so that the first score and the priority may be in a positive correlation.
In this embodiment, the type of the resource processing request is a priority of the resource processing request, and the corresponding relationship between the type of the preset resource processing request and the predetermined score is a relationship positively related to the priority.
Step 220, determining a second score of the resource processing request with a negative correlation with the contracted processing deadline based on the contracted processing deadline of the resource processing request, wherein the second score is greater than or equal to 1.
The contract processing deadline is an agreement between the sender of the resource processing request and the processor of the resource processing request, is an agreed time limit for the processor of the resource processing request to process the resource processing request, and can be a time period or a date, and the format of the date can be various, such as the format of a timestamp.
In one embodiment, the specific field of the preset position of the resource processing request is a contracted processing deadline of the resource processing request, and the specific field is extracted from the preset position of the resource processing request to serve as the contracted processing deadline of the resource processing request; then converting the appointed processing deadline into a digital type according to the format of the appointed processing deadline; and determining a second score of the resource processing request based on an inverse relationship with the converted contract processing deadline, so that the closer the contract processing deadline is, the larger the determined second score of the resource processing request is, and the farther the contract processing deadline is, the smaller the determined second score of the resource processing request is.
In this embodiment, the second score and the converted contract processing deadline are in an inverse relationship, that is, the second score and the contract processing deadline are in a negative correlation.
In one embodiment, the contracted processing deadlines of all the resource processing requests to be processed are ordered according to the time sequence, the second fraction of the resource processing requests ordered at the last bit is set as 1, the second fraction of the resource processing requests ordered at the last bit is set as the first order, the second fraction of each resource processing request is calculated from the first order in the reverse order of the ordering by utilizing an arithmetic series mode, wherein the tolerance of the arithmetic series is d, and d is more than 0. This allows the second score to be greater the closer the contracted processing deadlines are. For example, in the cloud computing field, as described above, the resource processing request may be a cloud computing request, and if the contracted processing deadline of the first cloud computing request is before the contracted processing deadline of the second cloud computing request, the second score of the second cloud computing request may be set to 1, and the second score of the first cloud computing request is set to be 1 greater than the second score of the second cloud computing request, that is, the second score of the first cloud computing request is set to 2.
In this embodiment, the closer the contract processing deadline is, the larger the corresponding second score is, that is, the smaller the contract processing deadline is, the larger the second score is, so the second score and the contract processing deadline are in a negative correlation.
Step 230, determining a third score for the resource processing request based on the amount of resources of the resource processing request.
The resource amount is an index-type value associated with the resource processing request.
In one embodiment, the field of the preset location of the resource processing request records the resource amount of the resource processing request, and the resource amount is directly used as the third fraction of the resource processing request by acquiring the field of the preset location of the resource processing request as the resource amount of the resource processing request.
In one embodiment, in the financial field, the resource amount of the resource processing request is an amount of the funds transfer instruction, and the amount of the funds transfer instruction is obtained at a preset position of the resource processing request to be used as a third score of the funds transfer instruction.
In one embodiment, the field of the preset position of the resource processing request records the resource amount of the resource processing request, and the field of the preset position of the resource processing request is obtained as the resource amount of the resource processing request; and determining a third score corresponding to the acquired resource amount by querying a preset resource amount interval and third score corresponding relation table by utilizing the acquired resource amount.
In one embodiment, the field of the preset position of the resource processing request records the resource amount of the resource processing request, and the field of the preset position of the resource processing request is obtained as the resource amount of the resource processing request; a third score of the resource processing request is determined based on a proportional relationship to the amount of resources. Thus, the third score corresponding to the resource processing request with larger resource amount is larger, and the third score corresponding to the resource processing request with smaller resource amount is smaller.
In an embodiment, in the cloud computing field, the resource amount of the resource processing request is a computing amount of a cloud computing request, and the third score of the cloud computing request may be computed by using a formula of c=βc, where C is the computing amount of the cloud computing request, C is the third score of the cloud computing request, β is a preset computing coefficient, and β > 0.
Step 240, calculating a fourth score of the resource processing request according to the first score, the second score and the third score determined for the resource processing request by using the following formula:
D=(A+0.5*log10C)B
wherein a is the first fraction, B is the second fraction, C is the third fraction, and D is the fourth fraction.
The formula can be applied to a plurality of actual business scenes, such as cloud computing field or financial field.
For example, in the financial field, the amount of the resource requested by the resource processing is the amount of the funds transfer instruction, and the amount may be equal to the third score determined for the resource processing request, if the amount of one funds transfer instruction is 10000 yuan, and the first score of the funds transfer instruction is 3, and the second score is 2, then the fourth score of the funds transfer instruction may be calculated as follows:
D=(3+0.5*log1010000)2
this may calculate a fourth score of 25 for the funds transfer instruction.
The first score reflects the types of the resource processing requests, the types of the resource processing requests are different, for example, the types of the resource processing requests can be the priority of the resource processing requests, and the higher the priority of one resource processing request is, the higher the first score of the resource processing request is, so that the higher the fourth score is, the more preferential the resource processing request is processed; the second score is determined based on the contracted processing period of the resource processing request, reflects the time allowed to delay processing after the resource processing request is received, and can lead the calculated second score to be smaller and further lead the fourth score to be smaller as the contracted processing period of one resource processing request is later, and can lead the resource processing request to be arranged for processing at the back; the third score is determined based on the amount of resources of the resource processing request, where the amount of resources and the processing time of the resource processing request are often in a positive correlation, and then the third score can reflect the time required for processing the resource processing request, and the greater the amount of resources of one resource processing request, the greater the processing time of the resource processing request, the higher the third score, so that the higher the fourth score, the more preferential the resource processing request can be processed.
Through the formula, the fourth score is obtained by comprehensively calculating the attributes of the three dimensions of the resource processing request, and finally, when the resource processing request is ordered, the ordering result objectively reflects the combined action of the attributes of the three dimensions, so that the reasonable ordering of the resource processing request is realized.
Step 250, adding the resource processing request to a resource processing request queue, and sorting the resource processing requests according to the fourth score of the resource processing request.
The resource processing request queue is a component for temporarily accommodating resource processing requests, and it is easy to understand that the resource processing request queue may be located inside an implementation terminal of the present disclosure, or may be fixed to an external database or terminal of the implementation terminal of the present disclosure.
In one embodiment, each resource processing request added to the queue of resource processing requests calculates a corresponding fourth score, and the sorting the resource processing requests according to the fourth score of the resource processing requests includes:
and ordering all the resource processing requests in the resource processing request queue according to a fourth score from large to small.
The benefit of this embodiment is that the result of the ordering of the resource processing requests is fully related to the fourth fraction of the resource processing requests, improving the objectivity and rationality of the ordering of the resource processing requests.
In one embodiment, each resource processing request added to the resource processing request queue calculates a corresponding fourth score, and adding the resource processing request to the resource processing request queue and sorting the resource processing requests according to the fourth score of the resource processing request includes:
adding the resource processing request to a resource processing request queue;
A preset fourth score sorting interval is obtained, wherein the preset fourth score sorting interval is a plurality of intervals in which the space where the fourth score is located is divided according to the sequence from the big to the small of the fourth score, and the fourth score of each resource processing request existing in the resource processing request queue belongs to one fourth score sorting interval;
Sequencing all the resource processing requests added to the resource processing request queue according to the order from the large score to the small score;
And randomly sequencing the resource processing requests belonging to the same fourth fractional sequencing interval in the sequenced resource processing requests.
Because the order of the resource processing requests is not completely related to the fourth score, it is not necessarily completely reasonable if the resource processing requests with similar fourth score are strictly ordered according to the fourth score, in this embodiment, the resource processing requests are ordered according to the fourth score ordering interval to which the resource processing requests belong by setting the fourth score ordering interval, so that the resource processing requests with similar fourth score but smaller fourth score have the opportunity to be ordered before other resource processing requests, thereby improving the rationality and fairness of the ordering.
In summary, according to the method for sorting the resource processing requests shown in the corresponding embodiment of fig. 2, automatic sorting of the resource processing requests is achieved, sorting efficiency of the resource processing requests is improved, and sorting cost of the resource processing requests is reduced.
FIG. 3 is a flow chart of steps following step 250 according to an embodiment shown in the corresponding embodiment of FIG. 2.
As shown in fig. 3, the method comprises the following steps:
In response to receiving the request to modify the fourth score, step 260, returns a page to the sender of the request to modify the fourth score so that the sender of the request processes the requested fourth score through the page modification resource.
The page includes each resource processing request that the resource processing request queue is queuing and a fourth score corresponding to each resource processing request.
The pages may be various types of pages that can interact, such as Web pages, HTML5 pages, and dialog boxes.
In one embodiment, the fourth score of each resource processing request in the page for modifying the fourth score returned to the sender of the request is located in a locked form entry box, each locked form entry box corresponds to an unlocking control, the sender of the request unlocks the corresponding locked form entry box by triggering the unlocking control, and modification of the fourth score of the resource processing request is achieved by editing the fourth score in the unlocked form entry box.
In one embodiment, referring to FIG. 4, step 260 may comprise the steps of:
Step 261, in response to receiving a request to modify the fourth score, obtains the rights of the sender of the request.
Rights are a division of the management scope of resource processing requests.
In one embodiment, the home terminal stores a permission table of each sender sending a request to the home terminal, the permission table records the identifier of each party and the corresponding relation of permissions, the received request for modifying the fourth score carries the identifier of the sender of the request, and when the identifier is obtained, the permissions of the sender of the request are obtained by querying the permission table.
And step 262, returning a page for modifying the fourth score and including the resource processing request meeting the authority in the resource processing request queue to the sender of the request, so that the sender of the request modifies the fourth score of the resource processing request meeting the authority in the resource processing request queue through the page.
When a resource processing request meets the authority, the resource management request is indicated to be within the management range of the sender of the request, so that the sender of the request can be allowed to modify the fourth score of the resource management request, therefore, the embodiment has the advantage that only the sender of the request with the corresponding authority is allowed to modify the fourth score corresponding to the resource processing request, and the modification of the fourth score is more legal and reasonable.
And step 270, receiving an instruction for modifying the fourth score through modifying the page of the fourth score, wherein the instruction comprises the modified fourth score and a resource processing request corresponding to the modified fourth score.
In one embodiment, the page of the fourth score is modified to be a Web page, and the instruction for modifying the fourth score is received by means of a form.
And 280, reordering the resource processing requests in the resource processing request queue according to the resource processing requests corresponding to the modified fourth score and the modified fourth score.
According to the modified fourth score and the resource processing request corresponding to the modified fourth score, it can be clear which fourth score of the resource processing requests in the resource processing request queue is modified, and these resource processing requests and the corresponding modified fourth score and other resource processing requests and the corresponding modified fourth score can be reordered.
In one embodiment, the resource processing requests in the resource processing request queue are ordered in order of the fourth fraction or modified fourth fraction of each resource processing request.
In one embodiment, the resource processing request corresponding to the modified fourth score is an influencing resource processing request, and the reordering of the resource processing requests in the resource processing request queue according to the resource processing request corresponding to the modified fourth score and the modified fourth score includes: pre-ordering the resource processing requests in the resource processing request queue according to the modified fourth score and the resource processing requests corresponding to the modified fourth score; acquiring resource processing requests influenced by the resource processing requests corresponding to the fourth fraction after being sequenced from other resource processing requests except the resource processing request corresponding to the fourth fraction after being modified in a pre-sequenced resource processing request queue as influenced resource processing requests, wherein, for each influenced resource processing request, the resource processing request which influences the sequencing of the influenced resource processing request in the resource processing request corresponding to the fourth fraction after being modified is an influence resource processing request corresponding to the influenced resource processing request; for each affected resource processing request, sending reminding information to a sender of the affected resource processing request, so that the sender of the affected resource processing request determines whether to allow the affected resource processing request corresponding to the affected resource processing request to influence the ordering of the affected resource processing request by modifying a fourth score according to the reminding information; for each influencing resource processing request, acquiring a final fourth score of the influencing resource processing request according to the determined result of the reminding information by the sender of each influenced resource processing request corresponding to the influencing resource processing request; and sequencing the resource processing requests in the resource processing request queue according to each influencing resource processing request and the corresponding final fourth score.
In one embodiment, for each influencing resource processing request, according to the determination result of the reminder information, the sender of each influencing resource processing request corresponding to the influencing resource processing request obtains a final fourth score of the influencing resource processing request, including:
In each affected resource processing request corresponding to the affected resource processing request, acquiring a sequence of the affected resource processing request which is determined by a sender of the corresponding affected resource processing request not to be allowed to be affected and sequencing the affected resource processing request after pre-sequencing;
And taking the maximum integer smaller than the acquired fourth fraction of the affected resource processing request as the final fourth fraction of the affected resource processing request.
The embodiment shown in fig. 3 has the advantage that when the ranking according to the fourth score is not reasonable enough, intervention of the human factors in ranking the resource processing requests is realized by allowing the user to modify the fourth score, so that the ranking rationality and robustness can be improved, and the user experience is improved.
Fig. 5 is a flow chart of steps following step 250 according to another embodiment shown in the corresponding embodiment of fig. 2. As shown in fig. 5, the following steps may be included:
step 260' is to take one resource processing request from the resource processing request queue and obtain the difference between the contracted processing period and the current time of the resource processing request.
In one embodiment, the contract processing deadline is first converted to the same format as the current time and then the difference is calculated.
Step 270' obtains a sum of the predicted processing times of all resource processing requests queued prior to the resource processing request in the resource processing request queue.
In one embodiment, the resource processing request corresponds to a type, and obtaining, in the resource processing request queue, a sum of predicted processing times of all resource processing requests queued before the resource processing request includes: acquiring the ratio of the historical processing time of each type of resource processing request to the resource amount; acquiring the type and the resource quantity of each resource processing request arranged in the resource processing request queue before the resource processing request; multiplying the resource amount of each resource processing request by the ratio of the historical processing time of the corresponding type of resource processing request to the resource amount to obtain the predicted processing time of each resource processing request; a sum of the expected processing times of the acquired resource processing requests is determined.
And step 280', if the difference is smaller than the sum, adjusting a fourth score of the resource processing requests, and reordering all the resource processing requests in the resource processing request queue so that the difference is greater than or equal to the sum.
When the difference is smaller than the sum, the resource processing request cannot be completed in the appointed processing deadline, and at the moment, the resource processing request can be ensured to be completed in proper time by adjusting the fourth score of the resource processing request.
The disclosure also provides a sequencing device for resource processing requests, and the following is an embodiment of the device of the disclosure.
FIG. 6 is a block diagram illustrating an apparatus for ordering resource processing requests, according to an example embodiment. As shown in fig. 6, the apparatus 600 includes:
A first score determining module 610, configured to determine, when a resource processing request is received, a first score of the resource processing request based on a type of the resource processing request and a preset correspondence between the type of the resource processing request and a predetermined score;
A second score determination module 620 configured to determine a second score of the resource processing request that is inversely related to the contracted processing deadline based on the contracted processing deadline of the resource processing request;
a third score determination module 630 configured to determine a third score of the resource processing request based on an amount of resources of the resource processing request;
A fourth score determination module 640 configured to calculate a fourth score for the resource processing request based on the first score, the second score, and the third score determined for the resource processing request using the following formula:
D=(A+0.5*log10C)B
Wherein a is the first fraction, B is the second fraction, C is the third fraction, and D is the fourth fraction;
a ranking module 650 is configured to add the resource processing requests to a resource processing request queue and rank the resource processing requests according to a fourth score of the resource processing requests.
According to a third aspect of the present disclosure, there is also provided an electronic device capable of implementing the above method.
Those skilled in the art will appreciate that the various aspects of the invention may be implemented as a system, method, or program product. Accordingly, aspects of the invention may be embodied in the following forms, namely: an entirely hardware embodiment, an entirely software embodiment (including firmware, micro-code, etc.) or an embodiment combining hardware and software aspects may be referred to herein as a "circuit," module "or" system.
An electronic device 700 according to this embodiment of the invention is described below with reference to fig. 7. The electronic device 700 shown in fig. 7 is merely an example, and should not be construed as limiting the functionality and scope of use of embodiments of the present invention.
As shown in fig. 7, the electronic device 700 is embodied in the form of a general purpose computing device. Components of electronic device 700 may include, but are not limited to: the at least one processing unit 710, the at least one memory unit 720, and a bus 730 connecting the different system components, including the memory unit 720 and the processing unit 710.
Wherein the storage unit stores program code that is executable by the processing unit 710 such that the processing unit 710 performs steps according to various exemplary embodiments of the present invention described in the above-described "example methods" section of the present specification.
The memory unit 720 may include readable media in the form of volatile memory units, such as Random Access Memory (RAM) 721 and/or cache memory 722, and may further include Read Only Memory (ROM) 723.
The storage unit 720 may also include a program/utility 724 having a set (at least one) of program modules 725, such program modules 725 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment.
Bus 730 may be a bus representing one or more of several types of bus structures including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 700 may also communicate with one or more external devices 900 (e.g., keyboard, pointing device, bluetooth device, etc.), one or more devices that enable a user to interact with the electronic device 700, and/or any device (e.g., router, modem, etc.) that enables the electronic device 700 to communicate with one or more other computing devices. Such communication may occur through an input/output (I/O) interface 750. Also, electronic device 700 may communicate with one or more networks such as a Local Area Network (LAN), a Wide Area Network (WAN) and/or a public network, such as the Internet, through network adapter 760. As shown, network adapter 760 communicates with other modules of electronic device 700 over bus 730. It should be appreciated that although not shown, other hardware and/or software modules may be used in connection with electronic device 700, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, data backup storage systems, and the like.
From the above description of embodiments, those skilled in the art will readily appreciate that the example embodiments described herein may be implemented in software, or may be implemented in software in combination with the necessary hardware. Thus, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (may be a CD-ROM, a U-disk, a mobile hard disk, etc.) or on a network, including several instructions to cause a computing device (may be a personal computer, a server, a terminal device, or a network device, etc.) to perform the method according to the embodiments of the present disclosure.
According to a fourth aspect of the present disclosure, there is also provided a computer readable storage medium having stored thereon a program product capable of implementing the method described herein above. In some possible embodiments, the various aspects of the invention may also be implemented in the form of a program product comprising program code for causing a terminal device to carry out the steps according to the various exemplary embodiments of the invention as described in the "exemplary methods" section of this specification, when said program product is run on the terminal device.
Referring to fig. 8, a program product 800 for implementing the above-described method according to an embodiment of the present invention is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present invention is not limited thereto, and in this document, a readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium can be, for example, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium would include the following: an electrical connection having one or more wires, a portable disk, a hard disk, random Access Memory (RAM), read-only memory (ROM), erasable programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
The computer readable signal medium may include a data signal propagated in baseband or as part of a carrier wave with readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A readable signal medium may also be any readable medium that is not a readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of remote computing devices, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., connected via the Internet using an Internet service provider).
Furthermore, the above-described drawings are only schematic illustrations of processes included in the method according to the exemplary embodiment of the present invention, and are not intended to be limiting. It will be readily appreciated that the processes shown in the above figures do not indicate or limit the temporal order of these processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, for example, among a plurality of modules.
It is to be understood that the invention is not limited to the precise arrangements and instrumentalities shown in the drawings, which have been described above, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the invention is limited only by the appended claims.

Claims (6)

1. A method for ordering resource processing requests, the method comprising:
when a resource processing request is received, determining a first score of the resource processing request based on the type of the resource processing request and a preset corresponding relation between the type of the resource processing request and a preset score;
Determining a second score of the resource processing request in negative correlation with the contracted processing deadline based on the contracted processing deadline of the resource processing request, wherein the second score is greater than or equal to 1, and the contracted processing deadline is the time limit when an agreed processor of the resource processing request is to process the resource processing request;
determining a third score for the resource processing request based on an amount of resources of the resource processing request;
calculating a fourth score of the resource processing request according to the first score, the second score and the third score determined for the resource processing request by using the following formula:
Wherein a is the first fraction, B is the second fraction, C is the third fraction, and D is the fourth fraction;
Adding the resource processing request to a resource processing request queue, and sequencing the resource processing requests according to a fourth score of the resource processing requests, wherein the resource processing requests correspond to types;
any resource processing request is taken from the resource processing request queue, and the difference value between the appointed processing deadline and the current time of the resource processing request is obtained;
Acquiring the type and the resource quantity of each resource processing request arranged in the resource processing request queue before the resource processing request;
Acquiring the ratio of the historical processing time of each type of resource processing request to the resource amount;
multiplying the resource amount of each resource processing request and the ratio of the historical processing time of the corresponding type of resource processing request to the resource amount to obtain the predicted processing time of each resource processing request queued in the resource processing request queue before the resource processing request;
determining a sum of estimated processing times for all resource processing requests queued prior to the resource processing request in the resource processing request queue;
if the difference is smaller than the sum, adjusting a fourth score of the resource processing requests, and reordering all the resource processing requests in the resource processing request queue so that the difference is greater than or equal to the sum;
In response to receiving a request to modify the fourth score, returning a page to the sender of the request that modifies the fourth score so that the sender of the request modifies the fourth score of resource processing requests through the page, the page containing each resource processing request that the resource processing request queue is queuing and a fourth score corresponding to each resource processing request;
Receiving an instruction for modifying the fourth score through a page for modifying the fourth score, wherein the instruction comprises the modified fourth score and a resource processing request corresponding to the modified fourth score;
pre-ordering the resource processing requests in the resource processing request queue according to the modified fourth score and the resource processing requests corresponding to the modified fourth score;
Acquiring resource processing requests influenced by the resource processing requests corresponding to the fourth fraction after being sequenced from other resource processing requests except the resource processing request corresponding to the fourth fraction after being modified in a pre-sequenced resource processing request queue as influenced resource processing requests, wherein, for each influenced resource processing request, the resource processing request which influences the sequencing of the influenced resource processing request in the resource processing request corresponding to the fourth fraction after being modified is an influence resource processing request corresponding to the influenced resource processing request;
For each affected resource processing request, sending reminding information to a sender of the affected resource processing request, so that the sender of the affected resource processing request determines whether to allow the affected resource processing request corresponding to the affected resource processing request to influence the ordering of the affected resource processing request by modifying a fourth score according to the reminding information;
for each influencing resource processing request, acquiring a final fourth score of the influencing resource processing request according to the determined result of the reminding information by the sender of each influenced resource processing request corresponding to the influencing resource processing request;
and sequencing the resource processing requests in the resource processing request queue according to each influencing resource processing request and the corresponding final fourth score.
2. The method of claim 1, wherein the returning, in response to receiving the request to modify the fourth score, the page to modify the fourth score to the sender of the request so that the sender of the request processes the fourth score of the request through the page modification resource comprises:
in response to receiving a request to modify the fourth score, obtaining rights of a sender of the request;
And returning a page used for modifying the fourth score and containing the resource processing request meeting the authority in a resource processing request queue to the sender of the request, so that the sender of the request modifies the fourth score of the resource processing request meeting the authority in the resource processing request queue through the page.
3. The method of claim 1, wherein each resource processing request added to a resource processing request queue calculates a corresponding fourth score, wherein adding the resource processing request to a resource processing request queue and ordering the resource processing requests according to the fourth score of the resource processing request comprises:
adding the resource processing request to a resource processing request queue;
A preset fourth score sorting interval is obtained, wherein the preset fourth score sorting interval is a plurality of intervals in which the space where the fourth score is located is divided according to the sequence from the big to the small of the fourth score, and the fourth score of each resource processing request existing in the resource processing request queue belongs to one fourth score sorting interval;
Sequencing all the resource processing requests added to the resource processing request queue according to the order from the large score to the small score;
And randomly sequencing the resource processing requests belonging to the same fourth fractional sequencing interval in the sequenced resource processing requests.
4. An apparatus for ordering resource processing requests, the apparatus comprising:
A first score determining module configured to determine, when a resource processing request is received, a first score of the resource processing request based on a type of the resource processing request and a preset correspondence between the type of the resource processing request and a predetermined score;
A second score determination module configured to determine a second score of the resource processing request that is inversely related to a contracted processing deadline of the resource processing request based on the contracted processing deadline, wherein the second score is greater than or equal to 1, the contracted processing deadline being a time limit for a processor of the resource processing request to agree on to process the resource processing request;
a third score determination module configured to determine a third score of the resource processing request based on an amount of resources of the resource processing request;
a fourth score determination module configured to calculate a fourth score for the resource processing request using the following formula based on the first score, the second score, and the third score determined for the resource processing request:
Wherein a is the first fraction, B is the second fraction, C is the third fraction, and D is the fourth fraction;
the sorting module is configured to add the resource processing request to a resource processing request queue, and sort the resource processing request according to a fourth score of the resource processing request, wherein the resource processing request corresponds to a type;
after adding the resource processing request to a resource processing request queue and ordering the resource processing request according to a fourth score of the resource processing request, the apparatus is further configured to:
any resource processing request is taken from the resource processing request queue, and the difference value between the appointed processing deadline and the current time of the resource processing request is obtained;
Acquiring the type and the resource quantity of each resource processing request arranged in the resource processing request queue before the resource processing request;
Acquiring the ratio of the historical processing time of each type of resource processing request to the resource amount;
multiplying the resource amount of each resource processing request and the ratio of the historical processing time of the corresponding type of resource processing request to the resource amount to obtain the predicted processing time of each resource processing request queued in the resource processing request queue before the resource processing request;
determining a sum of estimated processing times for all resource processing requests queued prior to the resource processing request in the resource processing request queue;
if the difference is smaller than the sum, adjusting a fourth score of the resource processing requests, and reordering all the resource processing requests in the resource processing request queue so that the difference is greater than or equal to the sum;
The apparatus is further configured to:
In response to receiving a request to modify the fourth score, returning a page to the sender of the request that modifies the fourth score so that the sender of the request modifies the fourth score of resource processing requests through the page, the page containing each resource processing request that the resource processing request queue is queuing and a fourth score corresponding to each resource processing request;
Receiving an instruction for modifying the fourth score through a page for modifying the fourth score, wherein the instruction comprises the modified fourth score and a resource processing request corresponding to the modified fourth score;
pre-ordering the resource processing requests in the resource processing request queue according to the modified fourth score and the resource processing requests corresponding to the modified fourth score;
Acquiring resource processing requests influenced by the resource processing requests corresponding to the fourth fraction after being sequenced from other resource processing requests except the resource processing request corresponding to the fourth fraction after being modified in a pre-sequenced resource processing request queue as influenced resource processing requests, wherein, for each influenced resource processing request, the resource processing request which influences the sequencing of the influenced resource processing request in the resource processing request corresponding to the fourth fraction after being modified is an influence resource processing request corresponding to the influenced resource processing request;
For each affected resource processing request, sending reminding information to a sender of the affected resource processing request, so that the sender of the affected resource processing request determines whether to allow the affected resource processing request corresponding to the affected resource processing request to influence the ordering of the affected resource processing request by modifying a fourth score according to the reminding information;
for each influencing resource processing request, acquiring a final fourth score of the influencing resource processing request according to the determined result of the reminding information by the sender of each influenced resource processing request corresponding to the influencing resource processing request;
and sequencing the resource processing requests in the resource processing request queue according to each influencing resource processing request and the corresponding final fourth score.
5. A computer readable program medium, characterized in that it stores computer program instructions, which when executed by a computer, cause the computer to perform the method according to any of claims 1 to 3.
6. An electronic device, the electronic device comprising:
A processor;
A memory having stored thereon computer readable instructions which, when executed by the processor, implement the method of any of claims 1 to 3.
CN201910853974.7A 2019-09-10 2019-09-10 Sequencing method, device, medium and electronic equipment for resource processing requests Active CN110688222B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910853974.7A CN110688222B (en) 2019-09-10 2019-09-10 Sequencing method, device, medium and electronic equipment for resource processing requests

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910853974.7A CN110688222B (en) 2019-09-10 2019-09-10 Sequencing method, device, medium and electronic equipment for resource processing requests

Publications (2)

Publication Number Publication Date
CN110688222A CN110688222A (en) 2020-01-14
CN110688222B true CN110688222B (en) 2024-06-21

Family

ID=69107880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910853974.7A Active CN110688222B (en) 2019-09-10 2019-09-10 Sequencing method, device, medium and electronic equipment for resource processing requests

Country Status (1)

Country Link
CN (1) CN110688222B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6658485B1 (en) * 1998-10-19 2003-12-02 International Business Machines Corporation Dynamic priority-based scheduling in a message queuing system
CN1941945A (en) * 2005-09-26 2007-04-04 华为技术有限公司 Method for informing column variant information to users
CN109491801A (en) * 2018-09-27 2019-03-19 平安科技(深圳)有限公司 Micro services access scheduling method, apparatus, medium and electronic equipment
CN109947532A (en) * 2019-03-01 2019-06-28 中山大学 A kind of big data method for scheduling task in education cloud platform

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107291548B (en) * 2016-03-31 2021-04-13 阿里巴巴集团控股有限公司 Task resource scheduling method and device
CN105868420A (en) * 2016-06-08 2016-08-17 腾讯科技(深圳)有限公司 Network resource loading mode configuration method and device
CN110109752A (en) * 2019-04-12 2019-08-09 平安普惠企业管理有限公司 A kind of method for allocating tasks, device, electronic equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6658485B1 (en) * 1998-10-19 2003-12-02 International Business Machines Corporation Dynamic priority-based scheduling in a message queuing system
CN1941945A (en) * 2005-09-26 2007-04-04 华为技术有限公司 Method for informing column variant information to users
CN109491801A (en) * 2018-09-27 2019-03-19 平安科技(深圳)有限公司 Micro services access scheduling method, apparatus, medium and electronic equipment
CN109947532A (en) * 2019-03-01 2019-06-28 中山大学 A kind of big data method for scheduling task in education cloud platform

Also Published As

Publication number Publication date
CN110688222A (en) 2020-01-14

Similar Documents

Publication Publication Date Title
CN109491801B (en) Micro-service access scheduling method, micro-service access scheduling device, medium and electronic equipment
CN110413595B (en) Data migration method applied to distributed database and related device
CN109508326B (en) Method, device and system for processing data
US11314451B2 (en) Method and apparatus for storing data
CN111258978B (en) Data storage method
KR102555607B1 (en) Method and apparatus for annotating data, device, storage medium and computer program
CN111935227A (en) Method for uploading file through browser, browser and electronic equipment
CN111383100A (en) Risk model-based full life cycle management and control method and device
CN110019437A (en) A kind of method and system exporting data
CN111858586B (en) Data processing method and device
CN112631924A (en) Automatic testing method and device, computer equipment and storage medium
US20160188717A1 (en) Network crawling prioritization
CN110784336A (en) Multi-device intelligent timing delay scene setting method and system based on Internet of things
CN110321252B (en) Skill service resource scheduling method and device
CN111044062B (en) Path planning and recommending method and device
US20090138510A1 (en) Method and apparatus for associating help desk ticket with affected data processing system
CN111427899A (en) Method, device, equipment and computer readable medium for storing file
CN114116682A (en) Method, device, system, equipment and medium for migrating satellite telemetry data
CN113312355A (en) Data management method and device
US20190197186A1 (en) Computer-implemented methods, systems comprising computer-readable media, and electronic devices for automated transcode lifecycle buffering
CN110688222B (en) Sequencing method, device, medium and electronic equipment for resource processing requests
CN111291045A (en) Service isolation data transmission method and device, computer equipment and storage medium
CN112965745B (en) System access method, device, equipment and computer readable medium
CN114253922A (en) Resource directory management method, resource management method, device, equipment and medium
CN114048059A (en) Method and device for adjusting timeout time of interface, computer equipment and storage medium

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