CN106156210B - Method and device for determining application identifier matching list - Google Patents

Method and device for determining application identifier matching list Download PDF

Info

Publication number
CN106156210B
CN106156210B CN201510198477.XA CN201510198477A CN106156210B CN 106156210 B CN106156210 B CN 106156210B CN 201510198477 A CN201510198477 A CN 201510198477A CN 106156210 B CN106156210 B CN 106156210B
Authority
CN
China
Prior art keywords
application
application identifier
matching list
identifier set
identifiers
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
CN201510198477.XA
Other languages
Chinese (zh)
Other versions
CN106156210A (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.)
Tencent Technology Shenzhen Co Ltd
Tencent Cloud Computing Beijing Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201510198477.XA priority Critical patent/CN106156210B/en
Publication of CN106156210A publication Critical patent/CN106156210A/en
Application granted granted Critical
Publication of CN106156210B publication Critical patent/CN106156210B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a device for determining an application identifier matching list, and belongs to the technical field of computers. The method comprises the following steps: acquiring an application identifier of an application program of a target type in an internet crawling manner to obtain a first application identifier set; acquiring application identifiers of installed application programs reported by at least one terminal through a target management application program to obtain a second application identifier set; determining application identifiers contained in the first application identifier set and the second application identifier set together; and determining an application identifier matching list according to the application identifiers commonly contained in the first application identifier set and the second application identifier set. By adopting the invention, the storage resource of the terminal can be saved.

Description

Method and device for determining application identifier matching list
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for determining an application identifier matching list.
Background
With the development of mobile terminal technology, the application of mobile terminals is more and more extensive, and the functions are more and more powerful. A user may install multiple types of applications on a mobile terminal, such as games and videos. Many users will install game-like applications on mobile terminals to play games. The user can also install a management application program on the mobile terminal, and the management application program can identify whether the currently running application program is a game-type application program or not, so as to provide auxiliary functions for the application program, such as cleaning other currently running processes.
The management application needs to identify whether the currently running application is a game-like application according to the application identification matching list. The user can download applications such as applets and peasants through a plurality of download platforms. The backend server for managing the application program can respectively obtain application identifiers (generally called package names) of a plurality of application programs of the game class from the websites, and the backend server can select a part of the application identifiers to generate an application identifier matching list and store the application identifier matching list in the management application program. When the terminal runs a certain application program, the management application program can match the application identifier of the running application program with the application identifiers in the application identifier matching list, and further determine whether the currently running application program is a game-class application program.
In the process of implementing the invention, the inventor finds that the prior art has at least the following problems:
because the application identifiers of the same application program in different downloading platforms are different, a plurality of application identifiers are stored in the application identifier matching list corresponding to a certain application program, and thus a large amount of storage resources of the terminal are occupied.
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 determining an application identifier matching list. The technical scheme is as follows:
in a first aspect, a method for determining an application identifier matching list is provided, where the method includes:
acquiring an application identifier of an application program of a target type in an internet crawling manner to obtain a first application identifier set;
acquiring application identifiers of installed application programs reported by at least one terminal through a target management application program to obtain a second application identifier set;
determining application identifiers contained in the first application identifier set and the second application identifier set together;
and determining an application identifier matching list according to the application identifiers commonly contained in the first application identifier set and the second application identifier set.
In a second aspect, an apparatus for determining a matching list of application identifications is provided, the apparatus comprising:
the first acquisition module is used for acquiring the application identifier of the application program of the target type in an internet crawling manner to obtain a first application identifier set;
the second acquisition module is used for acquiring the application identifier of the installed application program reported by at least one terminal through the target management application program to obtain a second application identifier set;
a first determining module, configured to determine application identifiers that are commonly included in the first application identifier set and the second application identifier set;
and the second determining module is used for determining an application identifier matching list according to the application identifiers commonly contained in the first application identifier set and the second application identifier set.
The technical scheme provided by the embodiment of the invention has the following beneficial effects:
in the embodiment of the invention, the application identifiers of the application programs of the target type are acquired in an internet crawling manner to obtain a first application identifier set, the application identifiers of the installed application programs reported by at least one terminal through the target management application program are acquired to obtain a second application identifier set, the application identifiers commonly contained in the first application identifier set and the second application identifier set are determined, an application identifier matching list is determined according to the application identifiers commonly contained in the first application identifier set and the second application identifier set, and the terminal provided with the target management application program generally downloads the application programs through a downloading platform associated with the target management application program, so that the application identifiers of the application programs of other downloading platforms cannot be contained in the application identifiers commonly contained in the first application identifier set and the second application identifier set, therefore, the total number of the application identifications in the application identification matching list can be reduced, and the storage resource of the terminal can be saved.
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 flowchart of a method for determining an application identifier matching list according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a method for determining an application identifier matching list according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an apparatus for determining an application identifier matching list according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a server according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail with reference to the accompanying drawings.
Example one
An embodiment of the present invention provides a method for determining an application identifier matching list, as shown in fig. 1, a processing flow of the method may include the following steps:
step 101, obtaining an application identifier of an application program of a target type in an internet crawling manner to obtain a first application identifier set.
Step 102, obtaining an application identifier of an installed application program reported by at least one terminal through a target management application program, and obtaining a second application identifier set.
Step 103, determining the application identifiers contained in the first application identifier set and the second application identifier set together.
And 104, determining an application identifier matching list according to the application identifiers commonly contained in the first application identifier set and the second application identifier set.
In the embodiment of the invention, the application identifiers of the application programs of the target type are acquired in an internet crawling manner to obtain a first application identifier set, the application identifiers of the installed application programs reported by at least one terminal through the target management application program are acquired to obtain a second application identifier set, the application identifiers commonly contained in the first application identifier set and the second application identifier set are determined, an application identifier matching list is determined according to the application identifiers commonly contained in the first application identifier set and the second application identifier set, and the terminal provided with the target management application program generally downloads the application programs through a downloading platform associated with the target management application program, so that the application identifiers of the application programs of other downloading platforms cannot be contained in the application identifiers commonly contained in the first application identifier set and the second application identifier set, therefore, the total number of the application identifications in the application identification matching list can be reduced, and the storage resource of the terminal can be saved.
Example two
The embodiment of the invention provides a method for determining an application identifier matching list. Wherein the server may be a backend server that manages the application.
The process flow shown in fig. 1 will be described in detail below with reference to specific embodiments, and the contents may be as follows:
step 101, obtaining an application identifier of an application program of a target type in an internet crawling manner to obtain a first application identifier set.
In implementation, a user may download an application to a terminal through an internet website, so as to facilitate the user to find the application to be downloaded, and the internet website may generally classify the applications included in the website, such as games, social contacts, videos, and the like. The user can search the application program to be downloaded in the classified catalog of the internet website according to the type of the application program to be downloaded, and then download the application program. The background server for managing the application program can be provided with a crawling function (for example, a web crawler tool is set), and then the background server can crawl application identifications of the application programs contained in a plurality of internet websites from the internet websites. The background server may obtain the application identifier of the application program of a certain type (i.e., a target type) according to the classification directory of the internet website, then may query whether there is a duplicate application identifier in the obtained application identifiers, and if there is a duplicate application identifier, may remove the duplicate application identifier to obtain the application identifier after deduplication (i.e., a first application identifier set). The background server acquires application identifiers of multiple types of application programs in an internet crawling mode, and records the corresponding relation between the acquired application identifiers and the types of the application programs. The background server may obtain the application identifier of the application program of the target type after applying the identifier obtaining instruction, or may obtain the application identifier of the application program of the target type after reaching a preset obtaining period.
Step 102, obtaining an application identifier of an installed application program reported by at least one terminal through a target management application program, and obtaining a second application identifier set.
In implementation, a user may install the management application (i.e., the target management application) provided by the background server at the terminal. The target management application has a variety of management functions, such as virus killing, traffic monitoring, space cleaning, software management, and the like. The user can start the target management application program at the terminal and then perform corresponding management operation. The target management application program can also acquire the identifiers of all application programs locally installed in the terminal, and then sends the acquired application identifiers to the background server. The target management application program may report the application identifier of the locally installed application program to the background server after receiving the report notification sent by the background server, or may report the application identifier of the locally installed application program to the server when a preset report period is reached. For a terminal installed with a target management application program, the application identifier of the locally installed application program may be reported to a background server, and the background server may obtain the application identifier of the installed application program reported by at least one terminal through the target management application program, and may then query whether there is a duplicate application identifier in the obtained application identifiers, and if there is a duplicate application identifier, may remove the duplicate application identifier to obtain a deduplicated application identifier (i.e., a second application identifier set).
In addition, after receiving the application identifier sent by at least one terminal installed with the target management application program, the background server may store the received application identifier. The background server may obtain an application identifier of an installed application program reported by at least one terminal, which is installed with the target management application program within a preset historical duration, through the target management application program, so as to obtain a second application identifier set.
The steps 101 and 102 do not have a strict time sequence, and the steps 101 and 102 may be executed first, or the steps 102 and 101 may be executed first.
Step 103, determining the application identifiers contained in the first application identifier set and the second application identifier set together.
In implementation, after obtaining the first application identifier set and the second application identifier set, the background server may compare the application identifiers included in the first application identifier set with the application identifiers included in the second application identifier set, to determine the application identifiers included in the first application identifier set and the second application identifier set, or, for the application identifiers in the second application identifier set, the background server may query whether the application identifiers are included in the first application identifier set, if so, the application identifiers are the application identifiers included in the first application identifier set and the second application identifier set, and the background server may perform the query processing on each application identifier in the second application identifier set, so as to determine the application identifiers included in the first application identifier set and the second application identifier set, as shown in fig. 2.
And 104, determining an application identifier matching list according to the application identifiers commonly contained in the first application identifier set and the second application identifier set.
In implementation, after the background server determines the application identifiers commonly included in the first application identifier set and the second application identifier set, the application identifier matching list may be determined according to the application identifiers commonly included in the first application identifier set and the second application identifier set, and the manner of determining the application identifier matching list may be various, for example, the background server may generate the application identifier matching list according to all the application identifiers commonly included in the first application identifier set and the second application identifier set, or may select a part of the application identifiers from all the application identifiers commonly included in the first application identifier set and the second application identifier set to generate the application identifier matching list. Several possible implementations of selecting the application identity are given below:
the first method is as follows: determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set; and selecting a preset number of application identifications with the maximum reporting times to generate an application identification matching list.
In an implementation, the background server may store in advance the number of application identifiers in the application identifier matching list, and the preset number may be stored in the background server by a technician. After determining the application identifiers that are included in the first application identifier set and the second application identifier set, the background server may determine the number of times of reporting the application identifiers that are included in the first application identifier set and the second application identifier set according to the application identifiers of the installed application programs that are reported by the at least one terminal. Specifically, for a certain application identifier that is included in both the first application identifier set and the second application identifier set, the background server may search for the application identifier from all application identifiers reported by the terminal, and record the number of the searched application identifiers, that is, the number of times of reporting the application identifier. After determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set, the background server may sort the application identifiers according to the reporting times, and may select a preset number of application identifiers with the largest reporting times to generate an application identifier matching list.
The second method comprises the following steps: determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set; and selecting the application identifier with the reporting times larger than a preset threshold value, and generating an application identifier matching list.
In implementation, the background server may pre-store a preset threshold of the reporting times, where the preset threshold may be a specific threshold of the reporting times, or may be a percentage threshold of the reporting times of a certain application identifier in the total reporting times. After determining the application identifiers that are included in the first application identifier set and the second application identifier set, the background server may determine the number of times of reporting the application identifiers that are included in the first application identifier set and the second application identifier set according to the application identifiers of the installed application programs that are reported by the at least one terminal. Specifically, for a certain application identifier that is included in both the first application identifier set and the second application identifier set, the background server may search for the application identifier from all application identifiers reported by the terminal, and record the number of the searched application identifiers, that is, the number of times of reporting the application identifier. After determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set, the background server may select the application identifier whose reporting times are greater than a preset threshold value, and generate an application identifier matching list.
Optionally, the number of the application identifiers in the application identifier matching list may be determined first, and then the application identifiers are selected, and the corresponding processing procedure may be as follows: receiving total memory capacity data sent by at least one terminal through a target management application program; determining the number of application identifiers in the application identifier matching list according to the average value of the total memory capacity data of at least one terminal; and selecting the application identifications in the number from the application identifications commonly contained in the first application identification set and the second application identification set to generate an application identification matching list.
In implementation, the target management application may obtain, in addition to the application identifiers of all the applications installed locally at the terminal, total memory capacity data of the terminal, and then send the obtained application identifiers and the total memory capacity data of the terminal to the backend server, and the backend server may receive the total memory capacity data sent by at least one terminal through the target management application, and then may calculate an average value of the received total memory capacity data of each terminal. The background server may preset a ratio of the data size of the application identifier matching list to the average value of the total memory capacity data, and the background server may determine the data size of the application identifier matching list according to the average value, for example, if the preset ratio of the background server is 1%, the average value of the total memory capacity data of the terminal is 1G, and the data size of the application identifier matching list is 1G × 1% — 10.2M. The background server may determine the number (may be referred to as a first number) of the application identifiers in the application identifier matching list according to the data amount of the application identifier matching list, and then select the first number of application identifiers from the application identifiers commonly included in the first application identifier set and the second application identifier set to generate the application identifier matching list. The manner of selecting the application identifier may refer to the first manner described above.
Optionally, after determining the application identifier matching list, the background server may send the application identifier matching list to the terminal, and the corresponding processing manner may be as follows: and sending the generated application identifier matching list to a terminal provided with a target management application program, so that the terminal updates the locally stored application identifier matching list according to the application identifier matching list.
In implementation, after the application identifier matching list generated by the background server is generated, the generated application identifier matching list may be sent to the terminal installed with the target management application program. The background server can add the application identifier matching list into an update data packet of the target management application program, and when the update period of the target management application program is reached, update prompt information of the target management application program is sent to a user, so that the user can update the target management application program and update the locally stored application identifier matching list. The background server can also send update prompt information of the application identifier matching list to the terminal provided with the target management application program, after a user clicks an update option, the terminal can send an application identifier matching list update request to the background server, after the background server receives the application identifier matching list update request, the generated application identifier matching list can be sent to the terminal, and after the terminal receives the application identifier matching list, the locally stored application identifier matching list can be updated. In this way, since the terminal installed with the target management application generally downloads the application through the download platform associated with the target management application, through the processing in the above step 101 to step 104, the backend server may obtain the application identifiers included in the first application identifier set and the second application identifier set together, that is, the application of the target type installed on the terminal of the user corresponding to the backend server, and these application programs are basically downloaded through the download platform associated with the target management application and do not include the application identifiers of the application programs of other download platforms, so that the total number of the application identifiers in the application identifier matching list may be reduced, and thus the storage resource of the terminal may be saved.
In the embodiment of the invention, the application identifiers of the application programs of the target type are acquired in an internet crawling manner to obtain a first application identifier set, the application identifiers of the installed application programs reported by at least one terminal through the target management application program are acquired to obtain a second application identifier set, the application identifiers commonly contained in the first application identifier set and the second application identifier set are determined, an application identifier matching list is determined according to the application identifiers commonly contained in the first application identifier set and the second application identifier set, and the terminal provided with the target management application program generally downloads the application programs through a downloading platform associated with the target management application program, so that the application identifiers of the application programs of other downloading platforms cannot be contained in the application identifiers commonly contained in the first application identifier set and the second application identifier set, therefore, the total number of the application identifications in the application identification matching list can be reduced, and the storage resource of the terminal can be saved.
EXAMPLE III
Based on the same technical concept, an embodiment of the present invention further provides an apparatus for determining an application identifier matching list, as shown in fig. 3, the apparatus includes:
a first obtaining module 310, configured to obtain an application identifier of an application program of a target type in an internet crawling manner, to obtain a first application identifier set;
a second obtaining module 320, configured to obtain an application identifier of an installed application reported by at least one terminal through a target management application, to obtain a second application identifier set;
a first determining module 330, configured to determine application identifiers that are included in the first set of application identifiers and the second set of application identifiers;
the second determining module 340 is configured to determine an application identifier matching list according to application identifiers commonly included in the first application identifier set and the second application identifier set.
Optionally, the second determining module 340 is configured to:
determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set;
and selecting a preset number of application identifications with the maximum reporting times to generate an application identification matching list.
Optionally, the second determining module 340 is configured to:
determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set;
and selecting the application identifier with the reporting times larger than a preset threshold value, and generating an application identifier matching list.
Optionally, the second obtaining module 320 is further configured to:
receiving total memory capacity data sent by the at least one terminal through a target management application program;
the second determining module 340 is configured to:
determining the number of the application identifiers in the application identifier matching list according to the average value of the total memory capacity data of the at least one terminal;
and selecting the application identifiers of the number from the application identifiers commonly contained in the first application identifier set and the second application identifier set to generate an application identifier matching list.
Optionally, the apparatus further includes a sending module, configured to:
and sending the generated application identifier matching list to a terminal provided with the target management application program, so that the terminal updates the locally stored application identifier matching list according to the application identifier matching list.
In the embodiment of the invention, the application identifiers of the application programs of the target type are acquired in an internet crawling manner to obtain a first application identifier set, the application identifiers of the installed application programs reported by at least one terminal through the target management application program are acquired to obtain a second application identifier set, the application identifiers commonly contained in the first application identifier set and the second application identifier set are determined, an application identifier matching list is determined according to the application identifiers commonly contained in the first application identifier set and the second application identifier set, and the terminal provided with the target management application program generally downloads the application programs through a downloading platform associated with the target management application program, so that the application identifiers of the application programs of other downloading platforms cannot be contained in the application identifiers commonly contained in the first application identifier set and the second application identifier set, therefore, the total number of the application identifications in the application identification matching list can be reduced, and the storage resource of the terminal can be saved.
It should be noted that: the apparatus for determining an application identifier matching list provided in the foregoing embodiment is only illustrated by dividing the functional modules when determining the application identifier matching list, 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, so as to complete all or part of the functions described above. In addition, the apparatus for determining an application identifier matching list and the method for determining an application identifier matching list provided in the above embodiments belong to the same concept, and specific implementation processes thereof are detailed in the method embodiments and are not described herein again.
Example four
Fig. 4 is a schematic structural diagram of a server according to an embodiment of the present invention. The server 1900, which may vary widely in configuration or performance, may include one or more Central Processing Units (CPUs) 1922 (e.g., one or more processors) and memory 1932, one or more storage media 1930 (e.g., one or more mass storage devices) storing applications 1942 or data 1944. Memory 1932 and storage medium 1930 can be, among other things, transient or persistent storage. The program stored in the storage medium 1930 may include one or more modules (not shown), each of which may include a series of instructions operating on a server. Still further, a central processor 1922 may be provided in communication with the storage medium 1930 to execute a series of instruction operations in the storage medium 1930 on the server 1900.
The server 1900 may also include one or more power supplies 1926, one or more wired or wireless network interfaces 1950, one or more input-output interfaces 1958, one or more keyboards 1956, and/or one or more operating systems 1941, such as Windows Server, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, etc.
Server 1900 may include memory, and one or more programs, wherein the one or more programs are stored in the memory and configured to be executed by the one or more processors include instructions for:
acquiring an application identifier of an application program of a target type in an internet crawling manner to obtain a first application identifier set;
acquiring application identifiers of installed application programs reported by at least one terminal through a target management application program to obtain a second application identifier set;
determining application identifiers contained in the first application identifier set and the second application identifier set together;
and determining an application identifier matching list according to the application identifiers commonly contained in the first application identifier set and the second application identifier set.
Optionally, the determining an application identifier matching list according to the application identifiers commonly included in the first application identifier set and the second application identifier set includes:
determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set;
and selecting a preset number of application identifications with the maximum reporting times to generate an application identification matching list.
Optionally, the determining an application identifier matching list according to the application identifiers commonly included in the first application identifier set and the second application identifier set includes:
determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set;
and selecting the application identifier with the reporting times larger than a preset threshold value, and generating an application identifier matching list.
Optionally, the method further includes:
receiving total memory capacity data sent by the at least one terminal through a target management application program;
determining an application identifier matching list according to the application identifiers commonly contained in the first application identifier set and the second application identifier set, including:
determining the number of the application identifiers in the application identifier matching list according to the average value of the total memory capacity data of the at least one terminal;
and selecting the application identifiers of the number from the application identifiers commonly contained in the first application identifier set and the second application identifier set to generate an application identifier matching list.
Optionally, the method further includes:
and sending the generated application identifier matching list to a terminal provided with the target management application program, so that the terminal updates the locally stored application identifier matching list according to the application identifier matching list.
In the embodiment of the invention, the application identifiers of the application programs of the target type are acquired in an internet crawling manner to obtain a first application identifier set, the application identifiers of the installed application programs reported by at least one terminal through the target management application program are acquired to obtain a second application identifier set, the application identifiers commonly contained in the first application identifier set and the second application identifier set are determined, an application identifier matching list is determined according to the application identifiers commonly contained in the first application identifier set and the second application identifier set, and the terminal provided with the target management application program generally downloads the application programs through a downloading platform associated with the target management application program, so that the application identifiers of the application programs of other downloading platforms cannot be contained in the application identifiers commonly contained in the first application identifier set and the second application identifier set, therefore, the total number of the application identifications in the application identification matching list can be reduced, and the storage resource of the terminal can be saved.
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 (7)

1. A method of determining a matching list of application identifications, the method comprising:
acquiring an application identifier of an application program of a target type in an internet crawling manner to obtain a first application identifier set;
acquiring application identifiers of application programs which are reported by at least one terminal through a target management application program and downloaded and installed through a downloading platform associated with the target management application program to obtain a second application identifier set;
determining application identifiers contained in the first application identifier set and the second application identifier set together;
receiving total memory capacity data sent by the at least one terminal through the target management application program;
obtaining a product of an average value of the total memory capacity data of the at least one terminal and a preset proportion to obtain a data volume of an application identifier matching list, wherein the preset proportion is used for representing a proportion of the data volume of the application identifier matching list in the average value of the total memory capacity data;
determining the number of application identifiers in the application identifier matching list according to the data volume of the application identifier matching list, and selecting the number of application identifiers from the application identifiers contained in the first application identifier set and the second application identifier set to generate an application identifier matching list;
and sending the generated application identifier matching list to a terminal provided with the target management application program, so that the terminal updates the locally stored application identifier matching list according to the application identifier matching list.
2. The method of claim 1, further comprising:
determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set;
and selecting a preset number of application identifications with the maximum reporting times to generate an application identification matching list.
3. The method of claim 1, further comprising:
determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set;
and selecting the application identifier with the reporting times larger than a preset threshold value, and generating an application identifier matching list.
4. An apparatus for determining a matching list of application identifications, the apparatus comprising:
the first acquisition module is used for acquiring the application identifier of the application program of the target type in an internet crawling manner to obtain a first application identifier set;
the second acquisition module is used for acquiring application identifiers of the application programs which are reported by at least one terminal through the target management application program and are downloaded and installed through the downloading platform associated with the target management application program to obtain a second application identifier set;
a first determining module, configured to determine application identifiers that are commonly included in the first application identifier set and the second application identifier set;
the second obtaining module is further configured to receive total memory capacity data sent by the at least one terminal through the target management application; obtaining a product of an average value of the total memory capacity data of the at least one terminal and a preset proportion to obtain a data volume of an application identifier matching list, wherein the preset proportion is used for representing a proportion of the data volume of the application identifier matching list in the average value of the total memory capacity data;
a second determining module, configured to determine, according to the data size of the application identifier matching list, the number of application identifiers in the application identifier matching list, select, from application identifiers included in the first application identifier set and the second application identifier set, the number of application identifiers, and generate an application identifier matching list;
and the sending module is used for sending the generated application identifier matching list to a terminal provided with the target management application program so that the terminal updates the locally stored application identifier matching list according to the application identifier matching list.
5. The apparatus of claim 4, wherein the second determining module is further configured to:
determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set;
and selecting a preset number of application identifications with the maximum reporting times to generate an application identification matching list.
6. The apparatus of claim 4, wherein the second determining module is further configured to:
determining the reporting times of the application identifiers commonly contained in the first application identifier set and the second application identifier set;
and selecting the application identifier with the reporting times larger than a preset threshold value, and generating an application identifier matching list.
7. A storage medium storing one or more programs configured for execution by one or more processors, the one or more programs comprising instructions for:
acquiring an application identifier of an application program of a target type in an internet crawling manner to obtain a first application identifier set;
acquiring application identifiers of application programs which are reported by at least one terminal through a target management application program and downloaded and installed through a downloading platform associated with the target management application program to obtain a second application identifier set;
determining application identifiers contained in the first application identifier set and the second application identifier set together;
receiving total memory capacity data sent by the at least one terminal through the target management application program;
obtaining a product of an average value of the total memory capacity data of the at least one terminal and a preset proportion to obtain a data volume of an application identifier matching list, wherein the preset proportion is used for representing a proportion of the data volume of the application identifier matching list in the average value of the total memory capacity data;
determining the number of application identifiers in the application identifier matching list according to the data volume of the application identifier matching list, and selecting the number of application identifiers from the application identifiers contained in the first application identifier set and the second application identifier set to generate an application identifier matching list;
and sending the generated application identifier matching list to a terminal provided with the target management application program, so that the terminal updates the locally stored application identifier matching list according to the application identifier matching list.
CN201510198477.XA 2015-04-23 2015-04-23 Method and device for determining application identifier matching list Active CN106156210B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510198477.XA CN106156210B (en) 2015-04-23 2015-04-23 Method and device for determining application identifier matching list

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510198477.XA CN106156210B (en) 2015-04-23 2015-04-23 Method and device for determining application identifier matching list

