CN113064588B - Command arranging method, device and computer readable medium - Google Patents

Command arranging method, device and computer readable medium Download PDF

Info

Publication number
CN113064588B
CN113064588B CN202110370415.8A CN202110370415A CN113064588B CN 113064588 B CN113064588 B CN 113064588B CN 202110370415 A CN202110370415 A CN 202110370415A CN 113064588 B CN113064588 B CN 113064588B
Authority
CN
China
Prior art keywords
execution
user
component
command
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
CN202110370415.8A
Other languages
Chinese (zh)
Other versions
CN113064588A (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.)
Inspur General Software Co Ltd
Original Assignee
Inspur General Software 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 Inspur General Software Co Ltd filed Critical Inspur General Software Co Ltd
Priority to CN202110370415.8A priority Critical patent/CN113064588B/en
Publication of CN113064588A publication Critical patent/CN113064588A/en
Application granted granted Critical
Publication of CN113064588B publication Critical patent/CN113064588B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The invention provides a command arranging method, a device and a computer readable medium. Receiving a new request input by a user; displaying at least one service class and at least one executing component corresponding to each service class according to the newly-built request, wherein each executing component is used for executing a computer instruction which is not repeated with other executing components; receiving an arrangement request sent by a user, wherein the arrangement request comprises at least one group of keywords input by the user, and each group of keywords corresponds to an execution component; extracting corresponding at least one execution component from at least one service class according to the keyword; receiving an execution sequence sent by a user; and arranging the extracted at least one execution component according to the execution sequence to obtain the command. The scheme of the invention can improve the efficiency of software development.

Description

