CN108762898B - Thread interface management method, terminal equipment and computer readable storage medium - Google Patents

Thread interface management method, terminal equipment and computer readable storage medium Download PDF

Info

Publication number
CN108762898B
CN108762898B CN201810309696.4A CN201810309696A CN108762898B CN 108762898 B CN108762898 B CN 108762898B CN 201810309696 A CN201810309696 A CN 201810309696A CN 108762898 B CN108762898 B CN 108762898B
Authority
CN
China
Prior art keywords
interface
clustering
interfaces
thread
cluster
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
CN201810309696.4A
Other languages
Chinese (zh)
Other versions
CN108762898A (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN201810309696.4A priority Critical patent/CN108762898B/en
Priority to PCT/CN2018/096265 priority patent/WO2019196239A1/en
Publication of CN108762898A publication Critical patent/CN108762898A/en
Application granted granted Critical
Publication of CN108762898B publication Critical patent/CN108762898B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)
  • Stored Programmes (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention is applicable to the technical field of computers, and provides a management method of a thread interface, terminal equipment and a computer readable storage medium, comprising the following steps: acquiring interface parameters of an in-use interface contained by each thread; clustering all the in-use interfaces based on the interface parameters to obtain a plurality of clustering interfaces, and configuring a clustering interface identifier for each clustering interface; creating a cluster interface calling service based on each cluster interface; and extracting the thread files of each thread, and replacing the interface identification of the in-use interface in the thread files with a clustering interface call link. The invention greatly reduces the number of interfaces contained in the terminal equipment, and all clustered interfaces need to be called through the clustered interface calling service, thereby being convenient for managing all interfaces and improving the interface management efficiency.

Description

Thread interface management method, terminal equipment and computer readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method for managing a thread interface, a terminal device, and a computer readable storage medium.
Background
As the functions of the terminal device become more powerful, the types of services available are more and more numerous, and the number of threads in the terminal device for responding to services, performing tasks, and the like is also increased. In the existing thread management technology, a thread file is often configured for each thread separately, and a plurality of interfaces are created in the thread file, each interface is only effective in the thread, so that the number of interfaces in use in terminal equipment is multiplied along with the continuous increase of the number of threads.
Although the business logic varies from thread to thread, the interface parameters are largely the same between interfaces used. Therefore, the existing thread interface technology can generate a large number of redundant in-use interfaces, when a certain interface needs to be modified, the thread files of each thread using the interface need to be modified, the interface management efficiency is low, and the information redundancy is larger.
Disclosure of Invention
In view of the above, the embodiments of the present invention provide a method for managing a thread interface and a terminal device, so as to solve the problems of low efficiency of interface management and greater redundancy of information in the existing method for managing a thread interface.
A first aspect of an embodiment of the present invention provides a method for managing a thread interface, including:
acquiring interface parameters of an in-use interface contained by each thread;
clustering all the in-use interfaces based on the interface parameters to obtain a plurality of clustering interfaces, and configuring a clustering interface identifier for each clustering interface;
creating a cluster interface calling service based on each cluster interface;
extracting thread files of all threads, and replacing the interface identifier of the in-use interface in the thread files with a cluster interface call link; the cluster interface calling link is used for calling the cluster interface corresponding to the in-use interface through the cluster interface calling service; and the cluster interface calling link comprises the cluster interface identification.
A second aspect of an embodiment of the present invention provides a terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
acquiring interface parameters of an in-use interface contained by each thread;
clustering all the in-use interfaces based on the interface parameters to obtain a plurality of clustering interfaces, and configuring a clustering interface identifier for each clustering interface;
Creating a cluster interface calling service based on each cluster interface;
extracting thread files of all threads, and replacing the interface identifier of the in-use interface in the thread files with a cluster interface call link; the cluster interface calling link is used for calling the cluster interface corresponding to the in-use interface through the cluster interface calling service; and the cluster interface calling link comprises the cluster interface identification.
A third aspect of the embodiments of the present invention provides a computer readable storage medium storing a computer program which when executed by a processor performs the steps of:
acquiring interface parameters of an in-use interface contained by each thread;
clustering all the in-use interfaces based on the interface parameters to obtain a plurality of clustering interfaces, and configuring a clustering interface identifier for each clustering interface;
creating a cluster interface calling service based on each cluster interface;
extracting thread files of all threads, and replacing the interface identifier of the in-use interface in the thread files with a cluster interface call link; the cluster interface calling link is used for calling the cluster interface corresponding to the in-use interface through the cluster interface calling service; and the cluster interface calling link comprises the cluster interface identification.
The management method, the terminal equipment and the computer readable storage medium for the thread interface provided by the embodiment of the invention have the following beneficial effects:
according to the embodiment of the invention, the interface parameters of the in-use interfaces of each thread are obtained, the in-use interfaces matched with the interface parameters are clustered into the same clustered interface, an interface identifier is configured for each clustered interface, a clustered interface calling service is created, then the thread file of each thread is modified, the content of the in-use interface called in the thread file is replaced by the clustered interface calling connection, and when the thread is executed subsequently, the clustered interface corresponding to the replaced in-use interface can be called through the clustered interface calling service. Compared with the prior clustering interface technology, the method has the advantages that the interfaces which are used and are located in different threads are clustered into the same clustering interface due to the fact that the interface parameters are matched, the number of interfaces contained in the terminal equipment is greatly reduced, and all the clustering interfaces are required to be called through the clustering interface calling service, so that all the interfaces are convenient to manage, and the interface management efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart illustrating a method for managing a thread interface according to a first embodiment of the present invention;
fig. 2 is a flowchart of an implementation of a method S102 for managing a thread interface according to a second embodiment of the present invention;
fig. 3 is a flowchart showing a specific implementation of a method S1023 for managing a thread interface according to a third embodiment of the present invention;
FIG. 4 is a flowchart of a method for managing a thread interface according to a fourth embodiment of the present invention;
FIG. 5 is a flowchart illustrating a method for managing a thread interface according to a fourth embodiment of the present invention;
fig. 6 is a block diagram of a terminal device according to an embodiment of the present invention;
fig. 7 is a schematic diagram of a terminal device according to another embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
According to the embodiment of the invention, the interface parameters of the in-use interfaces of each thread are obtained, the in-use interfaces matched with the interface parameters are clustered into the same clustered interface, an interface identifier is configured for each clustered interface, a clustered interface calling service is created, then the thread file of each thread is modified, the content of the in-use interface in the thread file is replaced by the clustered interface calling connection, and when the thread is executed subsequently, the clustered interface corresponding to the replaced in-use interface can be called through the clustered interface calling service, so that the problems of low interface management efficiency and high information redundancy of the existing thread interface management method are solved.
In the embodiment of the present invention, the execution subject of the flow is a terminal device. The terminal device includes, but is not limited to: and terminal equipment such as notebook computers, servers, tablet computers, smart phones and the like. Fig. 1 shows a flowchart of an implementation of a method for managing a thread interface according to a first embodiment of the present invention, which is described in detail below:
in S101, interface parameters of the active interfaces included in the respective threads are acquired.
In this embodiment, during the running process of the terminal device, different types of threads may be created to implement different functions and complete various tasks, where the threads may be native threads of the terminal device system, such as a view drawing thread, a module initializing thread, and the like, or threads of an application program installed in the terminal device, when the terminal device runs a certain application program, the terminal device may read a program file of the application program, and set parameters based on the relevant threads in the program file, to establish a thread for running the application program, and of course, if the application program includes multiple functions, two or more threads may be established to implement different functions of the application program respectively. Therefore, in S101, the number of threads included in the terminal device, including the running threads and the threads that have been running, is counted first.
In this embodiment, the manner of acquiring the thread that has been executed may be: and reading the program files of each installed application program, simulating the running of the program files to confirm the number of threads required to be started when the program files are run, and then collecting the thread parameters of each thread required to be started. Optionally, the terminal device may further obtain, by reading each log record, thread identifications of all threads that have been run, and query each thread based on the thread identifications.
In this embodiment, after determining the threads included in the terminal device, the interface parameters of the active interfaces included in each thread are determined. It should be noted that the in-use interfaces include, but are not limited to: different types of interfaces such as an input interface, an output interface, a return parameter interface and the like of the thread. The input interface is specifically an input interface for inputting signals required by running the thread; the output interface is concretely an export interface for outputting signals after executing the thread; the return parameter interface specifically comprises: the intermediate variables generated by the thread during the running process interact with other threads or modules. Because a plurality of threads may be required to cooperate to complete the partial data, the intermediate variable obtained by operation is output to other threads for processing through a return parameter interface between different threads, and the processing result is reintroduced into the thread for operation through the return parameter interface, namely the return parameter interface is not only used for outputting the intermediate variable to other threads or modules, but also used for receiving the parameter returned after the other threads or modules process the intermediate variable, namely a bidirectional interface.
In this embodiment, after determining the available interfaces included in each thread, the terminal device obtains the interface parameters of the interfaces, where the interface parameters may include the following information: interface type, interface description information, interface operating parameters, etc.
In S102, clustering is performed on all the in-use interfaces based on the interface parameters, so as to obtain a plurality of cluster interfaces, and a cluster interface identifier is configured for each cluster interface.
In this embodiment, after the terminal device obtains the interface parameters of the active interfaces of different threads, the terminal device matches the interface parameters of each active interface, if there are two or more active interfaces with the same function, the active interfaces can be identified as the same type of interface, so that the clustering operation is performed on two or more active interfaces with the matched interface parameters, and the interface parameters of the active interfaces subjected to the clustering are used as the interface parameters of the created clustering interface. Through the clustering operation, most interfaces realizing the same function can be combined, so that the number of the interfaces contained in the terminal equipment is reduced, and the terminal equipment can manage the interfaces conveniently.
Optionally, the interface parameter includes an interface name, and the matching of each interface parameter specifically includes: and clustering the interfaces with the same interface names, and taking the interface names of the interfaces before clustering as the interface names of the clustered interfaces obtained after clustering. Because the interface names of the interfaces are only valid in the thread, i.e. the interfaces among different threads do not influence each other, even if the interface names are repeated, the interface identification abnormality is not caused. The interface names of a certain in-use interface of different threads are the same, namely the functions completed by the in-use interfaces are consistent, so that the identification condition of clustering operation can be used based on whether the interface names are consistent.
Optionally, if the interface parameters of a certain active interface are not matched with the interface parameters of other active interfaces, the active interface is added into an interface list to be clustered, and the interface list to be clustered records the interface identification of the non-matched active interface, the thread identification of the thread and the interface parameters. And in the subsequent operation process of the terminal equipment, if the interface in the newly added thread is identified to be matched with the interface parameter of any in-use interface in the interface list to be clustered, executing clustering operation, and deleting the matched in-use interface from the interface list to be clustered.
In this embodiment, the terminal device configures a cluster interface identifier for each cluster interface obtained by clustering, that is, the interface name of the cluster interface, so that when the cluster interface is subsequently called, different interfaces can be resolved through the cluster interface identifier.
In S103, a cluster interface call service is created based on each of the cluster interfaces.
In this embodiment, after the terminal device clusters the active interfaces of all threads into each cluster interface, a cluster interface calling service is created for managing the created cluster interfaces. Since the clustering operation is performed, the clustering interface needs to be applied to different threads, i.e. multiple threads need to share the same clustering interface. Therefore, the clustering interface cannot be integrated with a certain fixed thread, so that other threads cannot normally run due to the operation. In order to solve the problem of call compatibility of clustered interfaces after clustering, the terminal equipment creates a clustered interface call service, and when each thread needs to call the clustered interface, the clustered interface call service is required to be authorized and called.
In this embodiment, the cluster interface call service generates a cluster interface call list, where each cluster interface identifier and the current call situation are recorded in the cluster interface call list. Namely, when a certain thread calls a clustering interface, the thread identification of the thread is recorded in a list unit corresponding to the clustering interface, so that the terminal equipment can manage each clustering interface at any time through the list call of the clustering interface, and the illegal call condition is found out immediately, thereby improving the management efficiency of the clustering interface.
It should be noted that, since the threads for performing the clustering operation include not only threads included in the application program installed in the terminal device, but also starting and running related threads of each basic module of the terminal device. Therefore, in order to ensure that the terminal equipment can be started normally, when the equipment is started, the cluster interface calling service is initialized and started, so that the cluster interface can be normally called when the cluster interface is required to be used in the subsequent starting operation. I.e. the cluster interface invokes the service with the highest start-up priority.
Optionally, an administrator of the terminal device may adjust the interface parameters of the cluster interface in the cluster interface call service, and since all threads call related interfaces through the cluster interface call service, modifying the interface parameters of the cluster interface in the call service is equivalent to modifying all threads calling the cluster interface, thereby improving the efficiency of parameter adjustment, and without modifying the thread files of each thread one by one.
In S104, extracting thread files of the threads, and replacing the interface identifier of the in-use interface in the thread files with a cluster interface call link; the cluster interface calling link is used for calling the cluster interface corresponding to the in-use interface through the cluster interface calling service; and the cluster interface calling link comprises the cluster interface identification.
In this embodiment, after the cluster interface calling service is created, the terminal device configures cluster interface calling links corresponding to different cluster interfaces based on the cluster interface identifiers. The thread can connect with the cluster interface call service based on the cluster interface call link, and inquire the corresponding cluster interface through the cluster interface mark contained in the cluster interface call link, and receive and/or send related data.
In this embodiment, the terminal device queries the storage location of the thread file corresponding to the thread according to the thread identifier of the thread, extracts the thread file of the thread, counts the currently used interfaces originally included in the thread file, and queries the cluster interfaces corresponding to the currently used interfaces based on the interface parameters of each currently used interface, thereby obtaining the cluster interface call link to be replaced. And the terminal equipment records the content of the interface identifier of the in-use interface in the thread file, and replaces the content with the cluster interface calling link of the cluster interface corresponding to the in-use interface.
Specifically, the specific implementation process of calling the clustering interface is as follows: when the terminal device runs the thread file, if the cluster interface call link is identified, a call request is sent to the cluster interface call service, wherein the call request carries a cluster interface identifier contained in the cluster interface call link. And then the terminal equipment can inquire whether the cluster interface exists according to the cluster interface identifier contained in the call request, judge the call legitimacy of the thread, and if the cluster interface exists and the thread has the authority to call the cluster interface, the thread can call the cluster interface through the cluster interface call service.
Optionally, the method for identifying the validity of the thread call is specifically: before the clustering operation is carried out on the interfaces, the terminal equipment records the thread identifications of the interfaces, so that the cluster interface management list established after the clustering operation contains the interface parameters of the interfaces and also registers the thread identifications of the interfaces in the management list. If the thread identification of the thread initiating the call request is in the registered thread identification corresponding to the clustering interface, the thread is identified to have the authority of calling the clustering interface, and is identified as legal.
It can be seen from the foregoing that, in the method for managing a thread interface provided by the embodiment of the present invention, by obtaining the interface parameters of the in-use interfaces of each thread, clustering the in-use interfaces matched with the interface parameters into the same cluster interface, configuring an interface identifier for each cluster interface, creating a cluster interface calling service, then modifying the thread file of each thread, and replacing the content of the in-use interface in the thread file with the cluster interface calling connection, when the thread is executed subsequently, the cluster interface corresponding to the replaced in-use interface can be called through the cluster interface calling service. Compared with the prior clustering interface technology, the method has the advantages that the interfaces which are used and are located in different threads are clustered into the same clustering interface due to the fact that the interface parameters are matched, the number of interfaces contained in the terminal equipment is greatly reduced, and all the clustering interfaces are required to be called through the clustering interface calling service, so that all the interfaces are convenient to manage, and the interface management efficiency is improved.
Fig. 2 is a flowchart showing a specific implementation of a method S102 for managing a thread interface according to a second embodiment of the present invention. Referring to fig. 2, with respect to the embodiment shown in fig. 1, in the method for managing a thread interface provided in this embodiment, S102 includes S1021 to S1023, which are specifically described as follows:
in S1021, dividing each of the in-use interfaces into a plurality of interface groups based on the interface type included in the interface parameter; the interface types of all the in-use interfaces in the interface group are the same.
In this embodiment, the interface parameters of the in-use interface include: interface type and interface description information. The interface types may be divided based on different division modes of the terminal device. For example, the in-use interfaces may be divided into: an output interface, an input interface, and an interaction interface; the partitioning may be based on the transmitted data content: a clock signal interface, an audio signal interface, a video signal interface, an image processing interface, and the like. The interface description information in the interface parameters mainly comprises characters for describing functions and/or attributes of the interfaces, and whether the functions and/or operation attributes of any two active interfaces are the same can be further determined through the interface description information, so that whether clustering operation is performed or not is judged.
In this embodiment, the terminal device first performs a division operation on all the active interfaces according to the interface types of the active interfaces, so as to obtain a plurality of to-be-clustered interface groups, where the interface types of the active interfaces in each interface group are the same, and the active interfaces performing the clustering operation necessarily belong to the same interface type. Therefore, in order to reduce the matching times of the clustering operation, the terminal device is firstly divided into different interface groups according to the interface types, and in the subsequent operation of carrying out the clustering matching identification, only the matching degree between all the in-use interfaces in the interface groups is required to be calculated.
It should be noted that, since multiple interface groups need to be divided according to different interface types, when the terminal device sets the interface types of each interface, the division rule adopted is consistent, that is, when the interface a is used for division based on the data transmission mode, the interface B is also used for division based on the data transmission mode, and the transmitted data content is not used for division, so that the accuracy and uniformity of the interface group are ensured.
In S1022, semantic analysis is performed on the interface description information of each in-use interface in the interface group through a semantic analysis algorithm, so as to obtain interface keywords of each in-use interface.
In this embodiment, the terminal device performs semantic molecules on the interface description information of each in-use interface through a preset semantic analysis algorithm, so as to determine a specific meaning of the interface description information, and extract interface keywords in the specific meaning.
Specifically, the implementation process of the semantic analysis algorithm may be: taking any character in the interface description information as a center, acquiring adjacent characters near the character, matching the character string combined by the character and the adjacent characters with a preset keyword list, determining the specific meaning of the character to be expressed, if a keyword matched with the character string exists in the keyword list, taking the keyword as the interface keyword contained in the interface description information, deleting the successfully matched character string from the interface description information, and continuing to match by taking the next character as the center; if each keyword in the keyword list is not matched with the character string, the character is identified as an unintended character, and the character is deleted from the interface description information.
In this embodiment, the terminal device establishes a correspondence table between each active interface and the keywords, for storing the interface keywords corresponding to each active interface. Particularly, the terminal equipment sorts the interface keywords in the corresponding relation table based on the serial numbers of the interface keywords in the keyword table, which are obtained by recognition, so that when the matching degree between two interfaces is calculated, the interface keywords in the same position correspond to each other, the recognition accuracy is improved, and the recognition dislocation of the keywords is avoided. If the interface description information of the interface is not provided with a keyword of a certain sequence number in the keyword table, the keyword of the sequence number is null.
In S1023, clustering each in-use interface according to the similarity between the interface keywords of each in-use interface in the interface group, so as to obtain the clustered interfaces.
In this embodiment, after determining the interface keywords of each active interface, the similarity between the active interfaces in the interface group is calculated according to the interface keywords specifically included in each active interface, and whether the clustering operation is needed between the active interfaces is determined based on the calculated similarity.
It should be noted that all the in-use interfaces in one interface group may be clustered into the same cluster interface, in this case, the functions and the operation parameters of all the in-use interfaces indicating the interface type are the same; of course, the in-use interfaces in one interface group can be clustered into two or more clustered interfaces, in this case, the in-use interfaces are the same in interface type, but specific operation parameters have certain differences and do not belong to interfaces with the same function, so that the in-use interfaces can be clustered into different clustered interfaces, the interface clustering degree is improved, and meanwhile, the personalized setting requirements of different threads can be met.
In the embodiment of the invention, different in-use interfaces are divided into a plurality of interface groups through the interface types, and clustering operation is carried out on each in-use interface in the interface groups, so that the number of cluster identification judgment is reduced, and the efficiency and the accuracy of the clustering operation are improved.
Fig. 3 is a flowchart showing a specific implementation of a method S1023 for managing a thread interface according to a third embodiment of the present invention. Referring to fig. 3, with respect to the embodiment shown in fig. 2, the method S1023 for managing a thread interface provided in this embodiment further includes S301 and S302, which are specifically described as follows:
in S301, importing the interface keywords of any one of the active interfaces in the interface group and the interface keywords of the rest of the active interfaces in the interface group into a similarity calculation model, and determining the similarity between the active interfaces; the similarity calculation model specifically comprises the following steps:
Figure BDA0001622019800000111
wherein, S is the similarity; the n is the number of interface keywords contained in the in-use interface; the F is i An i-th interface keyword of the in-use interface; the A is i The i interface keywords are the other in-use interfaces; the e is natural logarithm.
In this embodiment, the terminal device may combine all the active interfaces in the interface group in pairs, and calculate the similarity between the two interfaces according to the degree of difference between the interface keywords included in the combined active interfaces, if the similarity is higher, it indicates that the functions and operation parameters of the two active interfaces are closer; otherwise, if the similarity is low, the difference between the functions or operation parameters between the two interfaces is large, and the two interfaces cannot be clustered into the same clustering interface. Therefore, the terminal equipment obtains the similarity between any two interfaces based on the difference value between the key words of the interfaces.
It should be noted that, the terminal device will represent each interface keyword by a value based on a preset value conversion correspondence table, and the difference between the converted values is less for the keywords with closer word senses; and keywords with more word sense differences have larger differences between converted numerical values. Of course, the terminal device may also represent 0 when it recognizes that the keywords are the same; when the two interface keywords are different, the method is denoted by 1, so that the difference value between the keywords is counted, the number of the keywords with the difference can be determined, and the similarity between the two interfaces is calculated based on the number.
As described in the above embodiment, if the interface description information of the used interface does not include a certain keyword in the keyword table, the obtained corresponding relationship table between the used interface and the keyword is empty, so as to ensure that the number of elements in the corresponding relationship table is the same. Therefore, when calculating the difference between the ith interface keywords, the specific meanings of the two interface keywords can be ensured to be the same, and the occurrence of similarity calculation abnormality caused by keyword dislocation can be avoided.
In S302, based on the similarity, performing a clustering operation on each in-use interface in the interface group to obtain the clustered interfaces; the similarity between all the used interfaces clustered into the same clustered interface is larger than a similarity threshold.
In this embodiment, after calculating the similarity between the active interfaces, the terminal device performs a clustering operation on each active interface based on the similarity, where the recognition condition for performing the clustering operation is: the similarity between the interfaces used for clustering operation is larger than a preset similarity threshold, for example, the similarity between the interface used A and the interface used B is larger than the similarity threshold, the similarity between the interface used A and the interface used C is also larger than the similarity threshold, and meanwhile, the interface used A, B, C can be clustered only when the similarity between the interface used B and the interface used C is also larger than the similarity threshold; if the similarity between the interface B and the interface C is smaller than the similarity threshold, it means that the functions or operation parameters of the two interfaces are greatly different, and the clustering operation cannot be performed.
In the embodiment of the invention, the similarity between two in-use interfaces is determined according to the difference degree of the interface keywords, and the in-use interfaces with the similarity larger than the preset similarity threshold value are clustered, so that the accuracy of the clustering operation is improved.
Fig. 4 is a flowchart of a specific implementation of a method for managing a thread interface according to a fourth embodiment of the present invention. Referring to fig. 4, with respect to the embodiments described in fig. 1 to 3, the method for managing a thread interface provided in this embodiment further includes S401 to S404, which are specifically described as follows:
in S401, if a thread creation instruction is received, a new interface parameter included in the thread creation instruction is extracted.
In this embodiment, the terminal device may perform an interface clustering operation on the created thread, and when receiving the thread creation instruction, may cluster the threads included in the newly created thread into the existing clustering interfaces, so as to ensure that the interfaces in the terminal device maintain a state with a high aggregation degree.
In this embodiment, when a new application is installed or an update operation is performed on an installed application or system, a new function may be added, that is, a new thread is required to complete a related operation, in which case a thread creation instruction is generated to register the thread. After receiving the thread creation instruction, the terminal device performs the relevant operation of S401. Of course, in addition to the method for acquiring the thread creation instruction, if the user needs to add a custom function to a certain application program, a thread for completing the function may be created manually, and in this case, the terminal device also recognizes that the thread creation instruction is received.
In this embodiment, the thread creation instruction includes the added interface parameters of each added interface. The terminal device counts the number of newly added interfaces included in the newly added thread, and newly added interface parameters corresponding to the newly added interfaces.
In S402, it is determined whether the cluster interface matching the newly added interface parameter exists.
In this embodiment, the terminal device matches the newly added interface parameter with the interface parameter of each existing clustering interface, and determines into which clustering interface the newly added interface included in the newly created thread needs to be clustered. It should be noted that, in S102, when different in-use interfaces are clustered into clustered interfaces, the interface parameters of the clustered interfaces are determined based on the interface parameters of the in-use interfaces, that is, each clustered interface corresponds to a clustered parameter.
In this embodiment, the manner of determining whether the newly added interface parameter is matched with the interface parameter of the cluster interface may be the manner of the foregoing embodiment, for example, determining whether the interface identifiers are consistent; or judging an interface group to which the newly added interface belongs by adopting the interface type, calculating the similarity between the newly added interface and each clustering interface through an interface keyword corresponding to the interface description information, and identifying that the newly added interface is matched with the clustering interface if the similarity is larger than a preset similarity threshold value.
In S403, if there is a cluster interface matching the newly added interface parameter, a newly added thread file is generated according to the cluster interface and the thread creation instruction.
In this embodiment, if the terminal device finds a cluster interface matching with the newly added interface parameter in the existing cluster interfaces, a cluster interface call link is generated based on the cluster interface identifier of the cluster interface, and a thread file of the newly added thread is generated based on the cluster interface call link and a thread creation instruction.
In S404, if there is no cluster interface matching the new interface parameter, a new cluster interface is created in the cluster interface calling service based on the new interface parameter, and a new thread file is generated according to the new cluster interface and the thread creation instruction.
In this embodiment, if the existing cluster interfaces of the terminal device are not matched with the new interface parameters, a new cluster interface is created for the interfaces required by the new thread in the cluster interface calling service, the new interface parameters are used as the interface parameters of the new cluster interface, and a cluster interface identifier is configured for the new cluster interface; generating a cluster interface call link based on the cluster interface identification of the newly added cluster interface, and generating a thread file of the newly added thread based on the cluster interface call link and a thread creation instruction.
In the embodiment of the invention, when a new thread creation instruction is received, clustering operation is carried out on interfaces required by the new thread, a clustering interface matched with the interfaces is determined, and if the clustering interface exists, clustering operation is carried out; if the thread is not in the service, a new cluster interface is created in the cluster interface calling service, so that the newly added thread is ensured to perform interface calling operation through the cluster interface calling service, and the management of the terminal equipment on each interface is facilitated.
Fig. 5 is a flowchart of a specific implementation of a method for managing a thread interface according to a fifth embodiment of the present invention. Referring to fig. 5, with respect to the embodiment described in fig. 1, the method for managing a thread interface provided in this embodiment further includes: s501 and S502 are specifically described as follows:
further, after creating a cluster interface call service based on each cluster interface, the method further comprises:
in S501, if an interface parameter adjustment instruction is received, an adjustment interface identifier and an adjustment parameter included in the interface parameter adjustment instruction are obtained.
In this embodiment, the terminal device manages each cluster interface through the interface calling service, where the management includes adjustment operations such as adding, deleting, and modifying. Therefore, when receiving the interface parameter adjustment instruction, the terminal device may obtain the adjustment interface identifier of the cluster interface indicating the adjustment required in the interface parameter adjustment instruction, and the adjustment parameter required to be adjusted and modified, and based on the two parameters, the cluster interface invokes the service to perform the adjustment operation on the executable interface.
In S502, a cluster interface matching the adjustment interface identifier is extracted from the cluster interface calling service, and the interface parameters of the cluster interface are modified based on the adjustment parameters.
In this embodiment, the terminal device queries the cluster interface that matches the adjustment interface identifier, and modifies the interface parameter of the cluster interface according to the adjustment parameter. Before modifying interface parameters, if the cluster interface is in a called state, after modification is completed, the terminal equipment initializes each thread for calling the interface, so that the adjusted cluster interface can be used immediately, and the purpose of modification is achieved.
In the embodiment of the invention, the interface parameters of the clustering interface are modified through the service of the clustering interface call, so that unified modification is conveniently carried out on all threads calling the interface, and the modification efficiency and the management efficiency of the interface are improved.
It should be understood that the sequence number of each step in the foregoing embodiment does not mean that the execution sequence of each process should be determined by the function and the internal logic, and should not limit the implementation process of the embodiment of the present invention.
Fig. 6 shows a block diagram of a terminal device according to an embodiment of the present invention, where the terminal device includes units for performing the steps in the corresponding embodiment of fig. 1. Please refer to fig. 1 and the related description of the embodiment corresponding to fig. 1. For convenience of explanation, only the portions related to the present embodiment are shown.
Referring to fig. 6, the terminal device includes:
an interface parameter obtaining unit 61, configured to obtain interface parameters of an in-use interface included in each thread;
the interface clustering execution unit 62 is configured to perform clustering operation on all the in-use interfaces based on the interface parameters to obtain a plurality of clustering interfaces, and configure a clustering interface identifier for each clustering interface;
a call service creation unit 63, configured to create a cluster interface call service based on each of the cluster interfaces;
a thread file modification unit 64, configured to extract a thread file of each thread, and replace an interface identifier of the in-use interface in the thread file with a cluster interface call link; the cluster interface calling link is used for calling the cluster interface corresponding to the in-use interface through the cluster interface calling service; and the cluster interface calling link comprises the cluster interface identification.
Optionally, the interface cluster performing unit 62 includes:
an interface group dividing unit, configured to divide each in-use interface into a plurality of interface groups based on an interface type included in the interface parameter; the interface types of all the in-use interfaces in the interface group are the same;
The interface keyword determining unit is used for respectively carrying out semantic analysis on the interface description information of each in-use interface in the interface group through a semantic analysis algorithm to obtain interface keywords of each in-use interface;
and the cluster interface creation unit is used for carrying out clustering operation on each in-use interface according to the similarity between the interface keywords of each in-use interface in the interface group to obtain the cluster interfaces.
Optionally, the cluster interface creation unit includes:
the similarity calculation unit is used for respectively importing the interface keywords of any one of the in-use interfaces in the interface group and the interface keywords of the rest in-use interfaces in the interface group into a similarity calculation model to respectively determine the similarity between the in-use interfaces; the similarity calculation model specifically comprises the following steps:
Figure BDA0001622019800000161
wherein, S is the similarity; the n is the number of interface keywords contained in the in-use interface; the F is i An i-th interface keyword of the in-use interface; the A is i The i interface keywords are the other in-use interfaces; the e is natural logarithm;
the similarity comparison unit is used for carrying out clustering operation on all in-use interfaces in the interface group based on the similarity to obtain the clustering interfaces; the similarity between all the used interfaces clustered into the same clustered interface is larger than a similarity threshold.
Optionally, the terminal device further includes:
the thread creation instruction receiving unit is used for extracting newly-added interface parameters contained in the thread creation instruction if the thread creation instruction is received;
an interface parameter matching unit, configured to determine whether the cluster interface matched with the newly added interface parameter exists;
a new-added-interface clustering unit, configured to generate a new-added thread file according to the clustering interface and the thread creation instruction if there is a clustering interface that matches the new-added-interface parameter;
and the new cluster interface creation unit is used for creating a new cluster interface in a cluster interface calling service based on the new interface parameters if the cluster interface matched with the new interface parameters does not exist, and generating a new thread file according to the new cluster interface and the thread creation instruction.
Optionally, the terminal device further includes:
the adjusting instruction receiving unit is used for acquiring an adjusting interface identifier and an adjusting parameter contained in the interface parameter adjusting instruction if the interface parameter adjusting instruction is received;
and the adjustment instruction execution unit is used for extracting the clustering interface matched with the adjustment interface identifier from the clustering interface calling service and modifying the interface parameters of the clustering interface based on the adjustment parameters.
Therefore, the terminal equipment provided by the embodiment of the invention can also cluster the in-use interfaces which are matched with the interface parameters and are positioned in different threads into the same cluster interface, so that the number of the interfaces contained in the terminal equipment is greatly reduced, and all the cluster interfaces are required to be called through the cluster interface calling service, thereby being convenient for managing all the interfaces and improving the interface management efficiency.
Fig. 7 is a schematic diagram of a terminal device according to another embodiment of the present invention. As shown in fig. 7, the terminal device 7 of this embodiment includes: a processor 70, a memory 71 and a computer program 72, e.g. a hypervisor of a thread interface, stored in said memory 71 and executable on said processor 70. The processor 70, when executing the computer program 72, implements the steps in the above-described embodiments of the management method for each thread interface, such as S101 to S104 shown in fig. 1. Alternatively, the processor 70, when executing the computer program 72, performs the functions of the units in the above-described device embodiments, such as the functions of the modules 61 to 64 shown in fig. 6.
By way of example, the computer program 72 may be divided into one or more units, which are stored in the memory 71 and executed by the processor 70 to accomplish the present invention. The one or more units may be a series of computer program instruction segments capable of performing a specific function for describing the execution of the computer program 72 in the terminal device 7. For example, the computer program 72 may be divided into an interface parameter acquisition unit, an interface cluster execution unit, a call service creation unit, and a thread file modification unit, each unit functioning specifically as described above.
The terminal device 7 may be a computing device such as a desktop computer, a notebook computer, a palm computer, a cloud server, etc. The terminal device may include, but is not limited to, a processor 70, a memory 71. It will be appreciated by those skilled in the art that fig. 7 is merely an example of the terminal device 7 and does not constitute a limitation of the terminal device 7, and may include more or less components than illustrated, or may combine certain components, or different components, e.g., the terminal device may further include an input-output device, a network access device, a bus, etc.
The processor 70 may be a central processing unit (Central Processing Unit, CPU), or may be another general purpose processor, a digital signal processor (Digital Signal Processor, DSP), an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), an off-the-shelf programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 71 may be an internal storage unit of the terminal device 7, such as a hard disk or a memory of the terminal device 7. The memory 71 may be an external storage device of the terminal device 7, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card) or the like, which are provided on the terminal device 7. Further, the memory 71 may also include both an internal storage unit and an external storage device of the terminal device 7. The memory 71 is used for storing the computer program as well as other programs and data required by the terminal device. The memory 71 may also be used for temporarily storing data that has been output or is to be output.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in software functional units.
The above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention.