Publications (2)

Publication Number Publication Date
CN106156210A CN106156210A (en) 2016-11-23
CN106156210B true CN106156210B (en) 2020-01-10

Family

ID=57346588

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510198477.XA Active CN106156210B (en) 2015-04-23 2015-04-23 Method and device for determining application identifier matching list

Country Status (1)

Country Link
CN (1) CN106156210B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106648696B (en) * 2016-12-30 2019-12-10 腾讯科技(深圳)有限公司 Resource management method and server
CN108939543A (en) * 2018-06-13 2018-12-07 冼汉生 A kind of games control method, device, terminal and computer storage medium
CN110493368B (en) * 2019-08-21 2022-02-25 北京明略软件系统有限公司 Matching method and device of equipment identifiers

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1794633A (en) * 2005-08-15 2006-06-28 华为技术有限公司 Unloading method and terminal
CN101119555A (en) * 2006-08-02 2008-02-06 三星电子株式会社 Method and apparatus for automatic classification of file in mobile device
CN102135992A (en) * 2011-03-15 2011-07-27 宇龙计算机通信科技(深圳)有限公司 Terminal application program classifying method and terminal
CN102693132A (en) * 2012-05-17 2012-09-26 福州博远无线网络科技有限公司 Method for automatically sorting application program based on Android
CN104077132A (en) * 2014-06-20 2014-10-01 北京金山安全软件有限公司 Management method and device for application programs in mobile terminal
CN104216740A (en) * 2014-08-22 2014-12-17 北京金山安全软件有限公司 Application software management method and device and terminal

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1794633A (en) * 2005-08-15 2006-06-28 华为技术有限公司 Unloading method and terminal
CN101119555A (en) * 2006-08-02 2008-02-06 三星电子株式会社 Method and apparatus for automatic classification of file in mobile device
CN102135992A (en) * 2011-03-15 2011-07-27 宇龙计算机通信科技(深圳)有限公司 Terminal application program classifying method and terminal
CN102693132A (en) * 2012-05-17 2012-09-26 福州博远无线网络科技有限公司 Method for automatically sorting application program based on Android
CN104077132A (en) * 2014-06-20 2014-10-01 北京金山安全软件有限公司 Management method and device for application programs in mobile terminal
CN104216740A (en) * 2014-08-22 2014-12-17 北京金山安全软件有限公司 Application software management method and device and terminal

