CN115454391A - Client, client construction method and device, electronic equipment and storage medium - Google Patents

Client, client construction method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN115454391A
CN115454391A CN202211408679.9A CN202211408679A CN115454391A CN 115454391 A CN115454391 A CN 115454391A CN 202211408679 A CN202211408679 A CN 202211408679A CN 115454391 A CN115454391 A CN 115454391A
Authority
CN
China
Prior art keywords
module
service
client
target
service module
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.)
Granted
Application number
CN202211408679.9A
Other languages
Chinese (zh)
Other versions
CN115454391B (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.)
Linkdoc Technology Beijing Co ltd
Original Assignee
Linkdoc Technology Beijing 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 Linkdoc Technology Beijing Co ltd filed Critical Linkdoc Technology Beijing Co ltd
Priority to CN202211408679.9A priority Critical patent/CN115454391B/en
Publication of CN115454391A publication Critical patent/CN115454391A/en
Application granted granted Critical
Publication of CN115454391B publication Critical patent/CN115454391B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances
    • 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
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides a client, a client construction method, a client construction device, an electronic device and a storage medium, and relates to the technical field of computers. A client, comprising: the system comprises at least one service module and a target container, wherein the target container is configured to manage the at least one service module and control the target service module corresponding to the control instruction to execute a corresponding service function according to the acquired control instruction. And the service modules are managed by using the target container, so that different service modules are independent from each other, and the functional coupling degree among the modules is reduced. Meanwhile, different business modules are independent from each other, so that different research and development teams can independently develop different business modules, and the time and compiling time required by cooperative cooperation among the different research and development teams are reduced. And each service module realizes the unification of the technology stacks respectively, so that the normal operation of the client can be ensured.

Description

Client, client construction method and device, electronic equipment and storage medium
Technical Field
The present application relates to the technical field of computers, and in particular, to a client, a client construction method, a client construction device, an electronic device, and a storage medium.
Background
Under the mobile internet, the mobile client of the mobile phone has become one of the main entrances of a company business. With the development of company business, the functions of the client APP (Application, mobile phone software) are increasing, the software engineering scale of the client APP is also increasing, and the client APP is slowly evolving into a boulder Application.
At present, in the process of developing software, the problems that the functional coupling degree between modules is high, the cooperation between different research and development teams is difficult, the unification of a technology stack and the requirement of a business function are not unified, the App compiling time is increased and the like exist.
Disclosure of Invention
The application provides a client, a client construction method, a client construction device, an electronic device and a storage medium, and solves the problems that in the prior art, the functional coupling degree between different modules is high, the cooperation between different research and development teams is difficult, the unification of a technology stack and the requirements of business functions are not unified, the App compiling time is increased and the like.
In a first aspect, the present application provides a client, including: the system comprises at least one service module and a target container, wherein the target container is configured to manage the at least one service module and control the target service module corresponding to the control instruction to execute a corresponding service function according to the acquired control instruction.
In the embodiment of the application, the service modules are managed by the target container, so that different service modules are independent from each other, and the functional coupling degree between the modules is reduced. Meanwhile, different business modules are independent from one another, so that different research and development teams can independently develop different business modules, and time and compiling time required by cooperative cooperation among the different research and development teams are reduced. And each service module realizes the unification of the technology stacks respectively, so that the normal operation of the client can be ensured.
In combination with the technical solution provided by the first aspect, in some possible embodiments, the target container includes: the system comprises a life cycle interface and a container project, wherein the life cycle interface comprises a corresponding relation between a service function of the client and a control instruction; the container engineering is configured to manage the at least one business module, determine the target business module according to the corresponding relation and the control instruction, and control the target business module to execute a corresponding business function.
In the embodiment of the application, the life cycle interface comprises the corresponding relation between the service function of the client and the control instruction, so that the container engineering can determine the target service module through the corresponding relation between the service function and the control instruction in the life cycle interface, control the target service module to execute the corresponding service function, and ensure the normal operation of the client.
With reference to the technical solution provided by the first aspect, in some possible implementations, the client further includes: and the general library module is connected with the service modules and is configured to execute function calling between different service modules.
In the embodiment of the application, function calling among different service modules is realized through the universal library module, so that functions which can be realized by the service modules are not limited to the universal library module, and the application range of the service modules in the scheme is widened.
In combination with the technical solution provided by the first aspect, in some possible embodiments, the universal library module includes: the data bus is connected with each business module in the at least one business module, and the data bus is configured to receive a calling instruction which is sent by the business module and used for calling other business modules; the service management center is configured to control the service module corresponding to the call instruction to execute the corresponding service function according to the call instruction, and function call among different service modules is realized.
In the embodiment of the application, different service modules are connected through the data bus, and meanwhile, the service management center is used for receiving the calling instruction sent by the service module and calling the service module corresponding to the calling instruction sent by the service module, so that function calling among different service modules is realized.
With reference to the technical solution provided by the first aspect, in some possible implementations, the client further includes: and the resource file management module is configured to manage the resource file and send the target resource file to the service module when receiving an instruction of calling the target resource file by the service module.
In the embodiment of the application, the resource files of the service modules are managed by using the resource management file, and a resource management function does not need to be developed in each service module, so that the development intensity of each service module can be effectively reduced, and the development efficiency is improved.
With reference to the technical solution provided by the first aspect, in some possible implementations, the client further includes: and the interaction module is configured to respond to the operation of the control instruction input by the user, acquire the control instruction input by the user and send the control instruction to the target container.
In the embodiment of the application, the interaction module is used for responding to the operation of the user to obtain the control instruction, so that the interaction between the client and the user is realized.
In a second aspect, the present application provides a client building method, including: responding to the operation of creating a target container by a user, and creating the target container; responding to the operation of creating a business module by a user, and creating the business module; and responding to the operation of configuring a target container by a user, configuring the target container to manage the service module, and controlling the target service module corresponding to the control instruction to execute a corresponding service function according to the obtained control instruction.
In a third aspect, the present application provides a client building apparatus, including: the system comprises a first creating module, a second creating module and a configuration module, wherein the first creating module is used for responding to the operation of creating a target container by a user and creating the target container; the second establishing module is used for responding to the operation of establishing the business module by the user and establishing the business module; the configuration module is used for responding to the operation of configuring a target container by a user, configuring the target container to manage the service module, and controlling the target service module corresponding to the control instruction to execute the corresponding service function according to the obtained control instruction.
In a fourth aspect, an embodiment of the present application provides an electronic device, including: a memory and a processor, the memory and the processor being connected; the memory is used for storing programs; the processor is configured to call a program stored in the memory to execute the method provided in the embodiment of the second aspect.
In a fifth aspect, embodiments of the present application provide a storage medium, on which a computer program is stored, where the computer program is executed by a computer to perform the method provided in the foregoing second aspect.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained from the drawings without inventive effort.
Fig. 1 is a schematic structural diagram of a client according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of another client according to an embodiment of the present application;
fig. 3 is a schematic flowchart of a client development method according to an embodiment of the present application;
fig. 4 is a block diagram illustrating a structure of a client development apparatus according to an embodiment of the present disclosure;
fig. 5 is a block diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
In the description of the present application, unless expressly stated or limited otherwise, the terms "disposed," "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements.
The technical solution of the present application will be clearly and completely described below with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a client according to an embodiment of the present application, where the client includes at least one service module and a target container, and the description will be described below with reference to fig. 1.
And the target container is configured to manage at least one service module and control the target service module corresponding to the control instruction to execute the corresponding service function according to the acquired control instruction.
And the service modules are managed by using the target container, so that different service modules are independent from each other, and the functional coupling degree among the modules is reduced. Meanwhile, different business modules are independent from one another, so that different research and development teams can independently develop different business modules, and time and compiling time required by cooperative cooperation among the different research and development teams are reduced. And each service module realizes the unification of the technology stacks respectively, so that the normal operation of the client can be ensured.
The functions executed by different service modules may be different or the same.
Since each service module is independent, in order to ensure the normal operation of the client, in one embodiment, the target container includes: the system comprises a life cycle interface and a container project, wherein the life cycle interface comprises a corresponding relation between a service function of a client and a control instruction; the container engineering is configured to manage at least one business module, determine a target business module according to the corresponding relation and the control instruction, and control the target business module to execute a corresponding business function. Because the life cycle interface comprises the corresponding relation between the service function of the client and the control instruction, the container engineering can determine the target service module through the corresponding relation between the service function and the control instruction in the life cycle interface, and control the target service module to execute the corresponding service function, thereby ensuring the normal operation of the client.
The service module includes a service starting module, a service displaying module and a service closing module, wherein the life cycle interface includes a corresponding relationship between a first instruction and the service starting module, a corresponding relationship between a second instruction and the service displaying module, and a corresponding relationship between a third instruction and the service closing module. And when the container engineering receives the first control instruction, the starting service module is used as a target service module, and the starting service module is controlled to execute the corresponding function of the starting service module. Similarly, after the container engineering receives the second control instruction, the display service module is used as the target service module, and the display service module is controlled to execute the corresponding function of the display service module. And after receiving the third control instruction, the container engineering takes the service closing module as a target service module and controls the service closing module to execute the corresponding function of the service closing module.
In order to increase the application range of the service module in the scheme, in an embodiment, the client further includes a general library module, the general library module is connected with the service module, and the general library module is configured to execute function calling between different service modules. The function calling among different service modules is realized through the universal library module, so that the functions which can be realized by the service modules are not limited to the universal library module, and the application range of the service modules in the scheme is widened.
Under one embodiment, a universal library module comprises: data bus, service management center. The data bus is connected with each service module in the at least one service module, and the data bus is configured to receive the call instruction which is sent by the service module and used for calling other service modules. The service management center is configured to control the service module corresponding to the call instruction to execute the corresponding service function according to the call instruction, and realize function call among different service modules. Different service modules are connected through a data bus, meanwhile, a service management center is used for receiving the service modules and calling the service modules corresponding to the calling instructions sent by the service modules, and therefore function calling among the different service modules is achieved.
The service module includes a start service module, a display service module and a close service module, and after the service management center receives a call instruction for calling the display service module sent by the start service module through a data bus, the service management center calls the display service module to execute a display function, thereby completing the function call of the start service module to the display service module.
In one embodiment, the general library module further includes a configuration management module, and the configuration management module is configured to comprehensively manage the global business resources.
In one embodiment, the universal Library module further includes a Utils Library, which is a universal function tool Library and functions as the xxxlib.so (dynamic Library) file and the xxxlib.a (static Library) file, and the specific implementation manner and implementation principle thereof are well known to those skilled in the art and will not be described herein again for brevity.
In order to reduce the development intensity of each service module and improve the development efficiency, in one embodiment, the client further includes a resource file management module, and the resource file management module is configured to manage the resource file and send the target resource file to the service module when receiving the target resource file called by the service module. The resource files of the service modules are managed by using the resource management files, and a resource management function does not need to be developed in each service module, so that the development intensity of each service module can be effectively reduced, and the development efficiency is improved.
Taking the display service module as an example for explanation, when the resource management module receives the instruction for calling the art resource file sent by the display service module, the resource management module sends the art resource file to the display service module.
In one embodiment, the client further includes an interaction module configured to respond to an operation of a control instruction input by a user, acquire the control instruction input by the user, and send the control instruction to the target container. The interaction module is used for responding to the operation of the user to obtain a control instruction, so that the interaction between the client and the user is realized.
For example, when the user clicks to start the client, the interaction module responds to the operation of clicking to start the client by the user to obtain a start instruction, and sends the start instruction to the target container, so that the target container can call the corresponding service module to execute the start operation based on the start instruction to complete the start of the client.
For the convenience of understanding the above-mentioned client, please refer to fig. 2, and it should be noted that the client shown in fig. 2 is only one of many embodiments of the client provided in the present application, and should not be construed as a limitation to the present application.
As shown in fig. 2, the client includes a plurality of business modules, a target container, a universal library module, and a resource file management module. The target container comprises a life cycle interface and a container project, and the universal Library module comprises a data bus, a service management center, a Utils Library and a configuration management module.
The specific implementation manner and principle of each constituent unit included in the client illustrated in fig. 2 are already described above clearly, and are not described herein again for brevity.
Referring to fig. 3, fig. 3 is a schematic flowchart illustrating a client constructing method according to an embodiment of the present application, and the steps included in the method will be described with reference to fig. 3.
S100: and responding to the operation of creating the target container by the user, and creating the target container.
In one embodiment, in response to an operation of creating a target container by a user, a specific process of creating the target container may be: and creating the life cycle interface in response to the operation of creating the life cycle interface by the user, and creating the container project in response to the operation of creating the container project by the user.
S200: and responding to the operation of the user for creating the service module, and creating the service module.
S300: and responding to the operation of configuring the target container by the user, configuring a target container management service module, and controlling the target service module corresponding to the control instruction to execute a corresponding service function according to the acquired control instruction.
In one embodiment, in response to an operation of configuring the target container by a user, a specific process of configuring the target container management service module may be: responding to the operation of configuring the life cycle interface by the user, so that the configured life cycle interface comprises the corresponding relation between the service function of the client and the control instruction. And responding to the operation of the user configuration container project, enabling the container project to be configured to manage at least one business module, determining a target business module according to the corresponding relation and the control instruction, and controlling the target business module to execute the corresponding business function.
In one embodiment, the client building method further includes: and responding to the operation of creating the universal library module by the user, and creating the universal library module. And responding to the operation of the user configuration universal library module, connecting the configuration universal library module with the service module, and configuring the same to execute function call between different service modules.
Optionally, in response to an operation of creating the universal library module by a user, a specific implementation process of creating the universal library module may be: the method comprises the steps of responding to the operation of a user for creating a data bus, creating the data bus, and responding to the operation of the user for creating a service management center, and creating the service management center.
Correspondingly, in response to the operation of configuring the universal library module by the user, the specific process of configuring the universal library module may be: and responding to the operation of the user configuration data bus, wherein the configuration data bus is connected with each service module in the at least one service module, and the data bus is configured to receive a calling instruction which is sent by the service module and used for calling other service modules. And responding to the operation of the user configuration data bus, configuring a service management center, wherein the service management center is configured to control the service module corresponding to the calling instruction to execute the corresponding service function according to the calling instruction, and realizing function calling among different service modules.
Under one embodiment, the client building method further includes: and responding to the operation of creating the resource file management module by the user, and creating the resource file management module. And responding to the operation of the user configuration resource file management module, configuring the resource file management module, enabling the resource file management module to be configured in the management resource file, and sending the target resource file to the service module when receiving an instruction of calling the target resource file by the service module.
Under one embodiment, the client building method further includes: and responding to the operation of creating the interactive module by the user to create the interactive module. And responding to the operation of the user configuration interaction module, configuring the interaction module, enabling the interaction module to be configured to respond to the operation of the control instruction input by the user, acquiring the control instruction input by the user, and sending the control instruction to the target container.
The implementation principle and the generated technical effect of the client constructing method provided by the embodiment of the present application are the same as those of the client embodiment described above, and for the sake of brief description, no part of the method embodiment is mentioned, and reference may be made to the corresponding content in the client embodiment described above.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a client building apparatus according to an embodiment of the present application, where the client building apparatus 100 includes a first creating module 110, a second creating module 120, and a configuration module 130.
The first creating module 110 is configured to create a target container in response to an operation of creating the target container by a user.
A second creating module 120, configured to create the service module in response to an operation of creating the service module by the user.
And the configuration module 130 is configured to respond to an operation of configuring a target container by a user, configure the target container to manage the service module, and control the target service module corresponding to the control instruction to execute a corresponding service function according to the obtained control instruction.
The client building apparatus 100 provided in the embodiment of the present application has the same implementation principle and technical effect as those of the foregoing client building method embodiment, and for brief description, reference may be made to corresponding contents in the foregoing client building method embodiment for a part not mentioned in the apparatus embodiment.
Please refer to fig. 5, which is an electronic device 200 according to an embodiment of the present disclosure. The electronic device 200 includes: a transceiver 210, a memory 220, a communication bus 230, and a processor 240.
The elements of the transceiver 210, the memory 220, and the processor 240 are electrically connected to each other directly or indirectly to achieve data transmission or interaction. For example, the components may be electrically coupled to each other via one or more communication buses 230 or signal lines. The transceiver 210 is used for transceiving data. The memory 220 is used for storing a computer program, such as a software functional module shown in fig. 4, that is, the client building apparatus 100. The client building apparatus 100 includes at least one software functional module, which may be stored in the memory 220 in the form of software or firmware (firmware) or solidified in an Operating System (OS) of the electronic device 200. The processor 240 is configured to execute an executable module stored in the memory 220, such as a software function module or a computer program included in the client building apparatus 100. At this time, the processor 240 is configured to create the target container in response to an operation of creating the target container by the user; responding to the operation of creating a business module by a user, and creating the business module; and responding to the operation of configuring a target container by a user, configuring the target container to manage the service module, and controlling the target service module corresponding to the control instruction to execute a corresponding service function according to the obtained control instruction.
The Memory 220 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read Only Memory (PROM), an Erasable Read Only Memory (EPROM), an electrically Erasable Read Only Memory (EEPROM), and the like.
The processor 240 may be an integrated circuit chip having signal processing capabilities. The Processor may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but also Digital Signal Processors (DSPs), application Specific Integrated Circuits (ASICs), field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor 240 may be any conventional processor or the like.
The electronic device 200 includes, but is not limited to, a personal computer, a server, and the like.
The embodiment of the present application further provides a non-volatile computer-readable storage medium (hereinafter, referred to as a storage medium), where a computer program is stored on the storage medium, and when the computer program is run by the electronic device 200 as described above, the computer program executes the above-described client building method. The computer-readable storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A client, comprising:
at least one service module;
and the target container is configured to manage the at least one service module and control the target service module corresponding to the control instruction to execute the corresponding service function according to the acquired control instruction.
2. The client of claim 1, wherein the target container comprises:
the life cycle interface comprises a corresponding relation between the service function of the client and the control instruction;
and the container engineering is configured to manage the at least one service module, determine the target service module according to the corresponding relation and the control instruction, and control the target service module to execute a corresponding service function.
3. The client according to claim 1, further comprising:
and the general library module is connected with the service modules and is configured to execute function calling between different service modules.
4. The client of claim 3, wherein the universal library module comprises:
the data bus is connected with each service module in the at least one service module and is configured to receive a calling instruction which is sent by the service module and used for calling other service modules;
and the service management center is configured to control the service module corresponding to the call instruction to execute the corresponding service function according to the call instruction, so as to realize function call among different service modules.
5. The client of claim 1, further comprising:
and the resource file management module is configured to manage the resource files and send the target resource files to the service module when receiving the instruction of calling the target resource files by the service module.
6. The client of claim 1, further comprising:
and the interaction module is configured to respond to the operation of the control instruction input by the user, acquire the control instruction input by the user and send the control instruction to the target container.
7. A client building method is characterized by comprising the following steps:
responding to the operation of creating a target container by a user, and creating the target container;
responding to the operation of creating a business module by a user, and creating the business module;
and responding to the operation of configuring a target container by a user, configuring the target container to manage the service module, and controlling the target service module corresponding to the control instruction to execute a corresponding service function according to the obtained control instruction.
8. A client building apparatus, comprising:
the first creating module is used for responding to the operation of creating a target container by a user and creating the target container;
the second creating module is used for responding to the operation of creating the business module by the user and creating the business module;
and the configuration module is used for responding to the operation of configuring the target container by the user, configuring the target container to manage the service module, and controlling the target service module corresponding to the control instruction to execute the corresponding service function according to the acquired control instruction.
9. An electronic device, comprising: a memory and a processor, the memory and the processor connected;
the memory is used for storing programs;
the processor to invoke a program stored in the memory to perform the method of claim 7.
10. A computer-readable storage medium, on which a computer program is stored which, when executed by a computer, performs the method of claim 7.
CN202211408679.9A 2022-11-11 2022-11-11 Client, client construction method, device, electronic equipment and storage medium Active CN115454391B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211408679.9A CN115454391B (en) 2022-11-11 2022-11-11 Client, client construction method, device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211408679.9A CN115454391B (en) 2022-11-11 2022-11-11 Client, client construction method, device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN115454391A true CN115454391A (en) 2022-12-09
CN115454391B CN115454391B (en) 2023-06-16

Family

ID=84295718

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211408679.9A Active CN115454391B (en) 2022-11-11 2022-11-11 Client, client construction method, device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115454391B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017113074A1 (en) * 2015-12-28 2017-07-06 华为技术有限公司 Resource allocation method, device, and system
CN107066291A (en) * 2017-02-09 2017-08-18 阿里巴巴集团控股有限公司 Packaging method, device and the equipment of SDK, computer-readable recording medium
CN109582347A (en) * 2018-10-15 2019-04-05 平安科技(深圳)有限公司 A kind of method and device obtaining front-end code
CN109767198A (en) * 2018-10-25 2019-05-17 绍兴大明电力建设有限公司 Operation system intelligent management and device
CN112162732A (en) * 2020-10-13 2021-01-01 广州乐摇摇信息科技有限公司 Module construction method, module construction device, storage medium and electronic device
CN112416357A (en) * 2020-11-17 2021-02-26 杭州米络星科技(集团)有限公司 Communication method and device based on business module and electronic equipment
CN114115890A (en) * 2021-10-28 2022-03-01 东莞中科云计算研究院 Micro-service development method and system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017113074A1 (en) * 2015-12-28 2017-07-06 华为技术有限公司 Resource allocation method, device, and system
CN107066291A (en) * 2017-02-09 2017-08-18 阿里巴巴集团控股有限公司 Packaging method, device and the equipment of SDK, computer-readable recording medium
CN109582347A (en) * 2018-10-15 2019-04-05 平安科技(深圳)有限公司 A kind of method and device obtaining front-end code
CN109767198A (en) * 2018-10-25 2019-05-17 绍兴大明电力建设有限公司 Operation system intelligent management and device
CN112162732A (en) * 2020-10-13 2021-01-01 广州乐摇摇信息科技有限公司 Module construction method, module construction device, storage medium and electronic device
CN112416357A (en) * 2020-11-17 2021-02-26 杭州米络星科技(集团)有限公司 Communication method and device based on business module and electronic equipment
CN114115890A (en) * 2021-10-28 2022-03-01 东莞中科云计算研究院 Micro-service development method and system

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
JUSTIN ELLINGWOOD: "Building Optimized Containers for Kubernetes", 《HTTPS://WWW.DIGITALOCEAN.COM/COMMUNITY/TUTORIALS/BUILDING-OPTIMIZED-CONTAINERS-FOR-KUBERNETES》, pages 1 - 24 *
支付宝技术团队: "支付宝客户端架构解析:iOS 容器化框架初探", 《HTTPS://BLOG.CSDN.NET/WEIXIN_44326589/ARTICLE/DETAILS/90635071》 *
支付宝技术团队: "支付宝客户端架构解析:iOS 容器化框架初探", 《HTTPS://BLOG.CSDN.NET/WEIXIN_44326589/ARTICLE/DETAILS/90635071》, 28 May 2019 (2019-05-28), pages 1 - 6 *
李肖等: "美团外卖前端容器化演进实践", 《HTTPS://MP.WEIXIN.QQ.COM/S/SAUKVLB0BFJ7DRIBZKHO8W》 *
李肖等: "美团外卖前端容器化演进实践", 《HTTPS://MP.WEIXIN.QQ.COM/S/SAUKVLB0BFJ7DRIBZKHO8W》, 28 November 2019 (2019-11-28), pages 1 - 17 *

