CN118069513A - Method, device, equipment and medium for generating relocation command - Google Patents

Method, device, equipment and medium for generating relocation command Download PDF

Info

Publication number
CN118069513A
CN118069513A CN202410205623.6A CN202410205623A CN118069513A CN 118069513 A CN118069513 A CN 118069513A CN 202410205623 A CN202410205623 A CN 202410205623A CN 118069513 A CN118069513 A CN 118069513A
Authority
CN
China
Prior art keywords
node
information
parameters
designated
relocation command
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202410205623.6A
Other languages
Chinese (zh)
Inventor
窦金双
王凯龙
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Kingbase Information Technologies Co Ltd
Original Assignee
Beijing Kingbase Information Technologies 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 Beijing Kingbase Information Technologies Co Ltd filed Critical Beijing Kingbase Information Technologies Co Ltd
Priority to CN202410205623.6A priority Critical patent/CN118069513A/en
Publication of CN118069513A publication Critical patent/CN118069513A/en
Pending legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

The application provides a method, a device, equipment and a medium for generating a relocation command, which are used for running a test case script file, wherein the test case script file contains the name of a designated node, so that the information of the designated node can be obtained from a configuration file according to the name of the designated node, and the information of the designated node is analyzed to obtain node parameters, wherein the node parameters comprise a database type, a database name, a database user name and a password. And obtaining the customized parameters required by the relocation command from the test case script file, wherein the customized parameters comprise the appointed node as a source end or a target end, and the relocation object is a table structure or table data. And then, generating a relocation command according to the node parameters and the customized parameters. Therefore, the test case does not need to contain node parameters, parameters required to be transmitted by the test case can be reduced, development difficulty and development workload are reduced, and development efficiency of the test case is improved.

Description

Method, device, equipment and medium for generating relocation command
Technical Field
The present application relates to the field of data processing, and in particular, to a method, an apparatus, a device, and a medium for generating a relocation command.
Background
In the process of testing the relocation characteristics of the data synchronization software, the parameters related to the relocation command are more, and when the relocation type, the relocation object or the node for relocation execution are different, the parameters related to the relocation command are also different.
At present, huge workload is brought to script developers by executing assembly of relocation commands in test case scripts, and the test case scripts are inconvenient to maintain when parameters are changed.
Disclosure of Invention
The application provides a method, a device, equipment and a medium for generating a relocation command, which are used for reducing parameters required to be transferred by a test case, reducing development difficulty and development workload and improving development efficiency of the test case.
In a first aspect, the present application provides a method for generating a relocation command, where the method includes:
running a test case script file, wherein the test case script file comprises the names of designated nodes;
Acquiring information of the designated node from a configuration file according to the name of the designated node, and analyzing the information of the designated node to acquire node parameters; the node parameters comprise a database type, a database name, a database user name and a password;
obtaining customized parameters required by a relocation command from the test case script file, and generating the relocation command according to the node parameters and the customized parameters, wherein the relocation command is used for synchronizing data in the designated node; the customized parameters comprise that the designated node is a source end or a target end, and the moving object is a table structure or table data.
Optionally, before the information of the designated node is obtained from the configuration file according to the name of the designated node, the method further includes:
creating a node information analysis function, wherein the node information analysis function acquires information of the designated node from a configuration file according to the name of the designated node, and analyzes the information of the designated node to acquire node parameters;
the obtaining the information of the designated node from the configuration file according to the name of the designated node and analyzing the information of the designated node to obtain node parameters comprises the following steps:
and calling the node information analysis function to acquire the information of the designated node from the configuration file according to the name of the designated node, and analyzing the information of the designated node to acquire node parameters.
Optionally, before the parsing the information of the designated node obtains the node parameters, the method further includes:
Creating a node class;
The analyzing the information of the designated node to obtain node parameters includes:
Analyzing the information of the appointed node to obtain an instantiation class parameter, and taking the instantiation class parameter as initial information of the node class;
the step of obtaining the customized parameters required by the relocation command from the test case script file, and generating the relocation command according to the node parameters and the customized parameters comprises the following steps:
and calling a class method corresponding to the node class, wherein the class method acquires customized parameters required by the relocation command from the test case script file, and generates the relocation command according to the initial information of the node class and the customized parameters.
Optionally, after the generating the relocation command according to the node parameter and the customization parameter, the method further includes:
executing the relocation command on the designated node to synchronize data in the designated node.
Optionally, the executing the relocation command on the designated node includes:
and calling a method for executing the linux command created in the node class, and transmitting the relocation command into the method for executing the linux command so as to execute the relocation command on the designated node.
Optionally, before the running the test case script file, the method further includes:
a configuration file is created, the configuration file storing node information of a plurality of nodes.
In a second aspect, the present application provides a relocation command generating apparatus, including:
the running module is used for running a test case script file, wherein the test case script file comprises the names of the designated nodes;
The acquisition module is used for acquiring the information of the designated node from the configuration file according to the name of the designated node and analyzing the information of the designated node to acquire node parameters; the node parameters comprise a database type, a database name, a database user name and a password;
The generation module is used for acquiring customized parameters required by the relocation command from the test case script file, and generating the relocation command according to the node parameters and the customized parameters, wherein the relocation command is used for synchronizing data in the designated node; the customized parameters comprise that the designated node is a source end or a target end, and the moving object is a table structure or table data.
Optionally, the apparatus further includes:
the creation module is used for creating a node information analysis function and a node class;
the acquisition module is specifically configured to call the node information analysis function to acquire information of the designated node from a configuration file according to the name of the designated node, analyze the information of the designated node to acquire an instantiation class parameter, and take the instantiation class parameter as initial information of the node class;
The generation module is specifically configured to invoke a class method corresponding to the node class, where the class method obtains a customized parameter required by the relocation command from the test case script file, and generates the relocation command according to the initial information of the node class and the customized parameter.
In a third aspect, the present application provides an electronic device comprising: a memory and a processor;
the memory is used for storing instructions; the processor is configured to invoke instructions in the memory to perform the method of the first aspect and any of the possible designs of the first aspect.
In a fourth aspect, the present application provides a computer readable storage medium having stored therein computer instructions which, when executed by at least one processor of an electronic device, perform the method of the first aspect and any of the possible designs of the first aspect.
In a fifth aspect, the application provides a computer program product comprising computer instructions which, when executed by at least one processor of an electronic device, perform the method of the first aspect and any of the possible designs of the first aspect.
According to the method, the device, the equipment and the medium for generating the relocation command, the test case script file is operated, and because the test case script file contains the name of the designated node, the information of the designated node can be obtained from the configuration file according to the name of the designated node, and the information of the designated node is analyzed to obtain the node parameters, wherein the node parameters comprise the database type, the database name, the database user name and the password. And obtaining the customized parameters required by the relocation command from the test case script file, wherein the customized parameters comprise the appointed node as a source end or a target end, and the relocation object is a table structure or table data. And then, generating a relocation command according to the node parameters and the customized parameters. Therefore, the test case does not need to contain node parameters, parameters required to be transmitted by the test case can be reduced, development difficulty and development workload are reduced, and development efficiency of the test case is improved.
Drawings
In order to more clearly illustrate the application or the technical solutions of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are some embodiments of the application, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of a method for generating a relocation command according to an embodiment of the present application;
FIG. 2 is a flowchart of a method for generating a relocation command according to another embodiment of the present application;
FIG. 3 is a schematic diagram of a device for generating a relocation command according to an embodiment of the present application;
fig. 4 is a schematic hardware structure of an electronic device according to an embodiment of the application.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the present application more apparent, the technical solutions of the present application will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some embodiments of the present application, not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
As described in the background art, because the parameters related to the relocation command are more, the parameters required by different relocation commands are different, so that huge workload is brought to script developers in the creation of test case scripts.
In order to solve the problems, the application provides a method for generating a relocation command, wherein a test case script file contains names of specified nodes, and after the test case script file is operated, information of the specified nodes is obtained from a configuration file according to the names of the specified nodes in the test case script file so as to obtain node parameters required by the relocation command; and the customized parameters required by the relocation command are obtained from the test case script file, then the relocation command is generated according to the node parameters and the customized parameters, parameters required to be transferred by the test case are reduced, development difficulty and development workload are reduced, and development efficiency of the test case is improved.
The technical scheme of the application is described in detail below by specific examples. The following embodiments may be combined with each other, and some embodiments may not be repeated for the same or similar concepts or processes.
In the present application, the following embodiment of a method for generating a relocation command is executed using an electronic device as an execution subject. In particular, the execution body may be a hardware device of the electronic apparatus, or a software application implementing the embodiments described below in the electronic apparatus, or a computer-readable storage medium on which the software application implementing the embodiments described below is installed, or code of the software application implementing the embodiments described below.
Fig. 1 is a flowchart illustrating a method for generating a relocation command according to an embodiment of the present application.
As shown in fig. 1, with the electronic device as an execution body, the method of the present embodiment may include the following steps:
s101, running a test case script file, wherein the test case script file comprises the name of a designated node.
It should be noted that, the relocation command is to be executed on the node, so that the node information is also used in the relocation command, where the node may be a source or a destination, and the relocation command is used to instruct to synchronize the data of the source to the destination.
In the embodiment of the application, the test case script file comprises the name of the designated node so as to acquire the information of the designated node according to the name of the designated node, wherein the designated node is the node needing to execute the relocation command. For example, when a node is designated as a source, a relocation command is executed on the source; for another example, when the node is designated as the target, the relocation command is executed on the target. The relocation command is executed on the source end or the relocation command is executed on the target end, and the relocation command is used for synchronizing the data of the source end to the target end.
In practical application, when the script developer creates a test case script file, the name of the designated node is configured in the test case script file.
S102, acquiring information of the designated node from the configuration file according to the name of the designated node, and analyzing the information of the designated node to acquire node parameters.
In the embodiment of the application, the configuration file stores the information of the designated node, and after the name of the designated node in the running test case script file is obtained, the information of the designated node can be obtained from the configuration file according to the name of the designated node, so that parameters required to be transferred in the test case script file can be reduced. Then, the node parameters required by the information acquisition relocation command of the designated node can be analyzed, and the node parameters can comprise a database type, a database name, a database user name, a password and the like.
In some embodiments, before the test case script file is run, information of a plurality of nodes may be stored in the configuration file, and when a relocation command needs to be executed on any node, the information of the node may be obtained from the configuration file.
In some embodiments, before acquiring the information of the designated node from the configuration file according to the name of the designated node, a node information analysis function may be created, where the node information analysis function is configured to acquire the information of the designated node from the configuration file according to the name of the designated node, and analyze the information of the designated node to acquire the node parameter. Therefore, the node information analysis function can be called to acquire the information of the designated node from the configuration file according to the name of the designated node, and analyze the information of the designated node to acquire the node parameters.
In some embodiments, before parsing information of a designated node, a node class may be created, the node information is used as a class parameter, an object-oriented concept is used, the information of the node is used as initial information of a class object, and a method for generating a relocation command is used as a class method. The object-oriented core idea is that an object is created, but a class needs to be defined, the class instantiation results in generating the class object, the class is an abstract of the object and is used for describing common behavior characteristics of a group of objects, the common characteristics and behaviors in a certain class can be packaged by the object-oriented idea, the common characteristics are used as attributes of the class, and the common behaviors are used as methods of the class. In this embodiment, the information of the designated node is parsed to obtain an instantiation class parameter (parameter required by the instantiation class), and the instantiation class parameter is used as initial information of the node class; the class method can acquire parameters required by the relocation command and assemble parameters and default values of the parameters.
S103, obtaining customized parameters required by the relocation command from the test case script file, and generating the relocation command according to the node parameters and the customized parameters.
Wherein, the customized parameters needed by the corresponding relocation command are different in different relocation types, different relocation objects or different relocation nodes. The customization parameters comprise the steps of designating a node as a source end or a target end; the relocation object is a table structure or table data, and the relocation command is used for synchronizing the data of the source end to the target end.
In some embodiments, a class method corresponding to the node class is called, and the class method can acquire the customized parameters required by the relocation command from the test case script file, and generate the relocation command according to the node parameters and the customized parameters. The customized parameters can be understood as parameters and parameter values required by the relocation command, but are not existed in the initial information of the class or need to be modified according to the test requirement during the test, and can be used as parameters of the class method to carry out assignment transfer in the test case script. In addition, the class method can verify the customized parameters before generating the relocation command, and then generate the relocation command after the verification is passed.
In some embodiments, after the relocation command is generated, the relocation command may be executed on the designated node to synchronize the source-side data to the destination-side.
According to the method for generating the relocation command, the information of the designated node is obtained from the configuration file according to the name of the designated node contained in the test case script file, and the node parameters are obtained by analyzing the information of the designated node. And then, acquiring the customized parameters required by the relocation command from the test case script file, and generating the relocation command according to the node parameters and the customized parameters required by the relocation command. Therefore, the test case contains customized parameters, node parameters are not needed to be contained, parameters required to be transmitted by the test case are reduced, development difficulty and development workload are reduced, and development efficiency of the test case is improved.
Fig. 2 is a flowchart illustrating a method for generating a relocation command according to an embodiment of the present application.
As shown in fig. 2, with the electronic device as an execution body, the method of the present embodiment may include the following steps:
S201, creating a configuration file, wherein node information of a plurality of nodes is stored in the configuration file.
S202, creating a node information analysis function.
The node information analysis function can acquire the information of the designated node from the configuration file according to the name of the designated node in the test case script file, and analyze the information of the designated node to acquire parameters required by the instantiation class.
For example, the name of the designated node is used as a parameter of the node information analysis function, and the node information analysis function can analyze the information of the designated node into a dictionary form after acquiring the information of the designated node from the configuration file, and take the data in the dictionary form as a function return value, namely, the parameter required by the instantiation class.
S203, creating a node class.
By way of example, by using the idea of using an object, the information of the node is used as the initial information of the class object, the generation method of the relocation command is used as the class method, and the class method can acquire the parameters required by the relocation command and assemble the parameters and the default values of the parameters.
In the present embodiment, the steps S201, S202 and S203 are not limited by the described operation sequence, and the steps S201, S202 and S203 may be performed in other sequences or simultaneously.
S204, running a test case script file, wherein the test case script file comprises the names of the designated nodes.
S205, calling a node information analysis function to acquire information of the designated node from the configuration file according to the name of the designated node, analyzing the information of the designated node to acquire an instantiation class parameter, and taking the instantiation class parameter as initial information of the node class.
S206, calling a class method corresponding to the node class, wherein the class method acquires customized parameters required by the relocation command from the test case script file, and generates the relocation command according to the initial information of the node class and the customized parameters.
The method for transferring the table structure includes that the object to be transferred is a table structure, a node is designated as a source end or a target end, and the method for transferring the table data is called, and the method for transferring the table data includes that the object to be transferred is the table data, and the node is designated as the source end or the target end. In practical applications, the table structure is moved using ddlscan programs and the table data is moved using loader programs.
S207, calling a method for executing the linux command created in the node class, and transmitting the relocation command into the method for executing the linux command so as to execute the relocation command on the designated node.
In this example, a method for executing a linux command is created in a node class, a method for executing a linux command created in a node class is called in a test case script file, and a relocation command is transferred into the method for executing a linux command, so that the relocation command is executed on a designated node.
According to the method for generating the relocation command, the node information analysis function and the node class are created, then the node information analysis function can be called, information of the designated node is obtained from the configuration file according to the name of the designated node contained in the test case script file, parameters required by instantiation are obtained by analyzing the information of the designated node, and the parameters required by instantiation are used as initial information of the node class. And the class method corresponding to the node class can be called to acquire the customized parameters required by the relocation command from the test case script file, and the relocation command is generated according to the initial information of the node class and the customized parameters required by the relocation command, so that the parameters required to be transferred by the test case are reduced, the development difficulty and the development workload are reduced, and the development efficiency of the test case is improved.
Fig. 3 is a schematic structural diagram of a relocation command generating apparatus according to an embodiment of the present application, as shown in fig. 3, the relocation command generating apparatus 10 of the present embodiment is configured to implement operations corresponding to electronic devices in any of the above method embodiments, where the relocation command generating apparatus 10 of the present embodiment includes:
the running module 11 is used for running a test case script file, wherein the test case script file comprises the names of the designated nodes;
The obtaining module 12 is configured to obtain information of the designated node from the configuration file according to the name of the designated node, and parse the information of the designated node to obtain node parameters; the node parameters comprise a database type, a database name, a database user name and a password;
The generating module 13 is configured to obtain, from the test case script file, a customized parameter required by the relocation command, and generate the relocation command according to the node parameter and the customized parameter, where the relocation command is used to synchronize data in the designated node; the customized parameters comprise the appointed node as a source end or a target end, and the relocation object is a table structure or table data.
Optionally, the apparatus further comprises: the creation module is used for creating a node information analysis function and a node class; the obtaining module 12 is specifically configured to invoke a node information analysis function to obtain information of a specified node from a configuration file according to a name of the specified node, analyze the information of the specified node to obtain an instantiation class parameter, and use the instantiation class parameter as initial information of a node class; the generating module 13 is specifically configured to invoke a class method corresponding to the node class, where the class method obtains the customized parameters required by the relocation command from the test case script file, and generates the relocation command according to the initial information of the node class and the customized parameters.
Optionally, the apparatus further comprises: and the execution module is used for executing the relocation command on the designated node so as to synchronize the data in the designated node. Specifically, a method for executing a linux command created in a node class is called, and a relocation command is transferred into the method for executing the linux command, so that the relocation command is executed on a designated node.
The apparatus 10 for generating a relocation command according to the embodiment of the present application may execute the above method embodiment, and the specific implementation principle and technical effects of the method embodiment may be referred to the above method embodiment, which is not described herein again.
Fig. 4 shows a schematic hardware structure of an electronic device according to an embodiment of the present application. As shown in fig. 4, the electronic device 20, configured to implement operations corresponding to the electronic device in any of the above method embodiments, the electronic device 20 of this embodiment may include: a memory 21, a processor 22 and a communication interface 23.
A memory 21 for storing computer instructions. The Memory 21 may include a high-speed random access Memory (Random Access Memory, RAM), and may further include a Non-Volatile Memory (NVM), such as at least one magnetic disk Memory, and may also be a U-disk, a removable hard disk, a read-only Memory, a magnetic disk, or an optical disk.
The processor 22 is configured to execute the computer instructions stored in the memory to implement the method for generating a relocation command in the above embodiment. Reference may be made in particular to the relevant description of the embodiments of the method described above. The Processor 22 may be a central processing unit (Central Processing Unit, CPU), or may be other general purpose Processor, digital signal Processor (DIGITAL SIGNAL Processor, DSP), application SPECIFIC INTEGRATED Circuit (ASIC), or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor for execution, or in a combination of hardware and software modules in a processor for execution.
Alternatively, the memory 21 may be separate or integrated with the processor 22.
The communication interface 23 may be connected to the processor 22. The processor 22 may control the communication interface 23 to perform the functions of receiving and transmitting signals.
The electronic device provided in this embodiment may be used to execute the above-mentioned method for generating a relocation command, and its implementation manner and technical effects are similar, which is not described herein again.
The present application also provides a computer readable storage medium having stored therein computer instructions which, when executed by a processor, are adapted to carry out the methods provided by the various embodiments described above.
The present application also provides a computer program product comprising computer instructions stored in a computer readable storage medium. The computer instructions may be read from a computer-readable storage medium by at least one processor of the device, and executed by the at least one processor, cause the device to implement the methods provided by the various embodiments described above.
The embodiment of the application also provides a chip, which comprises a memory and a processor, wherein the memory is used for storing computer instructions, and the processor is used for calling and running the computer instructions from the memory, so that a device provided with the chip executes the method in various possible implementation manners.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present application, and not for limiting the same. Although the application has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments may be modified or some or all of the technical features may be replaced with equivalents. Such modifications and substitutions do not depart from the spirit of the application.

Claims (10)

1. A method for generating a relocation command, the method comprising:
running a test case script file, wherein the test case script file comprises the names of designated nodes;
Acquiring information of the designated node from a configuration file according to the name of the designated node, and analyzing the information of the designated node to acquire node parameters; the node parameters comprise a database type, a database name, a database user name and a password;
obtaining customized parameters required by a relocation command from the test case script file, and generating the relocation command according to the node parameters and the customized parameters, wherein the relocation command is used for synchronizing data in the designated node; the customized parameters comprise that the designated node is a source end or a target end, and the moving object is a table structure or table data.
2. The method of claim 1, wherein before the obtaining the information of the specified node from the configuration file according to the name of the specified node, the method further comprises:
creating a node information analysis function, wherein the node information analysis function acquires information of the designated node from a configuration file according to the name of the designated node, and analyzes the information of the designated node to acquire node parameters;
the obtaining the information of the designated node from the configuration file according to the name of the designated node and analyzing the information of the designated node to obtain node parameters comprises the following steps:
and calling the node information analysis function to acquire the information of the designated node from the configuration file according to the name of the designated node, and analyzing the information of the designated node to acquire node parameters.
3. The method of claim 1, wherein prior to said parsing the information of the designated node to obtain node parameters, the method further comprises:
Creating a node class;
The analyzing the information of the designated node to obtain node parameters includes:
Analyzing the information of the appointed node to obtain an instantiation class parameter, and taking the instantiation class parameter as initial information of the node class;
the step of obtaining the customized parameters required by the relocation command from the test case script file, and generating the relocation command according to the node parameters and the customized parameters comprises the following steps:
and calling a class method corresponding to the node class, wherein the class method acquires customized parameters required by the relocation command from the test case script file, and generates the relocation command according to the initial information of the node class and the customized parameters.
4. The method of claim 3, wherein after generating a relocation command from the node parameters and the customization parameters, the method further comprises:
executing the relocation command on the designated node to synchronize data in the designated node.
5. The method of claim 4, wherein the executing the relocation command on the designated node comprises:
and calling a method for executing the linux command created in the node class, and transmitting the relocation command into the method for executing the linux command so as to execute the relocation command on the designated node.
6. The method of any of claims 1-5, wherein prior to running the test case script file, the method further comprises:
a configuration file is created, the configuration file storing node information of a plurality of nodes.
7. A relocation command generating apparatus, the apparatus comprising:
the running module is used for running a test case script file, wherein the test case script file comprises the names of the designated nodes;
The acquisition module is used for acquiring the information of the designated node from the configuration file according to the name of the designated node and analyzing the information of the designated node to acquire node parameters; the node parameters comprise a database type, a database name, a database user name and a password;
The generation module is used for acquiring customized parameters required by the relocation command from the test case script file, and generating the relocation command according to the node parameters and the customized parameters, wherein the relocation command is used for synchronizing data in the designated node; the customized parameters comprise that the designated node is a source end or a target end, and the moving object is a table structure or table data.
8. The apparatus of claim 7, wherein the apparatus further comprises:
the creation module is used for creating a node information analysis function and a node class;
the acquisition module is specifically configured to call the node information analysis function to acquire information of the designated node from a configuration file according to the name of the designated node, analyze the information of the designated node to acquire an instantiation class parameter, and take the instantiation class parameter as initial information of the node class;
The generation module is specifically configured to invoke a class method corresponding to the node class, where the class method obtains a customized parameter required by the relocation command from the test case script file, and generates the relocation command according to the initial information of the node class and the customized parameter.
9. An electronic device, comprising: a processor, and a memory communicatively coupled to the processor;
the memory stores computer-executable instructions;
the processor executes computer-executable instructions stored in the memory to implement the method of any one of claims 1 to 6.
10. A computer readable storage medium having stored therein computer instructions which, when executed by a processor, are adapted to carry out the method of any one of claims 1 to 6.
CN202410205623.6A 2024-02-23 2024-02-23 Method, device, equipment and medium for generating relocation command Pending CN118069513A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410205623.6A CN118069513A (en) 2024-02-23 2024-02-23 Method, device, equipment and medium for generating relocation command

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410205623.6A CN118069513A (en) 2024-02-23 2024-02-23 Method, device, equipment and medium for generating relocation command

