CN110727716B - Identification method for integrated SDK in application, intelligent terminal and storage medium - Google Patents

Identification method for integrated SDK in application, intelligent terminal and storage medium Download PDF

Info

Publication number
CN110727716B
CN110727716B CN201911016423.1A CN201911016423A CN110727716B CN 110727716 B CN110727716 B CN 110727716B CN 201911016423 A CN201911016423 A CN 201911016423A CN 110727716 B CN110727716 B CN 110727716B
Authority
CN
China
Prior art keywords
application
sdk
integrated
applications
storing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911016423.1A
Other languages
Chinese (zh)
Other versions
CN110727716A (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.)
Beijing Zhiyou Wang'an Technology Co ltd
Original Assignee
Beijing Zhiyou Wang'an Technology 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 Zhiyou Wang'an Technology Co ltd filed Critical Beijing Zhiyou Wang'an Technology Co ltd
Priority to CN201911016423.1A priority Critical patent/CN110727716B/en
Publication of CN110727716A publication Critical patent/CN110727716A/en
Application granted granted Critical
Publication of CN110727716B publication Critical patent/CN110727716B/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/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2462Approximate or statistical queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/53Decompilation; Disassembly

Abstract

The invention discloses an identification method of integrated SDK in application, an intelligent terminal and a storage medium, wherein the method comprises the following steps: the newly-built application basic information table stores the acquired application basic information, the newly-built application analysis result table stores application analysis results, and the newly-built SDK dictionary table stores identified SDKs; performing decompiling on the application, acquiring a package name appearing in the component configuration in an information description file of the application program, and storing a package name result into the application analysis result table; counting the times of appearance of the same package names among different applications, and sequencing all the same package names according to the repeated times; putting the package names judged as the SDK into an SDK dictionary table; and acquiring the use condition of different SDKs by the applications according to the occurrence times of the same package name among different applications. The invention automatically identifies the integrated SDK in the application by analyzing a large amount of applications, collects the SDK with higher use frequency of the Internet application and effectively reduces the cost for collecting the SDK data.

Description

