CN111078256A - Upgrading method of automatic test environment, terminal and readable storage medium - Google Patents
Upgrading method of automatic test environment, terminal and readable storage medium Download PDFInfo
- Publication number
- CN111078256A CN111078256A CN201911315304.6A CN201911315304A CN111078256A CN 111078256 A CN111078256 A CN 111078256A CN 201911315304 A CN201911315304 A CN 201911315304A CN 111078256 A CN111078256 A CN 111078256A
- Authority
- CN
- China
- Prior art keywords
- updated
- version number
- code data
- test environment
- data packet
- 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
Links
- 238000012360 testing method Methods 0.000 title claims abstract description 77
- 238000000034 method Methods 0.000 title claims abstract description 44
- 230000001419 dependent effect Effects 0.000 abstract description 3
- 230000006870 function Effects 0.000 abstract description 3
- 230000008447 perception Effects 0.000 abstract description 2
- 238000004891 communication Methods 0.000 description 5
- 230000007547 defect Effects 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 239000002699 waste material Substances 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
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)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Stored Programmes (AREA)
Abstract
The invention discloses an upgrading method of an automatic test environment, which comprises the following steps: when a test environment is initialized, acquiring a version number to be updated of a target object; acquiring a code data packet according to the version number to be updated, wherein the code data comprises compiled executable codes; and hot loading the code data packet to update the target object. The invention also provides a terminal and a readable storage medium. The upgrading method of the automatic test environment obtains the version number to be updated of the target object to be updated, further obtains the code data packet of the target object to be updated through the version number to be updated, loads the code data packet in a hot mode to enable the code data packet to be instantly loaded and become effective, does not need to compile the test environment of the automatic test framework again, can update the target object without modifying dependent versions or codes at a user side, and achieves the function of upgrading without perception of the user.
Description
Technical Field
The invention relates to the technical field of software system upgrading, in particular to an upgrading method, a terminal and a readable storage medium for an automatic test environment.
Background
In the using process of the automatic test frame, the automatic test frame cannot be normally used due to defects and problems which are originally existed but not found, or compatibility problems exist, or frequent updating problems of a butted external system. Currently, the existing problems are often solved by constantly updating the version of the automated testing framework to achieve normal use of the automated testing framework. However, the user experience is poor because the version of the automated testing framework needs to be downloaded by the user every time the version of the automated testing framework is updated, so that the automated testing framework is updated.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide an upgrading method of an automatic test environment, a terminal and a readable storage medium, and aims to solve the problems that versions of an automatic test framework are frequently updated and need to be updated by relying on manual operation of a user, and user experience is poor.
In order to achieve the above object, the present invention provides an upgrading method for an automated testing environment, which comprises the following steps:
when a test environment is initialized, acquiring a version number to be updated of a target object;
acquiring a code data packet according to the version number to be updated, wherein the code data comprises compiled executable codes;
and hot loading the code data packet to update the target object.
Optionally, the step of obtaining the version number to be updated of the target object includes:
acquiring a configuration file;
acquiring a target server address of the target object according to the configuration file;
and acquiring the version number to be updated of the code data packet from the target server according to the address of the target server.
Optionally, before the step of obtaining the replacement code packet according to the version number to be updated, the method includes:
acquiring the current use version number of the code data packet of the target object;
and when the current use version number is not matched with the version number to be updated, executing the step of acquiring the code data packet according to the version number to be updated.
Optionally, when the code packet is successfully hot-loaded, outputting a prompt message indicating that the update is successful.
Optionally, the step of obtaining the code data packet according to the version number to be updated includes:
accessing a storage directory according to a preset download path;
and when the code data packet of the version number to be updated is stored in the storage directory, acquiring the code data packet according to the version number to be updated.
Optionally, the step of accessing the storage directory according to the preset download path includes:
when the code data packet of the version number to be updated is not stored in the storage directory, acquiring a file server address according to a preset configuration file;
and acquiring a code data packet from the file server according to the version number to be updated according to the address of the file server.
In addition, in order to achieve the above object, the present invention further provides a terminal, where the terminal includes a memory, a processor, and an upgrade program of an automated test environment stored in the memory and executable on the processor, and the upgrade program of the automated test environment, when executed by the processor, implements the steps of the upgrade method of the automated test environment as described above.
In addition, to achieve the above object, the present invention further provides a readable storage medium, on which an upgrade program of an automated test environment is stored, and the upgrade program of the automated test environment, when executed by the processor, implements the steps of the upgrade method of the automated test environment as described above.
According to the upgrading method of the automatic test environment, the version number to be updated of the target object to be updated is obtained, the code data packet of the target object to be updated is further obtained through the version number to be updated, the code data packet can be loaded immediately and becomes effective by hot loading of the code data packet, the test environment of the automatic test framework does not need to be compiled again, the target object can be updated without the need of modifying dependent versions or codes at a user side, and the function of upgrading without perception of the user is achieved.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a terminal implementing various embodiments of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of an upgrading method for an automated testing environment according to the present invention;
FIG. 3 is a flowchart illustrating an upgrading method for an automated testing environment according to a first embodiment of the present invention before a code data packet is obtained;
FIG. 4 is a flowchart illustrating a second embodiment of an upgrading method for an automated testing environment according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In the following description, suffixes such as "module", "component", or "unit" used to denote elements are used only for facilitating the explanation of the present invention, and have no specific meaning in itself. Thus, "module", "component" or "unit" may be used mixedly.
The terminal may be implemented in various forms. For example, the terminal described in the present invention may include terminals such as a mobile phone, a tablet computer, a notebook computer, and a palm computer.
It will be understood by those skilled in the art that the configuration according to the embodiment of the present invention can be applied to a fixed type terminal, in addition to elements particularly used for moving purposes.
Please refer to fig. 1, which is a schematic diagram of a hardware structure of a terminal for implementing various embodiments of the present invention, where the terminal may include: memory 101, processor 102, display unit 103 and communication module 4. Those skilled in the art will appreciate that the terminal configuration shown in fig. 1 is not intended to be limiting, and that the terminal may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components. The memory 101 stores therein an upgrade program for the central control system and the automated test environment. The processor 102 is a control center of the terminal, and the processor 102 executes the upgrading program of the automated testing environment stored in the memory 101 to implement the steps of the embodiments of the upgrading method of the automated testing environment of the present invention. The Display unit 103 includes a Display panel, which may be configured in the form of a Liquid Crystal Display (LCD), an Organic Light-Emitting Diode (OLED), or the like, and is configured to output an update success prompt message indicating that the upgrade program of the automatic test environment is executed by the processor 102. The communication module 104 establishes data communication with the target server through a network protocol to acquire a version number to be updated of the code data packet from the target server; alternatively, the communication module 104 establishes data communication with the file server through a network protocol to download the code data packet with the version number to be updated from the file server.
Based on the hardware structure, the invention provides various embodiments of the upgrading method of the automatic test environment.
Referring to fig. 2, fig. 2 is a schematic flow chart of a first embodiment of an upgrading method of an automated testing environment according to the present invention. In this embodiment, the method for upgrading the automated test environment includes the following steps:
step S10, acquiring the version number to be updated of the target object when initializing the test environment;
step S20, acquiring a code data packet according to the version number to be updated, wherein the code data packet comprises compiled executable codes;
step S30, hot-load the code packet to update the target object.
It should be noted that, because the test environment has defects or problems originally hidden, or compatibility problems, or defects existing in the part of the external system being docked, and the problem of frequent update and upgrade of the external system, the test environment also needs frequent update and upgrade to solve the above problems. The target object refers to a functional module to be updated in the test environment, and the test environment is upgraded by updating the functional module of the test environment. The version number to be updated is the latest version number of the currently issued target object. The latest version number can be determined by a timestamp of the target object release time and also can be determined by a naming rule of the version number. It can be understood that, in order to obtain the version number to be updated from the specified target server, the version number to be updated may be obtained by modifying a configuration file, where the configuration file refers to a file containing a correspondence between a website domain name and an IP address. By modifying the configuration file, the address for acquiring the update version number may be modified to the IP address of the target server, so as to acquire the code version number to be updated from the target server, therefore, the step of acquiring the version number to be updated of the target object in step S10 includes: acquiring a configuration file; acquiring a target server address of a target object according to the configuration file; and acquiring the version number to be updated of the code data packet from the target server according to the address of the target server.
The manner of obtaining the code data package in step S20 includes obtaining the download according to a preset download path or downloading from a preset server. It should be noted that the code data package includes compiled executable code, optionally, referring to fig. 3, fig. 3 is a flowchart illustrating a first embodiment of the upgrading method for an automated test environment according to the present invention before acquiring the code data package, and step S20 includes:
step S40, acquiring the current use version number of the code data packet of the target object;
step S50, when the current usage version number does not match the version number to be updated, execute step S20. When the test environment is initialized, the version to be updated of the target object, that is, the latest version number of the currently issued target object, needs to be acquired, so as to update the target object. It can be understood that the step of obtaining the code data packet according to the version number to be updated is executed only when the current usage version number of the code data packet of the target object does not match the currently issued latest version number, that is, the current usage version number of the target object is not the latest version number, so as to achieve the purpose of subsequently hot-loading the code data packet. The method comprises the steps that the current use version number of a code data packet of a target object is obtained, and the storage directory can be accessed through a preset downloading path so as to obtain the current use version number of the code data packet; or, whether the code data packet with the version number to be updated is stored in the storage directory is inquired, and if not, the currently used version number can be directly judged to be not matched with the currently issued latest version number.
It should be noted that the basic implementation principle of the thermal loading is as follows: for a code data packet of a target object which acquires compiled executable codes, namely a version number to be updated, firstly loading the code data packet through a newly created loader, and setting the loader as a currently running thread context class loader; and according to a preset configuration file, the test environment performs class reflection according to the thread context class loader to obtain a compiled file, namely a code data packet, of the target object with the version number to be updated, so that the test environment is updated according to the loaded compiled file to realize the upgrading of the test environment. The modified code is packaged to generate a code data packet after dynamic compiling, the code data packet is directly and thermally loaded, a server does not need to be restarted, and the code data packet is dynamically loaded and the loaded code data packet takes effect immediately when a test environment is initialized. Step S30 is followed by: and outputting prompt information of successful update when the code data packet is successfully hot-loaded. It is understood that, at the time of initialization of the test environment, the execution log of initialization of the test environment may be redirected to the console. The prompt message includes, but is not limited to, a voice prompt message and a text prompt message.
In the technical scheme disclosed in this embodiment, the version number to be updated of the target object to be updated is obtained, and then the code data packet of the target object to be updated is obtained through the version number to be updated, the code data packet is thermally loaded so that the code data packet can be instantly loaded and instantly taken effect without recompiling a test environment of an automated test framework, the target object can be updated without modifying a dependent version or code by a user side, a user unaware upgrading function is realized, and meanwhile, the problem that a test case cannot normally run due to unstable running of the test environment can be effectively avoided.
Referring to fig. 4, fig. 4 is a flowchart illustrating a second embodiment of an upgrading method for an automatic test environment according to the present invention. In this embodiment, step S20 includes:
step S21, accessing the storage directory according to the preset download path;
step S22, when the code data packet of the version number to be updated is stored in the storage directory, the code data packet is obtained according to the version number to be updated; or,
step S23, when the code data packet of the version number to be updated is not stored in the storage directory, acquiring a file server address according to a preset configuration file;
and step S24, obtaining a code data packet from the file server according to the version number to be updated according to the file server address.
In this embodiment, the storage directory is a storage data space for downloading the storage code data packet according to a preset download path. It should be noted that, whether the code data packet storing the version number to be updated in the storage directory is matched with the version number to be updated by comparing the storage version number of the code data packet stored in the storage directory with the version number to be updated, if so, the code data packet storing the version number to be updated in the storage directory is indicated, and then the code data packet is directly acquired from the storage directory according to the version number to be updated; if not, the storage directory does not store the code data packet of the version number to be updated, and the code data packet can be downloaded from the server according to the version number to be updated from a pre-specified file server. It can be understood that, in order to obtain the code data packet with the version number to be updated from the specified file server, the configuration file may be modified in advance, where the configuration file refers to a file containing a correspondence between a domain name of a website and an IP address. By modifying the configuration file, the address of the acquired code data packet can be modified into the IP address of the file server, so that the code data packet is downloaded from the file server.
In the technical scheme disclosed in this embodiment, two ways are provided to obtain the code data packet according to the version number to be updated, wherein a preset download path is used to access the storage directory to determine whether the code data packet of the version to be updated has been downloaded, that is, to determine whether the storage directory stores the released code data packet of the latest version number, and only if the code data packet is not downloaded and stored in the storage directory where the preset download path is located, the code data packet of the version to be updated is downloaded from the specified file server, so that resource waste caused by repeatedly downloading the code data packet can be avoided.
The present invention also provides a terminal, comprising: the upgrading program of the automated testing environment is executed by the processor to realize the steps of the upgrading method of the automated testing environment in any embodiment.
The invention further provides a computer-readable storage medium, in which an upgrade program of an automated testing environment is stored, and when the upgrade program of the automated testing environment is executed by a processor, the steps of the method for upgrading the automated testing environment in any of the above embodiments are implemented.
In the embodiments of the terminal and the computer-readable storage medium provided by the present invention, all technical features of the embodiments of the method for upgrading an automatic test environment are included, and the contents of the expansion and the explanation of the specification are substantially the same as those of the embodiments of the method for upgrading an automatic test environment, and are not described herein again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, a controlled terminal, or a network device) to execute the method of each embodiment of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.
Claims (8)
1. An upgrading method of an automatic test environment is characterized in that the upgrading method of the automatic test environment comprises the following steps:
when a test environment is initialized, acquiring a version number to be updated of a target object;
acquiring a code data packet according to the version number to be updated, wherein the code data comprises compiled executable codes;
and hot loading the code data packet to update the target object.
2. The method for upgrading an automated test environment according to claim 1, wherein the step of obtaining the version number to be updated of the target object is preceded by:
acquiring a configuration file;
acquiring a target server address of the target object according to the configuration file;
and acquiring the version number to be updated of the code data packet from the target server according to the address of the target server.
3. The method for upgrading an automated test environment according to claim 2, wherein the step of obtaining replacement code packages based on the version number to be updated is preceded by:
acquiring the current use version number of the code data packet of the target object;
and when the current use version number is not matched with the version number to be updated, executing the step of acquiring the code data packet according to the version number to be updated.
4. The method for upgrading an automated test environment according to claim 1, wherein when the code packet is successfully hot-loaded, a prompt message indicating that the update is successful is output.
5. The method for upgrading an automated test environment according to claim 1, wherein the step of obtaining a code packet according to the version number to be updated comprises:
accessing a storage directory according to a preset download path;
and when the code data packet of the version number to be updated is stored in the storage directory, acquiring the code data packet according to the version number to be updated.
6. The method for upgrading an automated test environment according to claim 5, wherein the step of accessing the storage directory according to the predetermined download path is followed by:
when the code data packet of the version number to be updated is not stored in the storage directory, acquiring a file server address according to a preset configuration file;
and acquiring a code data packet from the file server according to the version number to be updated according to the address of the file server.
7. A terminal, characterized in that the terminal comprises: a memory, a processor, and an upgrade program for an automated test environment stored in the memory and executable on the processor, the upgrade program for an automated test environment implementing the steps of the method for upgrading an automated test environment according to any one of claims 1 to 6 when executed by the processor.
8. A readable storage medium, characterized in that the readable storage medium has stored thereon an upgrade program of an automated test environment, which, when executed by the processor, implements the steps of the method for upgrading an automated test environment according to any one of claims 1 to 6.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911315304.6A CN111078256B (en) | 2019-12-20 | 2019-12-20 | Upgrading method of automatic test environment, terminal and readable storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201911315304.6A CN111078256B (en) | 2019-12-20 | 2019-12-20 | Upgrading method of automatic test environment, terminal and readable storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111078256A true CN111078256A (en) | 2020-04-28 |
CN111078256B CN111078256B (en) | 2024-02-02 |
Family
ID=70316219
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201911315304.6A Active CN111078256B (en) | 2019-12-20 | 2019-12-20 | Upgrading method of automatic test environment, terminal and readable storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111078256B (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112199110A (en) * | 2020-10-16 | 2021-01-08 | 上海睿成软件有限公司 | Restart-free operation and maintenance upgrading method, system, device and medium |
CN114490307A (en) * | 2020-11-12 | 2022-05-13 | 腾讯科技(深圳)有限公司 | Unit testing method, device and storage medium |
CN114500281A (en) * | 2022-01-13 | 2022-05-13 | 上海钧正网络科技有限公司 | System, method and device for configuring mobile terminal |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105068852A (en) * | 2015-09-22 | 2015-11-18 | 普元信息技术股份有限公司 | System and method for realizing Java class on-line hot updating in cloud computing environment |
US20170147324A1 (en) * | 2015-11-20 | 2017-05-25 | Google Inc. | Dynamic update of an application in compilation and deployment with cold-swapping |
US20170214568A1 (en) * | 2014-07-23 | 2017-07-27 | Huawei Technologies Co., Ltd. | Terminal upgrade method and related device |
CN107908421A (en) * | 2017-09-29 | 2018-04-13 | 北京创鑫旅程网络技术有限公司 | The method and device of software code versions management and issue |
CN107992404A (en) * | 2016-10-26 | 2018-05-04 | 中兴通讯股份有限公司 | A kind of Software Automatic Testing Method and device |
CN108647037A (en) * | 2018-04-28 | 2018-10-12 | 新疆熙菱信息技术股份有限公司 | Automatically dispose method and system based on shell scripts |
CN108664267A (en) * | 2018-04-09 | 2018-10-16 | 上海瀚银信息技术有限公司 | A kind of code automatic packaging system |
CN108762787A (en) * | 2018-05-31 | 2018-11-06 | 康键信息技术(深圳)有限公司 | Software repair, device, computer equipment and storage medium |
-
2019
- 2019-12-20 CN CN201911315304.6A patent/CN111078256B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20170214568A1 (en) * | 2014-07-23 | 2017-07-27 | Huawei Technologies Co., Ltd. | Terminal upgrade method and related device |
CN105068852A (en) * | 2015-09-22 | 2015-11-18 | 普元信息技术股份有限公司 | System and method for realizing Java class on-line hot updating in cloud computing environment |
US20170147324A1 (en) * | 2015-11-20 | 2017-05-25 | Google Inc. | Dynamic update of an application in compilation and deployment with cold-swapping |
CN107992404A (en) * | 2016-10-26 | 2018-05-04 | 中兴通讯股份有限公司 | A kind of Software Automatic Testing Method and device |
CN107908421A (en) * | 2017-09-29 | 2018-04-13 | 北京创鑫旅程网络技术有限公司 | The method and device of software code versions management and issue |
CN108664267A (en) * | 2018-04-09 | 2018-10-16 | 上海瀚银信息技术有限公司 | A kind of code automatic packaging system |
CN108647037A (en) * | 2018-04-28 | 2018-10-12 | 新疆熙菱信息技术股份有限公司 | Automatically dispose method and system based on shell scripts |
CN108762787A (en) * | 2018-05-31 | 2018-11-06 | 康键信息技术(深圳)有限公司 | Software repair, device, computer equipment and storage medium |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112199110A (en) * | 2020-10-16 | 2021-01-08 | 上海睿成软件有限公司 | Restart-free operation and maintenance upgrading method, system, device and medium |
CN114490307A (en) * | 2020-11-12 | 2022-05-13 | 腾讯科技(深圳)有限公司 | Unit testing method, device and storage medium |
CN114490307B (en) * | 2020-11-12 | 2024-08-02 | 腾讯科技(深圳)有限公司 | Unit testing method and device and storage medium |
CN114500281A (en) * | 2022-01-13 | 2022-05-13 | 上海钧正网络科技有限公司 | System, method and device for configuring mobile terminal |
Also Published As
Publication number | Publication date |
---|---|
CN111078256B (en) | 2024-02-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR102204115B1 (en) | Patch upgrade-based file processing method and device, terminal, and storage medium | |
CN108108181B (en) | Function updating method and device of application program and computer readable storage medium | |
CN109547570B (en) | Service registration method, device, registration center management equipment and storage medium | |
CN111078256B (en) | Upgrading method of automatic test environment, terminal and readable storage medium | |
US20180373523A1 (en) | Application update method and apparatus | |
EP3128421B1 (en) | Method, device, and system for achieving java application installation by cloud compilation | |
CN108847950B (en) | Electronic device, cloud system software automatic deployment method and storage medium | |
CN105657191B (en) | Application increment upgrading method and system based on Android system | |
CN108491216B (en) | Method for installing and upgrading non-sensory application of Android system | |
CN111090452B (en) | Service environment switching method and computer readable storage medium | |
CN106406961A (en) | Method and device for loading and providing application based on browser | |
US20090156200A1 (en) | Diagnostic information preservation during installations of over the air update of wireless handset software | |
CN108733589B (en) | Method and device for realizing distributed transaction hot deployment | |
RU2635891C2 (en) | Installation mechanism and package format for parallelizable reliable installations | |
CN108089873A (en) | A kind of method and terminal of application component immediate updating | |
CN102830959A (en) | Dynamic expanding method and system for embedded browser interface | |
CN112486552A (en) | Server hot update method, device, equipment and storage medium | |
CN110851151B (en) | Method, device, terminal, server and storage medium for pre-installing application | |
CN116401003A (en) | Android application running method, system and storage medium based on desktop operating system | |
CN110716786B (en) | Page display method, system and storage medium | |
CN112506518A (en) | Compiling method and device based on configuration file | |
CN110837383A (en) | Application installation-free upgrading method and device | |
CN106293790B (en) | application program upgrading method and device based on Firefox operating system | |
CN109710287A (en) | A kind of hot update method, device and computer storage medium | |
CN114721784B (en) | Application running method and device, electronic equipment and readable 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 |