CN111538481B - Application program customization method and system - Google Patents

Application program customization method and system Download PDF

Info

Publication number
CN111538481B
CN111538481B CN201910052705.0A CN201910052705A CN111538481B CN 111538481 B CN111538481 B CN 111538481B CN 201910052705 A CN201910052705 A CN 201910052705A CN 111538481 B CN111538481 B CN 111538481B
Authority
CN
China
Prior art keywords
function
customized
application
customization
association
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
CN201910052705.0A
Other languages
Chinese (zh)
Other versions
CN111538481A (en
Inventor
李晖
张文
孟杨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing University of Posts and Telecommunications
Original Assignee
Beijing University of Posts and Telecommunications
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing University of Posts and Telecommunications filed Critical Beijing University of Posts and Telecommunications
Priority to CN201910052705.0A priority Critical patent/CN111538481B/en
Publication of CN111538481A publication Critical patent/CN111538481A/en
Application granted granted Critical
Publication of CN111538481B publication Critical patent/CN111538481B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Abstract

The invention provides an application program customization method and system, wherein the method comprises the following steps: when the associated application runs, acquiring a customization function corresponding to the associated application, an application to be customized corresponding to the associated application, a function to be customized of the application to be customized and an association rule corresponding to the associated application; and generating a corresponding incidence relation, and establishing the incidence between the customizing function and the function to be customized of the application to be customized, wherein the incidence relation comprises the customizing function, the application to be customized, the function to be customized and an incidence rule. According to the scheme, the customized modification on partial functions of the application program can be carried out according to the self requirements of the user, the source code of the application program is not modified, the core concern of the application program is completely separated from the customized modification, the customization method is safe, and the customized application program is easy to maintain.

Description

Application program customization method and system
Technical Field
The invention relates to the technical field of software development, in particular to a method and a system for customizing an application program.
Background
With the rapid development of computer technology, terminal devices can implement various functions through application programs. Such as browser applications, social applications, antivirus applications, and the like.
In the process of using the application programs, a situation that most functions of a certain application program are suitable for the application program is often found, but some other functions are different from the requirements of the application program. In order to enable the application program to meet different functional requirements of different users, some application programs need to be modified, but the existing modification mode can not ensure the integrity of the modification module and can not ensure the traceability of the modification module.
Disclosure of Invention
The invention provides an application program customizing method and system, which are used for solving the problem that the integrity and traceability of a modification module cannot be ensured by the existing application program modification mode.
The invention provides an application program customizing method, which comprises the following steps:
when the associated application runs, acquiring a customization function corresponding to the associated application, an application to be customized corresponding to the associated application, a function to be customized of the application to be customized and an association rule corresponding to the associated application;
generating a corresponding incidence relation, and establishing the correlation between the customization function and the function to be customized of the application to be customized, wherein the incidence relation comprises the customization function, the application to be customized, the function to be customized and the incidence rule.
Optionally, before the obtaining the customized function corresponding to the associated application, the application to be customized corresponding to the associated application, the function to be customized of the application to be customized, and the association rule corresponding to the associated application, the method further includes:
receiving an identification of the customization function, an identification of the application to be customized and an identification of the function to be customized, which are input by a user;
determining the customized function, the application to be customized and the function to be customized according to the identification of the customized function, the identification of the application to be customized and the identification of the function to be customized;
receiving a function corresponding to the association rule input by a user according to a pre-established notification frame, wherein the notification frame comprises a plurality of functions corresponding to the association rule;
and generating the associated application according to the customization function, the application to be customized, the function to be customized and the associated rule.
Optionally, the determining the customized function according to the identifier of the customized function includes:
searching whether a function corresponding to the identifier of the customized function exists in all current functions;
if so, taking the function corresponding to the identifier of the customized function as the customized function;
and if not, receiving a customization module corresponding to the first function input by the user, and taking the first function as the customization function.
Optionally, after receiving the customization module corresponding to the first function input by the user, the method further includes:
verifying the first function;
the taking the first function as the customized function includes:
and if the verification is passed, taking the first function as the customization function.
Optionally, the method further includes:
when a function to be run of an application to be run is required to be run, searching a first incidence relation from current incidence relations, wherein the application to be customized in the first incidence relation is the application to be run, and the function to be customized in the first incidence relation is the function to be run; determining a customized function in the first incidence relation;
and running the function to be run and the customized function in the first association relation according to a first association rule in the first association relation.
A second aspect of the present invention provides an application customization system, comprising:
the acquisition module is used for acquiring a customization function corresponding to the associated application, an application to be customized corresponding to the associated application, a function to be customized of the application to be customized and an association rule corresponding to the associated application when the associated application runs;
and the association module is used for generating a corresponding association relationship and establishing the association between the customization function and the function to be customized of the application to be customized, wherein the association relationship comprises the customization function, the application to be customized, the function to be customized and the association rule.
Optionally, the system further includes:
the access point module is used for receiving the identification of the customization function, the identification of the application to be customized and the identification of the function to be customized, which are input by a user;
the connection point module is used for determining the customized function, the application to be customized and the function to be customized according to the identification of the customized function, the identification of the application to be customized and the identification of the function to be customized;
the notification module is used for receiving a function corresponding to the association rule input by a user according to a pre-established notification frame, and the notification frame comprises a plurality of functions corresponding to the association rule;
and the generation module is used for generating the associated application according to the customization function, the application to be customized, the function to be customized and the associated rule.
Optionally, the connection point module includes:
the searching unit is used for searching whether a function corresponding to the identifier of the customized function exists in all current functions;
a selecting unit, configured to, if the customized function exists, take a function corresponding to the identifier of the customized function as the customized function;
and the receiving unit is used for receiving a customization module corresponding to a first function input by a user if the first function does not exist, and taking the first function as the customization function.
Optionally, the receiving unit includes:
the checking subunit is used for checking the first function;
the receiving unit is specifically configured to:
and if the verification is passed, taking the first function as the customization function.
Optionally, the system further includes:
the searching module is used for searching a first incidence relation from current incidence relations when a function to be operated of an application to be operated needs to be operated, wherein the application to be customized in the first incidence relation is the application to be operated, and the function to be customized in the first incidence relation is the function to be operated; determining a customized function in the first incidence relation;
and the operation module is used for operating the function to be operated and the customized function in the first association relation according to a first association rule in the first association relation.
According to the application program customization method and system, when the associated application runs, the customization function corresponding to the associated application, the application to be customized corresponding to the associated application, the function to be customized of the application to be customized and the association rule corresponding to the associated application are obtained; and generating a corresponding incidence relation, and establishing the incidence between the customization function and the function to be customized of the application to be customized so as to realize the customization of the application program to be customized. According to the scheme, the customized modification on partial functions of the application program can be carried out according to the self requirements of the user, the source code of the application program is not modified, the core concern of the application program is completely separated from the customized modification, the customization method is safe, and the customized application program is easy to maintain.
Drawings
Fig. 1 is a schematic flowchart of an application customization method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a method for customizing an application according to a second embodiment of the present invention;
fig. 3 is a schematic flowchart of an application customization method according to a third embodiment of the present invention;
FIG. 4 is a schematic structural diagram of an application customization system according to a fourth embodiment of the present invention;
FIG. 5 is a schematic structural diagram of an application customization system according to a fifth embodiment of the present invention;
fig. 6 is a schematic structural diagram of an application customization system according to a sixth embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart illustrating an application customization method according to an embodiment of the present invention. As shown in fig. 1, the method comprises the steps of:
11. when the associated application runs, acquiring a customization function corresponding to the associated application, an application to be customized corresponding to the associated application, a function to be customized of the application to be customized and an association rule corresponding to the associated application;
for example, the to-be-customized application corresponding to the associated application may be one application, or may be multiple applications having the same specific function, for example, 3 applications, and correspondingly, the to-be-customized function of the to-be-customized application is the same specific function of the multiple applications.
Further, the associated application is an application program in the Android system, and the program file and the data file during the operation of the associated application are integrated in the ROM of the Android operating system, so that root operation is avoided, that is, modification of a source code of the application to be customized is avoided, and the whole Android system is guaranteed against security threats brought by the root operation.
12. Generating a corresponding incidence relation, and establishing the correlation between the customization function and the function to be customized of the application to be customized, wherein the incidence relation comprises the customization function, the application to be customized, the function to be customized and the incidence rule.
In the application program customization method provided by this embodiment, when the associated application runs, a customization function corresponding to the associated application, an application to be customized corresponding to the associated application, a function to be customized of the application to be customized, and an association rule corresponding to the associated application are acquired; and generating a corresponding incidence relation, and establishing the incidence between the customization function and the function to be customized of the application to be customized so as to realize the customization of the application program to be customized. According to the scheme, the customized modification on partial functions of the application program can be carried out according to the self requirements of the user, the source code of the application program is not modified, the core concern of the application program is completely separated from the customized modification, the customization method is safe, and the customized application program is easy to maintain.
Fig. 2 is a schematic flowchart of an application customization method according to a second embodiment of the present invention, where on the basis of the implementation shown in fig. 1, before 11, the method further includes:
21. receiving an identification of the customization function, an identification of the application to be customized and an identification of the function to be customized, which are input by a user;
specifically, the customized function identifier and the identifier of the function to be customized may be names of corresponding functions, or names of functions corresponding to the corresponding functions, or other feature information used by the terminal to identify the corresponding functions. The identifier of the application to be customized may be a name of the application to be customized or other characteristic information used by the terminal to identify the application to be customized.
22. Determining the customized function, the application to be customized and the function to be customized according to the identification of the customized function, the identification of the application to be customized and the identification of the function to be customized;
specifically, in 22, determining the customized function according to the identifier of the customized function specifically includes: searching whether a function corresponding to the identifier of the customized function exists in all current functions; if so, taking the function corresponding to the identifier of the customized function as the customized function; and if not, receiving a customization module corresponding to the first function input by the user, and taking the first function as the customization function. Whether the custom function exists in the existing functions or not is firstly searched, if yes, the user does not need to repeatedly input the custom module corresponding to the custom function, only the existing function needs to be directly quoted as the custom function according to the identification of the custom function, convenience and high efficiency are achieved, the risk of input errors possibly existing in the process of inputting the custom module by the user can be reduced, and the safety of the application program customization process is enhanced.
Further, in order to enhance the security of the application customization process, after receiving the customization module corresponding to the first function input by the user, the method further includes: verifying the first function; correspondingly, the taking the first function as the customized function includes: and if the verification is passed, taking the first function as the customization function. For example, after receiving a customized module corresponding to a first function input by a user, performing signature verification on the customized module to check the integrity and traceability of the customized module; and after the verification is passed, loading the customized module into the memory to enable the customized module to take effect, wherein the customized module which is not verified cannot be loaded to take effect. The integrity of the customization module used in the whole customization process can be ensured by checking the customization module corresponding to the first function input by the user, so that the safety of the application program customization process is improved.
23. Receiving a function corresponding to the association rule input by a user according to a pre-established notification frame, wherein the notification frame comprises a plurality of functions corresponding to the association rule;
specifically, the function corresponding to the association rule includes a hook function. For example, with an actual application, the customized function, the application to be customized, and the function to be customized establish a corresponding association relationship through the hook function, so that when the function to be customized of the application to be customized is run, the customized function associated with the function to be customized is run first.
24. And generating the associated application according to the customization function, the application to be customized, the function to be customized and the associated rule.
Specifically, the associated application may be generated in the terminal device storing the application to be customized according to the customization function, the application to be customized, the function to be customized, and the association rule, or the associated application may be generated in other terminal devices according to the customization function, the application to be customized, the function to be customized, and the association rule, and the associated application may be stored in the terminal device storing the application to be customized.
In the application program customizing method provided by this embodiment, a customizing function, an application to be customized, and a function to be customized are determined by receiving a user-input customizing function identifier, an application to be customized identifier, and the function to be customized identifier; and generating a related application by combining the received function corresponding to the related rule input by the user according to the pre-established notification framework, and adding the customization function to the application to be customized through the related application so as to realize the customization of the application program to be customized. According to the scheme, the customized modification on partial functions of the application program can be carried out according to the self requirements of the user, the source code of the application program is not modified, the core concern of the application program is completely separated from the customized modification, the customization method is safe, and the customized application program is easy to maintain.
Fig. 3 is a flowchart illustrating an application customization method according to a third embodiment of the present invention. On the basis of the first embodiment or the second embodiment, the method further includes:
31. when a function to be run of an application to be run is required to be run, searching a first incidence relation from current incidence relations, wherein the application to be customized in the first incidence relation is the application to be run, and the function to be customized in the first incidence relation is the function to be run; determining a customized function in the first incidence relation;
specifically, the application to be run is an application program in an Android system.
32. And running the function to be run and the customized function in the first association relation according to a first association rule in the first association relation.
In the application program customization method provided by this embodiment, when a function to be executed of an application to be executed needs to be executed, a first association relationship is searched for from current association relationships, an application to be customized in the first association relationship is the application to be executed, and the function to be customized is the function to be executed; and determining the customization function in the first association relationship, and operating the function to be operated and the customization function according to the first association rule in the first association relationship so as to realize the customization of the application program to be customized. According to the scheme, the customized modification on partial functions of the application program can be carried out according to the self requirements of the user, the source code of the application program is not modified, the core concern of the application program is completely separated from the customized modification, the customization method is safe, and the customized application program is easy to maintain.
Fig. 4 is a schematic structural diagram of an application customization system according to a fourth embodiment of the present invention. As shown in fig. 4, the system includes:
an obtaining module 41, configured to obtain, when an associated application runs, a customization function corresponding to the associated application, an application to be customized corresponding to the associated application, a function to be customized of the application to be customized, and an association rule corresponding to the associated application;
for example, the to-be-customized application corresponding to the associated application may be one application, or may be multiple applications having the same specific function, for example, 3 applications, and correspondingly, the to-be-customized function of the to-be-customized application is the same specific function of the multiple applications.
Further, the associated application is an application program in the Android system, and the program file and the data file during the operation of the associated application are integrated in the ROM of the Android operating system, so that root operation is avoided, that is, modification of a source code of the application to be customized is avoided, and the whole Android system is guaranteed against security threats brought by the root operation.
The association module 42 is configured to generate a corresponding association relationship, and establish an association between the customized function and the function to be customized of the application to be customized, where the association relationship includes the customized function, the application to be customized, the function to be customized, and the association rule.
In the application program customization system provided by this embodiment, when the associated application runs, the customization function corresponding to the associated application, the application to be customized corresponding to the associated application, the function to be customized of the application to be customized, and the association rule corresponding to the associated application are acquired; and generating a corresponding incidence relation, and establishing the incidence between the customization function and the function to be customized of the application to be customized so as to realize the customization of the application program to be customized. According to the scheme, the customized modification on partial functions of the application program can be carried out according to the self requirements of the user, the source code of the application program is not modified, the core concern of the application program is completely separated from the customized modification, the customization method is safe, and the customized application program is easy to maintain.
Fig. 5 is a schematic structural diagram of an application customization system according to a fifth embodiment of the present invention. On the basis of the embodiment shown in fig. 4, the system further includes:
the access point module 51 is configured to receive an identifier of the customization function, an identifier of the application to be customized, and an identifier of the function to be customized, which are input by a user;
specifically, the customized function identifier and the identifier of the function to be customized may be names of corresponding functions, or names of functions corresponding to the corresponding functions, or other feature information used by the terminal to identify the corresponding functions. The identifier of the application to be customized may be a name of the application to be customized or other characteristic information used by the terminal to identify the application to be customized.
A connection point module 52, configured to determine the customized function, the application to be customized, and the function to be customized according to the identifier of the customized function, the identifier of the application to be customized, and the identifier of the function to be customized;
specifically, the connection point module 52 includes: the searching unit is used for searching whether a function corresponding to the identifier of the customized function exists in all current functions; a selecting unit, configured to, if the customized function exists, take a function corresponding to the identifier of the customized function as the customized function; and the receiving unit is used for receiving a customization module corresponding to a first function input by a user if the first function does not exist, and taking the first function as the customization function. Whether the custom function exists in the existing functions or not is firstly searched, if yes, the user does not need to repeatedly input the custom module corresponding to the custom function, only the existing function needs to be directly quoted as the custom function according to the identification of the custom function, convenience and high efficiency are achieved, the risk of input errors possibly existing in the process of inputting the custom module by the user can be reduced, and the safety of the application program customization process is enhanced.
Further, in order to enhance the security of the application customization process, the receiving unit further includes: the checking subunit is used for checking the first function; correspondingly, the receiving unit is specifically configured to: and if the verification is passed, taking the first function as the customization function. For example, in practical application, after the receiving unit receives a customized module corresponding to a first function input by a user, a verification subunit in the receiving unit performs signature verification on the customized module, and verifies the integrity and traceability of the customized module; and after the verification is passed, loading the customized module into the memory to enable the customized module to take effect, wherein the customized module which is not verified cannot be loaded to take effect. The integrity of the customization module used in the whole customization process can be ensured by checking the customization module corresponding to the first function input by the user, so that the safety of the application program customization process is improved.
A notification module 53, configured to receive a function corresponding to the association rule input by a user according to a pre-established notification frame, where the notification frame includes functions corresponding to multiple association rules;
specifically, the function corresponding to the association rule includes a hook function. For example, with an actual application, the customized function, the application to be customized, and the function to be customized establish a corresponding association relationship through the hook function, so that when the function to be customized of the application to be customized is run, the customized function associated with the function to be customized is run first.
A generating module 54, configured to generate the associated application according to the customization function, the application to be customized, the function to be customized, and the association rule.
Specifically, the associated application may be generated in the terminal device storing the application to be customized according to the customization function, the application to be customized, the function to be customized, and the association rule, or the associated application may be generated in other terminal devices according to the customization function, the application to be customized, the function to be customized, and the association rule, and the associated application may be stored in the terminal device storing the application to be customized.
The application program customization system provided by the embodiment determines a customization function, an application to be customized and a function to be customized by receiving a customization function identifier, an application to be customized identifier and the function to be customized identifier input by a user; and generating a related application by combining the received function corresponding to the related rule input by the user according to the pre-established notification framework, and adding the customization function to the application to be customized through the related application so as to realize the customization of the application program to be customized. According to the scheme, the customized modification on partial functions of the application program can be carried out according to the self requirements of the user, the source code of the application program is not modified, the core concern of the application program is completely separated from the customized modification, the customization method is safe, and the customized application program is easy to maintain.
Fig. 6 is a schematic structural diagram of an application customization system according to a sixth embodiment of the present invention. On the basis of the fourth embodiment or the fifth embodiment, the system further includes:
the searching module 61 is configured to search a first association relationship from current association relationships when a function to be run of an application to be run needs to be run, where an application to be customized in the first association relationship is the application to be run, and a function to be customized in the first association relationship is the function to be run; determining a customized function in the first incidence relation;
specifically, the application to be run is an application program in an Android system.
And the running module 62 is configured to run the function to be run and the customized function in the first association relation according to the first association rule in the first association relation.
In the application program customization system provided by this embodiment, when a function to be executed of an application to be executed needs to be executed, a first association relationship is searched for from current association relationships, an application to be customized in the first association relationship is the application to be executed, and the function to be customized is the function to be executed; and determining the customization function in the first association relationship, and operating the function to be operated and the customization function according to the first association rule in the first association relationship so as to realize the customization of the application program to be customized. According to the scheme, the customized modification on partial functions of the application program can be carried out according to the self requirements of the user, the source code of the application program is not modified, the core concern of the application program is completely separated from the customized modification, the customization method is safe, and the customized application program is easy to maintain.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the system described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (8)

1. A method for customizing an application, comprising:
when the associated application runs, acquiring a customization function corresponding to the associated application, an application to be customized corresponding to the associated application, a function to be customized of the application to be customized and an association rule corresponding to the associated application;
generating a corresponding incidence relation, and establishing the correlation between the customization function and the function to be customized of the application to be customized, wherein the incidence relation comprises the customization function, the application to be customized, the function to be customized and the incidence rule;
before the obtaining the customized function corresponding to the associated application, the application to be customized corresponding to the associated application, the function to be customized of the application to be customized, and the associated rule corresponding to the associated application, the method further includes:
receiving an identification of the customization function, an identification of the application to be customized and an identification of the function to be customized, which are input by a user;
determining the customized function, the application to be customized and the function to be customized according to the identification of the customized function, the identification of the application to be customized and the identification of the function to be customized;
receiving a function corresponding to the association rule input by a user according to a pre-established notification frame, wherein the notification frame comprises a plurality of functions corresponding to the association rule;
and generating the associated application according to the customization function, the application to be customized, the function to be customized and the associated rule.
2. The method of claim 1, wherein determining the customized function based on the identification of the customized function comprises:
searching whether a function corresponding to the identifier of the customized function exists in all current functions;
if so, taking the function corresponding to the identifier of the customized function as the customized function;
and if not, receiving a customization module corresponding to the first function input by the user, and taking the first function as the customization function.
3. The method of claim 2, wherein after receiving the customization block corresponding to the first function input by the user, further comprising:
verifying the first function;
the taking the first function as the customized function includes:
and if the verification is passed, taking the first function as the customization function.
4. The method according to any one of claims 1-3, further comprising:
when a function to be run of an application to be run is required to be run, searching a first incidence relation from current incidence relations, wherein the application to be customized in the first incidence relation is the application to be run, and the function to be customized in the first incidence relation is the function to be run; determining a customized function in the first incidence relation;
and running the function to be run and the customized function in the first association relation according to a first association rule in the first association relation.
5. An application customization system, comprising:
the acquisition module is used for acquiring a customization function corresponding to the associated application, an application to be customized corresponding to the associated application, a function to be customized of the application to be customized and an association rule corresponding to the associated application when the associated application runs;
the association module is used for generating a corresponding association relationship and establishing association between the customization function and the function to be customized of the application to be customized, wherein the association relationship comprises the customization function, the application to be customized, the function to be customized and the association rule;
the system further comprises:
the access point module is used for receiving the identification of the customization function, the identification of the application to be customized and the identification of the function to be customized, which are input by a user;
the connection point module is used for determining the customized function, the application to be customized and the function to be customized according to the identification of the customized function, the identification of the application to be customized and the identification of the function to be customized;
the notification module is used for receiving a function corresponding to the association rule input by a user according to a pre-established notification frame, and the notification frame comprises a plurality of functions corresponding to the association rule;
and the generation module is used for generating the associated application according to the customization function, the application to be customized, the function to be customized and the associated rule.
6. The system of claim 5, wherein the connection point module comprises:
the searching unit is used for searching whether a function corresponding to the identifier of the customized function exists in all current functions;
a selecting unit, configured to, if the customized function exists, take a function corresponding to the identifier of the customized function as the customized function;
and the receiving unit is used for receiving a customization module corresponding to a first function input by a user if the first function does not exist, and taking the first function as the customization function.
7. The system of claim 6, wherein the receiving unit comprises:
the checking subunit is used for checking the first function;
the receiving unit is specifically configured to:
and if the verification is passed, taking the first function as the customization function.
8. The system according to any one of claims 5-7, further comprising:
the searching module is used for searching a first incidence relation from current incidence relations when a function to be operated of an application to be operated needs to be operated, wherein the application to be customized in the first incidence relation is the application to be operated, and the function to be customized in the first incidence relation is the function to be operated; determining a customized function in the first incidence relation;
and the operation module is used for operating the function to be operated and the customized function in the first association relation according to a first association rule in the first association relation.
CN201910052705.0A 2019-01-21 2019-01-21 Application program customization method and system Active CN111538481B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910052705.0A CN111538481B (en) 2019-01-21 2019-01-21 Application program customization method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910052705.0A CN111538481B (en) 2019-01-21 2019-01-21 Application program customization method and system

Publications (2)

Publication Number Publication Date
CN111538481A CN111538481A (en) 2020-08-14
CN111538481B true CN111538481B (en) 2021-09-14

Family

ID=71976628

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910052705.0A Active CN111538481B (en) 2019-01-21 2019-01-21 Application program customization method and system

Country Status (1)

Country Link
CN (1) CN111538481B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113961292B (en) * 2021-10-21 2024-03-26 安天科技集团股份有限公司 Security product generation method and device, electronic equipment and storage medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050144615A1 (en) * 2003-12-29 2005-06-30 Shu-Chuan Chen Modularized custom-developed software package producing method and system
CN101315604B (en) * 2008-06-30 2011-06-01 成都市华为赛门铁克科技有限公司 Method and system for implementing software customized module
CN105653273A (en) * 2015-12-31 2016-06-08 合肥大多数信息科技有限公司 Personalized customizing method for client function under B/S architecture
CN107450923B (en) * 2017-07-28 2021-07-02 郑州云海信息技术有限公司 Method and device for realizing customized baseline separation program

Also Published As

Publication number Publication date
CN111538481A (en) 2020-08-14

Similar Documents

Publication Publication Date Title
WO2020258655A1 (en) Data verification method and apparatus, and computer device and storage medium
US20160210632A1 (en) Secured payment method and relevant device and system
CN107911222B (en) Digital signature generating method, digital signature verifying method, digital signature generating apparatus, digital signature verifying apparatus, and storage medium storing digital signature verifying program
US10176317B2 (en) Method and apparatus for managing super user password on smart mobile terminal
CN107797854B (en) Transaction file processing method and device, storage medium and computer equipment
US9742640B2 (en) Identifying compatible web service policies
CN110825634A (en) Parameter quality checking method, device and equipment and computer readable storage medium
US10055583B2 (en) Method and apparatus for processing file
CN112558946A (en) Method, device and equipment for generating code and computer readable storage medium
CN112039900B (en) Network security risk detection method, system, computer device and storage medium
CN111538481B (en) Application program customization method and system
US20220067136A1 (en) Verification method and apparatus, and computer readable storage medium
CN109145589B (en) Application program acquisition method and device
CN111767231B (en) Multi-platform Bootrom verification method, device and system and computer readable medium
CN110795162A (en) Method and device for generating container mirror image file
US9842018B2 (en) Method of verifying integrity of program using hash
CN114710297B (en) Block chain evidence storing method, device and equipment based on aggregated signature and storage medium
CN111125721A (en) Control method for process starting, computer equipment and readable storage medium
CN108052842B (en) Signature data storage and verification method and device
CN112738249B (en) File uploading method, device, equipment and storage medium based on quantitative transaction
CN112181816B (en) Scene-based interface testing method and device, computer equipment and medium
CN114238131A (en) Code detection method and device, computer readable medium and electronic equipment
CN109828752B (en) Project code automatic generation method, device, computer equipment and storage medium
CN114816965A (en) Data verification method and device
CN113268145B (en) Physical input device input method, system, electronic device and storage medium

Legal Events

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