Claims (6)

1. A method for managing a thread interface, comprising:
acquiring interface parameters of an in-use interface contained by each thread;
clustering all the in-use interfaces based on the interface parameters to obtain a plurality of clustering interfaces, and configuring a clustering interface identifier for each clustering interface;
Creating a cluster interface calling service based on each cluster interface;
extracting thread files of all threads, and replacing the interface identifier of the in-use interface in the thread files with a cluster interface call link; the cluster interface calling link is used for calling the cluster interface corresponding to the in-use interface through the cluster interface calling service; the cluster interface call link comprises the cluster interface identifier;
and clustering all the in-use interfaces based on the interface parameters to obtain a plurality of clustered interfaces, wherein the clustering comprises the following steps:
dividing each in-use interface into a plurality of interface groups based on the interface type contained in the interface parameter; the interface types of all the in-use interfaces in the interface group are the same;
carrying out semantic analysis on the interface description information of each in-use interface in the interface group through a semantic analysis algorithm to obtain interface keywords of each in-use interface;
clustering each in-use interface according to the similarity among the interface keywords of each in-use interface in the interface group to obtain the clustered interfaces;
and clustering each in-use interface according to the similarity between the interface keywords of each in-use interface in the interface group to obtain the clustered interface, wherein the clustering method comprises the following steps:
Importing the interface keywords of any one of the active interfaces in the interface group into a similarity calculation model respectively with the interface keywords of the rest of the active interfaces in the interface group, and respectively determining the similarity between the active interfaces; the similarity calculation model specifically comprises the following steps:
Figure FDA0004132075580000011
wherein, S is the similarity; the n is the number of interface keywords contained in the in-use interface; the F is i An i-th interface keyword of the in-use interface; the A is i Interface keywords of other interfaces in use except the ith interface keyword in the interface group; the e is natural logarithm;
clustering all in-use interfaces in the interface group based on the similarity to obtain the clustering interfaces; the similarity between all the used interfaces clustered into the same clustered interface is larger than a similarity threshold.
2. The method of managing as set forth in claim 1, further comprising:
if a thread creation instruction is received, extracting newly-added interface parameters contained in the thread creation instruction;
judging whether the clustering interface matched with the newly added interface parameter exists or not;
if a clustering interface matched with the newly added interface parameter exists, generating a newly added thread file according to the clustering interface and the thread creation instruction;
If no clustering interface matched with the newly added interface parameter exists, a newly added clustering interface is created in a clustering interface calling service based on the newly added interface parameter, and a newly added thread file is generated according to the newly added clustering interface and the thread creation instruction.
3. The method of managing as set forth in claim 1, further comprising:
if an interface parameter adjustment instruction is received, an adjustment interface identifier and an adjustment parameter contained in the interface parameter adjustment instruction are obtained;
and extracting a clustering interface matched with the adjustment interface identifier from the clustering interface calling service, and modifying interface parameters of the clustering interface based on the adjustment parameters.
4. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
acquiring interface parameters of an in-use interface contained by each thread;
clustering all the in-use interfaces based on the interface parameters to obtain a plurality of clustering interfaces, and configuring a clustering interface identifier for each clustering interface;
Creating a cluster interface calling service based on each cluster interface;
extracting thread files of all threads, and replacing the interface identifier of the in-use interface in the thread files with a cluster interface call link; the cluster interface calling link is used for calling the cluster interface corresponding to the in-use interface through the cluster interface calling service; the cluster interface call link comprises the cluster interface identifier;
and performing clustering operation on all the in-use interfaces based on the interface parameters to obtain a plurality of clustering interfaces, and configuring a clustering interface identifier for each clustering interface, wherein the clustering interface identifier comprises the following steps:
dividing each in-use interface into a plurality of interface groups based on the interface type contained in the interface parameter; the interface types of all the in-use interfaces in the interface group are the same;
carrying out semantic analysis on the interface description information of each in-use interface in the interface group through a semantic analysis algorithm to obtain interface keywords of each in-use interface;
clustering each in-use interface according to the similarity among the interface keywords of each in-use interface in the interface group to obtain the clustered interfaces;
And clustering each in-use interface according to the similarity between the interface keywords of each in-use interface in the interface group to obtain the clustered interface, wherein the clustering method comprises the following steps:
importing the interface keywords of any one of the active interfaces in the interface group into a similarity calculation model respectively with the interface keywords of the rest of the active interfaces in the interface group, and respectively determining the similarity between the active interfaces; the similarity calculation model specifically comprises the following steps:
Figure FDA0004132075580000031
wherein, S is the similarity; the n is the number of interface keywords contained in the in-use interface; the F is i An i-th interface keyword of the in-use interface; the A is i Interface keywords of other interfaces in use except the ith interface keyword in the interface group; the e is natural logarithm;
clustering all in-use interfaces in the interface group based on the similarity to obtain the clustering interfaces; the similarity between all the used interfaces clustered into the same clustered interface is larger than a similarity threshold.
5. The terminal device of claim 4, wherein the processor when executing the computer program further performs the steps of:
If a thread creation instruction is received, extracting newly-added interface parameters contained in the thread creation instruction;
judging whether the clustering interface matched with the newly added interface parameter exists or not;
if a clustering interface matched with the newly added interface parameter exists, generating a newly added thread file according to the clustering interface and the thread creation instruction;
if no clustering interface matched with the newly added interface parameter exists, a newly added clustering interface is created in a clustering interface calling service based on the newly added interface parameter, and a newly added thread file is generated according to the newly added clustering interface and the thread creation instruction.
6. A computer readable storage medium storing a computer program, characterized in that the computer program when executed by a processor implements the steps of the method according to any one of claims 1 to 3.
CN201810309696.4A 2018-04-09 2018-04-09 Thread interface management method, terminal equipment and computer readable storage medium Active CN108762898B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810309696.4A CN108762898B (en) 2018-04-09 2018-04-09 Thread interface management method, terminal equipment and computer readable storage medium
PCT/CN2018/096265 WO2019196239A1 (en) 2018-04-09 2018-07-19 Method for managing thread interfaces, and terminal device and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810309696.4A CN108762898B (en) 2018-04-09 2018-04-09 Thread interface management method, terminal equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN108762898A CN108762898A (en) 2018-11-06
CN108762898B true CN108762898B (en) 2023-04-25

Family

ID=63981428

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810309696.4A Active CN108762898B (en) 2018-04-09 2018-04-09 Thread interface management method, terminal equipment and computer readable storage medium

Country Status (2)

Country Link
CN (1) CN108762898B (en)
WO (1) WO2019196239A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110113374B (en) * 2019-03-15 2022-03-25 平安科技(深圳)有限公司 Method and device for executing tasks by streaming media server, storage medium and terminal equipment
CN110515676A (en) * 2019-07-11 2019-11-29 平安普惠企业管理有限公司 Interface integration method, device, equipment and storage medium
CN113535830A (en) * 2020-04-21 2021-10-22 中移信息技术有限公司 Automatic interface expansion method, device, equipment and storage medium
CN112905559B (en) * 2021-02-01 2022-02-11 四川观想科技股份有限公司 Multi-source heterogeneous data acquisition system and acquisition method
CN115146187B (en) * 2022-09-01 2022-11-18 闪捷信息科技有限公司 Interface information processing method, storage medium, and electronic device
CN116881880B (en) * 2023-09-06 2023-11-14 智成时空(西安)创新科技有限公司 Space-time data management system and space-time data service resource cooperative scheduling method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107153789A (en) * 2017-04-24 2017-09-12 西安电子科技大学 The method for detecting Android Malware in real time using random forest grader
CN107633007A (en) * 2017-08-09 2018-01-26 五邑大学 A kind of comment on commodity data label system and method based on stratification AP clusters

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1264106C (en) * 2002-03-30 2006-07-12 中兴通讯股份有限公司 Method for accessing database system uniformly
US20070081471A1 (en) * 2005-10-06 2007-04-12 Alcatel Usa Sourcing, L.P. Apparatus and method for analyzing packet data streams
CN102780580B (en) * 2012-06-21 2015-02-25 东南大学 Trust-based composite service optimization method
CN102891809B (en) * 2012-09-25 2015-09-16 汉柏科技有限公司 Multi-core network device message presses interface order-preserving method and system
CN103678490B (en) * 2013-11-14 2017-01-11 桂林电子科技大学 Deep Web query interface clustering method based on Hadoop platform
CN104133876A (en) * 2014-07-25 2014-11-05 浪潮电子信息产业股份有限公司 Affair-based incremental management cluster configuration file method
CN105045934A (en) * 2015-09-09 2015-11-11 长春工程学院 Parallel clustering method for processing large geographical grid data
CN107451224A (en) * 2017-07-17 2017-12-08 广州特道信息科技有限公司 A kind of clustering method and system based on big data parallel computation
CN107748739A (en) * 2017-10-19 2018-03-02 上海大汉三通通信股份有限公司 A kind of extracting method and relevant apparatus of short message text masterplate

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107153789A (en) * 2017-04-24 2017-09-12 西安电子科技大学 The method for detecting Android Malware in real time using random forest grader
CN107633007A (en) * 2017-08-09 2018-01-26 五邑大学 A kind of comment on commodity data label system and method based on stratification AP clusters

