CN111339035A - Target data query method and device, computer equipment and storage medium - Google Patents

Target data query method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN111339035A
CN111339035A CN202010110364.0A CN202010110364A CN111339035A CN 111339035 A CN111339035 A CN 111339035A CN 202010110364 A CN202010110364 A CN 202010110364A CN 111339035 A CN111339035 A CN 111339035A
Authority
CN
China
Prior art keywords
target data
query condition
file
query
searching
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
CN202010110364.0A
Other languages
Chinese (zh)
Other versions
CN111339035B (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.)
Suning Cloud Computing Co Ltd
Original Assignee
Suning Cloud Computing 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 Suning Cloud Computing Co Ltd filed Critical Suning Cloud Computing Co Ltd
Priority to CN202010110364.0A priority Critical patent/CN111339035B/en
Publication of CN111339035A publication Critical patent/CN111339035A/en
Application granted granted Critical
Publication of CN111339035B publication Critical patent/CN111339035B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/156Query results presentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a device for querying target data, computer equipment and a storage medium, wherein the method comprises the following steps: compiling the application project to obtain a target file generated by the application project in the compiling process; analyzing the target file, searching in an analysis result according to the query condition, and acquiring target data meeting the query condition; and outputting the target data for query. According to the invention, the compiled file is searched for instead of searching for the application engineering source file, the searching range is narrowed, the searching efficiency is improved, the problems of searching omission, repetition and the like are avoided, the searched target data is more accurate by increasing the type limit of the query condition, the labor cost is reduced, the error rate is reduced through the full-process automatic operation, and the searching is quicker and more convenient.

Description