Publications (1)

Publication Number Publication Date
CN118069513A true CN118069513A (en) 2024-05-24

Family

ID=91094909

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410205623.6A Pending CN118069513A (en) 2024-02-23 2024-02-23 Method, device, equipment and medium for generating relocation command

Country Status (1)

Country Link
CN (1) CN118069513A (en)

Similar Documents

Publication Publication Date Title
CN112394942B (en) Distributed software development compiling method and software development platform based on cloud computing
US8448151B2 (en) Method for binarizing initial script on operating system and operating method of binary script
CN109597618B (en) Program development method, program development device, computer device, and storage medium
CN108595331B (en) Asynchronous interface testing method, medium, device and computing equipment
CN111913741B (en) Object interception method, device, medium and electronic equipment
CN111427583A (en) Component compiling method and device, electronic equipment and computer readable storage medium
CN114610640A (en) Fuzzy testing method and system for trusted execution environment of Internet of things
CN110543427A (en) Test case storage method and device, electronic equipment and storage medium
CN111767217A (en) JS unit test case generation method and device
CN111309332A (en) File content on-demand loading method and device, electronic equipment and storage medium
CN116627850B (en) Function debugging method and device, storage medium and electronic equipment
CN114115884B (en) Method and related device for managing programming service
CN111158665B (en) Code generation method and device, electronic equipment and storage medium
CN115756996B (en) Chip testing method, device and equipment and readable storage medium
CN112905271A (en) Calling method and device of application program interface API and electronic equipment
CN111596970A (en) Dynamic library delay loading method, device, equipment and storage medium
CN113254027B (en) Semiconductor device control program conversion method, system, device and storage medium
CN118069513A (en) Method, device, equipment and medium for generating relocation command
CN113641594B (en) Cross-terminal automatic testing method and related device
CN115729560A (en) Program code processing method and device
CN114840195A (en) Privatization method for iOS SDK static library
CN114385493A (en) Performance test method and device, electronic equipment and storage medium
CN111078548A (en) Test case analysis method and device, storage medium and verification platform
CN111221532A (en) Method and device for generating dynamic link library
WO2022074712A1 (en) Specification information extraction device, specification information extraction method, and 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