Command arranging method, device and computer readable medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a command arranging method, device and computer readable medium.
Background
In the field of software development, when developing commands, a developer can transfer each operation in an event processor to complete a series of complex operations through one command, and can complete a complex service by transferring each operation.
However, generally, a command cannot be changed at will after development is completed, when different services are faced, the same command cannot be used to execute corresponding operations, secondary developers or enforcers cannot modify the command based on the existing command, and the developer is required to modify the command again, so that the efficiency of software development is reduced.
Disclosure of Invention
The embodiment of the invention provides a command arranging method, a device and a computer readable medium, which can improve the efficiency of software development.
In a first aspect, an embodiment of the present invention provides a command orchestration method, including:
receiving a new request input by a user;
displaying at least one service class and at least one executing component corresponding to each service class according to the newly-built request, wherein each executing component is used for executing a computer instruction which is not repeated with other executing components;
receiving an arrangement request sent by a user, wherein the arrangement request comprises at least one group of keywords input by the user, and each group of keywords corresponds to an execution component;
extracting corresponding at least one execution component from at least one service class according to the keyword;
receiving an execution sequence sent by a user;
and arranging the extracted at least one execution component according to the execution sequence to obtain the command.
Preferably, the method comprises the steps of,
before receiving the new request input by the user, the method further comprises the following steps:
determining execution logic corresponding to each service class;
determining execution logic for each pre-written execution means for executing the computer instructions;
each execution component is classified as a corresponding service class according to the execution logic of the computer instructions and the execution logic of each service class.
Preferably, the method comprises the steps of,
the extracting, according to the keyword, the corresponding at least one execution component from the at least one service class includes:
calculating a matching score for each execution means using the keyword and the execution means extracted frequency data;
selecting the first L execution components with the matching scores from high to low to generate a component list, wherein L is a positive integer greater than or equal to 1;
and extracting the execution component selected by a user from the construction list.
Preferably, the method comprises the steps of,
the execution component is constructed by the following method:
determining the name of the current execution component;
writing codes corresponding to the computer instructions executed by the execution component according to a preset programming language;
and packaging the codes to obtain the current execution component.
Preferably, the method comprises the steps of,
further comprises:
receiving an adjustment instruction input by a user, wherein the adjustment instruction comprises a target command to be adjusted and an adjustment request;
and adjusting the target command according to the adjustment request.
Preferably, the method comprises the steps of,
said adjustment request including at least one set of said keywords;
when the adjustment request is an addition request, the adjusting the target command according to the adjustment request includes:
extracting at least one corresponding execution component to be added from at least one service class according to the at least one group of keywords;
receiving an adding sequence sent by a user;
according to the adding sequence, adding the at least one execution member to be added to the target command to obtain an adjusted target instruction;
when the adjustment request is a deletion request, the adjusting the target command according to the adjustment request includes:
determining at least one execution member to be deleted corresponding to the target instruction according to the at least one group of keywords;
deleting the execution firmware to be deleted from the target instruction to obtain an adjusted target instruction.
In a second aspect, an embodiment of the present invention provides a command orchestration device based on the command orchestration method according to any one of the first aspects, including:
the first receiving module is used for receiving a new request input by a user;
the display module is used for displaying at least one service class and at least one execution component corresponding to each service class according to the newly-built request, and each execution component is used for executing a computer instruction which is not repeated with other execution components;
the second receiving module is used for receiving an arrangement request sent by a user, wherein the arrangement request comprises at least one group of keywords input by the user, and each group of keywords corresponds to one execution member;
a processing module for extracting a corresponding at least one execution component from at least one service class according to the keyword; receiving an execution sequence sent by a user; and arranging the extracted at least one execution component according to the execution sequence to obtain the command.
Preferably, the method comprises the steps of,
the processing module, when executing the extraction of the corresponding at least one executing component from the at least one service class according to the keyword, specifically executes:
calculating a matching score for each execution means using the keyword and the execution means extracted frequency data;
selecting the first L execution components with the matching scores from high to low to generate a component list, wherein L is a positive integer greater than or equal to 1;
extracting the execution components selected by a user from the construction list;
preferably, the method comprises the steps of,
the processing module is further configured to perform:
receiving an adjustment instruction input by a user, wherein the adjustment instruction comprises a target command to be adjusted and an adjustment request;
adjusting the target command according to the adjustment request;
when the adjustment request is an addition request, the adjusting the target command according to the adjustment request includes:
extracting at least one corresponding execution component to be added from at least one service class according to the at least one group of keywords;
receiving an adding sequence sent by a user;
according to the adding sequence, adding the at least one execution member to be added to the target command to obtain an adjusted target instruction;
when the adjustment request is a deletion request, the adjusting the target command according to the adjustment request includes:
determining at least one execution member to be deleted corresponding to the target instruction according to the at least one group of keywords;
deleting the execution firmware to be deleted from the target instruction to obtain an adjusted target instruction.
In a third aspect, an embodiment of the present invention provides a command orchestration device, including: at least one memory and at least one processor;
the at least one memory for storing a machine readable program;
the at least one processor is configured to invoke the machine readable program to perform the method of any of the first aspects.
In a fourth aspect, embodiments of the present invention provide a computer readable medium having stored thereon computer instructions which, when executed by a processor, cause the processor to perform the method of any of the first aspects above.
The embodiment of the invention provides a command arranging method, a device and a computer readable medium. When receiving the new request, at least one service class and at least one execution component corresponding to each service class are displayed to the user for the user to refer to and select. When a user valve scheduling request is received, extracting corresponding execution components from the service classification according to at least one group of keywords included in the scheduling request, and scheduling the execution components according to the execution sequence to obtain a scheduling completed command. In the embodiment of the invention, when arranging the command, the user only needs to search a plurality of required execution components through keywords and determine the arranging sequence of the execution components, and the command arranging is finished like building blocks, so that the defect that the command cannot be changed at will after development is finished and needs to be revised by a developer when facing different service scenes is overcome, and the user can select the adaptive execution components to arrange the command according to different use scenes, thereby improving the efficiency of software development.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a command orchestration method according to one embodiment of the present invention;
FIG. 2 is a flow chart of another command orchestration method according to one embodiment of the present invention;
fig. 3 is a schematic diagram of a command orchestration device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments, and all other embodiments obtained by those skilled in the art without making any inventive effort based on the embodiments of the present invention are within the scope of protection of the present invention.
As described above, in the field of software development, when developing commands, a developer may transfer each operation in an event processor to complete a series of complex operations through one command, and may complete a complex service by transferring each operation. However, generally, a command cannot be changed at will after development is completed, when different services are faced, the same command cannot be used to execute corresponding operations, secondary developers or enforcers cannot modify the command based on the existing command, and the developer is required to modify the command again, so that the efficiency of software development is reduced.
The following describes in detail a command orchestration method, device and computer-readable medium according to various embodiments of the present invention with reference to the accompanying drawings.
As shown in fig. 1, an embodiment of the present invention provides a command orchestration method, the method comprising the steps of:
step 101: receiving a new request input by a user; displaying at least one service class and at least one executing component corresponding to each service class according to the newly-built request, wherein each executing component is used for executing a computer instruction which is not repeated with other executing components;
step 102: receiving an arrangement request sent by a user, wherein the arrangement request comprises at least one group of keywords input by the user, and each group of keywords corresponds to an execution component;
step 103: extracting corresponding at least one execution component from at least one service class according to the keyword;
step 104: receiving an execution sequence sent by a user; and arranging the extracted at least one execution component according to the execution sequence to obtain the command.
In the embodiment of the invention, at first, when a new request is received, at least one service class and at least one execution component corresponding to each service class are displayed to a user for the user to refer to and select. When a user valve scheduling request is received, extracting corresponding execution components from the service classification according to at least one group of keywords included in the scheduling request, and scheduling the execution components according to the execution sequence to obtain a scheduling completed command. In the embodiment of the invention, when arranging the command, the user only needs to search a plurality of required execution components through keywords and determine the arranging sequence of the execution components, and the command arranging is finished like building blocks, so that the defect that the command cannot be changed at will after development is finished and needs to be revised by a developer when facing different service scenes is overcome, and the user can select the adaptive execution components to arrange the command according to different use scenes, thereby improving the efficiency of software development.
Specifically, the program needs to interact with the user through the interface, when the user clicks a button or other area on the interface, the program captures an event and executes a corresponding method, and a developer can transfer each method in the event processor to complete a series of complex operations, such as sending a UDP packet and saving data to a database. A complex service can be accomplished by tuning the individual operations. However, the business is not constant, and the development mode cannot enable on-site two-way personnel, implementation personnel and the like to expand own logic. According to the scheme provided by the embodiment of the invention, even for product developers, second-party personnel and implementation personnel who are not skilled in writing and modifying commands, different execution members can be selected according to different service scenes to realize corresponding services, a specific implementation mode is not required to be considered, the use is simple, the learning cost is low, and the commands wanted by a user can be obtained quickly.
In an embodiment of the present invention, before receiving the new request input by the user, the method further includes:
determining execution logic corresponding to each service class;
determining execution logic for each pre-written execution means for executing the computer instructions;
each execution component is classified as a corresponding service class according to the execution logic of the computer instructions and the execution logic of each service class.
Specifically, each service class corresponds to an execution logic that facilitates user selection of its corresponding execution member. For example, where the execution logic is an entity service, the service classification may include a save execution component and an update execution component, both of which are entity services. The name of the save execution component is save, which is used for calling the back-end save interface. The update execution component is named update and is used for updating entity data.
In an embodiment of the present invention, the extracting, according to the keyword, the corresponding at least one execution component from at least one service class includes:
calculating a matching score for each execution means using the keyword and the execution means extracted frequency data;
selecting the first L execution components with the matching scores from high to low to generate a component list, wherein L is a positive integer greater than or equal to 1;
and extracting the execution component selected by a user from the construction list.
Specifically, when the user belongs to the keyword of the search execution member, since the input search condition may not be a related term, the search purpose of the user cannot be accurately expressed, and thus the search result is likely not obtained by searching the execution member completely corresponding to the search condition, and thus, there is a possibility that the firmware cannot be found. Therefore, fuzzy query processing is carried out on keywords input by a user, the matching score of each execution member is calculated by combining the extracted frequency of each execution member, and L execution members with higher scores are displayed to the user in a construction list mode, so that the user can conveniently select the keyword.
In one embodiment of the present invention, the execution means is constructed by:
determining the name of the current execution component;
writing codes corresponding to the computer instructions executed by the execution component according to a preset programming language;
and packaging the codes to obtain the current execution component.
Specifically, since the user performing command orchestration may not be familiar with how to implement the related functions by writing the code, in the preparation work in the early stage, the related professional needs to construct the execution component before, first determine the name of the component, such as "save" mentioned in the foregoing, and then program according to the computer instruction executed by the execution firmware, such as the save execution component, to call the back-end save interface, so that the code for calling the back-end save interface is written, and the code is packaged into the save execution component.
In an embodiment of the present invention, the method further comprises:
receiving an adjustment instruction input by a user, wherein the adjustment instruction comprises a target command to be adjusted and an adjustment request;
and adjusting the target command according to the adjustment request.
Said adjustment request including at least one set of said keywords;
when the adjustment request is an addition request, the adjusting the target command according to the adjustment request includes:
extracting at least one corresponding execution component to be added from at least one service class according to the at least one group of keywords;
receiving an adding sequence sent by a user;
according to the adding sequence, adding the at least one execution member to be added to the target command to obtain an adjusted target instruction;
when the adjustment request is a deletion request, the adjusting the target command according to the adjustment request includes:
determining at least one execution member to be deleted corresponding to the target instruction according to the at least one group of keywords;
deleting the execution firmware to be deleted from the target instruction to obtain an adjusted target instruction.
Specifically, when an existing command needs to be adjusted, the adjustment can be realized by adding or deleting an execution member. For example, the user needs more functions in a new application scene, the current command is not applicable any more, and more execution components are needed; or some execution components are redundant in the current application scene, the current application scene can be processed without redundant execution components, and the speed of executing the command can be slowed down due to the fact that the redundant execution components are reversed. When the execution components need to be added, searching is carried out by inputting keywords, when the execution components to be added are determined, the sequence of the execution components to be added is determined, and the execution components to be added are added into the target command according to the sequence. When the execution component needs to be deleted, determining the execution firmware to be deleted from the target command, and obtaining a new target instruction after deleting.
The following describes the command arranging method according to the present invention in detail in connection with a preferred embodiment of the present invention:
as shown in FIG. 2, an embodiment of the present invention provides a command orchestration method comprising the following
Step 201: receiving a new request input by a user, and displaying at least one service class and execution firmware corresponding to each service class;
specifically, the user wants to create a form save command, submit a new request, and browse the displayed execution firmware;
step 202: extracting corresponding execution components according to the arrangement request;
specifically, the form save command needs to use three execution components, namely an end edit service type endEdit execution component for ending the edit, and a save execution component and update execution firmware of an entity service type for calling a back-end save interface and updating entity data, respectively.
Step 203: and arranging the endEdit execution component, the save execution component and the update execution firmware according to the execution sequence to obtain a form preservation command.
Specifically, in order to realize form saving, it is necessary to finish editing the form first, then call the back-end save interface to save, and finally update the entity data, so that the execution sequence is 1, the endEdit execution component 2, the save execution component 3, and the update execution firmware, and the form save command is formed by arranging according to the sequence.
In summary, according to the command arranging method provided by the embodiment of the invention, different execution components are classified according to service classifications, and when a user arranges own commands, the user can find the corresponding execution components through searching. When the user arranges the command, only the required execution component is needed to search, and the command arrangement is completed like building blocks, so that the method provides a simple and quick command arrangement mode for the user, reduces the difficulty of developing business documents for developers, implementation personnel and after-sales personnel, is quick in operation, has low learning cost and has good popularization and use values.
As shown in fig. 3, on the basis of fig. 1, an embodiment of the present invention provides a command orchestration device, including:
a first receiving module 301, configured to receive a new request input by a user;
a display module 302, configured to display at least one service class and at least one executing component corresponding to each service class, where each executing component is configured to execute a computer instruction that is not repeated by other executing components;
a second receiving module 303, configured to receive an arrangement request sent by a user, where the arrangement request includes at least one set of keywords input by the user, and each set of keywords corresponds to an execution component;
a processing module 304, configured to extract, according to the keyword, at least one corresponding execution component from at least one service class; receiving an execution sequence sent by a user; and arranging the extracted at least one execution component according to the execution sequence to obtain the command.
In one embodiment of the present invention, the processing module 304, when executing the extraction of the corresponding at least one execution component from the at least one service class according to the keyword, specifically executes:
calculating a matching score for each execution means using the keyword and the execution means extracted frequency data;
selecting the first L execution components with the matching scores from high to low to generate a component list, wherein L is a positive integer greater than or equal to 1;
extracting the execution components selected by a user from the construction list;
in an embodiment of the present invention, the processing module 304 is further configured to perform:
receiving an adjustment instruction input by a user, wherein the adjustment instruction comprises a target command to be adjusted and an adjustment request;
adjusting the target command according to the adjustment request;
when the adjustment request is an addition request, the adjusting the target command according to the adjustment request includes:
extracting at least one corresponding execution component to be added from at least one service class according to the at least one group of keywords;
receiving an adding sequence sent by a user;
according to the adding sequence, adding the at least one execution member to be added to the target command to obtain an adjusted target instruction;
when the adjustment request is a deletion request, the adjusting the target command according to the adjustment request includes:
determining at least one execution member to be deleted corresponding to the target instruction according to the at least one group of keywords;
deleting the execution firmware to be deleted from the target instruction to obtain an adjusted target instruction.
It will be appreciated that the structure illustrated in the embodiments of the present invention does not constitute a specific limitation on the command orchestration device. In other embodiments of the invention, the command orchestration device may comprise more or fewer components than shown, or may combine certain components, or split certain components, or a different arrangement of components. The illustrated components may be implemented in hardware, software, or a combination of software and hardware.
The content of information interaction and execution process between the units in the device is based on the same conception as the embodiment of the method of the present invention, and specific content can be referred to the description in the embodiment of the method of the present invention, which is not repeated here.
The present invention also provides a computer readable medium storing instructions for causing a computer to perform a command orchestration method as described herein. Specifically, a system or apparatus provided with a storage medium on which a software program code realizing the functions of any of the above embodiments is stored, and a computer (or CPU or MPU) of the system or apparatus may be caused to read out and execute the program code stored in the storage medium.
In this case, the program code itself read from the storage medium may realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code form part of the present invention.
Examples of the storage medium for providing the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD+RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer by a communication network.
Further, it should be apparent that the functions of any of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform part or all of the actual operations based on the instructions of the program code.
Further, it is understood that the program code read out by the storage medium is written into a memory provided in an expansion board inserted into a computer or into a memory provided in an expansion unit connected to the computer, and then a CPU or the like mounted on the expansion board or the expansion unit is caused to perform part and all of actual operations based on instructions of the program code, thereby realizing the functions of any of the above embodiments.
It should be noted that not all the steps and modules in the above flowcharts and the system configuration diagrams are necessary, and some steps or modules may be omitted according to actual needs. The execution sequence of the steps is not fixed and can be adjusted as required. The system structure described in the above embodiments may be a physical structure or a logical structure, that is, some modules may be implemented by the same physical entity, or some modules may be implemented by multiple physical entities, or may be implemented jointly by some components in multiple independent devices.
In the above embodiments, the hardware unit may be mechanically or electrically implemented. For example, a hardware unit may include permanently dedicated circuitry or logic (e.g., a dedicated processor, FPGA, or ASIC) to perform the corresponding operations. The hardware unit may also include programmable logic or circuitry (e.g., a general-purpose processor or other programmable processor) that may be temporarily configured by software to perform the corresponding operations. The particular implementation (mechanical, or dedicated permanent, or temporarily set) may be determined based on cost and time considerations.
While the invention has been illustrated and described in detail in the drawings and in the preferred embodiments, the invention is not limited to the disclosed embodiments, and it will be appreciated by those skilled in the art that the code audits of the various embodiments described above may be combined to produce further embodiments of the invention, which are also within the scope of the invention.