Target data query method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method and an apparatus for querying target data, a computer device, and a storage medium.
Background
At present, when a target file or a character is searched in application engineering, the following method is generally adopted:
taking an Android project as an example, firstly opening an Android project to be searched and all files of all the projects dependent on the Android project, then carrying out global keyword search through an Android Studio (or other file searching tools), then manually counting search results, and finally generating a statistical result through Excel (or other files).
The above method has the following disadvantages:
1. if the Android project depends too much, omission and repetition are easy to occur;
2. through character matching search, the limited condition is single, and the noise point information is more;
3. the whole process is manually operated, the labor cost is high, and the error rate is high.
Therefore, it is desirable to provide a new method for querying target data.
Disclosure of Invention
In order to solve the problems in the prior art, embodiments of the present invention provide a method and an apparatus for querying target data, a computer device, and a storage medium, so as to overcome the problems in the prior art, such as high cost and high error rate, caused by too large search range, easy omission and repetition, low search precision, and dependence on manual operations when the application engineering is dependent on too many applications.
In order to solve one or more technical problems, the invention adopts the technical scheme that:
in a first aspect, a method for querying target data is provided, the method including the following steps:
compiling the application project to obtain a target file generated in the compiling process of the application project;
analyzing the target file, searching in an analysis result according to a query condition, and acquiring target data meeting the query condition;
and outputting the target data for query.
Further, the analyzing the target file, searching in an analysis result according to a query condition, and acquiring target data meeting the query condition includes:
and calling a pre-generated plug-in to analyze the target file, configuring a query condition in the plug-in, and searching in the analysis result by the plug-in according to the query condition to acquire target data meeting the query condition.
Further, the target data includes code file content, the analyzing the target file, and searching in the analysis result according to the query condition, and the obtaining the target data meeting the query condition includes:
and analyzing the target file, searching in the byte code file in the analysis result according to the query condition, and acquiring the target data meeting the query condition.
Further, the target data includes resource file content, the analyzing the target file, and searching in the analysis result according to the query condition, and the obtaining the target data meeting the query condition includes:
and analyzing the target file, searching in a compiling directory in an analysis result according to the query condition, and acquiring target data meeting the query condition.
Further, the target data includes an engineering file, the analyzing the target file, and searching in an analysis result according to a query condition, and the obtaining of the target data meeting the query condition includes:
and analyzing the target file, searching in a local directory depending on engineering in an analysis result according to the query condition, and acquiring target data meeting the query condition.
In a second aspect, an apparatus for querying target data is provided, the apparatus comprising:
the engineering compiling module is used for compiling the application engineering and acquiring a target file generated in the compiling process of the application engineering;
the analysis query module is used for analyzing the target file, searching in an analysis result according to a query condition and acquiring target data meeting the query condition;
and the result output module is used for outputting the target data for query.
Further, the file analysis module is specifically configured to invoke a pre-generated plug-in to analyze the target file;
the device further comprises:
the condition configuration module is used for configuring query conditions in the plug-in;
the data query module is specifically used for the plug-in to search in the analysis result according to the query condition to acquire target data meeting the query condition.
Further, the data query module comprises:
and the first query unit is used for searching in the byte code file in the analysis result according to the query condition to acquire the target data meeting the query condition.
Further, the data query module further includes:
and the second query unit is used for searching in the compiling directory in the analysis result according to the query condition to acquire the target data meeting the query condition.
Further, the data query module further includes:
and the third query unit is used for searching in the local directory depending on the project in the analysis result according to the query condition to acquire the target data meeting the query condition.
In a third aspect, a computer device is provided, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and when the processor executes the computer program, the following steps are implemented:
compiling the application project to obtain a target file generated in the compiling process of the application project;
analyzing the target file, searching in an analysis result according to a query condition, and acquiring target data meeting the query condition;
and outputting the target data for query.
In a fourth aspect, there is provided a computer readable storage medium having a computer program stored thereon, which when executed by a processor, performs the steps of:
compiling the application project to obtain a target file generated in the compiling process of the application project;
analyzing the target file, searching in an analysis result according to a query condition, and acquiring target data meeting the query condition;
and outputting the target data for query.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
1. according to the target data query method, the target data query device, the computer equipment and the storage medium, the application project is compiled, the target file generated by the application project in the compiling process is obtained, the target file is analyzed, the target data meeting the query condition is obtained by searching in the analysis result according to the query condition, the target data is output for query, the compiled file is searched to replace the application project source file, the search range is reduced, the search efficiency is improved, and the problems of search omission, repetition and the like are avoided;
2. according to the target data query method, the target data query device, the computer equipment and the storage medium, the target file is analyzed by calling the pre-generated plug-in, the query condition is configured in the plug-in, the plug-in searches the analysis result according to the query condition to obtain the target data meeting the query condition, the type limitation of the query condition is increased, and the queried target data are more accurate;
3. according to the target data query method and device, the computer equipment and the storage medium provided by the embodiment of the invention, the target data is output for query, the whole process is automatically operated, the labor cost is reduced, the error rate is reduced, and the search is quicker and more convenient.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced 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 to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flow diagram illustrating a method of querying target data in accordance with an exemplary embodiment;
FIG. 2 is a block diagram illustrating a querying device of target data in accordance with an exemplary embodiment;
FIG. 3 is a schematic diagram illustrating an internal architecture of a computer device, according to an example embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart illustrating a query method of target data according to an exemplary embodiment, and referring to fig. 1, the method includes the following steps:
s1: compiling the application project and acquiring a target file generated in the compiling process of the application project.
Specifically, for example, in an Android project, target data needs to be searched in an Android application project source file in the traditional method, the source file generally includes the Android application project and all project-dependent files thereof, when the Android application project depends on a lot, the amount of data to be searched is large, the time consumed by query is long, and problems such as search omission and repetition are prone to occur. In order to solve the above problem, in the embodiment of the present invention, a compressed file (i.e., an object file) obtained by compiling an Android application project is searched for instead of searching for an Android application project source file, so as to narrow a search range. Therefore, when there is a query requirement for target data, the application project to be searched needs to be compiled first, and all files generated in the compiling process of the application project are used as target files. It should be noted that, in the embodiment of the present invention, the target data includes data such as a file and a character, which is not limited herein.
S2: and analyzing the target file, searching in an analysis result according to the query condition, and acquiring target data meeting the query condition.
Specifically, after the target file is obtained, the target file is firstly analyzed to obtain an analysis result, wherein the target file comprises a target compressed file in an application engineering compiling link. Then, searching is carried out in the analysis result according to the query condition, and the target data meeting the query condition is matched from the analysis result.
S3: and outputting the target data for query.
Specifically, also taking an Android project as an example, after target data is traditionally searched in an Android application project and is searched by an Android studio or other file searching tools, generally, a search result is manually counted, and then a statistical result is generated in the form of Excel or other documents. In order to solve the problem, in the embodiment of the present invention, after the target data is acquired, the target data is automatically summarized, and the summarized target data is output for query. When the target data is output, the target data can be output in a log output window in a form of a group log, and can also be directly output to a text file, wherein the target data is not listed one by one, and developers can set the target data according to actual requirements.
As a preferred implementation manner, in the embodiment of the present invention, the analyzing the target file, and searching in an analysis result according to a query condition, and acquiring target data meeting the query condition includes:
and calling a pre-generated plug-in to analyze the target file, configuring a query condition in the plug-in, and searching in the analysis result by the plug-in according to the query condition to acquire target data meeting the query condition.
Specifically, in the embodiment of the present invention, the target data may be searched in the application engineering by a plug-in mode. Similarly, the application project can be compiled through a plug-in to generate a target file. During specific implementation, a plug-in can be generated in advance according to actual requirements, and the plug-in is called to analyze the target file to obtain an analysis result. It should be noted that, in the embodiment of the present invention, the plug-in is not specifically limited, and the developer may perform configuration according to actual requirements, for example, an android graph plug-in may be generated based on the graph, which is not listed here.
In addition, in the method for searching for the target file or the character in the application project in the prior art, the query condition has the problems of single limit condition (usually adopting a character searching mode), more noise points and the like, and in order to solve the problem, the query condition is also set to be configurable in the embodiment of the invention. For example, the plug-in may configure a query condition by itself, and then search in the parsing result according to the received query condition through the plug-in to obtain the target data that conforms to the query condition. It should be noted that, in the embodiment of the present invention, the query condition may be a condition defined by multiple dimensions, such as a file type, a character type, a function type, and the like, so that the search result is more accurate.
As a preferred implementation manner, in an embodiment of the present invention, the target data includes code file content, the analyzing the target file, and searching in an analysis result according to a query condition, and acquiring the target data meeting the query condition includes:
and analyzing the target file, searching in the byte code file in the analysis result according to the query condition, and acquiring the target data meeting the query condition.
Specifically, when the target data to be searched is the content of the code file, the target file is analyzed, after the analysis result is obtained, the byte code file in the analysis result is searched according to the query condition, and the target data meeting the query condition is obtained.
As a preferred implementation manner, in an embodiment of the present invention, the target data includes resource file content, the analyzing the target file, and searching in an analysis result according to a query condition, and acquiring the target data meeting the query condition includes:
and analyzing the target file, searching in a compiling directory in an analysis result according to the query condition, and acquiring target data meeting the query condition.
Specifically, when the target data to be searched is the content of the resource file, the target file is analyzed, and after the analysis result is obtained, the target data meeting the query condition is obtained by searching in a compiling directory (such as res, assets, and the like) in the analysis result according to the query condition.
As a preferred implementation manner, in an embodiment of the present invention, the target data includes an engineering file, the analyzing the target file, and searching in an analysis result according to a query condition, and acquiring the target data meeting the query condition includes:
and analyzing the target file, searching in a local directory depending on engineering in an analysis result according to the query condition, and acquiring target data meeting the query condition.
Specifically, when the target data to be searched is an engineering file, the target file is analyzed, after an analysis result is obtained, the target data meeting the query condition is obtained by searching in a local directory depending on the engineering in the analysis result according to the query condition.
Fig. 2 is a schematic structural diagram illustrating a query apparatus for target data according to an exemplary embodiment, and referring to fig. 2, the query apparatus includes:
the engineering compiling module is used for compiling the application engineering and acquiring a target file generated in the compiling process of the application engineering;
the file analysis module is used for analyzing the target file to generate an analysis result;
the data query module is used for searching in the analysis result according to the query condition to acquire target data meeting the query condition;
and the result output module is used for outputting the target data for query.
As a preferred embodiment, in the embodiment of the present invention, the file parsing module is specifically configured to invoke a pre-generated plug-in to parse the target file;
the device further comprises:
the condition configuration module is used for configuring query conditions in the plug-in;
the data query module is specifically used for the plug-in to search in the analysis result according to the query condition to acquire target data meeting the query condition.
As a preferred implementation manner, in an embodiment of the present invention, the data query module includes:
and the first query unit is used for searching in the byte code file in the analysis result according to the query condition to acquire the target data meeting the query condition.
As a preferred implementation manner, in an embodiment of the present invention, the data query module further includes:
and the second query unit is used for searching in the compiling directory in the analysis result according to the query condition to acquire the target data meeting the query condition.
As a preferred implementation manner, in an embodiment of the present invention, the data query module further includes:
and the third query unit is used for searching in the local directory depending on the project in the analysis result according to the query condition to acquire the target data meeting the query condition.
Fig. 3 is a schematic diagram illustrating an internal configuration of a computer device according to an exemplary embodiment, which includes a processor, a memory, and a network interface connected through a system bus, as shown in fig. 3. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a method of optimization of an execution plan.
Those skilled in the art will appreciate that the configuration shown in fig. 3 is a block diagram of only a portion of the configuration associated with aspects of the present invention and is not intended to limit the computing devices to which aspects of the present invention may be applied, and that a particular computing device may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
As a preferred implementation manner, in an embodiment of the present invention, the computer device includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and the processor implements the following steps when executing the computer program:
compiling the application project to obtain a target file generated in the compiling process of the application project;
analyzing the target file, searching in an analysis result according to a query condition, and acquiring target data meeting the query condition;
and outputting the target data for query.
As a preferred implementation manner, in the embodiment of the present invention, when the processor executes the computer program, the following steps are further implemented:
and calling a pre-generated plug-in to analyze the target file, configuring a query condition in the plug-in, and searching in the analysis result by the plug-in according to the query condition to acquire target data meeting the query condition.
As a preferred implementation manner, in the embodiment of the present invention, when the processor executes the computer program, the following steps are further implemented:
and analyzing the target file, searching in the byte code file in the analysis result according to the query condition, and acquiring the target data meeting the query condition.
As a preferred implementation manner, in the embodiment of the present invention, when the processor executes the computer program, the following steps are further implemented:
and analyzing the target file, searching in a compiling directory in an analysis result according to the query condition, and acquiring target data meeting the query condition.
As a preferred implementation manner, in the embodiment of the present invention, when the processor executes the computer program, the following steps are further implemented:
and analyzing the target file, searching in a local directory depending on engineering in an analysis result according to the query condition, and acquiring target data meeting the query condition.
In an embodiment of the present invention, a computer-readable storage medium is further provided, on which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the following steps:
compiling the application project to obtain a target file generated in the compiling process of the application project;
analyzing the target file, searching in an analysis result according to a query condition, and acquiring target data meeting the query condition;
and outputting the target data for query.
As a preferred implementation manner, in the embodiment of the present invention, when executed by the processor, the computer program further implements the following steps:
and calling a pre-generated plug-in to analyze the target file, configuring a query condition in the plug-in, and searching in the analysis result by the plug-in according to the query condition to acquire target data meeting the query condition.
As a preferred implementation manner, in the embodiment of the present invention, when executed by the processor, the computer program further implements the following steps:
and analyzing the target file, searching in the byte code file in the analysis result according to the query condition, and acquiring the target data meeting the query condition.
As a preferred implementation manner, in the embodiment of the present invention, when executed by the processor, the computer program further implements the following steps:
and analyzing the target file, searching in a compiling directory in an analysis result according to the query condition, and acquiring target data meeting the query condition.
As a preferred implementation manner, in the embodiment of the present invention, when executed by the processor, the computer program further implements the following steps:
and analyzing the target file, searching in a local directory depending on engineering in an analysis result according to the query condition, and acquiring target data meeting the query condition.
In summary, the technical solution provided by the embodiment of the present invention has the following beneficial effects:
it should be noted that: the query device of target data provided in the foregoing embodiment is only illustrated by dividing the functional modules when triggering a data query service, and in practical applications, the function distribution may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to complete all or part of the functions described above. In addition, the target data query apparatus and the target data query method provided in the above embodiments belong to the same concept, that is, the apparatus is based on the target data query method, and specific implementation processes thereof are detailed in method embodiments and are not described herein again.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, where the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (9)

