CN109039730B - Server cluster and server cluster configuration information management method - Google Patents

Server cluster and server cluster configuration information management method Download PDF

Info

Publication number
CN109039730B
CN109039730B CN201810827078.9A CN201810827078A CN109039730B CN 109039730 B CN109039730 B CN 109039730B CN 201810827078 A CN201810827078 A CN 201810827078A CN 109039730 B CN109039730 B CN 109039730B
Authority
CN
China
Prior art keywords
configuration
module
configuration file
server cluster
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810827078.9A
Other languages
Chinese (zh)
Other versions
CN109039730A (en
Inventor
陈秋忠
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wangsu Science and Technology Co Ltd
Original Assignee
Wangsu Science and Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wangsu Science and Technology Co Ltd filed Critical Wangsu Science and Technology Co Ltd
Priority to CN201810827078.9A priority Critical patent/CN109039730B/en
Publication of CN109039730A publication Critical patent/CN109039730A/en
Application granted granted Critical
Publication of CN109039730B publication Critical patent/CN109039730B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Abstract

The embodiment of the invention provides a method for acquiring server cluster configuration information, which comprises the following steps: providing a configuration file and a configuration module, wherein the configuration module comprises a configuration file program package containing configuration items; the configuration module acquires a configuration file through a service process; the configuration module packs and generates a configuration file program package according to the configuration file; and calling the configuration items in the configuration file program package by the component program to acquire the values of the configuration items. The embodiment of the invention also provides a server cluster and a server. The invention can reduce the maintenance difficulty of the configuration file and improve the development efficiency.

Description

Server cluster and server cluster configuration information management method
Technical Field
The present invention relates to the field of network technologies, and in particular, to a server cluster and a method for managing configuration information of the server cluster.
Background
At present, the configuration information of clusters like Hadoop, Storm, Zookeeper, etc. is directly written into the inside of a component program or into a configuration file of the component program, when the component program of a cluster is increased, the configuration information is correspondingly increased, and at this time, if the configuration information of the cluster needs to be modified, each component program needs to be modified, thereby causing the following problems:
when configuration information is written in a component program, modifying the configuration information requires repackaging the component program codes for a single cluster, and repackaging the component program codes for different clusters for a plurality of clusters, which requires maintaining a plurality of pieces of component program codes, thereby increasing the difficulty in maintaining the component program codes. When the configuration information is written in the configuration file, for the case of a single cluster, the name of the configuration file needs to be set for the cluster, and each configuration item of the configuration file can obtain the configuration content through a corresponding key; for the case of multiple clusters, multiple configuration file names need to be set for the multiple clusters, and configuration items of the multiple configuration files can acquire configuration contents through multiple corresponding keys, so that maintenance of the configuration files is more difficult.
Disclosure of Invention
The application aims to provide a server cluster and a method for acquiring configuration information of the server cluster so as to reduce the maintenance difficulty of a configuration file.
In order to achieve the above object, an aspect of the present application provides a method for managing server cluster configuration information, including:
providing a configuration file and a configuration module, wherein the configuration module comprises a configuration file program package containing configuration items; the configuration module acquires the configuration file through a service process; the configuration module packs and generates the configuration file program package according to the configuration file; and the component program calls the configuration items in the configuration file program package to acquire the values of the configuration items.
Further, the component program, the configuration module, the configuration file, and the service process are in the same server cluster.
Further, the configuration module is a dependency package of a component program, and the component program depends on the configuration module to obtain the configuration file.
Further, the configuration process is associated with the configuration file and the service process through a domain name of the server cluster.
Further, a mapping relationship is formed between the domain name of the server cluster and the IP address of the server where the configuration process and the configuration file are located, and the mapping relationship is stored in the configuration module and the domain name resolver of the server where the configuration file is located.
Further, the configuration module compiles the configuration file and packages the configuration file to generate the configuration file program package.
In order to achieve the above object, another aspect of the present application further provides a server cluster, including an initialization module, a component module, a configuration module, and a service module, where: the initialization module is used for providing a configuration file and a configuration module, and the configuration module comprises a configuration file program package containing configuration items; the configuration module is used for acquiring the configuration file through the service module and generating the configuration file program package according to the packaging of the configuration file; the component module is used for calling the configuration items in the configuration file program package and acquiring the values of the configuration items.
Further, the initialization module, the component module, the configuration file, and the service module are in the same server cluster.
Further, the configuration module is a dependency package of component modules, and the component modules rely on the configuration module to obtain the configuration file.
Further, the configuration module is associated with the configuration file and the service module through a domain name of the server cluster.
Further, a mapping relationship is formed between the domain name of the server cluster and the IP addresses of the configuration module and the server where the configuration file is located, and the mapping relationship is stored in the domain name resolver of the server where the configuration module and the configuration file are located.
Further, the configuration module is further configured to compile and package the configuration file to generate the configuration file package.
To achieve the above object, another aspect of the present application further provides a server, which includes a memory and a processor, the memory is used for storing a computer program, and the computer program realizes the above method when being executed by the processor.
It can be seen from the above that, in the present invention, configuration information of multiple clusters is defined in the same configuration file and is uniformly stored in the same configuration address, the configuration module obtains the configuration file by means of domain name resolution to a corresponding service process, after obtaining the configuration file, the configuration module can dynamically generate a value of a configuration item according to the configuration file information, and finally generate a configuration file package to provide the configuration item for a component program to call the value of the configuration item.
Therefore, the configuration file is very beneficial to management, and the configuration information does not need to be written in the component program, so that the component program code does not need to be repackaged for modifying the configuration information; when the configuration information is written in the configuration file, the configuration information can be acquired without a corresponding key, and a plurality of configuration file names do not need to be set for a plurality of clusters. Therefore, the definition and calling of the configuration item name related in the development process of the configuration file in the prior art can be reduced, the configuration item name generated dynamically can be prompted in an intelligent association manner, and developers can find whether configuration information is wrong or not, so that the maintenance difficulty of the configuration file is reduced, and the development efficiency is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a method for acquiring server cluster configuration information according to an embodiment of the present invention;
FIG. 2 is a functional block diagram of a server cluster according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a server according to the present invention;
fig. 4 is a schematic structural diagram of a computer terminal in an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a method for acquiring server cluster configuration information according to an embodiment of the present invention.
S101, providing a configuration file and a configuration module, wherein the configuration module comprises a configuration file program package containing configuration items;
in one embodiment, the configuration file and the configuration file package each contain configuration items for the server cluster. The configuration information refers to configuration items and configuration values corresponding to the configuration items, and all configuration items and configuration values of the configuration items required by the server cluster can be combined into one file, which is called a configuration file. The configuration items and the configuration values can be modified correspondingly according to the actual situation. The configuration file holds all the configuration information needed by the different component programs.
In addition, before the server cluster is initialized, firstly, a configuration item in a configuration file is defined for the server cluster, then a configuration module packages the configuration file to generate a configuration file program package, and the configuration file program package belongs to a part of codes of the configuration module; before the server cluster is initialized, the configuration file is pre-deployed in one of the servers, and the configuration module is deployed in all the servers.
The configuration module may package the configuration file in a compiling manner to generate the configuration file package, for example, the configuration file in xml or yaml format may be compiled by a java program and then packaged into a java format package.
S102, a configuration module acquires a configuration file through a service process and generates a configuration file program package according to the packaging of the configuration file;
in one embodiment, the service process may be an HTTP process or an FTP process; the component program may be a Hadoop, Storm, Zookeeper, or like component program.
It should be noted that the component programs, the configuration modules, the configuration files, and the service processes are located in the same server cluster, one server cluster may simultaneously include clusters such as Hadoop, Storm, Zookeeper, and the like, and the clusters such as Hadoop, Storm, Zookeeper, and the like may be implemented by respectively deploying the corresponding component programs such as Hadoop, Storm, Zookeeper, and the like on a plurality of servers.
The configuration module is a dependency package of the component program, and the component program depends on the configuration module to obtain the configuration file. The component program and the configuration module are positioned in one server in the same server cluster, and the service process and the configuration file are positioned in the other server in the same server cluster; in another embodiment, the component program, the configuration module, the configuration file, and the service process may also be disposed in the same server of the same server cluster; in other embodiments, the component programs, configuration modules, configuration files, and service processes may also be located in four different servers, respectively. The server may be an entity server or a virtual server, which is not limited in the present invention.
The configuration module is associated with the configuration file and the service process through the domain name of the server cluster; in one embodiment, the association may be a mapping relationship between a domain name of the server cluster and an IP address of a server where the configuration module and the configuration file are located, and the mapping relationship is stored in a domain name resolver of the server where the configuration module and the configuration file are located. Therefore, the configuration module can resolve the domain name of the server cluster to the IP address of the server where the configuration file is located through the domain name resolver, and then obtain the configuration file from the service process of the server where the configuration file is located through the resolved IP address.
In addition, for the case where there are multiple server clusters, the domain names of different server clusters may be resolved to the IP addresses of the servers where different configuration files are located. In this manner, the configuration module does not need to pack configuration files into different packages for different server clusters.
Specifically, the configuration file stores configuration information, and the configuration information includes configuration items and configuration values. The configuration information may be connection information of communication between component programs in the server cluster, such as connection information of components like Hadoop, Storm, Zookeeper, or Remote Procedure Call (RPC) component information.
In addition, in this step, the process of generating the configuration file package by the configuration module according to the packaging of the configuration file is a process of dynamically generating the value of the configuration item according to the configuration file information, and the generated value of the configuration item can be directly provided for the component program to obtain; the values of the dynamically generated configuration items are mainly embodied as follows: firstly, when the component program depended by the configuration module is started, the value of the configuration item is loaded from the configuration file, and secondly, the configuration module can intelligently associate the dynamically generated configuration item name prompted by the configuration module.
S103, the component program calls the configuration items in the configuration file program package to obtain the values of the configuration items.
For example, in a server cluster in which a Storm cluster and a Zookeeper cluster are installed at the same time, the Storm component program needs to obtain configuration information of the Zookeeper component program to communicate with the Storm component program, for example, for the following configuration information:
Figure BDA0001742738120000051
the specific meanings are as follows:
storm. ZooKeeper. servers are configuration item names, meaning that Storm clusters correspond to the host lists of ZooKeeper clusters, "bps-10-183-93-129", "bps-10-183-93-131", and "bps-10-183-93-132" are corresponding host lists, i.e., configuration values.
Storm. ZooKeeper. port is the name of the configuration item, which means the service port of the ZooKeeper cluster corresponding to the Storm cluster, and the default port of the ZooKeeper cluster is 21818, that is, the configuration value.
It can be seen from the above that, in the present invention, configuration information of multiple clusters is defined in the same configuration file and is uniformly stored in the same configuration address, the configuration module obtains the configuration file by means of domain name resolution to a corresponding service process, after obtaining the configuration file, the configuration module can dynamically generate a value of a configuration item according to the configuration file information, and finally generate a configuration file package to provide the configuration item for a component program to call the value of the configuration item.
Therefore, the configuration file is very beneficial to management, and the configuration information does not need to be written in the component program, so that the component program code does not need to be repackaged for modifying the configuration information; when the configuration information is written in the configuration file, the configuration information can be acquired without a corresponding key, and a plurality of configuration file names do not need to be set for a plurality of clusters. Therefore, the definition and calling of the configuration item name related in the development process of the configuration file in the prior art can be reduced, the configuration item name generated dynamically can be prompted in an intelligent association manner, and developers can find whether configuration information is wrong or not, so that the maintenance difficulty of the configuration file is reduced, and the development efficiency is improved.
Fig. 2 is a functional module diagram of a server cluster according to an embodiment of the present invention.
The server cluster of the embodiment of the invention comprises an initialization module, a component module, a configuration module and a service module. The system comprises an initialization module, a configuration module and a configuration module, wherein the initialization module is used for providing a configuration file and the configuration module, and the configuration module comprises a configuration file program package containing configuration items; the configuration module is used for acquiring the configuration file through the service module and generating a configuration file program package according to the packaging of the configuration file; and the component module is used for calling the configuration items in the configuration file program package and acquiring the values of the configuration items.
In one embodiment, the initialization module, the component module, the configuration file, and the service module are in the same server cluster.
In one embodiment, the configuration module is a dependency package of component modules, and the component modules rely on the configuration module to obtain configuration files.
In one embodiment, the configuration module is associated with a domain name of the configuration file and the service module through the server cluster.
In one embodiment, a mapping relationship is formed between the domain name of the server cluster and the IP address of the server where the configuration module and the configuration file are located, and the mapping relationship is stored in the domain name resolver of the server where the configuration module and the configuration file are located.
In one embodiment, the configuration module is further configured to compile and package the configuration file to generate the configuration file package.
In one embodiment, the component module and the configuration module are in one of the servers in the same server cluster, and the service module and the configuration file are in the other server in the same server cluster; in another embodiment, the component module, the configuration file, and the service module may also be disposed in the same server of the same server cluster; in other embodiments, the component module, the configuration file, and the service module may be respectively disposed in four different servers. The server may be an entity server or a virtual server, which is not limited in the present invention.
The server cluster of this embodiment may be used to execute the method of the method embodiment shown in fig. 1, and the implementation principle and the technical effect to be achieved are similar, and are not described herein again.
FIG. 3 is a schematic diagram of a server according to the present invention. The server includes a memory and a processor, where the memory is used to store a computer program, and when the computer program is executed by the processor, the method for acquiring the server cluster configuration information in fig. 1 may be implemented. The implementation principle of the server in this embodiment is similar to the technical effect to be achieved, and will not be described herein again.
Fig. 4 is a schematic structural diagram of a computer terminal in an embodiment of the present invention. In the present application, the technical solutions in the above embodiments can be applied to the computer terminal 10 shown in fig. 4. The computer terminal 10 may include one or more (only one shown) processors 102 (the processor 102 may include, but is not limited to, a processing device such as a microprocessor MCU or a programmable logic device FPGA), a memory 104 for storing data, and a transmission module 106 for communication functions. It will be understood by those skilled in the art that the structure shown in fig. 4 is only an illustration and is not intended to limit the structure of the electronic device. For example, the computer terminal 10 may also include more or fewer components than shown in FIG. 4, or have a different configuration than shown in FIG. 4.
Specifically, in this application, the method for acquiring the server cluster configuration information may be stored in the memory 104 as a computer program, and the memory 104 may be coupled to the processor 102, so that when the processor 102 executes the computer program in the memory 104, the steps in the method for processing a data packet by the WEB server may be implemented.
The memory 104 may be used to store software programs and modules of application software, and the processor 102 executes various functional applications and data processing by executing the software programs and modules stored in the memory 104. The memory 104 may include high speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 104 may further include memory located remotely from the processor 102, which may be connected to the computer terminal 10 via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The transmission device 106 is used for receiving or transmitting data via a network. Specific examples of the network described above may include a wireless network provided by a communication provider of the computer terminal 10. In one example, the transmission device 106 includes a Network adapter (NIC) that can be connected to other Network devices through a base station to communicate with the internet. In one example, the transmission device 106 can be a Radio Frequency (RF) module, which is used to communicate with the internet in a wireless manner.
The implementation principle of the computer terminal of this embodiment is similar to the technical effect to be achieved, and will not be described herein again.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (11)

1. A server cluster configuration information management method is characterized by comprising the following steps:
providing a configuration file and a configuration module, wherein the configuration module comprises a configuration file program package containing configuration items;
the configuration module acquires the configuration file through a service process and generates the configuration file program package according to the packaging of the configuration file;
calling the configuration items in the configuration file program package by the component program to acquire the values of the configuration items;
before the server cluster is initialized, the configuration file is pre-deployed in a server; and forming a mapping relation between the domain name of the server cluster and the IP addresses of the configuration module and the server where the configuration file is located, wherein the mapping relation is stored in the configuration module and a domain name resolver of the server where the configuration file is located.
2. The method of claim 1, wherein the component program, the configuration module, the configuration file, and the service process are in a same server cluster.
3. The method of claim 1, wherein the configuration module is a dependency package for a component program that relies on the configuration module to obtain the configuration file.
4. The method of claim 2, wherein the configuration module is associated with a domain name through the cluster of servers between the configuration file and the service process.
5. The method of claim 1, wherein the configuration module compiles the configuration file and packages the configuration file to generate the configuration file package.
6. A server cluster comprising an initialization module, a component module, a configuration module, and a service module, wherein:
the initialization module is used for providing a configuration file and a configuration module, and the configuration module comprises a configuration file program package containing configuration items;
the configuration module is used for acquiring the configuration file through the service module and generating the configuration file program package according to the packaging of the configuration file;
the component module is used for calling the configuration items in the configuration file program package and acquiring the values of the configuration items;
before the server cluster is initialized, the configuration file is pre-deployed in a server; and forming a mapping relation between the domain name of the server cluster and the IP addresses of the configuration module and the server where the configuration file is located, wherein the mapping relation is stored in the configuration module and a domain name resolver of the server where the configuration file is located.
7. The server cluster of claim 6, wherein the initialization module, the component module, the configuration file, and the service module are in the same server cluster.
8. The server cluster of claim 6, wherein the configuration module is a dependency package for component modules that rely on the configuration module to obtain the configuration file.
9. The server cluster of claim 7, wherein the configuration module is associated with the configuration file and the service module via a domain name of the server cluster.
10. The server cluster of claim 6, wherein the configuration module is further configured to compile the configuration file and package the configuration file to generate the configuration file package.
11. A server, characterized in that the server comprises a memory for storing a computer program and a processor, the computer program, when executed by the processor, implementing the method according to any of claims 1 to 5.
CN201810827078.9A 2018-07-25 2018-07-25 Server cluster and server cluster configuration information management method Active CN109039730B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810827078.9A CN109039730B (en) 2018-07-25 2018-07-25 Server cluster and server cluster configuration information management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810827078.9A CN109039730B (en) 2018-07-25 2018-07-25 Server cluster and server cluster configuration information management method

Publications (2)

Publication Number Publication Date
CN109039730A CN109039730A (en) 2018-12-18
CN109039730B true CN109039730B (en) 2021-09-24

Family

ID=64645075

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810827078.9A Active CN109039730B (en) 2018-07-25 2018-07-25 Server cluster and server cluster configuration information management method

Country Status (1)

Country Link
CN (1) CN109039730B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111338685B (en) * 2018-12-19 2023-11-21 卓望数码技术(深圳)有限公司 Common component configuration method, device, equipment and storage medium
CN111382022B (en) * 2018-12-27 2024-02-20 北京神州泰岳软件股份有限公司 Method, device, electronic equipment and storage medium for monitoring real-time stream computing platform
CN110417894B (en) * 2019-07-30 2022-01-07 中国工商银行股份有限公司 Storage cluster deployment system and method
CN110955460B (en) * 2019-11-15 2023-10-03 北京金山云网络技术有限公司 Service process starting method and device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105468626A (en) * 2014-09-04 2016-04-06 腾讯科技(北京)有限公司 Data processing method and system
CN105740408A (en) * 2016-01-28 2016-07-06 东软集团股份有限公司 Hadoop cluster calling method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10305738B2 (en) * 2016-01-06 2019-05-28 Esi Software Ltd. System and method for contextual clustering of granular changes in configuration items
CN107908708A (en) * 2017-11-09 2018-04-13 北京锐安科技有限公司 A kind of method, system, equipment and the storage medium of group document synchronization

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105468626A (en) * 2014-09-04 2016-04-06 腾讯科技(北京)有限公司 Data processing method and system
CN105740408A (en) * 2016-01-28 2016-07-06 东软集团股份有限公司 Hadoop cluster calling method and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
zookeeper+storm安装配置;young_-_;《https://blog.csdn.net/yongge1981/article/details/78860944》;20171221;全文 *

Also Published As

Publication number Publication date
CN109039730A (en) 2018-12-18

Similar Documents

Publication Publication Date Title
CN109039730B (en) Server cluster and server cluster configuration information management method
CN110187912B (en) Node selection method and device
US11232405B2 (en) Computer readable storage media for dynamic service deployment and methods and systems for utilizing same
CN106569880B (en) Method and system for dynamically sharing resources between Android applications
CN111930382B (en) Application page access method, device and equipment
EP3883183A1 (en) Virtualization management method and device
CN109213533B (en) Advertisement SDK dynamic loading method, device and terminal
CN113824795A (en) Communication method, device and system of vehicle end and cloud end
CN109343970B (en) Application program-based operation method and device, electronic equipment and computer medium
CN113726869A (en) Communication method, gateway and electronic equipment
CN106919405B (en) Client initialization method and device
CN114461399A (en) Resource allocation method and device, storage medium and electronic device
CN111026502B (en) Business debugging architecture creating method and device, electronic equipment and storage medium
CN112905273A (en) Service calling method and device
CN112532664A (en) Data upgrading method and device
CN110554859A (en) method and device for avoiding key value conflict
CN111142860B (en) Method and device for realizing interface call
CN114416172A (en) Item packaging method and device, computer equipment and storage medium
CN112416321B (en) Application generation method and device, storage medium and electronic device
CN112835654B (en) Method, device and processor for calling functions in dynamic link library
CN106502754B (en) Activity component loading method and device
CN117762434A (en) Native application packaging method and device, electronic equipment and storage medium
CN117812149A (en) Calling method and system
CN115543540A (en) Method, system, equipment and medium for adapting to different terminal container capabilities
CN116016182A (en) Method and device for configuring gateway by three-way interface, 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
GR01 Patent grant
GR01 Patent grant