CN111045724A - Query method and device for call chain information and readable storage medium - Google Patents

Query method and device for call chain information and readable storage medium Download PDF

Info

Publication number
CN111045724A
CN111045724A CN201911272092.8A CN201911272092A CN111045724A CN 111045724 A CN111045724 A CN 111045724A CN 201911272092 A CN201911272092 A CN 201911272092A CN 111045724 A CN111045724 A CN 111045724A
Authority
CN
China
Prior art keywords
information
chain information
calling
call
version information
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
CN201911272092.8A
Other languages
Chinese (zh)
Other versions
CN111045724B (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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911272092.8A priority Critical patent/CN111045724B/en
Publication of CN111045724A publication Critical patent/CN111045724A/en
Application granted granted Critical
Publication of CN111045724B publication Critical patent/CN111045724B/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/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a query method, a query device and a readable storage medium of call chain information, wherein the query method of the call chain information comprises the following steps: the method comprises the steps of obtaining version information selected by a user, inquiring calling chain information corresponding to the version information in a preset database, displaying calling relations among methods in the calling chain information through graphs, inquiring the calling relations among the methods in the preset database through the version information, and displaying the calling relations through the graphs, so that development and test work can be directly guided.

Description

Query method and device for call chain information and readable storage medium
Technical Field
The present invention relates to the field of software, and in particular, to a method and an apparatus for querying call chain information, and a readable storage medium.
Background
The boot is an open source item for parsing the Java program. Based on the Soot project, a calling flow chart of the Java program can be generated, and the calling flow chart can clearly reflect the calling relation among various modules (methods) in the Java program.
However, the existing boot project does not extract useful information in the Java program, and the call chain information does not further extract call relation information between modules (methods) or information of other parameter changes, that is, the call relation information between each module cannot be displayed, so that development and test work cannot be directly guided.
Disclosure of Invention
The invention mainly aims to provide a query method and device for call chain information and a readable storage medium, and solves the problem that the existing boot project cannot show call relation information between modules, so that development and test cannot be directly guided.
In order to achieve the above object, the present invention provides a method for querying call chain information, where the method for querying call chain information includes:
acquiring version information selected by a user;
inquiring the calling chain information corresponding to the version information in a preset database;
and displaying the calling relation among each method in the calling chain information through a graph.
Optionally, before the step of obtaining the version information selected by the user, the method further includes:
compiling source code data of a Java program into intermediate code information, and acquiring version information corresponding to the source code data;
acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the preset database;
and storing the calling chain information and the version information in a correlation manner.
Optionally, the step of importing the call chain information into the preset database includes:
acquiring associated data in the call chain information;
and associating the associated data to the calling chain information, and importing the associated calling chain information into the preset database.
Optionally, the step of querying the call chain information corresponding to the version information in the preset database includes:
when the version information is multiple, acquiring version establishing time corresponding to the multiple version information;
acquiring the earliest version information in the version creating time as target version information;
and inquiring the calling chain information corresponding to the target version information in a preset database.
Optionally, after the step of querying the call chain information corresponding to the target version information in the preset database, the method further includes:
comparing the target version information with the calling chain information corresponding to other version information;
and outputting prompt information according to the comparison result.
Optionally, the step of outputting the prompt information according to the comparison result includes:
if the comparison result is that the calling relations of the same method in the calling chain information corresponding to the target version information and other version information are different, marking the different calling relations of the same method;
and if the comparison result is that the calling chain information corresponding to other version information has a method different from the target version information, annotating the different method.
Optionally, the calling relationship includes an entry type and number, an exit type, calling method information, and called method information of each method.
In addition, in order to achieve the above object, the present invention further provides a device for querying call chain information, where the device for querying call chain information includes a memory, a processor, and a query program of call chain information stored in the memory and executable on the processor, and the query program of call chain information implements the steps of the method for querying call chain information as described above when executed by the processor.
In addition, to achieve the above object, the present invention further provides a readable storage medium, which stores thereon a query program for call chain information, and when the query program for call chain information is executed by a processor, the method for querying call chain information as described above is implemented.
The invention provides a query method, a query device and a readable storage medium of call chain information, wherein the query method of the call chain information comprises the following steps: the method comprises the steps of obtaining version information selected by a user, inquiring calling chain information corresponding to the version information in a preset database, displaying calling relations among methods in the calling chain information through graphs, inquiring the calling relations among the methods in the preset database through the version information, and displaying the calling relations through the graphs, so that development and test work can be directly guided.
Drawings
In order to more clearly illustrate the embodiments or exemplary technical solutions of the present invention, the drawings used in the embodiments or exemplary descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a query method for call chain information according to the present invention;
fig. 3 is a flowchart illustrating a second embodiment of the query method for call chain information according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display (Display), an input unit such as a Keyboard (Keyboard), a remote controller, and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (such as a non-volatile memory), such as a disk memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
The communication bus 1002 may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus. The communication bus 1002 is used for communication between the above-described electronic apparatus and other apparatuses.
The Memory 1005 may include a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. Optionally, the memory 1005 may also be at least one memory device located remotely from the processor 1001.
The Processor 1001 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the integrated Circuit may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, or discrete hardware components.
Those skilled in the art will appreciate that the configuration of the terminal shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a query program that calls chain information.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call a query program of the call chain information stored in the memory 1005, and perform the following operations:
acquiring version information selected by a user;
inquiring the calling chain information corresponding to the version information in a preset database;
and displaying the calling relation among each method in the calling chain information through a graph.
Further, the processor 1001 may call a query program of the call chain information stored in the memory 1005, and also perform the following operations:
compiling source code data of a Java program into intermediate code information, and acquiring version information corresponding to the source code data;
acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the preset database;
and storing the calling chain information and the version information in a correlation manner.
Further, the processor 1001 may call a query program of the call chain information stored in the memory 1005, and also perform the following operations:
acquiring associated data in the call chain information;
and associating the associated data to the calling chain information, and importing the associated calling chain information into the preset database.
Further, the processor 1001 may call a query program of the call chain information stored in the memory 1005, and also perform the following operations:
when the version information is multiple, acquiring version establishing time corresponding to the multiple version information;
acquiring the earliest version information in the version creating time as target version information;
and inquiring the calling chain information corresponding to the target version information in a preset database.
Further, the processor 1001 may call a query program of the call chain information stored in the memory 1005, and also perform the following operations:
comparing the target version information with the calling chain information corresponding to other version information;
and outputting prompt information according to the comparison result.
Further, the processor 1001 may call a query program of the call chain information stored in the memory 1005, and also perform the following operations:
if the comparison result is that the calling relations of the same method in the calling chain information corresponding to the target version information and other version information are different, marking the different calling relations of the same method;
and if the comparison result is that the calling chain information corresponding to other version information has a method different from the target version information, annotating the different method.
Further, the processor 1001 may call a query program of the call chain information stored in the memory 1005, and also perform the following operations:
the calling relation comprises the type and the number of the input parameter, the type of the output parameter, calling method information and called method information of each method.
The invention provides a query method of call chain information.
Referring to fig. 2, fig. 2 is a flowchart illustrating a first embodiment of a query method for call chain information according to the present invention.
The embodiment provides a method for querying call chain information, which includes:
s10, acquiring the version information selected by the user;
s20, inquiring the calling chain information corresponding to the version information in a preset database;
and S30, displaying the calling relation between each method in the calling chain information through a graph.
In an embodiment, in order to directly guide development or testing of developers or testers, a call chain relationship of a code may be directly displayed from a preset database, that is, in this embodiment, version information selected by a user may be acquired, and call chain information corresponding to the version information in the preset database is queried, where all methods in the code are pre-stored in the preset database, that is, the call chain information includes a call relationship between each method, and the call relationship is a parameter entry type and number, a parameter exit type, call method information, and called method information of each method. Taking the method a as an example, the exit type is a type that the method a sends out parameters to other methods, the entry type and the number are types and numbers of parameters that the other methods send into the method a, the calling method information is a number and a type that the method a calls other methods, and the number and a type that the method a called is the number of called methods.
Further, before the version selected by the user is obtained, whether calling information exists in a preset database or not is judged, if calling chain information corresponding to the version information exists in the preset database, the calling chain information corresponding to the version information in the preset database is directly inquired, and the calling relation among the methods in the calling chain information is displayed through a graph, wherein the calling relation among the methods is displayed through a graph display device, and the graph display device comprises but not limited to a computer screen, a tablet computer and the like so as to display the calling relation among the methods, so that development and test work can be directly guided.
Further, if the preset database does not have the call chain information corresponding to the version information, as shown in fig. 3, the second embodiment of the query method of the present invention, that is, before the step of obtaining the version information selected by the user, further includes:
s01, compiling source code data of the Java program into intermediate code information, and acquiring version information corresponding to the source code data;
s02, acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the preset database;
s03, storing the call chain information and the version information in a related way;
the calling chain information corresponding to the version information needs to be prestored in the preset database, at this time, the source code data of the Java program is compiled into intermediate code information, and the version information corresponding to the source code data is obtained; after intermediate code information and version information are obtained, obtaining the calling chain information according to the intermediate code information, and importing the calling chain information into the database, wherein the calling chain information and the version information are stored in an associated mode. Each piece of calling chain information corresponds to one piece of version information, namely when the calling chain information is inquired, the calling chain information corresponding to the version information in a preset database can be inquired according to the version information; and displaying the calling relation among each method in the calling chain information through a graph.
Furthermore, in this embodiment, a root tool is used to compile source code data of the Java program, and obtain a middle-form Jimple bytecode file, that is, obtain middle code information; and then analyzing the Jimple byte codes, forming calling chain information according to the calling relation among the methods corresponding to the source code data of the Java program, namely acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into a preset database. The method comprises the steps of obtaining version information of source code data of the Java program, storing the version information and call chain information in a preset database in a correlated mode, and therefore when the call chain information is inquired, the corresponding call chain information can be located only by inquiring the version information, and the call chain information can be inquired more quickly. It can be understood that the source code data of the Java program is further converted into a Jimple bytecode file by means of the socket tool, and the Jimple bytecode file is a middle proxy of the socket tool. The Jimple byte code file is a compact, stack-free and typed three-address code intermediate representation method, has a clearer structure relatively, has an explicit operand for each instruction, and is more suitable for the subsequent query analysis of call chain information.
Further, in the process of importing the call chain information into the preset database, because the import process is the sequential import of the methods into the database, that is, after the imported method is stored into the database, the method calls other methods, that is, at this time, the call relations of the imported method calling other methods are not synchronously stored, at this time, after all the methods in the call chain information are completely stored, traversing the preset database, and obtaining the associated data in the call chain information in the preset database, wherein the associated data includes the complexity of the call chain and the cohesive coupling degree, wherein the complexity of the call chain is used for describing the logic of the call chain, and the cohesive coupling degree is used for describing the coupling degree of the upstream and downstream call relations in the call chain.
Further, after obtaining the associated data in the call chain information, associating the associated data to the call chain information, and importing the associated call chain information into a database, that is, updating the complexity and the cohesive coupling degree of the call chain to a preset database, where the call chain information stored in the preset database includes the call relationship of each method or information of other parameter changes.
Furthermore, a plurality of call chain information are stored in the preset database, that is, since the call chain information is stored in association with the version information, at this time, there are a plurality of version information. In this embodiment, when the version information is multiple, the version creation time corresponding to the multiple version information is obtained, and the earliest version information in the version creation time is obtained as the target version information. After the target version information is acquired, inquiring the calling chain information corresponding to the target version information in a preset database, at the moment, inquiring the calling chain information corresponding to the preset database correspondingly by using other version information except the target version information, and comparing the target version information with methods in the calling chain information corresponding to the other version information; and after the target version information is compared with the methods in the calling chain information corresponding to other version information, outputting prompt information according to the comparison result.
Further, the method for comparing the target version information with the call chain information corresponding to the other version information may be that if the comparison result is that the call relationship of the same method in the call chain information corresponding to the target version information and the other version information is different, the different call relationship of the same method is marked; the different calling relations of the same method can be marked by adopting different ground colors so as to prompt developers or testers that the calling relations of the method are different. And if the comparison result is that the calling relationship of the same method in the calling chain information corresponding to the target version information and other version information is the same, marking or outputting the prompt information with the same calling relationship of the method.
Further, the method for comparing the target version information with the call chain information corresponding to other version information may also be a method for determining whether the call chain information corresponding to other version information is different from the target version information. And if the comparison result is that a method different from the target version information exists in the calling chain information corresponding to other version information, annotating the different method to prompt a developer or a tester that a new method exists in the calling chain information corresponding to the version information.
In an embodiment of the present invention, the method for querying call chain information includes the following steps: the method comprises the steps of obtaining version information selected by a user, inquiring calling chain information corresponding to the version information in a preset database, displaying calling relations among methods in the calling chain information through graphs, inquiring the calling relations among the methods in the preset database through the version information, and displaying the calling relations through the graphs, so that development and test work can be directly guided.
The invention also provides a device for inquiring the call chain information, which comprises: the system comprises a memory, a processor and a query program of call chain information stored on the memory and capable of running on the processor, wherein the query program of call chain information realizes the steps of the query method of call chain information as described in the above embodiment when executed by the processor.
The present invention further provides a readable storage medium, on which a query program for calling chain information is stored, and when the query program for calling chain information is executed by a processor, the steps of the query method for calling chain information as described in any of the above embodiments are implemented.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be substantially or partially embodied in the form of a software product, where the computer software product is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk), and includes several instructions for enabling a terminal device (e.g., a mobile phone, a computer, a cloud server, or a network device) to execute the method of the embodiments of the present invention.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored in a computer readable storage medium or transmitted from one computer readable storage medium to another, for example, from one website site, computer, server, or data center to another website site, computer, server, or data center via wired (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device, such as a server, a data center, etc., that incorporates one or more of the available media. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A query method for call chain information is characterized in that the query method for call chain information comprises the following steps:
acquiring version information selected by a user;
inquiring the calling chain information corresponding to the version information in a preset database;
and displaying the calling relation among each method in the calling chain information through a graph.
2. The method for querying call chain information according to claim 1, wherein the step of obtaining the version information selected by the user is preceded by:
compiling source code data of a Java program into intermediate code information, and acquiring version information corresponding to the source code data;
acquiring the calling chain information according to the intermediate code information, and importing the calling chain information into the preset database;
and storing the calling chain information and the version information in a correlation manner.
3. The method for querying call chain information according to claim 2, wherein the step of importing the call chain information into the preset database comprises:
acquiring associated data in the call chain information;
and associating the associated data to the calling chain information, and importing the associated calling chain information into the preset database.
4. The method for querying call chain information according to claim 1, wherein the step of querying the call chain information corresponding to the version information in the preset database comprises:
when the version information is multiple, acquiring version establishing time corresponding to the multiple version information;
acquiring the earliest version information in the version creating time as target version information;
and inquiring the calling chain information corresponding to the target version information in a preset database.
5. The method for querying call chain information according to claim 4, wherein after the step of querying the call chain information corresponding to the target version information in the preset database, the method further comprises:
comparing the target version information with the calling chain information corresponding to other version information;
and outputting prompt information according to the comparison result.
6. The method for querying call chain information according to claim 5, wherein the step of outputting a prompt message according to the comparison result comprises:
if the comparison result is that the calling relations of the same method in the calling chain information corresponding to the target version information and other version information are different, marking the different calling relations of the same method;
and if the comparison result is that the calling chain information corresponding to other version information has a method different from the target version information, annotating the different method.
7. The method for querying call chain information according to any one of claims 1 to 6, wherein the call relation is an entry type and number, an exit type, call method information, and called method information of each method.
8. A device for querying call chain information, comprising a memory, a processor and a query program of call chain information stored in the memory and operable on the processor, wherein the query program of call chain information, when executed by the processor, implements the steps of the method for querying call chain information according to any one of claims 1 to 7.
9. A readable storage medium, wherein the readable storage medium stores thereon a query program for calling chain information, and the query program for calling chain information, when executed by a processor, implements the steps of the query method for calling chain information according to any one of claims 1 to 7.
CN201911272092.8A 2019-12-11 2019-12-11 Query method, device and readable storage medium for calling chain information Active CN111045724B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911272092.8A CN111045724B (en) 2019-12-11 2019-12-11 Query method, device and readable storage medium for calling chain information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911272092.8A CN111045724B (en) 2019-12-11 2019-12-11 Query method, device and readable storage medium for calling chain information

Publications (2)

Publication Number Publication Date
CN111045724A true CN111045724A (en) 2020-04-21
CN111045724B CN111045724B (en) 2023-05-05

Family

ID=70236208

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911272092.8A Active CN111045724B (en) 2019-12-11 2019-12-11 Query method, device and readable storage medium for calling chain information

Country Status (1)

Country Link
CN (1) CN111045724B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113326184A (en) * 2021-05-11 2021-08-31 前海飞算云智软件科技(深圳)有限公司 Interface testing method and device, storage medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107092553A (en) * 2017-04-20 2017-08-25 广州华多网络科技有限公司 A kind of method, device and computer system for setting up request call chain between process
CN109710220A (en) * 2018-12-12 2019-05-03 平安科技(深圳)有限公司 Relevant database querying method, device, equipment and storage medium
CN109981349A (en) * 2019-02-27 2019-07-05 华为技术有限公司 Call chain information query method and equipment

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107092553A (en) * 2017-04-20 2017-08-25 广州华多网络科技有限公司 A kind of method, device and computer system for setting up request call chain between process
CN109710220A (en) * 2018-12-12 2019-05-03 平安科技(深圳)有限公司 Relevant database querying method, device, equipment and storage medium
CN109981349A (en) * 2019-02-27 2019-07-05 华为技术有限公司 Call chain information query method and equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113326184A (en) * 2021-05-11 2021-08-31 前海飞算云智软件科技(深圳)有限公司 Interface testing method and device, storage medium and electronic equipment
CN113326184B (en) * 2021-05-11 2022-05-17 前海飞算云智软件科技(深圳)有限公司 Interface testing method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN111045724B (en) 2023-05-05

Similar Documents

Publication Publication Date Title
WO2018153052A1 (en) Method and device for loading kernel module
CN108920359B (en) Application program testing method and device, storage medium and electronic device
CN111045944A (en) Regression testing method, device and system and computer readable storage medium
CN111694572A (en) Code format conversion method, device, computer equipment and storage medium
CN110888817B (en) Code coverage rate report generation method, device and readable storage medium
CN113312374A (en) Data query method, device, equipment and storage medium
CN114564203A (en) Service operation method and device, electronic equipment and readable medium
CN107341106B (en) Application compatibility detection method, development terminal and storage medium
US10685298B2 (en) Mobile application compatibility testing
CN115292197A (en) Software testing method and device, electronic equipment and storage medium
CN111026670A (en) Test case generation method, test case generation device, and storage medium
CN113986256A (en) Method and device for issuing application program, electronic equipment and storage medium
CN111045724A (en) Query method and device for call chain information and readable storage medium
CN110795646A (en) Request processing method and device, electronic equipment and computer-readable storage medium
CN109189369B (en) Method and device for compressing codes
WO2021248310A1 (en) Method and apparatus for acquiring service calling information, and vulnerability test method for service
CN114047923A (en) Error code positioning method, device, storage medium and electronic equipment
CN113342553A (en) Data acquisition method and device, electronic equipment and storage medium
CN109298831B (en) Information storage method and device
CN112306496A (en) Block chain operation information analysis method, device, equipment and computer storage medium
JP2015076025A (en) Program upgrade assistance method and program upgrade assistance system
CN109918895B (en) Method, electronic device, and computer-readable medium for outputting data
CN117171028A (en) Information processing method and device, electronic equipment and storage medium
CN113742103A (en) Cross-data-source service implementation method and device and electronic equipment
CN117873878A (en) Test method, test device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant