Movatterモバイル変換


[0]ホーム

URL:


CN113805879B - Application program running method, device and system - Google Patents

Application program running method, device and system

Info

Publication number
CN113805879B
CN113805879BCN202110095153.9ACN202110095153ACN113805879BCN 113805879 BCN113805879 BCN 113805879BCN 202110095153 ACN202110095153 ACN 202110095153ACN 113805879 BCN113805879 BCN 113805879B
Authority
CN
China
Prior art keywords
application
cdn
identifier
code
package
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
CN202110095153.9A
Other languages
Chinese (zh)
Other versions
CN113805879A (en
Inventor
凌富贵
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun Information 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 Beijing Jingdong Century Trading Co Ltd, Beijing Wodong Tianjun Information Technology Co LtdfiledCriticalBeijing Jingdong Century Trading Co Ltd
Priority to CN202110095153.9ApriorityCriticalpatent/CN113805879B/en
Publication of CN113805879ApublicationCriticalpatent/CN113805879A/en
Application grantedgrantedCritical
Publication of CN113805879BpublicationCriticalpatent/CN113805879B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

Translated fromChinese

本申请提供了一种应用程序运行方法、装置和系统,所述方法包括:应用发布设备向管理服务器发送获取CDN地址的请求;所述管理服务器接收到获取CDN地址的请求时,根据存储的对应关系获取所述请求中携带的应用标识对应的CDN地址,并响应给所述应用发布设备;其中,所述对应关系为应用标识和CDN地址的对应关系;所述应用发布设备接收到所述管理服务器响应的CDN地址时,使用所述CDN地址替代对应的共用代码包进行应用代码包打包并发布;程序运行设备在运行所述应用发布设备发布的应用代码包时,通过所述应用代码包中的CDN地址调用对应的共用代码包运行。该方法提高了多应用共同使用共用代码包的效率,避免了重复加载和打包。

The present application provides an application running method, apparatus, and system, the method comprising: an application publishing device sends a request to a management server to obtain a CDN address; when the management server receives the request to obtain a CDN address, it obtains the CDN address corresponding to the application identifier carried in the request based on a stored correspondence relationship, and responds to the application publishing device; wherein the correspondence relationship is the correspondence between the application identifier and the CDN address; when the application publishing device receives the CDN address responded by the management server, it uses the CDN address to replace the corresponding common code package to package and publish the application code package; when the program running device runs the application code package published by the application publishing device, it calls the corresponding common code package through the CDN address in the application code package to run. This method improves the efficiency of multiple applications using the common code package and avoids repeated loading and packaging.

Description

Application program running method, device and system
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an application program running method, device, and system.
Background
With the rapid development of services, front-end applications become more and more complex, and in order to reduce complexity, a single application is gradually split into multiple sub-applications, and each sub-application can be independently constructed and deployed. There are in fact many identical functions implemented by identical code packages between these sub-applications. To minimize development and maintenance costs, these code packages need to be commonly used by multiple applications.
The mode that multiple application programs commonly use the same code package at present mainly comprises the common mode of modules based on npm and the common mode of modules based on script.
In the process of realizing the application, the inventor finds that the existing mode of commonly using the same code package by multiple applications has low efficiency and high manual maintenance cost.
Disclosure of Invention
In view of the above, the application provides an application program running method, device and system, which improve the efficiency of commonly using a common code package by multiple applications and avoid repeated loading and packaging.
In order to solve the technical problems, the technical scheme of the application is realized as follows:
in one embodiment, there is provided an application running method, the method including:
acquiring an application code packet corresponding to an application program issued by application issuing equipment;
When the application code package is operated, if the application code package is determined to contain a CDN address, the corresponding shared code package is called to operate through the CDN address;
Wherein the common code package is common to a plurality of applications; and the CDN address is the storage address of the shared code packet on a CDN server.
In another embodiment, there is provided an application running method, the method including:
The application release equipment sends a request for acquiring a CDN address to a management server, wherein the CDN address is a storage address of the shared code packet on the CDN server;
when the management server receives a request for acquiring a CDN address, acquiring the CDN address corresponding to an application identifier carried in the request according to a stored corresponding relationship, and responding to the application release equipment, wherein the corresponding relationship is the corresponding relationship between the application identifier and the CDN address;
when the application releasing equipment receives the CDN address responded by the management server, the CDN address is used for replacing a corresponding common code packet to package and release an application code packet;
when the program running device runs the application code package released by the application releasing device, the corresponding common code package is called to run through the CDN address in the application code package.
In another embodiment, an application running device is provided, which includes an acquisition unit and a running unit;
the acquisition unit is used for acquiring an application code packet corresponding to the application program issued by the application issuing equipment;
the running unit is used for calling a corresponding shared code packet to run through the CDN address when the application code packet acquired by the acquiring unit is run and determining that the CDN address is included in the application code packet, wherein the shared code packet is shared by a plurality of application programs, and the CDN address is a storage address of the shared code packet on a CDN server.
In another embodiment, an application running system is provided, the system comprising an application publishing device, a management server and a program running device;
When receiving the CDN address responded by the management server, the application release equipment uses the CDN address to replace a corresponding shared code packet to carry out application code packet packaging and release, wherein the CDN address is a storage address of the shared code packet on the CDN server;
The management server acquires a CDN address corresponding to an application identifier carried in a request according to a stored corresponding relation when receiving the request for acquiring the CDN address, and responds to the application delivery device, wherein the corresponding relation is the corresponding relation between the application identifier and the CDN address;
And the program running device calls a corresponding common code packet to run through the CDN address in the application code packet when running the application code packet released by the application releasing device.
In another embodiment, an electronic device is provided that includes a memory, a processor, and a computer program stored on the memory and executable on the processor that when executed implements the steps of an application execution method.
In another embodiment, a computer readable storage medium is provided, on which a computer program is stored which, when executed by a processor, implements the steps of the application program running method.
As can be seen from the above technical solutions, in the above embodiments, when packaging an application code packet, for the case of multiplexing a common code packet by an application, a CDN address of the common code packet is used to replace the common code packet to package the application code packet, and when the application code packet is run, when traversing to the CDN address, the application code packet is run by referencing the corresponding common code packet by the CDN address. The scheme improves the efficiency of commonly using the common code package by multiple applications and avoids repeated loading and packaging.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the description of the embodiments will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort to a person skilled in the art.
FIG. 1 is a schematic diagram of an application running system in an embodiment of the present application;
FIG. 2 is a schematic diagram illustrating an application program operation flow according to a first embodiment of the present application;
FIG. 3 is a schematic diagram illustrating an application program operation flow in a second embodiment of the present application;
FIG. 4 is a schematic diagram of a device applied to the above technology according to an embodiment of the present application;
Fig. 5 is a schematic diagram of an entity structure of an electronic device according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present application will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The terms "first," "second," "third," "fourth" and the like in the description and in the claims and in the above drawings, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented, for example, in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those elements but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The technical scheme of the invention is described in detail below by specific examples. The following embodiments may be combined with each other, and some embodiments may not be repeated for the same or similar concepts or processes.
The embodiment of the application provides an application program running method which is applied to an application program running system and is realized by using webpack and node. Js technology. webpack is used as a static module packer of the JavaScript application program to support dynamic introduction and module naming, and node. Js is an open source and cross-platform JavaScript runtime environment, which is simply the JavaScript running on the server side.
In the dynamic introduction of webpack, the JavaScript file of the common code is loaded according to the requirement by combining with the node. Js service, so that the low updating efficiency of the common code package is avoided, meanwhile, the repeated loading and packaging of the module (common code package) are avoided by using the module naming, and in multiple applications, the automatic separation of the common library among the applications is realized through the common webpack plug-in, so that the problem of manual maintenance is solved.
Referring to fig. 1, fig. 1 is a schematic diagram of an application running system in an embodiment of the present application. The system shown in fig. 1 includes an application publishing device, a management server, and a program running device;
When the CDN address responded by the management server is received, the CDN address is used for replacing a corresponding shared code packet to package and release an application code packet;
The management server acquires a CDN address corresponding to an application identifier carried in a request according to a stored corresponding relation when receiving the request for acquiring the CDN address, and responds to the application delivery device, wherein the corresponding relation is the corresponding relation between the application identifier and the CDN address;
And the program running device calls a corresponding common code packet to run through the CDN address in the application code packet when running the application code packet released by the application releasing device.
The system further comprises an application development device;
the application development equipment sends a request for acquiring a shared code packet identifier to the management server, and selects a shared code packet identifier corresponding to an application identifier from a shared code packet identifier list when receiving the shared code packet identifier list responded by the management server;
and the management server responds to the registered common code packet identification list to the application development equipment when receiving a request for acquiring the common code packet identification sent by the application development equipment.
Wherein, the
The application development device is further configured to register a correspondence between an application identifier and a common code identifier to the management server;
The management server is further used for storing the corresponding relation between the application identifier and the shared code packet identifier when receiving the corresponding relation between the application identifier registered by the application development device and the shared code packet identifier, and storing the corresponding relation between the CDN address and the application identifier according to the stored corresponding relation between the application identifier and the shared code packet identifier when receiving the CDN address of the shared code packet registered and stored by the shared code delivery device.
The device further comprises a shared code packet development device;
The shared code packet development equipment registers a shared code packet identifier of a shared code packet to the management server;
And the management server stores the common code packet identifier in a common code packet identifier list when receiving the common code packet identifier registered by the common code packet.
The device further comprises a common code issuing equipment;
The common code issuing equipment acquires CDN addresses of the common code packets when issuing the common code packets, issues the common code packets to positions corresponding to the CDN addresses of CDN servers if the CDN addresses are acquired, designates and stores the CDN addresses of the common code packets on the CDN servers if the CDN addresses of the common code packets are not acquired, and registers the CDN addresses on the management server.
When the method is concretely implemented, if the common code packet is released before, the corresponding common code packet is updated at a storage position corresponding to the CDN address of the common code packet, otherwise, the corresponding common code packet is stored at a storage position corresponding to the appointed CDN address, and the corresponding relation between the CDN address and the common code packet identification is registered to the management server.
When the embodiment of the application is specifically implemented, the application development device, the application release device, the common code package development device and the common code package release device can be deployed on one device or a plurality of devices for implementation, and the embodiment of the application is not limited to this.
One common code packet is shared by a plurality of applications, and each application can use one or more common code packets.
In the embodiment of the application, when the application code package is packaged, aiming at the situation that the application multiplexes the shared code package, the CDN address of the shared code package is used for replacing the shared code package to package the application code package, and when the application code package is operated, the corresponding shared code package is referenced through the CDN address to operate when the application code package is traversed to the CDN address. The scheme improves the efficiency of commonly using the common code package by multiple applications, and avoids the problems of repeated loading and packaging and manual maintenance.
When the shared code packet is updated, as long as the CDN address stored on the CDN server is unchanged, the application code packet does not need to be repackaged, and the problem of low updating efficiency of the shared code packet is solved.
Example 1
Referring to fig. 2, fig. 2 is a schematic diagram of an application running process in accordance with a first embodiment of the present application. The method comprises the following specific steps:
In step 201, the application delivery device sends a request for acquiring a CDN address to the management server.
Step 202, when the management server receives a request for acquiring a CDN address, acquiring the CDN address corresponding to the application identifier carried in the request according to the stored correspondence, and responding to the application delivery device.
The corresponding relation stored on the management server is the corresponding relation between the application identifier and the CDN address.
The specific implementation of the management server to obtain the corresponding relation between the application identifier and the CDN address is as follows:
The common code packet development equipment registers a common code packet identifier of a common code packet to the management server;
and when receiving the shared code packet identifier registered by the shared code packet, the management server stores the shared code packet identifier in a shared code packet identifier list.
The application development equipment sends a request for acquiring the shared code packet identifier to the management server;
And when receiving a request for acquiring the shared code packet identifier sent by the application development equipment, the management server responds to the registered shared code packet identifier list to the application development equipment.
When the application development equipment receives the shared code packet identification list responded by the management server, the shared code packet identification corresponding to the application identification is selected from the shared code packet identification list.
The application development equipment registers the obtained corresponding relation between the application identifier and the common code identifier to the management server;
When receiving the corresponding relation between the application identification registered by the application development equipment and the shared code package identification, the management server stores the corresponding relation between the application identification and the shared code package identification.
The method comprises the steps of acquiring a CDN address of a common code packet when the common code packet is issued by common code issuing equipment, issuing the common code packet to a position corresponding to the CDN address of a CDN server if the CDN address of the common code packet is acquired, designating and storing the CDN address of the common code packet on the CDN server if the CDN address of the common code packet is not acquired, and registering the CDN address of the common code packet on a management server.
When the method is concretely implemented, if the common code packet is released before, the corresponding common code packet is updated at a storage position corresponding to the CDN address of the common code packet, otherwise, the corresponding common code packet is stored at a storage position corresponding to the appointed CDN address, and the corresponding relation between the CDN address and the common code packet identification is registered to the management server.
When receiving a CDN address of a shared code packet registered and stored by shared code release equipment, a management server stores the corresponding relation between the CDN address and the application identifier according to the stored corresponding relation between the application identifier and the shared code packet identifier.
And 203, when the application delivery device receives the CDN address responded by the management server, packaging and delivering the application code package by using the CDN address to replace the corresponding common code package.
In the embodiment of the application, when the application and release equipment releases the application code package, the CDN address is used for replacing the common code package corresponding to the CDN address to package and release the application code package, and the dynamically introduced related code package is intercepted to package the application code package, so that the problems of repeated loading and packaging and manual maintenance are avoided.
Step 204, when the program running device runs the application code package released by the application releasing device, the corresponding common code package is called to run through the CDN address in the application code package.
When running the application code package, the program running device directly runs the code if traversing to the code package, and calls the corresponding shared code package to run through the CDN address if traversing to the CDN address.
In the embodiment of the application, when the application code package is packaged, aiming at the situation that the application multiplexes the shared code package, the CDN address of the shared code package is used for replacing the shared code package to package the application code package, and when the application code package is operated, the corresponding shared code package is referenced through the CDN address to operate when the application code package is traversed to the CDN address. The scheme improves the efficiency of commonly using the common code package by multiple applications, and avoids the problems of repeated loading and packaging and manual maintenance.
When the shared code packet is updated, as long as the CDN address stored on the CDN server is unchanged, the application code packet does not need to be repackaged, and the problem of low updating efficiency of the shared code packet is solved.
Example two
Referring to fig. 3, fig. 3 is a schematic diagram of an application running process in a third embodiment of the present application. The method comprises the following specific steps:
Step 301, an application code packet corresponding to an application program published by an application publishing device is obtained.
Step 302, when the application code package is run, if it is determined that the application code package includes a CDN address, a corresponding common code package is invoked to run through the CDN address.
Wherein the common code package is common to a plurality of applications; and the CDN address is the storage address of the shared code packet on a CDN server.
When the application code package is packaged, the CDN address of the common code package is used for replacing the common code package to package the application code package.
When the method is specifically implemented, an application code package is packaged and released by application release equipment;
The specific implementation of acquiring the CDN address of the common code package shared with other applications by the application release equipment when packaging the application code package comprises the following steps:
storing the corresponding relation between the application identifier and the CDN address on the management server;
And the application release equipment acquires the CDN address corresponding to the application identifier corresponding to the application code package to be packaged from the management server.
The number of CDN addresses obtained at this time may be one or more, and the current application may obtain several CDN addresses corresponding to several common code packets.
The specific implementation of the management server to obtain the corresponding relation between the application identifier and the CDN address is as follows:
The common code packet development equipment registers a common code packet identifier of a common code packet to the management server;
and when receiving the shared code packet identifier registered by the shared code packet, the management server stores the shared code packet identifier in a shared code packet identifier list.
The application development equipment sends a request for acquiring the shared code packet identifier to the management server;
And when receiving a request for acquiring the shared code packet identifier sent by the application development equipment, the management server responds to the registered shared code packet identifier list to the application development equipment.
When the application development equipment receives the shared code packet identification list responded by the management server, the shared code packet identification corresponding to the application identification is selected from the shared code packet identification list.
The application development equipment registers the obtained corresponding relation between the application identifier and the common code identifier to the management server;
When receiving the corresponding relation between the application identification registered by the application development equipment and the shared code package identification, the management server stores the corresponding relation between the application identification and the shared code package identification.
The method comprises the steps of acquiring a CDN address of a common code packet when the common code packet is issued by common code issuing equipment, issuing the common code packet to a position corresponding to the CDN address of a CDN server if the CDN address of the common code packet is acquired, designating and storing the CDN address of the common code packet on the CDN server if the CDN address of the common code packet is not acquired, and registering the CDN address of the common code packet on a management server.
When the method is concretely implemented, if the common code packet is released before, the corresponding common code packet is updated at a storage position corresponding to the CDN address of the common code packet, otherwise, the corresponding common code packet is stored at a storage position corresponding to the appointed CDN address, and the corresponding relation between the CDN address and the common code packet identification is registered to the management server.
When receiving a CDN address of a shared code packet registered and stored by shared code release equipment, a management server stores the corresponding relation between the CDN address and the application identifier according to the stored corresponding relation between the application identifier and the shared code packet identifier.
When the embodiment of the application is specifically implemented, the application development device, the application release device, the common code package development device and the common code package release device can be deployed on one device or a plurality of devices for implementation, and the embodiment of the application is not limited to this.
One common code packet is shared by a plurality of applications, and each application can use one or more common code packets.
In the embodiment of the application, when the application code package is packaged, aiming at the situation that the application multiplexes the shared code package, the CDN address of the shared code package is used for replacing the shared code package to package the application code package, and when the application code package is operated, the corresponding shared code package is referenced through the CDN address to operate when the application code package is traversed to the CDN address. The scheme improves the efficiency of commonly using the common code package by multiple applications, and avoids the problems of repeated loading and packaging and manual maintenance.
When the shared code packet is updated, as long as the CDN address stored on the CDN server is unchanged, the application code packet does not need to be repackaged, and the problem of low updating efficiency of the shared code packet is solved.
Based on the same inventive concept, the embodiment of the application also provides an application program running device. Referring to fig. 4, fig. 4 is a schematic view of a device structure according to an embodiment of the present application, where the device structure is applied to the above technology. The device comprises an acquisition unit 401 and an operation unit 402;
An acquiring unit 401, configured to acquire an application code packet corresponding to an application program published by an application publishing device;
And an operation unit 402, configured to, when the application code packet acquired by the operation acquisition unit 401 is executed, invoke a corresponding shared code packet to operate through the CDN address if it is determined that the application code packet includes the CDN address, where the shared code packet is shared by a plurality of application programs, and the CDN address is a storage address of the shared code packet on a CDN server.
Preferably, the method comprises the steps of,
When the application code package is packaged, the CDN address of the common code package is used for replacing the common code package to package the application code package.
The units of the embodiment can be integrated into a whole or can be separated and deployed, and can be combined into one unit or can be further separated into a plurality of sub-units.
In another embodiment, there is also provided an electronic device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the application running method when executing the program.
In another embodiment, a computer readable storage medium having stored thereon computer instructions which when executed by a processor perform steps in the application running method is also provided.
Fig. 5 is a schematic diagram of an entity structure of an electronic device according to an embodiment of the present invention. As shown in FIG. 5, the electronic device may include a Processor (Processor) 510, a communication interface (Communications Interface) 520, a Memory (Memory) 530, and a communication bus 540, where the Processor 510, the communication interface 520, and the Memory 530 communicate with each other via the communication bus 540. Processor 510 may invoke logic instructions in memory 530 to perform the following method:
acquiring an application code packet corresponding to an application program issued by application issuing equipment;
When the application code package is operated, if the application code package is determined to contain a CDN address, the corresponding shared code package is called to operate through the CDN address;
Wherein the common code package is common to a plurality of applications; and the CDN address is the storage address of the shared code packet on a CDN server.
Further, the logic instructions in the memory 530 described above may be implemented in the form of software functional units and may be stored in a computer-readable storage medium when sold or used as a stand-alone product. Based on this understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, comprising several instructions for causing a computer device (which may be a personal computer, a server, a network device, etc.) to perform all or part of the steps of the method according to the embodiments of the present invention. The storage medium includes a U disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), a magnetic disk, an optical disk, or other various media capable of storing program codes.
The apparatus embodiments described above are merely illustrative, wherein the elements illustrated as separate elements may or may not be physically separate, and the elements shown as elements may or may not be physical elements, may be located in one place, or may be distributed over a plurality of network elements. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. Those of ordinary skill in the art will understand and implement the present invention without undue burden.
From the above description of the embodiments, it will be apparent to those skilled in the art that the embodiments may be implemented by means of software plus necessary general hardware platforms, or of course may be implemented by means of hardware. Based on this understanding, the foregoing technical solution may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as ROM/RAM, a magnetic disk, an optical disk, etc., including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method described in the respective embodiments or some parts of the embodiments.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather to enable any modification, equivalent replacement, improvement or the like to be made within the spirit and principles of the invention.