Also Published As

Publication number Publication date
CN115454391B (en) 2023-06-16

Similar Documents

Publication Publication Date Title
EP3226493B1 (en) Method, device, and system for discovering the relationship of applied topology
CN107203419B (en) Method, device and system for calling among modules in application program
US10055364B2 (en) Methods and systems for filtering communication between peripheral devices and mobile computing devices
KR20170022996A (en) Integrated apis and uis for consuming services across different distributed networks
CN112346794A (en) Interface calling method, device, equipment and medium
CN113127361A (en) Application program development method and device, electronic equipment and storage medium
CN115904761A (en) System on chip, vehicle and video processing unit virtualization method
CN113191889A (en) Wind control configuration method, configuration system, electronic device and readable storage medium
CN110427260B (en) Host job scheduling method, device and system
CN111414154A (en) Method and device for front-end development, electronic equipment and storage medium
CN115629809A (en) Data processing method and device, electronic equipment and computer readable storage medium
CN115454391A (en) Client, client construction method and device, electronic equipment and storage medium
CN111142972B (en) Method, apparatus, system, and medium for extending functions of application program
CN107632893B (en) Message queue processing method and device
US10917766B1 (en) System and methods for bring your own device eligibility platform
CN114816672A (en) Virtual machine creation method and device, electronic equipment and storage medium
CN110365839B (en) Shutdown method, shutdown device, shutdown medium and electronic equipment
CN113176907A (en) Interface data calling method and device, computer system and readable storage medium
CN112506781A (en) Test monitoring method, test monitoring device, electronic device, storage medium, and program product
CN108804236B (en) AIDL file sharing method and system
CN112764729A (en) Application software development method and device, computer equipment and readable storage medium
WO2022237826A1 (en) User interface testing method and system, cluster, medium, and program product
CN111885194B (en) Communication method and device for communication application and electronic equipment
CN115129394A (en) Microservice starting method and device, computer readable medium and electronic equipment
CN113760467A (en) Transaction processing method, device, computer system 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