1. A method for querying target data, the method comprising the steps of:
compiling the application project to obtain a target file generated in the compiling process of the application project;
analyzing the target file, searching in an analysis result according to a query condition, and acquiring target data meeting the query condition;
and outputting the target data for query.
2. The method for querying target data according to claim 1, wherein the parsing the target file and searching in the parsing result according to the query condition to obtain the target data meeting the query condition comprises:
and calling a pre-generated plug-in to analyze the target file, configuring a query condition in the plug-in, and searching in the analysis result by the plug-in according to the query condition to acquire target data meeting the query condition.
3. The method for querying target data according to claim 1 or 2, wherein the target data includes code file content, the parsing the target file, and searching in the parsing result according to the query condition, and the obtaining the target data meeting the query condition includes:
and analyzing the target file, searching in the byte code file in the analysis result according to the query condition, and acquiring the target data meeting the query condition.
4. The method for querying target data according to claim 1 or 2, wherein the target data includes resource file content, the parsing the target file, and searching in the parsing result according to the query condition to obtain the target data meeting the query condition includes:
and analyzing the target file, searching in a compiling directory in an analysis result according to the query condition, and acquiring target data meeting the query condition.
5. The method for querying target data according to claim 1 or 2, wherein the target data includes an engineering file, the parsing the target file, and searching in the parsing result according to the query condition to obtain the target data meeting the query condition includes:
and analyzing the target file, searching in a local directory depending on engineering in an analysis result according to the query condition, and acquiring target data meeting the query condition.
6. An apparatus for querying target data, the apparatus comprising:
the engineering compiling module is used for compiling the application engineering and acquiring a target file generated in the compiling process of the application engineering;
the file analysis module is used for analyzing the target file to generate an analysis result;
the data query module is used for searching in the analysis result according to the query condition to acquire target data meeting the query condition;
and the result output module is used for outputting the target data for query.
7. The apparatus for querying target data according to claim 6, wherein the file parsing module is specifically configured to invoke a pre-generated plug-in to parse the target file;
the device further comprises:
the condition configuration module is used for configuring query conditions in the plug-in;
the data query module is specifically used for the plug-in to search in the analysis result according to the query condition to acquire target data meeting the query condition.
8. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 5 are implemented when the computer program is executed by the processor.
9. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 5.
CN202010110364.0A 2020-02-21 2020-02-21 Target data query method and device, computer equipment and storage medium Active CN111339035B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010110364.0A CN111339035B (en) 2020-02-21 2020-02-21 Target data query method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010110364.0A CN111339035B (en) 2020-02-21 2020-02-21 Target data query method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111339035A true CN111339035A (en) 2020-06-26
CN111339035B CN111339035B (en) 2022-11-18