Claims (9)

the running unit is used for calling a corresponding shared code package to run through the CDN address when the application code package acquired by the acquisition unit is run and determining that the application code package contains the content delivery network CDN address, wherein the CDN address contained in the application code package is a shared code package identifier corresponding to the application identifier of the application program, the corresponding relation between the application identifier and the shared code package identifier is registered to a management server by application development equipment, the corresponding relation between the CDN address and the shared code package identifier is registered to the management server by shared code delivery equipment, the shared code package is shared by a plurality of application programs, the CDN address is a storage address of the shared code package on a CDN server, and when the application code package is packaged, the CDN address of the shared code package is used for replacing the shared code package to carry out the application code package.
CN202110095153.9A2021-01-252021-01-25Application program running method, device and systemActiveCN113805879B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202110095153.9ACN113805879B (en)2021-01-252021-01-25Application program running method, device and system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202110095153.9ACN113805879B (en)2021-01-252021-01-25Application program running method, device and system

Publications (2)

Publication NumberPublication Date
CN113805879A CN113805879A (en)2021-12-17
CN113805879Btrue CN113805879B (en)2025-08-19

Family

ID=78892802

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202110095153.9AActiveCN113805879B (en)2021-01-252021-01-25Application program running method, device and system

Country Status (1)

CountryLink
CN (1)CN113805879B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN114625394A (en)*2022-03-152022-06-14江苏泽创智能科技有限公司Configuration method and system of universal dynamic interface

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN108415963A (en)*2018-02-072018-08-17阿里巴巴集团控股有限公司A kind of page generation method and device
CN109614162A (en)*2018-11-152019-04-12福建天泉教育科技有限公司Based on the loaded and optimized method in front end under component development paradigm, storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN104427005B (en)*2013-08-202018-01-02阿里巴巴集团控股有限公司The method and system that request is accurately dispatched are realized on CDN
CN107026758B (en)*2017-04-142021-05-04深信服科技股份有限公司Information processing method, information processing system and server for CDN service update
CN110880980B (en)*2018-09-062022-10-18阿里巴巴集团控股有限公司Content distribution network service providing method and processing system
CN111225248B (en)*2018-11-262022-01-07中国电信股份有限公司On-demand content management method and content distribution network on-demand server
CN111381812B (en)*2018-12-282023-12-26广州市百果园信息技术有限公司Program issuing method, calling method, device, storage medium and computer equipment
CN110809036B (en)*2019-10-252022-05-10无线生活(北京)信息技术有限公司Resource updating method and device
CN111538507B (en)*2020-03-302025-06-17中国平安人寿保险股份有限公司 Grayscale release method, device, equipment and readable storage medium

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN108415963A (en)*2018-02-072018-08-17阿里巴巴集团控股有限公司A kind of page generation method and device
CN109614162A (en)*2018-11-152019-04-12福建天泉教育科技有限公司Based on the loaded and optimized method in front end under component development paradigm, storage medium

