CN113050972A - System upgrading method, device, equipment and storage medium - Google Patents

System upgrading method, device, equipment and storage medium Download PDF

Info

Publication number
CN113050972A
CN113050972A CN202110483876.6A CN202110483876A CN113050972A CN 113050972 A CN113050972 A CN 113050972A CN 202110483876 A CN202110483876 A CN 202110483876A CN 113050972 A CN113050972 A CN 113050972A
Authority
CN
China
Prior art keywords
upgraded
web browser
browser
target interface
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110483876.6A
Other languages
Chinese (zh)
Inventor
李乔智
黄飞
张明威
边雅军
洪艺婉
贾琳
董艳芬
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202110483876.6A priority Critical patent/CN113050972A/en
Publication of CN113050972A publication Critical patent/CN113050972A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a system upgrading method, a device, equipment and a storage medium, comprising the following steps: and creating a first web browser in the system to be upgraded, wherein the first web browser is used for operating in the front-end frame of the new version, and meanwhile, packaging a target interface in the system to be upgraded, so that the first web browser can call resources of a client in the system to be upgraded through the packaged target interface. After the system is upgraded based on the mode, the upgraded system can be compatible with the front-end frame of the new version through the first webpage browser; in addition, in the whole system upgrading process, the system to be upgraded of the old version does not need to be re-developed, and a new web browser is created in the system to be upgraded and interface packaging is completed, so that the system upgrading difficulty can be reduced, the system upgrading period can be shortened, and the system upgrading cost can be reduced.

Description

System upgrading method, device, equipment and storage medium
Technical Field
The present application relates to the field of system upgrading technologies, and in particular, to a method, an apparatus, a device, and a storage medium for system upgrading.
Background
In many scenarios of practical applications, there is a need to upgrade a system to enrich the performance of the system or optimize the system design. In a system such as a bank front-end system, a Client/Server (C/S) + Browser/Server (Browser/Server, B/S) structure hybrid structure (i.e. a structure in which a Browser is nested in a Client to interact with a Server) is usually adopted, and when such a system is upgraded to enable the system to support a front-end framework of a new version, if the system upgrade is completed by means of re-developing the system, the problems of an excessively long upgrade period and an excessively large cost are usually faced; however, if the system is simply upgraded, the problem that the old version of the system does not support (is not compatible with) the new version of the front-end framework easily occurs.
Disclosure of Invention
The embodiment of the application provides a system upgrading method, device, equipment and storage medium, so that not only can an upgraded system be compatible with a front-end framework of a new version, but also the system upgrading period is short and the cost is low.
In a first aspect, an embodiment of the present application provides a system upgrade method, where the method includes:
creating a first web browser in a system to be upgraded, wherein the first web browser is used for running in a front-end frame of a new version;
and packaging a target interface in the system to be upgraded, wherein the first web browser is used for calling resources of a client in the system to be upgraded through the packaged target interface.
In a possible implementation manner, the system to be upgraded further comprises a second web browser, and the second web browser is used for running in the old version of the front-end frame.
In one possible implementation, the second web browser calls the resource of the client by using a target interface before packaging.
In one possible embodiment, the method further comprises:
and isolating data generated when the first webpage browser and the second webpage browser run respectively.
In a possible implementation manner, the creating a first web browser in the system to be upgraded includes:
and responding to an upgrading request aiming at the system to be upgraded, and creating the first webpage browser in the system to be upgraded.
In a second aspect, an embodiment of the present application further provides a system upgrade apparatus, where the apparatus includes:
the system comprises a creating module, a updating module and a updating module, wherein the creating module is used for creating a first webpage browser in a system to be updated, and the first webpage browser is used for running in a front-end frame of a new version;
and the packaging module is used for packaging a target interface in the system to be upgraded, wherein the first webpage browser is used for calling resources of a client in the system to be upgraded through the packaged target interface.
In a possible implementation manner, the system to be upgraded further comprises a second web browser, and the second web browser is used for running in the old version of the front-end frame.
In one possible implementation, the second web browser calls the resource of the client by using a target interface before packaging.
In a possible embodiment, the apparatus further comprises:
and the isolation module is used for isolating data generated when the first webpage browser and the second webpage browser respectively run.
In a possible implementation manner, the creating module is specifically configured to create the first web browser in the system to be upgraded in response to an upgrade request for the system to be upgraded.
In a third aspect, an embodiment of the present application further provides an apparatus, including: a processor and a memory;
the memory for storing instructions or computer programs;
the processor is configured to execute the instructions or the computer program to perform the system upgrade method according to any one of the first aspect.
In a fourth aspect, embodiments of the present application further provide a computer-readable storage medium, which includes instructions or a computer program, when the computer-readable storage medium runs on a computer, causes the computer to execute the system upgrade method described in any one of the first aspect above.
In the foregoing implementation manner of the embodiment of the present application, when a front-end frame adopted by an old version of a system (hereinafter referred to as a system to be upgraded) needs to be upgraded, a first web browser is created in the system to be upgraded, where the first web browser is configured to run in the front-end frame of the new version, and meanwhile, a target interface in the system to be upgraded is encapsulated, so that the first web browser can call resources of a client in the system to be upgraded through the encapsulated target interface. After the system is upgraded based on the mode, the upgraded system can be compatible with the front-end frame of the new version through the first webpage browser; in addition, in the whole system upgrading process, the system to be upgraded of the old version does not need to be re-developed, and a new web browser is created in the system to be upgraded and interface packaging is completed, so that the system upgrading difficulty can be reduced, the system upgrading period can be shortened, and the system upgrading cost can be reduced.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings can be obtained by those skilled in the art according to the drawings.
FIG. 1 is a schematic diagram of an application scenario in an embodiment of the present application;
FIG. 2 is a schematic flow chart illustrating a system upgrade method according to an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a system upgrade apparatus according to an embodiment of the present application;
fig. 4 is a schematic hardware structure diagram of an apparatus in an embodiment of the present application.
Detailed Description
In practical applications, when a system needs to be upgraded to enable the system to support a new version of a front-end framework, an old version of the system may not be able to support the new version of the front-end framework. For this reason, the common upgrading method is mainly to redevelop the old version system so that the newly developed system can support the front-end framework of the new version. However, this system upgrading method will result in longer upgrading period and higher upgrading cost due to the redevelopment of the system.
Based on this, the embodiment of the application provides a system upgrading method, so that not only can the upgraded system be compatible with the front-end framework of the new version, but also the system upgrading period is short and the cost is low. In specific implementation, when a front-end frame adopted by an old version of system (hereinafter referred to as a system to be upgraded) needs to be upgraded, a first web browser is created in the system to be upgraded, the first web browser is used for running in the front-end frame of a new version, and meanwhile, a target interface in the system to be upgraded is packaged, so that the first web browser can call resources of a client in the system to be upgraded through the packaged target interface. After the system is upgraded based on the mode, the upgraded system can be compatible with the front-end frame of the new version through the first webpage browser; in addition, in the whole system upgrading process, the system to be upgraded of the old version does not need to be re-developed, and a new web browser is created in the system to be upgraded and interface packaging is completed, so that the system upgrading difficulty can be reduced, the system upgrading period can be shortened, and the system upgrading cost can be reduced.
As an example, the embodiment of the present application may be applied to an exemplary application scenario as shown in fig. 1. In this scenario, the system to be upgraded 100 may adopt a B/S + C/S hybrid structure, and specifically, the system to be upgraded 100 includes a client 101 and a server 102, where a browser (not shown in fig. 1) may run on the client 101, and the browser may perform data interaction with the server 102 through the client 101. The user 200 may instruct the system to be upgraded 100 to be upgraded through the client 101, and provide a new version of the front-end framework through the client 101. The system to be upgraded 100 may create a first web browser, where the first web browser is configured to operate in a front-end frame of a new version provided by the user 200, and at the same time, the system to be upgraded 100 encapsulates the target interface, so that the first web browser may call the resource of the client 101 through the encapsulated target interface, and after the upgrade is completed, a prompt message indicating that the system upgrade is successful is fed back to the user 200 through the client 101.
It is to be understood that the above scenario is only one example of a scenario provided in the embodiment of the present application, and the embodiment of the present application is not limited to this scenario. For example, in other possible application scenarios, the client 101 may automatically trigger the system upgrade process periodically; alternatively, the system upgrade process may be performed by a separately configured device in the system to be upgraded 100. In summary, the present application may be applicable in any applicable scenario and is not limited to the scenario examples described above.
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, various non-limiting embodiments accompanying the present application examples are described below with reference to the accompanying drawings. It is to be understood that the embodiments described are only a few embodiments of the present application and not all 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 application.
Referring to fig. 2, fig. 2 is a schematic flow chart illustrating a system upgrading method in an embodiment of the present application, where the method may be applied to the system to be upgraded 100 shown in fig. 1, or to a separately configured device in the system to be upgraded 100, and the like. For convenience of description, the embodiment shown in fig. 2 is exemplified by taking a system upgrading method executed by a system upgrading device separately configured in the system to be upgraded 100 as an example. The system upgrading method shown in fig. 2 may specifically include:
s201: the system upgrade apparatus creates a first web browser in the system to be upgraded 100, wherein the first web browser is configured to run in the front-end frame of the new version.
In this embodiment, the system to be upgraded 100 may include a second web browser (webbrowser), which may run in the old version of the front-end frame in the system to be upgraded 100 to support the client being able to render a web page based on the old version of the front-end frame.
When the system 100 to be upgraded needs to be upgraded for the front-end frame, the second web browser may not support the new version of the front-end frame, for example, the new version of the front-end frame includes a new component to which the second web browser cannot be applied, or a development mode supported by the new version of the front-end frame does not match the second web browser. Therefore, in the process of performing system upgrade, the system upgrade apparatus may create a new first web browser for the new version of the front-end frame in the system to be upgraded 100, and the first web browser may run in the new version of the front-end frame. Thus, the upgraded system can support the new version of the front-end framework by using the newly created second web browser.
Since a specific implementation process of creating a web browser in a system has related applications in many scenarios in the field, this embodiment does not describe this process again.
It should be noted that, in the present embodiment, the scenario of upgrading the front end framework of the system to be upgraded 100 includes replacement and/or addition of the front end framework. The replacing of the front-end frame refers to replacing the front-end frame in the system 100 to be upgraded with the front-end frame of the old version by the front-end frame of the new version, and at this time, the successfully replaced front-end frame of the old version and the second web browser running in the front-end frame can be removed from the system 100 to be upgraded. The addition of the front-end frame refers to the new addition of the front-end frame of the new version to the system 100 to be upgraded, and the original front-end frame of the old version in the system 100 to be upgraded and the second web browser running in the front-end frame may still remain in the system 100 to be upgraded. In practical application, the front end frames in the system 100 to be upgraded may be replaced and added at the same time, specifically, part of the front end frames in the system 100 to be upgraded may be replaced with the front end frames of the new version, and meanwhile, front end frames of other versions are added to the system 100 to be upgraded (different from the front end frames after replacement). In this embodiment, a specific system upgrade scenario of the system to be upgraded 100 is not limited.
S202: the system upgrading apparatus packages a target interface in the system 100 to be upgraded, wherein the first web browser is configured to invoke resources of a client in the system to be upgraded through the packaged target interface.
In practical applications, when the first web browser runs in the front-end frame of the new version, resources of the client generally need to be called, and interfaces of the system 100 to be upgraded, which currently support the web browser to call resources, are adapted to the second web browser, but may be difficult to adapt to the first web browser, for example, the first web browser and the second web browser have different calling rules for the interfaces. For example, when an interface with the same function is called, the second web browser may adopt 3 calling parameters for parameter transmission; for the newly created first web browser, under the requirement of supporting the front-end framework of the new version, 4 call parameters may be used for parameter transmission, which results in that the first web browser cannot call the current part or all of the interfaces in the system 100 to be upgraded, and thus cannot realize resource call.
For this reason, in this embodiment, after the second web browser is created, the currently existing interface needs to be further packaged in the system to be upgraded 100, so that the packaged interface can be adapted to the first web browser. In specific implementation, for an interface (hereinafter referred to as a target interface) used when the first web browser calls the client resource, the target interface may be encapsulated according to an interface call rule of the first web browser, for example, when the first web browser calls the target interface, 4 transfer parameters are adapted to 3 transfer parameters, and the like. In this way, the first web browser can call the resources of the client by using the encapsulated target interface.
In a possible implementation manner, a packaging layer may be added between the client and the first web browser, and the packaging layer may be implemented by software, for example, and the packaging layer may implement the interface packaging function described above to implement the call of the first web browser to the target interface.
Accordingly, when the original second web browser in the system to be upgraded 100 is not removed, the second web browser may run in the old version of the front-end frame, and when the second web browser calls the client resource, the second web browser may cross the call layer to directly call the target interface (before encapsulation) to implement the call of the client resource. In this way, in the upgraded system, a first web browser and a second web browser may be operated, where the first web browser may support a front-end frame of a new version, and the second web browser may support a front-end frame of an old version. Even if the front-end framework technology of the new version is unstable when being compatible with the old system, the second webpage browser can be used for working normally, and the influence on the original old version system after the upgrade failure is reduced.
As some examples, the client resource called by the first web browser may be a peripheral, a scanner, a printer, or other resources, which is not limited in this embodiment.
In practical applications, at least a first thread and a second thread may run in the system to be upgraded 100. Wherein a first thread may enable operation of a new version of the front end framework and a second thread may enable operation of an old version of the front end framework. In order to avoid data interference between the two processes as much as possible, in this embodiment, the system upgrade apparatus may further set an isolation layer in the system 100 to be upgraded, where the isolation layer may be used to isolate data generated when the first web browser and the second web browser operate respectively, so as to avoid data interference between the two web browsers.
It should be noted that, in this embodiment, an exemplary description is given of a process of upgrading the system by taking the creation of one first web browser in the system to be upgraded 100 as an example, when the system to be upgraded is actually applied, a plurality of first web browsers may be created in the system to be upgraded 100, the plurality of first web browsers may be used to support one or more front end frames of new versions, and for each first web browser, the system upgrading apparatus may perform processing by using the above process to upgrade the system to be upgraded 100, which is not limited in this embodiment.
In this embodiment, when a front-end frame adopted by an old version of a system (hereinafter referred to as a system to be upgraded) needs to be upgraded, a first web browser is created in the system to be upgraded, and the first web browser is configured to operate in the front-end frame of the new version, and meanwhile, a target interface in the system to be upgraded is encapsulated, so that the first web browser can call resources of a client in the system to be upgraded through the encapsulated target interface. After the system is upgraded based on the mode, the upgraded system can be compatible with the front-end frame of the new version through the first webpage browser; in addition, in the whole system upgrading process, the system to be upgraded of the old version does not need to be re-developed, and a new web browser is created in the system to be upgraded and interface packaging is completed, so that the system upgrading difficulty can be reduced, the system upgrading period can be shortened, and the system upgrading cost can be reduced.
In addition, the embodiment of the application also provides a system upgrading device. Referring to fig. 3, fig. 3 is a schematic structural diagram illustrating a data quality inspection apparatus 300 according to an embodiment of the present disclosure, where the apparatus includes:
creating a model 301, which is used for creating a first web browser in a system to be upgraded, wherein the first web browser is used for running in a front-end frame of a new version;
an encapsulating module 302, configured to encapsulate a target interface in the system to be upgraded, where the first web browser is configured to call, through the encapsulated target interface, a resource of a client in the system to be upgraded.
In a possible implementation manner, the system to be upgraded further comprises a second web browser, and the second web browser is used for running in the old version of the front-end frame.
In one possible implementation, the second web browser calls the resource of the client by using a target interface before packaging.
In a possible implementation, the apparatus 300 further comprises:
an isolating module 303, configured to isolate data generated when the first web browser and the second web browser run respectively.
In a possible implementation manner, the creating module 301 is specifically configured to create the first web browser in the system to be upgraded in response to an upgrade request for the system to be upgraded.
It should be noted that, for the contents of information interaction, execution process, and the like between the modules and units of the apparatus, since the same concept is based on the method embodiment in the embodiment of the present application, the technical effect brought by the contents is the same as that of the method embodiment in the embodiment of the present application, and specific contents may refer to the description in the foregoing method embodiment in the embodiment of the present application, and are not described herein again.
In the embodiment, after the system is upgraded based on the above manner, the upgraded system can be compatible with the front-end frame of the new version through the first web browser; in addition, in the whole system upgrading process, the system to be upgraded of the old version does not need to be re-developed, and a new web browser is created in the system to be upgraded and interface packaging is completed, so that the system upgrading difficulty can be reduced, the system upgrading period can be shortened, and the system upgrading cost can be reduced.
In addition, the embodiment of the application also provides equipment. Referring to fig. 4, fig. 4 shows a hardware structure diagram of an apparatus in an embodiment of the present application, and the apparatus 400 may include a processor 401 and a memory 402.
Wherein the memory 402 is configured to store instructions or computer programs;
the processor 401 is configured to execute the data quality inspection method in the foregoing method embodiments according to the instructions or the computer program.
Specifically, the processor 401 may execute the following steps according to instructions or a computer program:
creating a first web browser in a system to be upgraded, wherein the first web browser is used for running in a front-end frame of a new version;
and packaging a target interface in the system to be upgraded, wherein the first web browser is used for calling resources of a client in the system to be upgraded through the packaged target interface.
In a possible implementation manner, the system to be upgraded further comprises a second web browser, and the second web browser is used for running in the old version of the front-end frame.
In one possible implementation, the second web browser calls the resource of the client by using a target interface before packaging.
In one possible implementation, the processor 401 may further perform the following steps according to instructions or a computer program:
and isolating data generated when the first webpage browser and the second webpage browser run respectively.
In one possible implementation, the processor 401 may specifically perform the following steps according to instructions or a computer program:
and responding to an upgrading request aiming at the system to be upgraded, and creating the first webpage browser in the system to be upgraded.
It should be noted that, for the specific implementation content of the processor 401 in the foregoing device, since the implementation content is based on the same concept as that of the method embodiment in the embodiment of the present application, the technical effect brought by the implementation content is the same as that of the method embodiment in the embodiment of the present application, and the specific content may refer to the description in the foregoing method embodiment in the embodiment of the present application, and is not described herein again.
In addition, an embodiment of the present application further provides a computer-readable storage medium, where the computer-readable storage medium is used to store a computer program, and the computer program is used to execute the system upgrading method described in the above method embodiment. Moreover, since the embodiments of the method in the embodiments of the present application are based on the same concept, the technical effects brought by the embodiments of the method in the embodiments of the present application are the same as those of the embodiments of the present application, and specific contents can be referred to the descriptions in the embodiments of the method shown in the foregoing description of the embodiments of the present application, and are not described herein again.
As can be seen from the above description of the embodiments, those skilled in the art can clearly understand that all or part of the steps in the above embodiment methods can be implemented by software plus a general hardware platform. Based on such understanding, the technical solution of the present application may be embodied in the form of a software product, which may be stored in a storage medium, such as a read-only memory (ROM)/RAM, a magnetic disk, an optical disk, or the like, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network communication device such as a router) to execute the method according to the embodiments or some parts of the embodiments of the present application.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the apparatus embodiment, since it is substantially similar to the method embodiment, it is relatively simple to describe, and reference may be made to some descriptions of the method embodiment for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the modules described as separate parts may or may not be physically separate, and the parts displayed as modules may or may not be physical modules, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
The above description is only an exemplary embodiment of the present application, and is not intended to limit the scope of the present application.

Claims (10)

1. A method for system upgrade, the method comprising:
creating a first web browser in a system to be upgraded, wherein the first web browser is used for running in a front-end frame of a new version;
and packaging a target interface in the system to be upgraded, wherein the first web browser is used for calling resources of a client in the system to be upgraded through the packaged target interface.
2. The method of claim 1, wherein the system to be upgraded further comprises a second web browser configured to run in an old version of the front end framework.
3. The method of claim 2, wherein the second web browser calls the resource of the client using a pre-packaged target interface.
4. The method of claim 1, further comprising:
and isolating data generated when the first webpage browser and the second webpage browser run respectively.
5. The method of claim 1, wherein creating a first web browser in the system to be upgraded comprises:
and responding to an upgrading request aiming at the system to be upgraded, and creating the first webpage browser in the system to be upgraded.
6. A system upgrade apparatus, the apparatus comprising:
the system comprises a creating module, a updating module and a updating module, wherein the creating module is used for creating a first webpage browser in a system to be updated, and the first webpage browser is used for running in a front-end frame of a new version;
and the packaging module is used for packaging a target interface in the system to be upgraded, wherein the first webpage browser is used for calling resources of a client in the system to be upgraded through the packaged target interface.
7. The apparatus of claim 6, wherein the system to be upgraded further comprises a second web browser configured to run in an old version of the front end framework.
8. The apparatus of claim 7, wherein the second web browser invokes the resource of the client using a pre-packaged target interface.
9. An apparatus, comprising: a processor and a memory;
the memory for storing instructions or computer programs;
the processor, configured to execute the instructions or the computer program, to perform the system upgrade method of any one of claims 1 to 5.
10. A computer-readable storage medium, comprising instructions or a computer program which, when run on a computer, cause the computer to perform the system upgrade method of any one of the preceding claims 1-5.
CN202110483876.6A 2021-04-30 2021-04-30 System upgrading method, device, equipment and storage medium Pending CN113050972A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110483876.6A CN113050972A (en) 2021-04-30 2021-04-30 System upgrading method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110483876.6A CN113050972A (en) 2021-04-30 2021-04-30 System upgrading method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113050972A true CN113050972A (en) 2021-06-29

Family

ID=76517943

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110483876.6A Pending CN113050972A (en) 2021-04-30 2021-04-30 System upgrading method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113050972A (en)

Similar Documents

Publication Publication Date Title
CN107526598B (en) Network page jump control method and system
CN110442327B (en) Application program construction method, device and server
CN107203419A (en) Intermodule call method, apparatus and system in application program
CN113010827B (en) Page rendering method and device, electronic equipment and storage medium
CN108628626B (en) Development environment building method, code updating method and device
CA2540361A1 (en) System and method for extending capabilities and execution efficiency of script based applications
CN110187932B (en) Business data page loading method and system
CN109299331B (en) Method and device for displaying hypertext markup language HTML5 page by Air
CN111651169B (en) Block chain intelligent contract operation method and system based on web container
CN114138372A (en) Front-end component loading method and device
CN113312032A (en) Front-end project resource updating method and device, electronic equipment and storage medium
CN109343970B (en) Application program-based operation method and device, electronic equipment and computer medium
CN108664343B (en) State calling method and device for micro-service
CN113778393A (en) Component generation method, device, computer system and computer-readable storage medium
CN113050972A (en) System upgrading method, device, equipment and storage medium
CN110825622A (en) Software testing method, device, equipment and computer readable medium
CN115509531A (en) Micro front end implementation method, device, terminal and storage medium based on front end technology
CN115291933A (en) Method, device and equipment for constructing small program data packet and storage medium
CN113434157A (en) Shell script-based front-end engineering deployment method and device
CN112118285B (en) Data transmission method and system suitable for client full-version browser
CN114115897A (en) Method for dynamically generating project local executable file based on nodejs script
CN113791870A (en) Fine-grained migration method and system for distributed system of WebAssembly virtual machine
CN102594587A (en) Embedded WEB debugging and testing maintenance method and debugging and testing maintenance system
CN114546434A (en) Application updating method and device, electronic equipment and storage medium
CN114679491A (en) Micro front-end service application method and device, storage medium and electronic equipment

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