CN116627536A - Application deployment method and device, electronic equipment and storage medium - Google Patents

Application deployment method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN116627536A
CN116627536A CN202310587610.5A CN202310587610A CN116627536A CN 116627536 A CN116627536 A CN 116627536A CN 202310587610 A CN202310587610 A CN 202310587610A CN 116627536 A CN116627536 A CN 116627536A
Authority
CN
China
Prior art keywords
interface information
transaction
configuration file
information
functional
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.)
Pending
Application number
CN202310587610.5A
Other languages
Chinese (zh)
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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202310587610.5A priority Critical patent/CN116627536A/en
Publication of CN116627536A publication Critical patent/CN116627536A/en
Pending legal-status Critical Current

Links

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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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)
  • Stored Programmes (AREA)

Abstract

The disclosure provides an application deployment method, an application deployment device, electronic equipment and a storage medium, which can be applied to the technical field of computers and the technical field of finance. The method comprises the following steps: inquiring and obtaining first transaction interface information from a plurality of transaction interface information according to login identification information for login application; determining first function interface information corresponding to the first transaction interface information from a plurality of function interface information according to the first transaction interface information, wherein the first function interface information characterizes the function interface information required for calling the first transaction interface information; under the condition that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information, determining a first configuration file from the configuration files corresponding to the plurality of function interface information according to the first function interface information; and installing a first configuration file in the memory space to complete the deployment operation of the application.

Description

Application deployment method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of computer technology and the field of financial technology, and in particular, to an application deployment method, an apparatus, an electronic device, a storage medium, and a program product.
Background
In the case of installing an application to a terminal device, it is necessary to completely install all configuration files corresponding to the application, and then use the application to perform transactions based on the configuration files. By executing transactions using applications, resources consumed for offline transactions may be reduced. As the user demand increases, so does the functionality of the application.
In the process of realizing the inventive concept, the inventor finds that the problem of more memory space resources occupied by the application due to more application functions exists in the related technology.
Disclosure of Invention
In view of the foregoing, the present disclosure provides an application deployment method, apparatus, electronic device, storage medium, and program product.
According to a first aspect of the present disclosure, there is provided an application deployment method, including: inquiring and obtaining first transaction interface information from a plurality of transaction interface information according to login identification information for login application; determining first function interface information corresponding to the first transaction interface information from a plurality of function interface information according to the first transaction interface information, wherein the first function interface information characterizes the function interface information required for calling the first transaction interface information; under the condition that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information, determining a first configuration file from the configuration files corresponding to the plurality of function interface information according to the first function interface information, wherein the memory space is an applied memory space, and the first configuration file represents the configuration file required by calling the first function interface information; and installing a first configuration file in the memory space to complete the deployment operation of the application.
According to an embodiment of the present disclosure, the application deployment method further includes: determining second transaction interface information required to be invoked for executing the transaction in response to the execution operation for the transaction; determining second function interface information corresponding to the second transaction interface information from the plurality of function interface information according to the second transaction interface information, wherein the second function interface information characterizes the function interface information required for calling the second transaction interface information; under the condition that the function interface information corresponding to the configuration file in the memory space does not comprise second function interface information, determining a second configuration file from the configuration files corresponding to the plurality of function interface information according to the second function interface information, wherein the second configuration file represents the configuration file required by calling the second function interface information; and installing a second configuration file in the memory space so that the application can call the second transaction interface information to complete the transaction.
According to an embodiment of the disclosure, the functional interface information corresponding to the configuration file in the memory space includes at least one functional interface identification information, and the second functional interface information includes second functional interface identification information; the application deployment method further comprises the following steps: comparing the at least one functional interface identification information with the second functional interface identification information to obtain a comparison result; and under the condition that the comparison result indicates that the at least one piece of functional interface identification information does not comprise the second functional interface identification information, determining that the functional interface information corresponding to the configuration file in the memory space does not comprise the second functional interface information.
According to an embodiment of the present disclosure, the application deployment method further includes: and carrying out association storage on the second transaction interface information and the login identification information so as to obtain the second transaction interface information according to the login identification information.
According to an embodiment of the present disclosure, the application deployment method further includes: determining third functional interface information according to the third transaction interface information in response to a deleting operation of the third transaction interface information deployed in the application, wherein the third functional interface information characterizes the functional interface information required for calling the third transaction information; under the condition that the third functional interface information only has a calling relation with the third transaction interface information, determining a third configuration file from the memory space according to the third functional interface information, wherein the third configuration file characterizes the configuration file required by calling the third functional interface information; and deleting the third configuration file from the memory space.
According to an embodiment of the present disclosure, the plurality of transaction interface information further includes fourth transaction interface information; the plurality of functional interface information further includes fourth functional interface information; the application deployment method further comprises the following steps: and under the condition that the fourth function interface information and the fourth transaction interface information have a calling relationship, the fourth function interface information and the fourth transaction interface information are stored in an associated mode, so that the fourth function interface information can be determined according to the fourth transaction interface information.
According to an embodiment of the present disclosure, the application deployment method further includes: comparing the function interface information corresponding to the configuration file in the memory space with the first function interface information, and determining that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information.
A second aspect of the present disclosure provides an application deployment apparatus, comprising: the inquiry module is used for inquiring and obtaining first transaction interface information from the transaction interface information according to login identification information for logging in an application; the first determining module is used for determining first functional interface information corresponding to the first transaction interface information from the plurality of functional interface information according to the first transaction interface information, wherein the first functional interface information characterizes the functional interface information required for calling the first transaction interface information; the second determining module is used for determining a first configuration file from the configuration files corresponding to the plurality of functional interface information according to the first functional interface information under the condition that the functional interface information corresponding to the configuration file in the memory space does not comprise the first functional interface information, wherein the memory space is an applied memory space, and the first configuration file represents the configuration file required by calling the first functional interface information; the first installation module is used for installing a first configuration file in the memory space to finish the deployment operation of the application.
A third aspect of the present disclosure provides an electronic device, comprising: one or more processors; and a memory for storing one or more programs, wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method described above.
A fourth aspect of the present disclosure also provides a computer-readable storage medium having stored thereon executable instructions that, when executed by a processor, cause the processor to perform the above-described method.
A fifth aspect of the present disclosure also provides a computer program product comprising a computer program which, when executed by a processor, implements the above method.
According to the application deployment method, the device, the electronic equipment, the storage medium and the program product, the first transaction interface information is inquired according to the login identification information, and further, under the condition that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information required to be called by the first transaction interface information, the first configuration file required by the first function interface information is installed in the memory space, so that the configuration file related to the login identification information can be installed pertinently according to the login identification information, the installation of the full configuration file of the application under the condition of deploying the application is avoided, and the occupied memory of the application can be reduced.
Drawings
The foregoing and other objects, features and advantages of the disclosure will be more apparent from the following description of embodiments of the disclosure with reference to the accompanying drawings, in which:
FIG. 1 schematically illustrates an application scenario diagram of an application deployment method according to an embodiment of the present disclosure;
FIG. 2 schematically illustrates a flow chart of an application deployment method according to an embodiment of the present disclosure;
FIG. 3 schematically illustrates a schematic diagram of a call relationship according to an embodiment of the disclosure;
FIG. 4 schematically illustrates a schematic diagram of a store call relationship according to an embodiment of the present disclosure;
FIG. 5 schematically illustrates a block diagram of an application deployment apparatus according to an embodiment of the present disclosure; and
fig. 6 schematically illustrates a block diagram of an electronic device adapted to implement an application deployment method according to an embodiment of the disclosure.
Detailed Description
Hereinafter, embodiments of the present disclosure will be described with reference to the accompanying drawings. It should be understood that the description is only exemplary and is not intended to limit the scope of the present disclosure. In the following detailed description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the embodiments of the present disclosure. It may be evident, however, that one or more embodiments may be practiced without these specific details. In addition, in the following description, descriptions of well-known structures and techniques are omitted so as not to unnecessarily obscure the concepts of the present disclosure.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the disclosure. The terms "comprises," "comprising," and/or the like, as used herein, specify the presence of stated features, steps, operations, and/or components, but do not preclude the presence or addition of one or more other features, steps, operations, or components.
All terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art unless otherwise defined. It should be noted that the terms used herein should be construed to have meanings consistent with the context of the present specification and should not be construed in an idealized or overly formal manner.
Where expressions like at least one of "A, B and C, etc. are used, the expressions should generally be interpreted in accordance with the meaning as commonly understood by those skilled in the art (e.g.," a system having at least one of A, B and C "shall include, but not be limited to, a system having a alone, B alone, C alone, a and B together, a and C together, B and C together, and/or A, B, C together, etc.).
In the technical scheme of the disclosure, the related data (such as including but not limited to personal information of a user) are collected, stored, used, processed, transmitted, provided, disclosed, applied and the like, all conform to the regulations of related laws and regulations, necessary security measures are adopted, and the public welcome is not violated.
According to the embodiment of the disclosure, in the case of installing an application to a terminal device, all configuration files corresponding to the application need to be completely installed, and then based on the configuration files, the transaction is performed using the application. By executing transactions using applications, resources consumed for offline transactions may be reduced. With the gradual increase of application functions, the occupied memory resources of the application also gradually increase. Further, since the functions of the application are many, it is difficult to find the functions to be used.
Although the application functions displayed on the application interface can be screened by selecting modes similar to the extremely simple mode, the common functions and the like, so as to reduce the application functions displayed on the application interface, the problem of more memory space resources occupied by the application is not substantially solved.
Some application download platforms require that the memory space occupied by the application be less than a preset value, which may be 100M. In the case where the memory space occupied by the application is greater than a preset value, the AAB (Android App Bundle, android application binding) format needs to be used to reduce the memory space occupied by the application. The AAB format conversion needs to convert the generation and signature operations of the APK (Android application package ) to the application download platform, so that the hidden danger of information security is caused. Based on this, in order to avoid excessive memory space occupied by the application, in the case of developing the application, the memory space occupied by the application needs to be considered, thereby limiting the development of the application. Based on this, the inventor finds that there is a problem that the memory space resources occupied by the application are more.
In view of this, an embodiment of the present disclosure provides an application deployment method, including: and inquiring and obtaining first transaction interface information from the transaction interface information according to the login identification information for logging in the application. And determining first function interface information corresponding to the first transaction interface information from the plurality of function interface information according to the first transaction interface information, wherein the first function interface information characterizes the function interface information required for calling the first transaction interface information. And under the condition that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information, determining a first configuration file from the configuration files corresponding to the plurality of function interface information according to the first function interface information, wherein the memory space is an applied memory space, and the first configuration file represents the configuration file required by calling the first function interface information. And installing a first configuration file in the memory space to complete the deployment operation of the application.
Fig. 1 schematically illustrates an application scenario diagram of an application deployment method according to an embodiment of the present disclosure.
As shown in fig. 1, an application scenario 100 according to this embodiment may include a first terminal device 101, a second terminal device 102, a third terminal device 103, a network 104, and a server 105. The network 104 is a medium used to provide a communication link between the first terminal device 101, the second terminal device 102, the third terminal device 103, and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The user may interact with the server 105 through the network 104 using at least one of the first terminal device 101, the second terminal device 102, the third terminal device 103, to receive or send messages, etc. Various communication client applications, such as a shopping class application, a web browser application, a search class application, an instant messaging tool, a mailbox client, social platform software, etc. (by way of example only) may be installed on the first terminal device 101, the second terminal device 102, and the third terminal device 103.
The first terminal device 101, the second terminal device 102, the third terminal device 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablets, laptop and desktop computers, and the like.
The server 105 may be a server providing various services, such as a background management server (by way of example only) providing support for websites browsed by the user using the first terminal device 101, the second terminal device 102, and the third terminal device 103. The background management server may analyze and process the received data such as the user request, and feed back the processing result (e.g., the web page, information, or data obtained or generated according to the user request) to the terminal device.
It should be noted that, the application deployment method provided by the embodiments of the present disclosure may be generally executed by the server 105. Accordingly, the application deployment apparatus provided by the embodiments of the present disclosure may be generally provided in the server 105. The application deployment method provided by the embodiments of the present disclosure may also be performed by a server or a server cluster that is different from the server 105 and is capable of communicating with the first terminal device 101, the second terminal device 102, the third terminal device 103, and/or the server 105. Accordingly, the application deployment apparatus provided by the embodiments of the present disclosure may also be provided in a server or a server cluster that is different from the server 105 and is capable of communicating with the first terminal device 101, the second terminal device 102, the third terminal device 103, and/or the server 105.
It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
The application deployment method of the disclosed embodiment will be described in detail below with reference to fig. 2 to 4 based on the scenario described in fig. 1.
Fig. 2 schematically illustrates a flowchart of an application deployment method according to an embodiment of the present disclosure.
As shown in fig. 2, the application deployment method of this embodiment includes operations S210 to S240.
In operation S210, first transaction interface information is queried from a plurality of transaction interface information according to login identification information for logging in an application.
According to embodiments of the present disclosure, an application may be used to perform a transaction. For example: through the application, transaction interface information may be invoked to perform transactions, but is not limited thereto, and the application may also be used to query account information, and the like.
According to embodiments of the present disclosure, login identification information may be used to login to the application, and may also be used to determine transaction interface information stored in association with the login identification information. The login identification information may characterize identification information of an object of the login application.
According to an embodiment of the present disclosure, the first transaction interface information may be transaction interface information stored in association with the login identification information described above. The plurality of transaction interface information may be transaction interface information that an application can deploy. The transaction interface information may be used to perform a transaction corresponding to the transaction interface information. For example: the transaction transferred by the first institution to the second institution may be completed by calling transaction interface information corresponding to the transaction, but is not limited thereto.
According to the embodiment of the present disclosure, the object may be registered according to the attribute information of the object, and the login identification information may be generated, but is not limited thereto. The attribute information of the object is acquired under the condition that the object is permitted, and the acquisition process accords with related laws and regulations.
According to the embodiment of the disclosure, the first transaction interface information stored in association with the login identification information can be queried from a plurality of transaction interface information stored in the database according to the login identification information.
In operation S220, according to the first transaction interface information, first function interface information corresponding to the first transaction interface information is determined from the plurality of function interface information, wherein the first function interface information characterizes the function interface information required for invoking the first transaction interface information.
According to embodiments of the present disclosure, the first transaction interface information may also be used to determine first functional interface information stored in association with the first transaction interface information. The first function interface information may be used to perform a function corresponding to the first transaction interface information described above. For example: in the case of executing a transaction in which the third institution transfers to the fourth institution, the first function interface information may be called by calling the first transaction interface information, and the corresponding function may be implemented by the first function interface information to execute the transaction.
According to an embodiment of the present disclosure, the plurality of function interface information may be function interface information that an application can deploy. The plurality of function interface information may include account query interface information, fee calculation interface information, transfer interface information, account balance query interface information, and the like. The function interface information may be used to perform a function corresponding to the function interface information. For example: the transaction transferred from the fifth mechanism to the sixth mechanism can be executed by calling the transaction interface information corresponding to the transaction, and further calling the function interface information corresponding to the transaction interface information to realize the corresponding function, but is not limited thereto.
According to the embodiment of the disclosure, the first function interface information stored in association with the first transaction interface information can be queried from the plurality of function interface information stored in the database according to the first transaction interface information.
In operation S230, if the function interface information corresponding to the configuration file in the memory space does not include the first function interface information, determining, according to the first function interface information, a first configuration file from the configuration files corresponding to the plurality of function interface information, where the memory space is an application memory space, and the first configuration file represents a configuration file required for calling the first function interface information.
According to embodiments of the present disclosure, the configuration files in the memory space may include a base configuration file installed with the application in the case of installing the application. The basic configuration file in the memory space may be used to implement basic functions of the application, which may include logging in the application, querying components, and the like.
According to an embodiment of the present disclosure, the configuration file in the memory space may further include a user-installed configuration file. The user-installed configuration file may be a configuration file of function interface information required for calling transaction interface information, which is installed in a case that the user calls the transaction interface information through an application.
According to an embodiment of the present disclosure, the plurality of configuration files may be application installable configuration files. The configuration file may be used to implement the function. For example: the function interface information corresponding to the transaction interface information is called by calling the transaction interface information, and the function corresponding to the function interface information is realized by the configuration file required by the function interface information, so that the transaction corresponding to the transaction interface information is executed, and the transaction can be completed.
According to the embodiment of the disclosure, in the case that the function interface information corresponding to the configuration file in the memory space does not include the first function interface information, it may be determined that the configuration file in the memory space does not meet the call requirement of the first function interface information.
According to an embodiment of the present disclosure, the functional interface information corresponding to the configuration file in the memory space may include at least one functional interface identification information. For example: the configuration file in the memory space may correspond to at least one function interface information, and the at least one function interface information may include one function interface identification information corresponding to the at least one function interface information. The first functional interface information may include first functional interface identification information.
At least one function interface identification information can be obtained according to the function interface information corresponding to the configuration file in the memory space. And under the condition that the function interface identification information does not comprise the first function interface identification information of the first function interface information, determining that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information.
According to the embodiment of the disclosure, it may be further determined that, in a case where the configuration file in the memory space does not include the first configuration file required for the first functional interface information, the functional interface information corresponding to the configuration file in the memory space does not include the first functional interface information. The configuration file in the memory space may be determined to not include the first configuration file required for the first functional interface information in the case where the file identification information of the configuration file in the memory space does not include the first file identification information of the first configuration file.
According to the embodiment of the disclosure, the first configuration file stored in association with the first function interface information can be queried from a plurality of configuration files stored in the database according to the first function interface information.
In operation S240, a first configuration file is installed in the memory space to complete a deployment operation of the application.
According to the embodiment of the disclosure, when the deployment operation of the application is completed, the first transaction interface information can be called by the application, and the transaction corresponding to the first transaction interface information is completed.
According to the embodiment of the disclosure, the first transaction interface information is obtained by inquiring according to the login identification information, and further, the first configuration file required by the first function interface information can be installed in the memory space under the condition that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information required to be called by the first transaction interface information, so that the configuration file related to the login identification information can be installed in a targeted manner according to the login identification information, the installation of the configuration file of the whole application under the condition of deploying the application is avoided, and the occupied memory of the application can be reduced.
According to the embodiment of the disclosure, by the method, under the condition that the application is released to the application downloading platform, the memory space occupied by the application can be enabled to meet the preset value of the application downloading platform.
According to an embodiment of the present disclosure, the application deployment method further includes: comparing the function interface information corresponding to the configuration file in the memory space with the first function interface information, and determining that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information.
According to the embodiment of the disclosure, the functional interface information corresponding to the configuration file in the memory space can be compared with the first functional interface information to obtain a comparison result; and determining that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information according to the comparison result.
The comparison of the functional interface information corresponding to the configuration file in the memory space with the first functional interface information to obtain a comparison result may include: and comparing the at least one functional interface identification information with the first functional interface identification information to obtain a comparison result.
According to the comparison result, determining that the function interface information corresponding to the configuration file in the memory space does not include the first function interface information may include: according to the comparison result, it is determined that the at least one piece of functional interface identification information does not include the first functional interface identification information, and further the functional interface information corresponding to the configuration file in the memory space does not include the first functional interface information.
According to the embodiment of the disclosure, the configuration file in the memory space and the first configuration file can be compared to obtain a comparison result; and under the condition that the comparison result represents that the configuration file in the memory space does not comprise the first configuration file, determining that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information.
According to the embodiment of the disclosure, by comparing the functional interface information corresponding to the configuration file in the memory space with the first functional interface information, it can be determined that the functional interface information corresponding to the configuration file in the memory space does not include the first functional interface information, which is helpful for pointedly installing the configuration file required by the first functional interface information, and thus, the installation of the configuration file of the whole application under the condition of deploying the application is avoided, and the occupied memory of the application can be reduced.
According to an embodiment of the present disclosure, the application deployment method further includes: in response to an execution operation for the transaction, second transaction interface information for calls required to execute the transaction is determined. And determining second function interface information corresponding to the second transaction interface information from the plurality of function interface information according to the second transaction interface information, wherein the second function interface information characterizes the function interface information required for calling the second transaction interface information. And under the condition that the function interface information corresponding to the configuration file in the memory space does not comprise the second function interface information, determining a second configuration file from the configuration files corresponding to the plurality of function interface information according to the second function interface information, wherein the second configuration file represents the configuration file required for calling the second function interface information. And installing a second configuration file in the memory space so that the application can call the second transaction interface information to complete the transaction.
According to an embodiment of the present disclosure, the second transaction interface information may be transaction interface information for performing the above-described transaction. The second function interface information may be used to perform a function corresponding to the second transaction interface information through a second configuration file.
According to the embodiment of the disclosure, the second function interface information stored in association with the second transaction interface information can be queried from the plurality of function interface information stored in the database according to the second transaction interface information.
According to an embodiment of the present disclosure, the configuration file in the memory space may further include the first configuration file described above.
According to the embodiment of the disclosure, at least one piece of functional interface identification information can be obtained according to the functional interface information corresponding to the configuration file in the memory space. And under the condition that the function interface identification information does not comprise the second function interface identification information of the second function interface information, determining that the function interface information corresponding to the configuration file in the memory space does not comprise the second function interface information.
According to the embodiment of the disclosure, it may be further determined that, in a case where the configuration file in the memory space does not include the second configuration file required for the second functional interface information, the functional interface information corresponding to the configuration file in the memory space does not include the second functional interface information.
According to the embodiment of the disclosure, in the case that the function interface information corresponding to the configuration file in the memory space does not include the second function interface information, it may be determined that the configuration file in the memory space does not meet the call requirement of the second function interface information.
According to the embodiment of the disclosure, the second configuration file stored in association with the second function interface information can be queried from the plurality of configuration files stored in the database according to the second function interface information.
According to the embodiment of the disclosure, in the case of completing the deployment operation on the application, the second transaction interface information may be invoked by the application to complete the transaction corresponding to the second transaction interface information.
According to the embodiment of the disclosure, the second function interface information required to be called by the second transaction interface information is determined according to the second transaction interface information required to be called by the transaction, so that the second configuration file required by the second function interface information can be installed in real time under the condition that the transaction is required to be executed and the second configuration file of the second function interface information is not installed in the memory space, and the flexibility of application deployment is improved. In addition, as the configuration files related to the transaction are installed in a targeted manner, the configuration files of the whole application are prevented from being installed under the condition of deploying the application, and the occupied memory of the application can be further reduced.
According to an embodiment of the present disclosure, the application deployment method further includes: in response to an execution operation for a target function, determining a target configuration file from among configuration files corresponding to a plurality of function interface information according to target function interface information when it is determined that the function interface information corresponding to the configuration file in the memory space does not include the target function interface information for executing the target function. And installing a target configuration file in the memory space so that the application can call the target function interface information to realize the target function.
According to embodiments of the present disclosure, the target function may include a financial function or the like.
According to the embodiment of the disclosure, the second function interface information stored in association with the second transaction interface information can be queried from the plurality of function interface information stored in the database according to the target function interface information.
According to the embodiment of the disclosure, the target function interface identification information can be obtained according to the function interface information corresponding to the configuration file in the memory space. And under the condition that the function interface identification information does not comprise the target function interface identification information of the target function interface information, determining that the function interface information corresponding to the configuration file in the memory space does not comprise the target function interface information.
According to the embodiment of the disclosure, it may be further determined that, in a case where the configuration file in the memory space does not include the target configuration file required for the target functional interface information, the functional interface information corresponding to the configuration file in the memory space does not include the target functional interface information.
According to the embodiment of the disclosure, in the case that the function interface information corresponding to the configuration file in the memory space does not include the target function interface information, it may be determined that the configuration file in the memory space does not meet the call requirement of the target function interface information.
According to the embodiment of the disclosure, the target configuration file stored in association with the target function interface information can be queried from a plurality of configuration files stored in the database according to the target function interface information.
According to the embodiment of the disclosure, in the case of completing the deployment operation on the application, the target function corresponding to the target function interface information may be completed by calling the target function interface information through the application.
According to the embodiment of the disclosure, under the condition that the target function is required to be executed and the target configuration file of the target function interface information is not installed in the memory space, the target configuration file required by the target function interface information is installed in real time, so that the flexibility of deploying the application is improved. In addition, as the configuration files related to the target function are installed in a targeted manner, the situation that the application is deployed is avoided from installing the configuration files of the whole application, and the occupied memory of the application can be reduced.
According to the embodiment of the disclosure, the functions realized by the application can be promoted in the application, and promotion can be realized by displaying promotion information on an application interface. The promotional information can be used to guide the configuration files required for object installation. Based on the method, the experience of the object can be improved under the condition that the function is not affected, and the flow resource consumed by downloading the application and the memory space occupied by the application are reduced.
According to an embodiment of the present disclosure, the functional interface information corresponding to the configuration file in the memory space includes at least one functional interface identification information, and the second functional interface information includes second functional interface identification information. The application deployment method further comprises the following steps: and comparing the at least one functional interface identification information with the second functional interface identification information to obtain a comparison result. And under the condition that the comparison result indicates that the at least one piece of functional interface identification information does not comprise the second functional interface identification information, determining that the functional interface information corresponding to the configuration file in the memory space does not comprise the second functional interface information.
According to an embodiment of the present disclosure, the memory space may include a configuration file 1, a configuration file 2, and a configuration file 3. The functional interface information 1 corresponding to the configuration file 1 can be determined according to the configuration file 1; the functional interface information 2 corresponding to the configuration file 2 can be determined according to the configuration file 2; the functional interface information 3 corresponding to the configuration file 3 may be determined according to the configuration file 3.
The functional interface identification information 1 of the functional interface information 1 can be obtained according to the functional interface information 1; the functional interface identification information 2 of the functional interface information 2 can be obtained according to the functional interface information 2; the functional interface identification information 3 of the functional interface information 3 can be obtained from the functional interface information 1.
Based on this, the at least one functional interface identification information may include functional interface identification information 1, functional interface identification information 2, and functional interface identification information 3. The second functional interface identification information may be functional interface identification information 4.
Thus, by comparing at least one functional interface identification information with the second functional interface identification information, it can be determined that the functional interface identification information 4 is not included in the functional interface identification information 1, the functional interface identification information 2, and the functional interface identification information 3. And further, it can be determined that the functional interface information corresponding to the configuration file in the memory space does not include the second functional interface information.
According to the embodiment of the disclosure, by comparing the at least one functional interface identification information with the second functional interface identification information, it can be determined that the functional interface information corresponding to the configuration file in the memory space does not include the second functional interface information, which is helpful for pointedly installing the configuration file required by the second functional interface information, and thus the installation of the configuration file of the whole application under the condition of deploying the application is avoided, and the occupied memory of the application can be reduced.
According to an embodiment of the present disclosure, the application deployment method further includes: and carrying out association storage on the second transaction interface information and the login identification information so as to obtain the second transaction interface information according to the login identification information.
According to the embodiment of the disclosure, the second transaction interface information and the login identification information can be associated and stored in response to the storage operation of the second transaction interface information; when a storage instruction for the second transaction interface information is received, the second transaction interface information and the login identification information may be stored in association with each other. Therefore, the transaction interface information and the login identification information can be stored in an associated mode according to the requirement of the object on the transaction interface information, and further the experience of the object can be improved.
According to an embodiment of the present disclosure, storing the second transaction interface information and the login identification information in association may include: determining second transaction interface identification information of the second transaction interface information according to the second transaction interface information, wherein the second transaction interface identification information can represent the identification information of the second transaction interface information; the second transaction interface identification information and the login identification information are stored in association in a database.
According to the embodiment of the disclosure, the second transaction interface information and the login identification information are stored in an associated manner, so that the second transaction interface information can be obtained according to the login identification information, and further, the configuration files related to the login identification information can be installed in a targeted manner according to the login identification information, so that the installation of the configuration files of the whole application under the condition of deploying the application is avoided, and further, the occupied memory of the application can be reduced.
According to the embodiment of the disclosure, by the application deployment method, when the application is deployed to the terminal equipment, the transaction interface information selected by the object and the login identification information of the object can be stored in an associated mode. Thus, in the case of updating or reinstalling an application, the application can be deployed according to the requirements of the object. Therefore, the simplicity of the application can be maintained, transaction interface information required by the selection of complex transaction interface information deployed by the application is avoided, and services meeting the requirements of different objects can be provided according to the different requirements of different objects under the condition that the application use experience is ensured.
According to an embodiment of the present disclosure, the application deployment method further includes: and in response to a deleting operation of the third transaction interface information deployed in the application, determining third function interface information according to the third transaction interface information, wherein the third function interface information characterizes the function interface information required for calling the third transaction information. And under the condition that the third functional interface information only has a calling relation with the third transaction interface information, determining a third configuration file from the memory space according to the third functional interface information, wherein the third configuration file characterizes the configuration file required for calling the third functional interface information. And deleting the third configuration file from the memory space.
According to an embodiment of the present disclosure, the third transaction interface information may be transaction interface information already deployed in the application, i.e. the third configuration file is already installed in the memory space of the application.
According to embodiments of the present disclosure, the delete operation may be from the client that installs the application. The deleting operation for the third transaction interface information deployed in the application may be deleting the third transaction interface information from the application to increase the available space in the application memory space. The deleting the third transaction interface information from the application may be deleting a third configuration file of the third functional interface information corresponding to the third transaction interface from the memory space of the application.
It should be noted that, in the case where the third transaction interface information is deleted, the object may still be able to re-download the third configuration file of the third functional interface information corresponding to the third transaction interface information by operating the client.
According to the embodiment of the disclosure, the third functional interface information has a calling relationship with the third transaction interface information only, which may be deployed in the transaction interface information of the application, and the third functional interface information needs to be called when only the third transaction interface information performs the transaction.
According to an embodiment of the present disclosure, determining that the third functional interface information has a calling relationship with only the third transaction interface information may include: inquiring from a database according to third function interface identification information of the third function interface information to obtain transaction interface identification information stored in association with the third function interface identification information; in the case that the transaction interface identification information stored in association with the third functional interface identification information includes only third transaction interface identification information of the third transaction interface information, it is determined that the third functional interface information has a calling relationship with only the third transaction interface information.
According to the embodiment of the disclosure, in the case that the third functional interface information also has a calling relationship with at least one transaction interface information of the non-third transaction interface information, the third configuration file of the third functional interface information may be reserved, and the deletion operation of the third configuration file is not performed, so as to avoid deleting the third configuration file, which results in that the at least one transaction interface information having a calling relationship with the third functional interface information is difficult to perform a transaction corresponding to the at least one transaction interface information.
According to an embodiment of the present disclosure, in a case where the transaction interface identification information stored in association with the third function interface identification information includes a plurality of transaction interface information, it may be determined that the third function interface information also has a calling relationship with at least one transaction interface information other than the third transaction interface information.
According to an embodiment of the present disclosure, determining third functional interface information according to the third transaction interface information may include: determining third functional interface identification information stored in association with the third transaction interface identification information from a database according to the third transaction interface identification information of the third transaction interface information, wherein the third functional interface identification information can characterize the identification information of the third functional interface information; and determining third function interface information corresponding to the third function interface identification information from the database according to the third function interface identification information.
According to an embodiment of the present disclosure, according to the third functional interface information, determining a third configuration file from the memory space may include: determining third file identification information stored in association with the third functional interface identification information from a database according to the third functional interface identification information, wherein the third file identification information can represent identification information of a third configuration file; and determining a third configuration file corresponding to the third file identification information from the memory space according to the third file identification information.
According to the embodiment of the disclosure, the third functional interface information is determined according to the third transaction interface information, and then the third configuration file of the third functional interface information is deleted from the memory space under the condition that the third functional interface information has a calling relationship with the third transaction interface information only, so that the third configuration file corresponding to the third transaction interface information deployed in the application is deleted, the flexibility of deploying the application is improved, and the occupied memory of the application can be reduced.
According to the embodiment of the disclosure, before the application is released to the application download platform, the transaction function of the application may be split according to the calling relationship to obtain a function layer interface and a transaction layer interface, where the function layer interface may include the above-mentioned multiple function interface information, and the transaction layer interface may include the above-mentioned multiple transaction interface information.
The functional interface information can be subjected to atomization isolation, so that the functional interface information accords with a single function principle, and the decoupling between the functional interface information is realized, wherein the atomization isolation can be realized by enabling one functional interface information to correspond to one function.
The function interface information and the transaction interface information with the calling relation can be associated and stored according to the calling relation between the function interface information and the transaction interface information. Therefore, under the condition of installing the application, only the functional interface information and the transaction interface information related to the used transaction can be installed, so that the occupied space of the application is reduced, and the limitation of the application downloading platform on the occupied space of the application is avoided.
FIG. 3 schematically illustrates a schematic diagram of a call relationship according to an embodiment of the present disclosure.
As shown in fig. 3, the transaction layer interface may include transaction interface information 311 and transaction interface information 312. The function layer interface may include function interface information 321, function interface information 322, and function interface information 323. Wherein, the transaction interface information 311 can have a calling relationship with the function interface information 321 and the function interface information 322 respectively; the transaction interface information 312 may have a calling relationship with the function interface information 323.
According to an embodiment of the present disclosure, the plurality of transaction interface information further includes fourth transaction interface information. The plurality of functional interface information further includes fourth functional interface information. The application deployment method further comprises the following steps: and under the condition that the fourth function interface information and the fourth transaction interface information have a calling relationship, the fourth function interface information and the fourth transaction interface information are stored in an associated mode, so that the fourth function interface information can be determined according to the fourth transaction interface information.
According to the embodiment of the disclosure, in the case that the fourth functional interface information has a calling relationship with the fourth transaction interface information, the fourth functional interface information and the fourth transaction interface information may be stored in a database in an associated manner, so that the fourth functional interface information can be determined according to the fourth transaction interface information.
According to an embodiment of the present disclosure, determining that the fourth functional interface information has a call relationship with the fourth transaction interface information may include: determining function information required to be called by the fourth transaction interface information according to the fourth transaction interface information; and under the condition that the fourth function interface information can meet the function information, determining that the fourth function interface information and the fourth transaction interface information have a calling relationship.
According to an embodiment of the present disclosure, the fourth function interface information and the fourth transaction interface information may be stored in association, and the fourth function interface information and the fourth transaction interface information may be stored in association in a database.
According to the embodiment of the disclosure, the fourth functional interface information and the fourth transaction interface information are stored in an associated mode under the condition that the fourth functional interface information and the fourth transaction interface information have a calling relationship, so that the fourth functional interface information can be inquired according to the fourth transaction interface information, further, configuration files related to the fourth transaction interface information can be installed in a targeted mode according to the fourth transaction interface information, the situation that the application is installed in a full configuration file under the condition that the application is deployed is avoided, and further occupied memory of the application can be reduced.
FIG. 4 schematically illustrates a schematic diagram of a store call relationship according to an embodiment of the present disclosure.
As shown in fig. 4, the store call relation method of this embodiment includes operations S401 to S409.
In operation S401, an application is installed.
In operation S402, an application is logged in using login identification information.
In operation S403, deploy an application according to login identification information? If yes, operation S406 is performed; if not, operation S404 is performed.
In operation S404, a deployment operation in response to the transaction interface information.
In operation S405, a profile of function interface information corresponding to transaction interface information is installed.
In operation S406, a configuration file is installed.
In operation S407, the deployment operation of the application is completed.
In operation S408, the third configuration file is deleted from the memory space in response to the deletion operation for the transaction interface information that has been deployed at the application.
In operation S409, transaction interface information that has been deployed at the application is stored in association with login identification information.
Based on the application deployment method, the disclosure further provides an application deployment device. The device will be described in detail below in connection with fig. 5.
Fig. 5 schematically illustrates a block diagram of an application deployment apparatus according to an embodiment of the present disclosure.
As shown in fig. 5, the application deployment apparatus 500 of this embodiment includes a query module 510, a first determination module 520, a second determination module 530, and a first installation module 540.
The query module 510 is configured to query and obtain first transaction interface information from the plurality of transaction interface information according to login identification information for logging in an application. In an embodiment, the query module 510 may be configured to perform the operation S210 described above, which is not described herein.
The first determining module 520 is configured to determine, from the plurality of functional interface information, first functional interface information corresponding to the first transaction interface information according to the first transaction interface information, where the first functional interface information characterizes the functional interface information required for invoking the first transaction interface information. In an embodiment, the first determining module 520 may be configured to perform the operation S220 described above, which is not described herein.
The second determining module 530 is configured to determine, according to the first functional interface information, a first configuration file from the configuration files corresponding to the plurality of functional interface information, where the memory space is an application memory space, and the first configuration file represents a configuration file required for calling the first functional interface information, when the functional interface information corresponding to the configuration file in the memory space does not include the first functional interface information. In an embodiment, the second determining module 530 may be configured to perform the operation S230 described above, which is not described herein.
The first installation module 540 is configured to install the first configuration file in the memory space to complete the deployment operation on the application. In an embodiment, the first installation module 540 may be used to perform the operation S240 described above, which is not described herein.
According to an embodiment of the present disclosure, the application deployment apparatus further includes a third determination module, a fourth determination module, a fifth determination module, and a second installation module. The third determining module is used for determining second transaction interface information required to be called for executing the transaction in response to the execution operation for the transaction; the fourth determining module is used for determining second functional interface information corresponding to the second transaction interface information from the plurality of functional interface information according to the second transaction interface information, wherein the second functional interface information characterizes the functional interface information required by calling the second transaction interface information; the fifth determining module is configured to determine, according to the second functional interface information, a second configuration file from configuration files corresponding to the plurality of functional interface information, where the second configuration file represents a configuration file required for calling the second functional interface information, when the functional interface information corresponding to the configuration file in the memory space does not include the second functional interface information; the second installation module is used for installing a second configuration file in the memory space so that the application can call the second transaction interface information to complete the transaction.
According to an embodiment of the present disclosure, the application deployment apparatus further includes an alignment module and a sixth determination module. The comparison module is used for comparing the at least one functional interface identification information with the second functional interface identification information to obtain a comparison result; the sixth determining module is configured to determine that the functional interface information corresponding to the configuration file in the memory space does not include the second functional interface information when the comparison result indicates that the at least one functional interface identification information does not include the second functional interface identification information.
According to an embodiment of the present disclosure, the application deployment apparatus further includes a first storage module. The first storage module is used for carrying out association storage on the second transaction interface information and the login identification information so as to obtain the second transaction interface information according to the login identification information.
According to an embodiment of the present disclosure, the application deployment apparatus further includes a seventh determination module, an eighth determination module, and a deletion module. The seventh determining module is used for responding to the deleting operation of the third transaction interface information deployed on the application, and determining third function interface information according to the third transaction interface information, wherein the third function interface information characterizes the function interface information required by calling the third transaction information; the eighth determining module is configured to determine, according to the third functional interface information, a third configuration file from the memory space when the third functional interface information has a calling relationship with the third transaction interface information only, where the third configuration file characterizes a configuration file required for calling the third functional interface information; the deleting module is used for deleting the third configuration file from the memory space.
According to an embodiment of the present disclosure, the application deployment apparatus further includes a second storage module. The second storage module is used for carrying out association storage on the fourth functional interface information and the fourth transaction interface information under the condition that the fourth functional interface information and the fourth transaction interface information have a calling relationship, so that the fourth functional interface information can be determined according to the fourth transaction interface information.
According to an embodiment of the present disclosure, the application deployment apparatus further includes a second storage module. The second storage module is used for comparing the functional interface information corresponding to the configuration file in the memory space with the first functional interface information, and determining that the functional interface information corresponding to the configuration file in the memory space does not include the first functional interface information.
Any of the plurality of modules of the query module 510, the first determination module 520, the second determination module 530, and the first installation module 540 may be combined in one module, or any of the plurality of modules may be split into a plurality of modules, according to embodiments of the present disclosure. Alternatively, at least some of the functionality of one or more of the modules may be combined with at least some of the functionality of other modules and implemented in one module. According to embodiments of the present disclosure, at least one of the query module 510, the first determination module 520, the second determination module 530, and the first installation module 540 may be implemented at least in part as hardware circuitry, such as a Field Programmable Gate Array (FPGA), a Programmable Logic Array (PLA), a system on a chip, a system on a substrate, a system on a package, an Application Specific Integrated Circuit (ASIC), or in hardware or firmware, such as any other reasonable manner of integrating or packaging the circuitry, or in any one of or a suitable combination of three of software, hardware, and firmware. Alternatively, at least one of the query module 510, the first determination module 520, the second determination module 530, and the first installation module 540 may be at least partially implemented as a computer program module, which when executed, may perform the corresponding functions.
Fig. 6 schematically illustrates a block diagram of an electronic device adapted to implement an application deployment method according to an embodiment of the disclosure.
As shown in fig. 6, an electronic device 600 according to an embodiment of the present disclosure includes a processor 601 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 602 or a program loaded from a storage section 608 into a Random Access Memory (RAM) 603. The processor 601 may include, for example, a general purpose microprocessor (e.g., a CPU), an instruction set processor and/or an associated chipset and/or a special purpose microprocessor (e.g., an Application Specific Integrated Circuit (ASIC)), or the like. Processor 601 may also include on-board memory for caching purposes. The processor 601 may comprise a single processing unit or a plurality of processing units for performing different actions of the method flows according to embodiments of the disclosure.
In the RAM 603, various programs and data necessary for the operation of the electronic apparatus 600 are stored. The processor 601, the ROM 602, and the RAM 603 are connected to each other through a bus 604. The processor 601 performs various operations of the method flow according to the embodiments of the present disclosure by executing programs in the ROM 602 and/or the RAM 603. Note that the program may be stored in one or more memories other than the ROM 602 and the RAM 603. The processor 601 may also perform various operations of the method flow according to embodiments of the present disclosure by executing programs stored in the one or more memories.
According to an embodiment of the present disclosure, the electronic device 600 may also include an input/output (I/O) interface 605, the input/output (I/O) interface 605 also being connected to the bus 604. The electronic device 600 may also include one or more of the following components connected to an input/output (I/O) interface 605: an input portion 606 including a keyboard, mouse, etc.; an output portion 607 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, a speaker, and the like; a storage section 608 including a hard disk and the like; and a communication section 609 including a network interface card such as a LAN card, a modem, or the like. The communication section 609 performs communication processing via a network such as the internet. The drive 610 is also connected to an input/output (I/O) interface 605 as needed. Removable media 611 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed as needed on drive 610 so that a computer program read therefrom is installed as needed into storage section 608.
The present disclosure also provides a computer-readable storage medium that may be embodied in the apparatus/device/system described in the above embodiments; or may exist alone without being assembled into the apparatus/device/system. The computer-readable storage medium carries one or more programs which, when executed, implement methods in accordance with embodiments of the present disclosure.
According to embodiments of the present disclosure, the computer-readable storage medium may be a non-volatile computer-readable storage medium, which may include, for example, but is not limited to: a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this disclosure, a computer-readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. For example, according to embodiments of the present disclosure, the computer-readable storage medium may include ROM 602 and/or RAM 603 and/or one or more memories other than ROM 602 and RAM 603 described above.
Embodiments of the present disclosure also include a computer program product comprising a computer program containing program code for performing the methods shown in the flowcharts. When the computer program product runs in a computer system, the program code is used for enabling the computer system to realize the application deployment method provided by the embodiment of the disclosure.
The above-described functions defined in the system/apparatus of the embodiments of the present disclosure are performed when the computer program is executed by the processor 601. The systems, apparatus, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the disclosure.
In one embodiment, the computer program may be based on a tangible storage medium such as an optical storage device, a magnetic storage device, or the like. In another embodiment, the computer program may also be transmitted, distributed in the form of signals over a network medium, and downloaded and installed via the communication section 609, and/or installed from the removable medium 611. The computer program may include program code that may be transmitted using any appropriate network medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
In such an embodiment, the computer program may be downloaded and installed from a network through the communication portion 609, and/or installed from the removable medium 611. The above-described functions defined in the system of the embodiments of the present disclosure are performed when the computer program is executed by the processor 601. The systems, devices, apparatus, modules, units, etc. described above may be implemented by computer program modules according to embodiments of the disclosure.
According to embodiments of the present disclosure, program code for performing computer programs provided by embodiments of the present disclosure may be written in any combination of one or more programming languages, and in particular, such computer programs may be implemented in high-level procedural and/or object-oriented programming languages, and/or assembly/machine languages. Programming languages include, but are not limited to, such as Java, c++, python, "C" or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, partly on a remote computing device, or entirely on the remote computing device or server. In the case of remote computing devices, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., connected via the Internet using an Internet service provider).
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
Those skilled in the art will appreciate that the features recited in the various embodiments of the disclosure and/or in the claims may be provided in a variety of combinations and/or combinations, even if such combinations or combinations are not explicitly recited in the disclosure. In particular, the features recited in the various embodiments of the present disclosure and/or the claims may be variously combined and/or combined without departing from the spirit and teachings of the present disclosure. All such combinations and/or combinations fall within the scope of the present disclosure.
The embodiments of the present disclosure are described above. However, these examples are for illustrative purposes only and are not intended to limit the scope of the present disclosure. Although the embodiments are described above separately, this does not mean that the measures in the embodiments cannot be used advantageously in combination. The scope of the disclosure is defined by the appended claims and equivalents thereof. Various alternatives and modifications can be made by those skilled in the art without departing from the scope of the disclosure, and such alternatives and modifications are intended to fall within the scope of the disclosure.