Also Published As

Publication number Publication date
CN108762898A (en) 2018-11-06
WO2019196239A1 (en) 2019-10-17

Similar Documents

Publication Publication Date Title
CN108762898B (en) Thread interface management method, terminal equipment and computer readable storage medium
WO2021218144A1 (en) Data processing method and apparatus, computer device, and storage medium
CN109460250B (en) Application program generation method and device
WO2021174836A1 (en) Differential package generation method and apparatus, computer device, and storage medium
CN110738038A (en) Contract text generation method, device, equipment and computer readable storage medium
CN112559526A (en) Data table export method and device, computer equipment and storage medium
CN111445319A (en) Voucher generation method and device, computer equipment and storage medium
CN117171108B (en) Virtual model mapping method and system
US11163801B2 (en) Execution of queries in relational databases
CN111081258B (en) Voiceprint model management method, system, storage medium and device
CN117093619A (en) Rule engine processing method and device, electronic equipment and storage medium
CN111143461A (en) Mapping relation processing system and method and electronic equipment
CN114157662B (en) Cloud platform parameter adaptation method, device, terminal equipment and storage medium
CN108959952B (en) Data platform authority control method, device and equipment
CN112035471B (en) Transaction processing method and computer equipment
CN109284278B (en) Calculation logic migration method based on data analysis technology and terminal equipment
CN114416847A (en) Data conversion method, device, server and storage medium
CN114528274A (en) Authority management method and related device
CN114297236A (en) Data blood relationship analysis method, terminal equipment and storage medium
CN111563250A (en) Authority management method, device, computer equipment and storage medium
US11768985B1 (en) Automated platform design tool
US11934840B2 (en) Classification of hardware components
CN116561106B (en) Configuration item data management method and system
CN117555981A (en) Log information extraction method and computing equipment
CN117807175A (en) Data storage method, device, equipment and medium

Legal Events

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