Identification method for integrated SDK in application, intelligent terminal and storage medium
Technical Field
The invention relates to the technical field of computer application, in particular to an identification method of an integrated SDK in application, an intelligent terminal and a storage medium.
Background
Development of mobile applications is inseparable from SDKs (software development kit, which is generally a collection of development tools used by some software engineers to build application software for a specific software package, a software framework, a hardware platform, an operating system, and the like), and a large number of SDKs are integrated while a large number of mobile applications are developed. The method comprises the steps of identifying SDKs integrated in the application, collecting SDK information integrated by the mobile application, knowing which SDKs are integrated by the whole Internet mobile application when the quantity of the collected SDKs reaches a certain quantity, analyzing and screening the collected SDKs, mastering the condition of the mobile application integrated SDKs, screening SDK data to be known, classifying SDK results, dividing regions, bodies and the like, and particularly needs to be a method for automatically identifying the application integrated SDKs.
In the prior art, a large number of SDKs integrated in mobile application recognition application are analyzed, so that the accuracy of the SDKs is reduced along with the reduction of the integration times of the SDKs in different applications, and most methods firstly establish a relatively complete SDK dictionary base, analyze the packet names appearing in the application packets, compare the packet names with the SDK dictionary base, or manually decompile the application packets one by one, manually judge the application integrated SDKs, and establish a relatively complete SDK dictionary base (most of the SDKs need to be manually recorded one by one) or manually, so that the cost is high.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
To solve the foregoing drawbacks of the prior art, a primary object of the present invention is to provide an identification method for integrated SDK in an application, an intelligent terminal and a storage medium, where to achieve the foregoing object, the present invention provides an identification method for integrated SDK in an application, including the following steps:
newly building an application basic information table for storing the acquired application basic information, an application analysis result table for storing an application analysis result, and an SDK dictionary table for storing the identified SDK;
decompiling the applications in the application library through an application package decompilation tool, acquiring package names appearing in component configuration in an information description file of an application program, and storing a package name result analyzed by each application into an application analysis result table;
counting the times of appearance of the same package names among different applications, and sequencing all the same package names according to the repeated times;
judging the data with the occurrence frequency more than or equal to the preset frequency and the preset percentage before the occurrence frequency as the packet name of the SDK, and taking the packet name as the unique identifier of the SDK dictionary table to be stored in the SDK dictionary table;
and acquiring the use condition of different SDKs by the applications according to the occurrence times of the same package name among different applications.
Optionally, the method for identifying an integrated SDK in an application, where the obtaining, according to the number of times that the same packet name appears between different applications, how many applications use different SDKs further includes:
and counting the use ratio of each SDK in the application, and acquiring the frequency of the SDK used in the application.
Optionally, the identification method for integrating the SDK in the application, wherein the information description file of the application program is android manifest.
Optionally, the identification method of the integrated SDK in the application, wherein the application package decompiling tool is APKTool.
Optionally, the identification method of the integrated SDK in the application, wherein the preset number of times is 2.
Optionally, the identification method of integrated SDK in the application, wherein the preset percentage is 80%.
In addition, to achieve the above object, the present invention further provides an intelligent terminal, wherein the intelligent terminal includes: the identification program of the integrated SDK in the application is executed by the processor to realize the steps of the identification method of the integrated SDK in the application.
In addition, to achieve the above object, the present invention further provides a storage medium, wherein the storage medium stores an identification program of an integrated SDK in an application, and the identification program of the integrated SDK in the application realizes the steps of the identification method of the integrated SDK in the application when being executed by a processor.
The invention establishes an application basic information table for storing the acquired application basic information, establishes an application analysis result table for storing the application analysis result, and establishes an SDK dictionary table for storing the identified SDK; decompiling the applications in the application library through an application package decompilation tool, acquiring package names appearing in component configuration in an information description file of an application program, and storing a package name result analyzed by each application into an application analysis result table; counting the times of appearance of the same package names among different applications, and sequencing all the same package names according to the repeated times; judging the data with the occurrence frequency more than or equal to the preset frequency and the preset percentage before the occurrence frequency as the packet name of the SDK, and taking the packet name as the unique identifier of the SDK dictionary table to be stored in the SDK dictionary table; and acquiring the use condition of different SDKs by the applications according to the occurrence times of the same package name among different applications. The invention achieves the purpose of automatically identifying the integrated SDK in the application by analyzing a large number of mobile applications, collects the SDK with higher use frequency of the Internet application and effectively reduces the cost of collecting the SDK data.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of the identification method of integrated SDK in the application of the present invention;
fig. 2 is a schematic operating environment diagram of an intelligent terminal according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention clearer and clearer, the present invention is further described in detail below with reference to the accompanying drawings and examples. 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, the method for identifying an integrated SDK in an application according to a preferred embodiment of the present invention includes the following steps:
step S10, an application basic information table is newly built for storing the obtained application basic information, an application analysis result table is newly built for storing the application analysis result, and an SDK dictionary table is newly built for storing the identified SDK;
step S20, performing decompiling on the application in the application library through an application package decompiling tool, acquiring package names appearing in the component configuration in the information description file of the application program, and storing the package name result analyzed by each application into the application analysis result table;
s30, counting the times of the same package name among different applications, and sequencing all the same package names according to the repeated times;
step S40, judging the data with the occurrence frequency more than or equal to the preset frequency and the preset percentage before the occurrence frequency as the package name of the SDK, and storing the package name as the unique identifier of the SDK dictionary table into the SDK dictionary table;
and step S50, acquiring the use condition of different SDKs by the applications according to the occurrence times of the same package name among different applications.
Specifically, the SDK identification method includes: the packet names of different applications are analyzed (the packet names are unique and only represent the names of the apk files), if one packet name with high repetition rate appears in the analysis results of a plurality of different applications, the packet name is highly possibly SDK, and if one packet name appears only once, the packet name with the SDK cannot be determined, and the higher the repetition rate of the same packet name among the different applications (the more the SDK is integrated), the higher the identification rate is.
Firstly, a database is created, specifically: and newly building an application basic information table for storing the acquired application basic information, an application analysis result table for storing an application analysis result, and an SDK dictionary table for storing the identified SDK. The invention mainly achieves the purposes of automatically identifying the SDK information, establishing a relatively complete SDK dictionary base and reducing the labor cost by analyzing a large number of mobile applications.
Then, decompiling the applications in the application library by using an application package decompilation tool (for example, APKTool, which is an APK compilation tool provided by GOOGLE, and is capable of decompilating and decompiling the APK, and simultaneously installing a frame-res frame required by the decompilation system APK, cleaning a last decompilation folder, and the like), and obtaining a package name appearing in the component configuration in android.xml (an information description file of an application program, in which the package name of a suspected SDK can be taken), wherein android is an application manifest (manifest meaning manifest), one of which must be included in a root directory of each application, and the file name must be the same, the file includes configuration information of the APP, the system needs to run the code of the APP according to the content therein, and an interface is displayed to describe each component of the application, which is used for defining four large components. What we use most often is an Activity component, which needs to define the presentation form of the component (component name, topic, launch type), the operation that the component can respond to (e.g., some launch intention), etc.; and storing the packet name result analyzed by each application in an application analysis result table.
Finally, counting the occurrence times of the same package names among different applications, and sequencing all the same package names according to the repetition times; the occurrence frequency is more than or equal to 2 times (the same package name appears for 2 times in different applications, which can be regarded as that the package name belongs to the SDK, the specific judgment basis is that the package name can be configured by a user in real-time application), and the data of 80% of the occurrence frequency is judged as the package name of the SDK (namely the occurrence frequency is more than or equal to 2 times, the repeated times of all the same package names are sorted, the data of 80% of the first ranking is taken as the SDK to be stored in an SDK dictionary database) and is taken as the unique identifier of the SDK dictionary database to be stored in the SDK dictionary database; according to the number of times of the same package name appearing among different applications, the number of applications using different SDKs can be known.
Further, the usage ratio of each SDK in the mobile application is counted, so that the SDKs which are heavily used in the mobile application are known. Counting the integrated number ratio of each SDK in the mobile application, similarly counting the use ratio of each type of reference, for example, if the use ratio of the short video type application is the first one in this year, the integrated ratio statistics of the SDK may know that the integrated ratio of the SDK in the streaming video processing may be the first one, and counting the integrated ratio is to know the use conditions of different SDKs.
The invention achieves the purpose of automatically identifying the integrated SDK in the application by analyzing a large number of mobile applications, collects the SDK with higher use frequency of the Internet application and effectively reduces the cost of collecting the SDK data.
Further, as shown in fig. 2, based on the identification method of the integrated SDK in the application, the present invention also provides an intelligent terminal, which includes a processor 10, a memory 20, and a display 30. Fig. 2 shows only some of the components of the smart terminal, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
The memory 20 may be an internal storage unit of the intelligent terminal in some embodiments, such as a hard disk or a memory of the intelligent terminal. The memory 20 may also be an external storage device of the Smart terminal in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the Smart terminal. Further, the memory 20 may also include both an internal storage unit and an external storage device of the smart terminal. The memory 20 is used for storing application software installed in the intelligent terminal and various data, such as program codes of the installed intelligent terminal. The memory 20 may also be used to temporarily store data that has been output or is to be output. In an embodiment, the memory 20 stores an identification program 40 for an integrated SDK in an application, and the identification program 40 for an integrated SDK in an application can be executed by the processor 10, so as to implement the identification method for an integrated SDK in an application in the present application.
The processor 10 may be a Central Processing Unit (CPU), a microprocessor or other data Processing chip in some embodiments, and is used to run program codes stored in the memory 20 or process data, such as executing an identification method of an integrated SDK in the application.
The display 30 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like in some embodiments. The display 30 is used for displaying information at the intelligent terminal and for displaying a visual user interface. The components 10-30 of the intelligent terminal communicate with each other via a system bus.
In one embodiment, the following steps are implemented when the processor 10 executes the identification program 40 for integrating the SDK in the application in the memory 20:
newly building an application basic information table for storing the acquired application basic information, an application analysis result table for storing an application analysis result, and an SDK dictionary table for storing the identified SDK;
decompiling the applications in the application library through an application package decompilation tool, acquiring package names appearing in component configuration in an information description file of an application program, and storing a package name result analyzed by each application into an application analysis result table;
counting the times of appearance of the same package names among different applications, and sequencing all the same package names according to the repeated times;
judging the data with the occurrence frequency more than or equal to the preset frequency and the preset percentage before the occurrence frequency as the packet name of the SDK, and taking the packet name as the unique identifier of the SDK dictionary table to be stored in the SDK dictionary table;
and acquiring the use condition of different SDKs by the applications according to the occurrence times of the same package name among different applications.
The obtaining of the use condition of different SDKs by the applications according to the occurrence frequency of the same package name among the different applications further comprises:
and counting the use ratio of each SDK in the application, and acquiring the frequency of the SDK used in the application.
Xml, the information description file of the application program is android manifest.
The application package decompiling tool is APKTool.
The preset times are 2 times.
The preset percentage is 80%.
The invention also provides a storage medium, wherein the storage medium stores an identification program of the integrated SDK in the application, and the identification program of the integrated SDK in the application realizes the steps of the identification method of the integrated SDK in the application when being executed by a processor.
In summary, the present invention provides an identification method, an intelligent terminal and a storage medium for integrating SDKs in applications, where the method includes: newly building an application basic information table for storing the acquired application basic information, an application analysis result table for storing an application analysis result, and an SDK dictionary table for storing the identified SDK; decompiling the applications in the application library through an application package decompilation tool, acquiring package names appearing in component configuration in an information description file of an application program, and storing a package name result analyzed by each application into an application analysis result table; counting the times of appearance of the same package names among different applications, and sequencing all the same package names according to the repeated times; judging the data with the occurrence frequency more than or equal to the preset frequency and the preset percentage before the occurrence frequency as the packet name of the SDK, and taking the packet name as the unique identifier of the SDK dictionary table to be stored in the SDK dictionary table; and acquiring the use condition of different SDKs by the applications according to the occurrence times of the same package name among different applications. The invention achieves the purpose of automatically identifying the integrated SDK in the application by analyzing a large number of mobile applications, collects the SDK with higher use frequency of the Internet application and effectively reduces the cost of collecting the SDK data.
Of course, it will be understood by those skilled in the art that all or part of the processes of the methods of the above embodiments may be implemented by a computer program instructing relevant hardware (such as a processor, a controller, etc.), and the program may be stored in a computer readable storage medium, and when executed, the program may include the processes of the above method embodiments. The storage medium may be a memory, a magnetic disk, an optical disk, etc.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (7)

1. A method for identifying an integrated SDK in an application is characterized by comprising the following steps:
newly building an application basic information table for storing the acquired application basic information, an application analysis result table for storing an application analysis result, and an SDK dictionary table for storing the identified SDK;
decompiling the applications in the application library through an application package decompilation tool, acquiring package names appearing in component configuration in an information description file of an application program, and storing a package name result analyzed by each application into an application analysis result table;
counting the times of appearance of the same package names among different applications, and sequencing all the same package names according to the repeated times;
judging the data with the occurrence frequency more than or equal to the preset frequency and the preset percentage before the occurrence frequency as the packet name of the SDK, and taking the packet name as the unique identifier of the SDK dictionary table to be stored in the SDK dictionary table;
acquiring the use condition of different SDKs by the number of applications according to the occurrence times of the same package name among different applications;
counting the use ratio of each SDK in the application, and acquiring the used frequency of the SDK in the application;
the purpose of automatically identifying the integrated SDK in the application is achieved by analyzing a large number of mobile applications, the SDK with high use frequency of the Internet application is collected, and the cost for collecting the SDK data is effectively reduced.
2. The method for identifying the integrated SDK in the application according to claim 1, wherein the information description file of the application program is android manifest.
3. The method of claim 1, wherein the application package decompiling tool is APKTool.
4. The method of claim 1, wherein the predetermined number of times is 2.
5. The method for identifying an integrated SDK in an application of claim 1, wherein the predetermined percentage is 80%.
6. An intelligent terminal, characterized in that, intelligent terminal includes: memory, a processor and an identification program stored on the memory and operable on the processor for integrating an SDK in an application, the identification program for integrating an SDK in an application implementing the steps of the identification method for integrating an SDK in an application according to any one of claims 1 to 5 when executed by the processor.
7. A storage medium storing an identification program of an integrated SDK in an application, wherein the identification program of the integrated SDK in the application realizes the steps of the identification method of the integrated SDK in the application according to any one of claims 1 to 5 when being executed by a processor.
CN201911016423.1A 2019-10-24 2019-10-24 Identification method for integrated SDK in application, intelligent terminal and storage medium Active CN110727716B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911016423.1A CN110727716B (en) 2019-10-24 2019-10-24 Identification method for integrated SDK in application, intelligent terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911016423.1A CN110727716B (en) 2019-10-24 2019-10-24 Identification method for integrated SDK in application, intelligent terminal and storage medium

Publications (2)

Publication Number Publication Date
CN110727716A CN110727716A (en) 2020-01-24
CN110727716B true CN110727716B (en) 2022-04-22

Family

ID=69221902

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911016423.1A Active CN110727716B (en) 2019-10-24 2019-10-24 Identification method for integrated SDK in application, intelligent terminal and storage medium

Country Status (1)

Country Link
CN (1) CN110727716B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338622B (en) * 2020-05-15 2020-08-11 支付宝(杭州)信息技术有限公司 Supply chain code identification method, device, server and readable storage medium
CN111654495B (en) * 2020-06-03 2023-06-27 百度在线网络技术(北京)有限公司 Method, apparatus, device and storage medium for determining traffic generation source
CN112068878B (en) * 2020-09-08 2023-08-08 抖音视界有限公司 Method, device and storage medium for detecting software development kit state
CN112463200A (en) * 2020-12-10 2021-03-09 微医云(杭州)控股有限公司 Development kit processing method and device, electronic device and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103823665A (en) * 2012-11-19 2014-05-28 中国移动通信集团公司 SDK (software development kit) activeness analyzing method, network server and system
CN106502876A (en) * 2016-10-26 2017-03-15 腾讯科技(深圳)有限公司 Method and relevant device that a kind of focus function determines
CN107092517A (en) * 2017-03-30 2017-08-25 北京深思数盾科技股份有限公司 The generation method and device of a kind of SDK kits
CN107959928A (en) * 2016-10-17 2018-04-24 北京奇虎科技有限公司 The method for down loading and download apparatus of ad data bag in mobile terminal
CN109582303A (en) * 2018-10-31 2019-04-05 平安科技(深圳)有限公司 General purpose module call method, device, computer equipment and storage medium
CN110119350A (en) * 2019-04-02 2019-08-13 深圳市腾讯信息技术有限公司 Software Development Kit test method, device and equipment and computer storage medium
CN110286939A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 Development approach, device, equipment and the storage medium of Software Development Kit
CN110362970A (en) * 2019-07-23 2019-10-22 北京智游网安科技有限公司 A kind of method preventing application program decompiling, storage medium and terminal device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103823665A (en) * 2012-11-19 2014-05-28 中国移动通信集团公司 SDK (software development kit) activeness analyzing method, network server and system
CN107959928A (en) * 2016-10-17 2018-04-24 北京奇虎科技有限公司 The method for down loading and download apparatus of ad data bag in mobile terminal
CN106502876A (en) * 2016-10-26 2017-03-15 腾讯科技(深圳)有限公司 Method and relevant device that a kind of focus function determines
CN107092517A (en) * 2017-03-30 2017-08-25 北京深思数盾科技股份有限公司 The generation method and device of a kind of SDK kits
CN109582303A (en) * 2018-10-31 2019-04-05 平安科技(深圳)有限公司 General purpose module call method, device, computer equipment and storage medium
CN110119350A (en) * 2019-04-02 2019-08-13 深圳市腾讯信息技术有限公司 Software Development Kit test method, device and equipment and computer storage medium
CN110286939A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 Development approach, device, equipment and the storage medium of Software Development Kit
CN110362970A (en) * 2019-07-23 2019-10-22 北京智游网安科技有限公司 A kind of method preventing application program decompiling, storage medium and terminal device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
如何自动识别APK中使用了哪些SDK;IT东;《https://blog.csdn.net/rohsuton/article/details/78017725》;20170918;第1-4页 *

Also Published As

Publication number Publication date
CN110727716A (en) 2020-01-24

Similar Documents

Publication Publication Date Title
CN110727716B (en) Identification method for integrated SDK in application, intelligent terminal and storage medium
CN108804299B (en) Application program exception handling method and device
US9454467B2 (en) Method and apparatus for mining test coverage data
WO2019019255A1 (en) Apparatus and method for establishing prediction model, program for establishing prediction model, and computer-readable storage medium
CN109471857B (en) SQL statement-based data modification method, device and storage medium
EP2572294B1 (en) System and method for sql performance assurance services
CN109388376B (en) Software development risk assessment method, device, equipment and readable storage medium
CN106354817B (en) Log processing method and device
CN103235759A (en) Method and device for generating test cases
WO2019169760A1 (en) Test case range determining method, device, and storage medium
CN114546738B (en) Universal test method, system, terminal and storage medium for server
CN116245074A (en) Chip verification method, device and storage medium
CN112363904A (en) Log data analysis positioning method and device and computer readable storage medium
CN112256575A (en) Code quality management method, system and related equipment
CN115905371A (en) Data trend analysis method, device and equipment and computer readable storage medium
CN109389972B (en) Quality testing method and device for semantic cloud function, storage medium and equipment
CN106570004B (en) Data management method and device
CN114841165A (en) User data analysis and display method and device, electronic equipment and storage medium
CN112003837B (en) Intelligent equipment adaptation method and device based on Modbus protocol and storage medium
CN110764784B (en) Method for identifying three-party SO (SO) file, intelligent terminal and storage medium
CN107506299B (en) Code analysis method and terminal equipment
CN109284354B (en) Script searching method and device, computer equipment and storage medium
CN113434680A (en) User intention analysis method and device based on seat data and electronic equipment
CN113344023A (en) Code recommendation method, device and system
CN113297249A (en) Slow query statement identification and analysis method and device and query statement statistical method and device

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