Also Published As

Publication numberPublication date
CN113805879A (en)2021-12-17

Similar Documents

PublicationPublication DateTitle
EP3837604B1 (en)In situ triggered function as a service within a service mesh
CN109547570B (en)Service registration method, device, registration center management equipment and storage medium
EP3138003B1 (en)System and method for supporting a bypass-domain model and a proxy model and updating service information for across-domain messaging in a transactional middleware machine environment
JP5605229B2 (en) Application server management system, application server management method, management apparatus, application server, and computer program
US20200174818A1 (en)Virtual machine management
WO2019056187A1 (en)Application deployment method, apparatus and system
CN111857974A (en)Service access method and device based on load balancer
CN112882792B (en)Information loading method, computer device and storage medium
KR20150023354A (en)System and method for supporting implicit versioning in a transactional middleware machine environment
CN107105013B (en)File processing method, server, terminal and system
CN108664343B (en)State calling method and device for micro-service
CN106462457A (en)Virtualized application cluster
CN113805879B (en)Application program running method, device and system
CN115190076A (en) Traffic splitting method, apparatus, computer-readable storage medium, and electronic device
CN111666034A (en)Container cluster disk management method and device
CN111831402A (en)Method, apparatus and computer program product for managing software functions
CN117879955A (en)Micro-service communication method, micro-service communication device, computer equipment and storage medium
CN113452785B (en)Service access method and device based on offline resources, electronic equipment and medium
CN110008036A (en)Data transmission method and device
CN117009063A (en)Task execution method and device
CN106936643A (en)A kind of equipment linkage method and terminal device
CN110875910B (en)Method, device and system for acquiring network transmission information
CN112764826B (en)Tuxedo resource batch processing method, system, equipment and medium
CN110442392B (en)Packet isolation method and device, electronic equipment and storage medium
US20230315541A1 (en)Tightly coupled parallel applications on a serverless computing system

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp