CN113064588A - Command arranging method and device and computer readable medium - Google Patents

Command arranging method and device and computer readable medium Download PDF

Info

Publication number
CN113064588A
CN113064588A CN202110370415.8A CN202110370415A CN113064588A CN 113064588 A CN113064588 A CN 113064588A CN 202110370415 A CN202110370415 A CN 202110370415A CN 113064588 A CN113064588 A CN 113064588A
Authority
CN
China
Prior art keywords
execution
execution component
user
request
component
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110370415.8A
Other languages
Chinese (zh)
Other versions
CN113064588B (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

Images

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a command arranging method, a command arranging device and a computer readable medium. Receiving a new request input by a user; displaying at least one service classification and at least one execution component corresponding to each service classification according to the new building request, wherein each execution component is used for executing a computer instruction which is not repeated with other execution 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 at least one corresponding execution component from at least one service classification according to the keywords; 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 and device and computer readable medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for arranging commands, and a computer-readable medium.
Background
In the field of software development, when developing a command, a developer can tune each operation in an event handler to complete a series of complex operations through one command, and a complex service can be completed by tuning each operation.
However, usually, one command cannot be changed at will after the development is completed, when different services are faced, the corresponding operation cannot be executed by using the same command, and a secondary developer or an implementer cannot modify the command based on the existing command, so that the developer needs to modify the command again, and the software development efficiency is reduced.
Disclosure of Invention
The embodiment of the invention provides a command arranging method, a command arranging device and a computer readable medium, which can improve the software development efficiency.
In a first aspect, an embodiment of the present invention provides a command arrangement method, including:
receiving a new request input by a user;
displaying at least one service classification and at least one execution component corresponding to each service classification according to the new building request, wherein each execution component is used for executing a computer instruction which is not repeated with other execution 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 at least one corresponding execution component from at least one service classification according to the keywords;
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 first and second electrodes are formed of a metal,
before receiving a new request input by a user, the method further comprises the following steps:
determining an execution logic corresponding to each service classification;
determining execution logic of computer instructions for execution by each pre-programmed execution member;
classifying each execution component into a corresponding service class according to the execution logic of the computer instructions and the execution logic of each service class.
Preferably, the first and second electrodes are formed of a metal,
the extracting, according to the keyword, corresponding at least one execution component from at least one service class includes:
calculating a matching score for each execution component using the keywords and the execution component 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 component selected by the user from the build list.
Preferably, the first and second electrodes are formed of a metal,
the executing component is constructed by the following method:
determining a name of a currently executing component;
according to a preset programming language, compiling codes corresponding to computer instructions executed by the execution component;
and packaging the code to obtain the current execution component.
Preferably, the first and second electrodes are formed of a metal,
further comprising:
receiving an adjusting instruction input by a user, wherein the adjusting instruction comprises a target command to be adjusted and an adjusting request;
and adjusting the target command according to the adjustment request.
Preferably, the first and second electrodes are formed of a metal,
the adjustment request comprises at least one group of the 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 classification according to the at least one group of keywords;
receiving an adding sequence sent by a user;
adding the at least one execution component to be added into the target command according to the adding sequence 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 corresponding execution component to be deleted in the target instruction according to the at least one group of keywords;
and deleting the to-be-deleted execution firmware in the target instruction to obtain an adjusted target instruction.
In a second aspect, an embodiment of the present invention provides a command editing apparatus based on the command editing method in 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 classification and at least one execution component corresponding to each service classification according to the new building 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 component;
the processing module is used for extracting at least one corresponding execution component from at least one service classification according to the keywords; 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 first and second electrodes are formed of a metal,
the processing module, when executing at least one corresponding execution component extracted from at least one service classification according to the keyword, specifically executes:
calculating a matching score for each execution component using the keywords and the execution component 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 component selected by a user from the build list;
preferably, the first and second electrodes are formed of a metal,
the processing module is further configured to perform:
receiving an adjusting instruction input by a user, wherein the adjusting instruction comprises a target command to be adjusted and an adjusting 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 classification according to the at least one group of keywords;
receiving an adding sequence sent by a user;
adding the at least one execution component to be added into the target command according to the adding sequence 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 corresponding execution component to be deleted in the target instruction according to the at least one group of keywords;
and deleting the to-be-deleted execution firmware in the target instruction to obtain an adjusted target instruction.
In a third aspect, an embodiment of the present invention provides a command editing apparatus, including: at least one memory and at least one processor;
the at least one memory to store 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 above 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 aspect.
The embodiment of the invention provides a command arranging method, a command arranging device and a computer readable medium. Firstly, when a new building request is received, at least one service classification and at least one execution component corresponding to each service classification are displayed for a user to refer to and select. When an arranging request of a user valve class is received, extracting a corresponding execution component from the service classification according to at least one group of keywords included in the arranging request, and arranging the execution components according to an execution sequence to obtain an arranging finished command. In the embodiment of the invention, a user only needs to search a plurality of required execution components through keywords and determine the arrangement sequence of the execution components when arranging the commands, and the arrangement of the commands is finished like building blocks, so that the defect that developers need to modify the commands again when facing different service scenes because the commands cannot be changed at will after the development is finished is overcome, the user can select the adaptive execution components according to different use scenes to arrange the commands, and the software development efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flow chart of a command arrangement method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another command arrangement method according to an embodiment of the invention;
fig. 3 is a schematic diagram of a command arranging apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer and more complete, the technical solutions in the embodiments of the present invention will be described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention, and based on the embodiments of the present invention, all other embodiments obtained by a person of ordinary skill in the art without creative efforts belong to the scope of the present invention.
As described above, in the field of software development, when a developer develops a command, the developer may tune each operation in an event handler to complete a series of complex operations by one command, and a complex service may be completed by tuning each operation. However, usually, one command cannot be changed at will after the development is completed, when different services are faced, the corresponding operation cannot be executed by using the same command, and a secondary developer or an implementer cannot modify the command based on the existing command, so that the developer needs to modify the command again, and the software development efficiency is reduced.
The following describes a command arranging method, device and computer readable medium provided by various embodiments of the present invention in detail with reference to the accompanying drawings.
As shown in fig. 1, an embodiment of the present invention provides a command arranging method, including the following steps:
step 101: receiving a new request input by a user; displaying at least one service classification and at least one execution component corresponding to each service classification according to the new building request, wherein each execution component is used for executing a computer instruction which is not repeated with other execution 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 at least one corresponding execution component from at least one service classification according to the keywords;
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 least one service classification and at least one execution component corresponding to each service classification are displayed to a user for the user to refer to and select when a new building request is received. When an arranging request of a user valve class is received, extracting a corresponding execution component from the service classification according to at least one group of keywords included in the arranging request, and arranging the execution components according to an execution sequence to obtain an arranging finished command. In the embodiment of the invention, a user only needs to search a plurality of required execution components through keywords and determine the arrangement sequence of the execution components when arranging the commands, and the arrangement of the commands is finished like building blocks, so that the defect that developers need to modify the commands again when facing different service scenes because the commands cannot be changed at will after the development is finished is overcome, the user can select the adaptive execution components according to different use scenes to arrange the commands, and the software development efficiency is improved.
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 the event and executes the corresponding method, and the developer can transfer each method in the event handler to complete a complex series of operations, such as sending UDP packets and saving data to the database. A complex service can be accomplished by tuning individual operations. However, the business is not the same, and the above development mode cannot allow field second-order personnel, implementers and the like to expand the logic of the field second-order personnel and the implementers. By the scheme provided by the embodiment of the invention, even product developers, second-generation personnel and implementers who are not precise in writing and modifying commands can select different execution components 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 required by users can be quickly obtained.
In an embodiment of the present invention, before receiving a new request input by a user, the method further includes:
determining an execution logic corresponding to each service classification;
determining execution logic of computer instructions for execution by each pre-programmed execution member;
classifying each execution component into 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, which facilitates user selection of its corresponding execution component. For example, when the execution logic is a physical service, the service classification may include saving the execution component and updating the execution component, both of which are physical services. And the saving execution component is named save and used for calling the back-end saving interface. The update execution component name is update, which 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 classification includes:
calculating a matching score for each execution component using the keywords and the execution component 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 component selected by the user from the build list.
Specifically, when a user belongs to a keyword for searching for an execution component, since an input search condition may not be a related term and cannot accurately express a search purpose of the user, a search result may not be obtained when the search condition is used to search for a completely corresponding execution component, and thus, a situation that firmware cannot be searched may occur. Therefore, the fuzzy query processing is carried out on the keywords input by the user, the matching score of each execution component is calculated by combining the extracted frequency of each execution component, and L execution components with higher scores are displayed to the user in a form of a constructed list, so that the user can conveniently select the L execution components.
In an embodiment of the present invention, the executing component is constructed by the following method:
determining a name of a currently executing component;
according to a preset programming language, compiling codes corresponding to computer instructions executed by the execution component;
and packaging the code to obtain the current execution component.
Specifically, since a user performing command layout may not know how to implement the related functions by writing the code, in the previous preparation work, a related professional is required to construct the execution component before, first determine the name of the component, such as "save", "update", and the like mentioned above, and then program the execution component according to the computer instructions executed by the execution firmware, such as the save execution component is used to call the back-end saving interface, thus writing the code for calling the back-end saving interface, and packaging the code into the save execution component.
In an embodiment of the present invention, the method further includes:
receiving an adjusting instruction input by a user, wherein the adjusting instruction comprises a target command to be adjusted and an adjusting request;
and adjusting the target command according to the adjustment request.
The adjustment request comprises at least one group of the 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 classification according to the at least one group of keywords;
receiving an adding sequence sent by a user;
adding the at least one execution component to be added into the target command according to the adding sequence 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 corresponding execution component to be deleted in the target instruction according to the at least one group of keywords;
and deleting the to-be-deleted execution firmware in 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 component. For example, a user needs more functions in a new application scenario, the current command is no longer applicable, and more execution components are needed; or some execution components are redundant in the current application scene, the current application scene can be dealt with without redundant execution components, and the speed of executing the command is slowed down by the redundant execution components. When the execution components need to be added, searching is also carried out through the input 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, the execution firmware to be deleted from the target command is determined, and a new target instruction is obtained after deletion.
The following describes the command layout method provided by the present invention in detail with reference to a preferred embodiment of the present invention:
as shown in fig. 2, an embodiment of the present invention provides a command editing method, which includes the following steps
Step 201: receiving a new request input by a user, and displaying at least one service classification and an execution firmware corresponding to each service classification;
specifically, a user wants to create a new form saving command, submit a new creation request, and browse the displayed execution firmware;
step 202: extracting a corresponding execution component according to the arrangement request;
specifically, the form saving command needs to use three execution components, namely an edit ending service type endEdit execution component for ending editing, and a save execution component and an update execution firmware of an entity service type for calling a back-end saving interface and updating entity data respectively.
Step 203: and arranging the endEdit executing component, the save executing component and the update executing firmware according to the executing sequence to obtain a form saving command.
Specifically, in order to save the form, it is necessary to end the editing of the form, call the back-end saving interface for saving, and update the entity data, so that the execution sequence is 1, endEdit execution component 2, save execution component 3, and update execution firmware, and the form saving command is formed by arranging the execution sequence according to the order.
In summary, the command arranging method provided by the embodiment of the invention divides different executing components according to the service classification, and when a user arranges a command of the user, the corresponding executing component can be found through searching. When the user arranges the command, only the required execution component needs to be searched, and the command arrangement is finished like building blocks.
As shown in fig. 3, on the basis of fig. 1, an embodiment of the present invention provides a command arranging apparatus, 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 execution component corresponding to each service class, where each execution component is configured to execute a computer instruction that is not duplicated by other execution components;
a second receiving module 303, configured to receive an arrangement request sent by a user, where the arrangement request includes at least one group of keywords input by the user, and each group of keywords corresponds to an executing component;
a processing module 304, configured to extract, according to the keyword, corresponding at least one 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 an embodiment of the present invention, when the processing module 304 extracts the corresponding at least one execution component from the at least one service classification according to the keyword, the processing module specifically executes:
calculating a matching score for each execution component using the keywords and the execution component 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 component selected by a user from the build list;
in an embodiment of the present invention, the processing module 304 is further configured to execute:
receiving an adjusting instruction input by a user, wherein the adjusting instruction comprises a target command to be adjusted and an adjusting 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 classification according to the at least one group of keywords;
receiving an adding sequence sent by a user;
adding the at least one execution component to be added into the target command according to the adding sequence 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 corresponding execution component to be deleted in the target instruction according to the at least one group of keywords;
and deleting the to-be-deleted execution firmware in the target instruction to obtain an adjusted target instruction.
It is to be understood that the illustrated structure of the embodiment of the present invention does not constitute a specific limitation to the command arranging apparatus. In other embodiments of the invention, the command orchestration means may comprise more or fewer components than shown, or some components may be combined, or some components may be split, or a different arrangement of components. The illustrated components may be implemented in hardware, software, or a combination of software and hardware.
Because the information interaction, execution process, and other contents between the units in the device are based on the same concept as the method embodiment of the present invention, specific contents may refer to the description in the method embodiment of the present invention, and are not described herein again.
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 an apparatus equipped with a storage medium on which software program codes that realize the functions of any of the above-described embodiments are stored may be provided, and a computer (or a CPU or MPU) of the system or the apparatus is caused to read out and execute the program codes stored in the storage medium.
In this case, the program code itself read from the storage medium can realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code constitute a part of the present invention.
Examples of the storage medium for supplying 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 via a communications network.
Further, it should be clear that the functions of any one 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 a part or all of the actual operations based on instructions of the program code.
Further, it is to be understood that the program code read out from the storage medium is written to a memory provided in an expansion board inserted into the computer or to a memory provided in an expansion unit connected to the computer, and then causes a CPU or the like mounted on the expansion board or the expansion unit to perform part or all of the actual operations based on instructions of the program code, thereby realizing the functions of any of the above-described embodiments.
It should be noted that not all steps and modules in the above flows and system structure diagrams are necessary, and some steps or modules may be omitted according to actual needs. The execution order 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 a plurality of physical entities, or some components in a plurality of independent devices may be implemented together.
In the above embodiments, the hardware unit may be implemented mechanically or electrically. For example, a hardware element may comprise permanently dedicated circuitry or logic (such as a dedicated processor, FPGA or ASIC) to perform the corresponding operations. The hardware elements may also comprise programmable logic or circuitry, such as a general purpose processor or other programmable processor, that may be temporarily configured by software to perform the corresponding operations. The specific implementation (mechanical, or dedicated permanent, or temporarily set) may be determined based on cost and time considerations.
While the invention has been shown and described in detail in the drawings and in the preferred embodiments, it is not intended to limit the invention to the embodiments disclosed, and it will be apparent to those skilled in the art that various combinations of the code auditing means in the various embodiments described above may be used to obtain further embodiments of the invention, which are also within the scope of the invention.

Claims (10)

1. The command arranging method is characterized by comprising the following steps:
receiving a new request input by a user;
displaying at least one service classification and at least one execution component corresponding to each service classification according to the new building request, wherein each execution component is used for executing a computer instruction which is not repeated with other execution 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 at least one corresponding execution component from at least one service classification according to the keywords;
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.
2. The method of claim 1,
before receiving a new request input by a user, the method further comprises the following steps:
determining an execution logic corresponding to each service classification;
determining execution logic of computer instructions for execution by each pre-programmed execution member;
classifying each execution component into a corresponding service class according to the execution logic of the computer instructions and the execution logic of each service class.
3. The method of claim 1,
the extracting, according to the keyword, corresponding at least one execution component from at least one service class includes:
calculating a matching score for each execution component using the keywords and the execution component 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 component selected by the user from the build list.
4. The method of claim 1,
the executing component is constructed by the following method:
determining a name of a currently executing component;
according to a preset programming language, compiling codes corresponding to computer instructions executed by the execution component;
and packaging the code to obtain the current execution component.
5. The method of claim 1,
further comprising:
receiving an adjusting instruction input by a user, wherein the adjusting instruction comprises a target command to be adjusted and an adjusting request;
and adjusting the target command according to the adjustment request.
6. The method of claim 5,
the adjustment request comprises at least one group of the 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 classification according to the at least one group of keywords;
receiving an adding sequence sent by a user;
adding the at least one execution component to be added into the target command according to the adding sequence 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 corresponding execution component to be deleted in the target instruction according to the at least one group of keywords;
and deleting the to-be-deleted execution firmware in the target instruction to obtain an adjusted target instruction.
7. The command arranging apparatus of the command arranging method according to any one of claims 1 to 6, comprising:
the first receiving module is used for receiving a new request input by a user;
a display module for displaying at least one service class and at least one execution component corresponding to each service class, each execution component for executing a computer instruction that is not duplicated 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 component;
the processing module is used for extracting at least one corresponding execution component from at least one service classification according to the keywords; 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.
8. The method of claim 7,
the processing module, when executing at least one corresponding execution component extracted from at least one service classification according to the keyword, specifically executes:
calculating a matching score for each execution component using the keywords and the execution component 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 component selected by a user from the build list;
and/or the presence of a gas in the gas,
the processing module is further configured to perform:
receiving an adjusting instruction input by a user, wherein the adjusting instruction comprises a target command to be adjusted and an adjusting 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 classification according to the at least one group of keywords;
receiving an adding sequence sent by a user;
adding the at least one execution component to be added into the target command according to the adding sequence 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 corresponding execution component to be deleted in the target instruction according to the at least one group of keywords;
and deleting the to-be-deleted execution firmware in the target instruction to obtain an adjusted target instruction.
9. A command orchestration device, comprising: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor, configured to invoke the machine readable program, to perform the method of any of claims 1 to 6.
10. Computer readable medium, characterized in that it has stored thereon computer instructions which, when executed by a processor, cause the processor to carry out the method of any one of claims 1 to 6.
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 true CN113064588A (en) 2021-07-02
CN113064588B 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
CN113064588B (en) 2024-01-30

Similar Documents

Publication Publication Date Title
US20160306875A1 (en) Predicting a command in a command line interface
CN109542247B (en) Sentence recommendation method and device, electronic equipment and storage medium
CN106775770A (en) The lookup method of query statement is built based on category information
CN108762743A (en) Data table operation code generation method and device
CN111460179A (en) Multimedia information display method and device, computer readable medium and terminal equipment
EP3944592B1 (en) Voice packet recommendation
EP2680169B1 (en) Operation management support device, operation management support method, and program
CN101887464A (en) Method and device for displaying data in database
CN109947399A (en) Code structure generation method, device, computer installation and readable storage medium storing program for executing
CN111435367A (en) Knowledge graph construction method, system, equipment and storage medium
US20130263143A1 (en) Information processing method and system
KR101336846B1 (en) Contents Search Service Providing Method, Search Server and Search System Including that
CN110109981A (en) Information displaying method, device, computer equipment and the storage medium of work queue
JP4852834B2 (en) Application requirement design support system and method
CN113064588B (en) Command arranging method, device and computer readable medium
CN115469849B (en) Service processing system, method, electronic equipment and storage medium
KR20210099661A (en) Method and apparatus for generating annotated natural language phrases
CN105868168A (en) A document operation method and a terminal
CN114237588A (en) Code warehouse selection method, device, equipment and storage medium
JP4469818B2 (en) Data management apparatus, data program, and data management method
CN111580791A (en) Method and device for generating window
JP2000137600A (en) Method and device for preparing client/server application and information recording medium
US20020143511A1 (en) Method and computer program product for system design support
CN112449072A (en) Information processing apparatus, information processing system, and information processing method
JP2001043076A (en) Device and method for generating gui screen, and recording medium recording gui screen generation program

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