Claims (4)

1. A method of command orchestration, comprising:
receiving a new request input by a user;
displaying at least one service class and at least one executing component corresponding to each service class according to the newly-built request, wherein each executing component is used for executing a computer instruction which is not repeated with other executing components;
receiving an arrangement request sent by a user, wherein the arrangement request comprises at least one group of keywords input by the user, and each group of keywords corresponds to an execution component;
extracting corresponding at least one execution component from at least one service class according to the keyword;
receiving an execution sequence sent by a user;
arranging the extracted at least one execution component according to the execution sequence to obtain the command;
before receiving the new request input by the user, the method further comprises the following steps:
determining execution logic corresponding to each service class;
determining execution logic for each pre-written execution means for executing the computer instructions;
classifying each execution component as a corresponding service class according to the execution logic of the computer instructions and the execution logic of each service class;
the extracting, according to the keyword, the corresponding at least one execution component from the at least one service class includes:
calculating a matching score for each execution means using the keyword and the execution means extracted frequency data;
selecting the first L execution components with the matching scores from high to low to generate a component list, wherein L is a positive integer greater than or equal to 1;
extracting the execution components selected by a user from the component list;
the execution component is constructed by the following method:
determining the name of the current execution component;
writing codes corresponding to the computer instructions executed by the execution component according to a preset programming language;
packaging the codes to obtain the current execution component;
further comprises:
receiving an adjustment instruction input by a user, wherein the adjustment instruction comprises a target command to be adjusted and an adjustment request;
adjusting the target command according to the adjustment request;
said adjustment request including at least one set of said keywords;
when the adjustment request is an addition request, the adjusting the target command according to the adjustment request includes:
extracting at least one corresponding execution component to be added from at least one service class according to the at least one group of keywords;
receiving an adding sequence sent by a user;
according to the adding sequence, adding the at least one execution member to be added to the target command to obtain an adjusted target instruction;
when the adjustment request is a deletion request, the adjusting the target command according to the adjustment request includes:
determining at least one execution member to be deleted corresponding to the target instruction according to the at least one group of keywords;
deleting the execution firmware to be deleted from the target instruction to obtain an adjusted target instruction.
2. The command arranging apparatus of the command arranging method according to claim 1, comprising:
the first receiving module is used for receiving a new request input by a user;
the display module is used for displaying at least one service class and at least one execution component corresponding to each service class, and each execution component is used for executing a computer instruction which is not repeated by other execution components;
the second receiving module is used for receiving an arrangement request sent by a user, wherein the arrangement request comprises at least one group of keywords input by the user, and each group of keywords corresponds to one execution member;
a processing module for extracting a corresponding at least one execution component from at least one service class according to the keyword; receiving an execution sequence sent by a user; arranging the extracted at least one execution component according to the execution sequence to obtain the command;
the processing module, when executing the extraction of the corresponding at least one executing component from the at least one service class according to the keyword, specifically executes:
calculating a matching score for each execution means using the keyword and the execution means extracted frequency data;
selecting the first L execution components with the matching scores from high to low to generate a component list, wherein L is a positive integer greater than or equal to 1;
extracting the execution components selected by a user from the component list;
and/or the number of the groups of groups,
the processing module is further configured to perform:
receiving an adjustment instruction input by a user, wherein the adjustment instruction comprises a target command to be adjusted and an adjustment request;
adjusting the target command according to the adjustment request;
when the adjustment request is an addition request, the adjusting the target command according to the adjustment request includes:
extracting at least one corresponding execution component to be added from at least one service class according to the at least one group of keywords;
receiving an adding sequence sent by a user;
according to the adding sequence, adding the at least one execution member to be added to the target command to obtain an adjusted target instruction;
when the adjustment request is a deletion request, the adjusting the target command according to the adjustment request includes:
determining at least one execution member to be deleted corresponding to the target instruction according to the at least one group of keywords;
deleting the execution firmware to be deleted from the target instruction to obtain an adjusted target instruction.
3. Command orchestration device, characterized in that it comprises: at least one memory and at least one processor;
the at least one memory for storing a machine readable program;
said at least one processor for invoking said machine readable program to perform the method of claim 1.
4. A computer readable medium having stored thereon computer instructions which, when executed by a processor, cause the processor to perform the method of claim 1.
CN202110370415.8A 2021-04-07 2021-04-07 Command arranging method, device and computer readable medium Active CN113064588B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110370415.8A CN113064588B (en) 2021-04-07 2021-04-07 Command arranging method, device and computer readable medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110370415.8A CN113064588B (en) 2021-04-07 2021-04-07 Command arranging method, device and computer readable medium

Publications (2)

Publication Number Publication Date
CN113064588A CN113064588A (en) 2021-07-02
CN113064588B true CN113064588B (en) 2024-01-30

Family

ID=76566034

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110370415.8A Active CN113064588B (en) 2021-04-07 2021-04-07 Command arranging method, device and computer readable medium

Country Status (1)

Country Link
CN (1) CN113064588B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109165020A (en) * 2018-07-25 2019-01-08 山东中创软件商用中间件股份有限公司 Using method of combination, device, equipment and computer readable storage medium
CN109637529A (en) * 2018-11-01 2019-04-16 平安科技(深圳)有限公司 Voice-based functional localization method, apparatus, computer equipment and storage medium
CN109783081A (en) * 2018-12-27 2019-05-21 百富计算机技术(深圳)有限公司 A kind of development approach of application program, device and Integrated Development Tool
CN110288324A (en) * 2019-06-28 2019-09-27 深圳前海微众银行股份有限公司 A kind of generation of service code executes method and device
CN110780870A (en) * 2019-10-29 2020-02-11 中国建设银行股份有限公司 Service execution method, device, equipment and storage medium
CN111966335A (en) * 2020-08-20 2020-11-20 支付宝(杭州)信息技术有限公司 Platform creation method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109165020A (en) * 2018-07-25 2019-01-08 山东中创软件商用中间件股份有限公司 Using method of combination, device, equipment and computer readable storage medium
CN109637529A (en) * 2018-11-01 2019-04-16 平安科技(深圳)有限公司 Voice-based functional localization method, apparatus, computer equipment and storage medium
CN109783081A (en) * 2018-12-27 2019-05-21 百富计算机技术(深圳)有限公司 A kind of development approach of application program, device and Integrated Development Tool
CN110288324A (en) * 2019-06-28 2019-09-27 深圳前海微众银行股份有限公司 A kind of generation of service code executes method and device
CN110780870A (en) * 2019-10-29 2020-02-11 中国建设银行股份有限公司 Service execution method, device, equipment and storage medium
CN111966335A (en) * 2020-08-20 2020-11-20 支付宝(杭州)信息技术有限公司 Platform creation method and device

Also Published As

Publication number Publication date
CN113064588A (en) 2021-07-02

Similar Documents

Publication Publication Date Title
US10970097B2 (en) Adaptive web-based robotic process automation
CN108920135B (en) User-defined service generation method and device, computer equipment and storage medium
CN110164435A (en) Audio recognition method, device, equipment and computer readable storage medium
JPWO2018180970A1 (en) INFORMATION PROCESSING SYSTEM, FEATURE EXPLANATION METHOD, AND FEATURE EXPLANATION PROGRAM
CN110389898A (en) Acquisition methods, device, terminal and the computer readable storage medium of Test Strategy
WO2020155740A1 (en) Information query method and apparatus, and computer device and storage medium
CN111475694A (en) Data processing method, device, terminal and storage medium
CN112906206B (en) Digital twin model construction method and device
JP2022538702A (en) Voice packet recommendation method, device, electronic device and program
CN111435367A (en) Knowledge graph construction method, system, equipment and storage medium
US11200527B2 (en) Platform for evaluating and recommending process automations
CN112582073B (en) Medical information acquisition method, device, electronic equipment and medium
CN110109981A (en) Information displaying method, device, computer equipment and the storage medium of work queue
CN113064588B (en) Command arranging method, device and computer readable medium
CN113157904A (en) Sensitive word filtering method and system based on DFA algorithm
CN117033309A (en) Data conversion method and device, electronic equipment and readable storage medium
CN112970011A (en) Recording pedigrees in query optimization
US20230195742A1 (en) Time series prediction method for graph structure data
CN114201144A (en) Micro service system construction method, device and medium based on domain-driven design
CN111695031A (en) Label-based searching method, device, server and storage medium
CN113407598A (en) Method and device for generating demand document, storage medium and electronic equipment
JP2000137600A (en) Method and device for preparing client/server application and information recording medium
JP2001147923A (en) Device and method for retrieving similar document and recording medium
CN109284097A (en) Realize method, equipment, system and the storage medium of complex data analysis
CN111401011B (en) Information processing method and device and electronic 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