Family

ID=71179630

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010110364.0A Active CN111339035B (en) 2020-02-21 2020-02-21 Target data query method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111339035B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553059A (en) * 2021-07-28 2021-10-26 北京达佳互联信息技术有限公司 Local variable query method, device, server and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019178979A1 (en) * 2018-03-21 2019-09-26 平安科技(深圳)有限公司 Method for querying report data, apparatus, storage medium and server
CN110442811A (en) * 2019-08-14 2019-11-12 广州虎牙科技有限公司 A kind of processing method of the page, device, computer equipment and storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019178979A1 (en) * 2018-03-21 2019-09-26 平安科技(深圳)有限公司 Method for querying report data, apparatus, storage medium and server
CN110442811A (en) * 2019-08-14 2019-11-12 广州虎牙科技有限公司 A kind of processing method of the page, device, computer equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
YIXIANG FANG 等: "SpaceKey: Exploring Patterns in Spatial Databases", 《2018 IEEE 34TH INTERNATIONAL CONFERENCE ON DATA ENGINEERING》 *
李辉: "基于计量自动化系统数据同步至云数据中心技术研究", 《电子技术与软件工程》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553059A (en) * 2021-07-28 2021-10-26 北京达佳互联信息技术有限公司 Local variable query method, device, server and storage medium
CN113553059B (en) * 2021-07-28 2024-04-30 北京达佳互联信息技术有限公司 Local variable query method, device, server and storage medium

Also Published As

Publication number Publication date
CN111339035B (en) 2022-11-18

Similar Documents

Publication Publication Date Title
US8286149B2 (en) Apparatus for and method of implementing feedback directed dependency analysis of software applications
CN106909510B (en) Method for obtaining test case and server
CN112394942B (en) Distributed software development compiling method and software development platform based on cloud computing
CN109597618B (en) Program development method, program development device, computer device, and storage medium
CN109815141B (en) Test method and device
CN107797823B (en) Business rule management method and device, storage medium and computer equipment
CN111427784B (en) Data acquisition method, device, equipment and storage medium
CN108415998B (en) Application dependency relationship updating method, terminal, device and storage medium
CN110737437A (en) compiling method and device based on code integration
CN113901083A (en) Heterogeneous data source operation resource analysis positioning method and equipment based on multiple analyzers
CN111008151B (en) Program scanning method, terminal device and computer readable storage medium
CN112181430A (en) Code change statistical method and device, electronic equipment and storage medium
CN115599359A (en) Code generation method, device, equipment and medium
CN111339035B (en) Target data query method and device, computer equipment and storage medium
CN113495728A (en) Dependency relationship determination method, dependency relationship determination device, electronic equipment and medium
CN111209326A (en) Data query method and device, electronic equipment and storage medium
CN111158667B (en) Code injection method and device, electronic equipment and storage medium
CN111580821B (en) Script binding method and device, electronic equipment and computer readable storage medium
CN112346981A (en) Joint debugging test coverage rate detection method and system
CN114492324A (en) Component data statistical method and device
CN113448985A (en) API (application program interface) interface generation method, calling method and device and electronic equipment
CN107451050B (en) Function acquisition method and device and server
CN112612474A (en) Product transplanting method and device, storage medium and electronic equipment
CN111401020A (en) Interface loading method and system and computing equipment
CN110968566A (en) Migration tool-based domestic application system migration method

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