Also Published As

Publication number Publication date
CN106156210A (en) 2016-11-23

Similar Documents

Publication Publication Date Title
CN109729131B (en) Application request processing method and device and router
CN110502546B (en) Data processing method and device
US9836346B2 (en) Error troubleshooting using a correlated knowledge base
CN110943961B (en) Data processing method, device and storage medium
US9436493B1 (en) Distributed computing environment software configuration
US20190260688A1 (en) Real-time analysis of multidimensional time series data to identify an operational anomaly
CN111163072B (en) Method and device for determining characteristic value in machine learning model and electronic equipment
CN107239701B (en) Method and device for identifying malicious website
EP2985730A1 (en) Method and device for partially-upgrading
CN111258680B (en) Resource loading method and device, storage medium and electronic device
CN106156210B (en) Method and device for determining application identifier matching list
CN106407395A (en) A processing method and device for data query
CN108039960B (en) Configuration information issuing method and server
CN114265927A (en) Data query method and device, storage medium and electronic device
CN110688319B (en) Application keep-alive capability test method and related device
CN108960378B (en) Data downloading method, system, device and storage medium
US10667136B2 (en) Disabling applications on a client device remotely
CN111339170A (en) Data processing method and device, computer equipment and storage medium
CN114422576A (en) Session cleaning method and device, computer equipment and readable storage medium
CN105511932A (en) Application unloading method and device
CN111381831B (en) Application deployment method and server
US11144593B2 (en) Indexing structure with size bucket indexes
CN109728929B (en) Test method, test device and storage medium
CN111274209A (en) Call bill file processing method and device
JP7088972B2 (en) Information providing equipment, information providing method, and program

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230706

Address after: 518057 Tencent Building, No. 1 High-tech Zone, Nanshan District, Shenzhen City, Guangdong Province, 35 floors

Patentee after: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.

Patentee after: TENCENT CLOUD COMPUTING (BEIJING) Co.,Ltd.

Address before: 2, 518000, East 403 room, SEG science and Technology Park, Zhenxing Road, Shenzhen, Guangdong, Futian District

Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.