Claims (11)

1. An application deployment method, comprising:
inquiring and obtaining first transaction interface information from a plurality of transaction interface information according to login identification information for login application;
Determining first function interface information corresponding to the first transaction interface information from a plurality of function interface information according to the first transaction interface information, wherein the first function interface information characterizes the function interface information required for calling the first transaction interface information;
under the condition that the function interface information corresponding to the configuration file in the memory space does not comprise the first function interface information, determining a first configuration file from the configuration files corresponding to the plurality of function interface information according to the first function interface information, wherein the memory space is the memory space of the application, and the first configuration file represents the configuration file required by calling the first function interface information;
and installing the first configuration file in the memory space to finish the deployment operation of the application.
2. The method of claim 1, further comprising:
determining second transaction interface information required to be invoked for executing the transaction in response to an execution operation for the transaction;
determining second function interface information corresponding to the second transaction interface information from the plurality of function interface information according to the second transaction interface information, wherein the second function interface information characterizes the function interface information required for calling the second transaction interface information;
Determining a second configuration file from the configuration files corresponding to the plurality of functional interface information according to the second functional interface information under the condition that the functional interface information corresponding to the configuration file in the memory space does not comprise the second functional interface information, wherein the second configuration file characterizes the configuration file required for calling the second functional interface information;
and installing the second configuration file in the memory space so that the application can call the second transaction interface information to complete the transaction.
3. The method of claim 2, wherein the functional interface information corresponding to the configuration file in the memory space includes at least one functional interface identification information, and the second functional interface information includes second functional interface identification information;
the method further comprises the steps of:
comparing the at least one functional interface identification information with the second functional interface identification information to obtain a comparison result;
and under the condition that the comparison result characterizes that the at least one functional interface identification information does not comprise the second functional interface identification information, determining that the functional interface information corresponding to the configuration file in the memory space does not comprise the second functional interface information.
4. A method according to claim 2 or 3, further comprising:
and carrying out association storage on the second transaction interface information and the login identification information so as to obtain the second transaction interface information according to the login identification information.
5. A method according to any one of claims 1 to 3, further comprising:
determining third functional interface information according to third transaction interface information in response to a deleting operation of the third transaction interface information deployed on the application, wherein the third functional interface information characterizes functional interface information required for calling the third transaction information;
determining a third configuration file from the memory space according to the third function interface information under the condition that the third function interface information has a calling relation with the third transaction interface information only, wherein the third configuration file characterizes the configuration file required for calling the third function interface information;
and deleting the third configuration file from the memory space.
6. A method according to any one of claims 1 to 3, wherein the plurality of transaction interface information further includes fourth transaction interface information; the plurality of functional interface information further includes fourth functional interface information;
The method further comprises the steps of:
and under the condition that the fourth function interface information and the fourth transaction interface information have a calling relationship, the fourth function interface information and the fourth transaction interface information are stored in a correlated mode, so that the fourth function interface information can be determined according to the fourth transaction interface information.
7. A method according to any one of claims 1 to 3, further comprising:
comparing the functional interface information corresponding to the configuration file in the memory space with the first functional interface information, and determining that the functional interface information corresponding to the configuration file in the memory space does not include the first functional interface information.
8. An application deployment apparatus, comprising:
the inquiry module is used for inquiring and obtaining first transaction interface information from the transaction interface information according to login identification information for logging in an application;
the first determining module is used for determining first function interface information corresponding to the first transaction interface information from a plurality of function interface information according to the first transaction interface information, wherein the first function interface information characterizes the function interface information required by calling the first transaction interface information;
The second determining module is configured to determine, according to the first functional interface information, a first configuration file from configuration files corresponding to a plurality of functional interface information when the functional interface information corresponding to the configuration file in the memory space does not include the first functional interface information, where the memory space is the memory space of the application, and the first configuration file represents a configuration file required for calling the first functional interface information;
the first installation module is used for installing the first configuration file in the memory space to finish the deployment operation of the application.
9. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs,
wherein the one or more programs, when executed by the one or more processors, cause the one or more processors to perform the method of any of claims 1-7.
10. A computer readable storage medium having stored thereon executable instructions which, when executed by a processor, cause the processor to perform the method according to any of claims 1-7.
11. A computer program product comprising a computer program which, when executed by a processor, implements the method according to any one of claims 1 to 7.
CN202310587610.5A 2023-05-23 2023-05-23 Application deployment method and device, electronic equipment and storage medium Pending CN116627536A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310587610.5A CN116627536A (en) 2023-05-23 2023-05-23 Application deployment method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310587610.5A CN116627536A (en) 2023-05-23 2023-05-23 Application deployment method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116627536A true CN116627536A (en) 2023-08-22

Family

ID=87620792

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310587610.5A Pending CN116627536A (en) 2023-05-23 2023-05-23 Application deployment method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116627536A (en)

Similar Documents

Publication Publication Date Title
CN113946425A (en) Service processing method and device, electronic equipment and computer readable storage medium
CN114253734A (en) Resource calling method and device, electronic equipment and computer readable storage medium
CN114237651A (en) Installation method and device of cloud native application, electronic equipment and medium
CN112463729A (en) Data file storage method and device, electronic equipment and medium
CN115965474A (en) Service processing method, device, equipment and storage medium
CN113010561A (en) Data acquisition method and device based on super account book and computer system
CN113176907A (en) Interface data calling method and device, computer system and readable storage medium
CN109145591B (en) Plug-in loading method of application program
CN116700745A (en) Application deployment method and device based on container cloud platform, electronic equipment and medium
CN116360937A (en) Task scheduling method, device, equipment and storage medium
CN115277857A (en) Method and device for interface verification, electronic equipment and storage medium
CN116627536A (en) Application deployment method and device, electronic equipment and storage medium
CN114780361A (en) Log generation method, device, computer system and readable storage medium
CN112181470A (en) Method and device for deploying patch
CN114363172B (en) Decoupling management method, device, equipment and medium for container group
CN116452208B (en) Method, device, equipment and medium for determining change transaction code
CN113641966B (en) Application integration method, system, equipment and medium
CN113805878B (en) Plug-in engineering method, device, computer system and medium
CN112579192B (en) Information processing method, apparatus, system, and computer-readable storage medium
CN115309404A (en) File generation method and device, electronic equipment and storage medium
CN115640036A (en) Hot updating method for configuration version of directional shielding
CN115016827A (en) Method, device, electronic equipment and medium for deploying JAVA application
CN117743353A (en) Data updating method, device, equipment and storage medium
CN117472716A (en) Non-invasive application log acquisition method, device, equipment and storage medium
CN116737314A (en) Data processing method, device, electronic equipment 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