CN111562941A - Nodejs-based mobile APP installation package management system and method - Google Patents

Nodejs-based mobile APP installation package management system and method Download PDF

Info

Publication number
CN111562941A
CN111562941A CN202010349163.6A CN202010349163A CN111562941A CN 111562941 A CN111562941 A CN 111562941A CN 202010349163 A CN202010349163 A CN 202010349163A CN 111562941 A CN111562941 A CN 111562941A
Authority
CN
China
Prior art keywords
installation package
app installation
module
nodejs
management system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010349163.6A
Other languages
Chinese (zh)
Other versions
CN111562941B (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.)
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 CN202010349163.6A priority Critical patent/CN111562941B/en
Priority claimed from CN202010349163.6A external-priority patent/CN111562941B/en
Publication of CN111562941A publication Critical patent/CN111562941A/en
Application granted granted Critical
Publication of CN111562941B publication Critical patent/CN111562941B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Abstract

The invention discloses a mobile APP installation package management system and method based on Nodejs, wherein the system comprises: the installation package receiving module is used for receiving the APP installation package pushed by the continuous integration server; the dynamic rendering module is used for performing dynamic rendering of the management page according to the APP installation package received by the installation package receiving module; the display module is used for displaying the information of the APP installation package to a tester according to the content of the dynamic rendering; a nodjs server module comprising: the first submodule is used for managing an Android terminal APP installation package; the second submodule is used for managing an iOS terminal APP installation package; and the database module is used for storing the APP installation package received by the mobile APP installation package management system and recording the warehousing information of the APP installation package.

Description

Nodejs-based mobile APP installation package management system and method
Technical Field
The invention relates to the technical field of software development, in particular to a mobile APP installation package management system and method based on Nodejs.
Background
Currently, software testing is an essential step in the software development process. In the prior art, a developer usually updates a software version for development and test of a mobile terminal APP, and then notifies a tester to download the latest software, which may cause the following problems:
1. the development and test coupling is severe, resulting in low development and test efficiency.
2. At present, software packages are often installed depending on data lines, and convenience is low.
3. In the continuous integration process, when the final product is deployed, manual pushing of the product to a product library is often relied on, which consumes too much time and increases maintenance cost.
4. Apache (a web server with open source code) is often adopted as a server in a traditional version management platform, so that the OTA technology is difficult to realize, and updating and modifying are not flexible.
Disclosure of Invention
In order to solve the problems, the invention provides a mobile APP installation package management system and method based on Nodejs, which can build a product management platform based on Nodejs technology, output products by a continuous integration server and automatically upload the products to the product management platform on the basis of automatically docking the continuous integration server to output products, further dynamically render by a template by Nodejs, automatically refresh a product library list at a webpage end, and display information such as a version number, a baseline number, an engineering stage, a mobile platform and the like; different protocols are adopted for the double ends to build an online installation platform: the Android end pushes based on an http protocol, and the IOS end pushes and installs OTA based on the https protocol, so that an OTA mode is completely realized, and the limitation and the defect of data line installation are overcome; the server built by the Nodejs technology has the thermal updating characteristic, can take effect in real time after the platform is transformed, and greatly improves the whole flow efficiency of development and testing.
In an embodiment of the present invention, a mobile APP installation package management system based on nodjs is provided, where the system includes: the system comprises an installation package receiving module, a dynamic rendering module, a display module, a Nodejs server module and a database module; wherein the content of the first and second substances,
the system comprises an installation package receiving module, a dynamic rendering module, a display module, a Nodejs server module and a database module; wherein the content of the first and second substances,
the installation package receiving module is used for receiving the APP installation package pushed by the continuous integration server;
the dynamic rendering module is used for performing dynamic rendering of the management page according to the APP installation package received by the installation package receiving module;
the display module is used for displaying the information of the APP installation package to a tester according to the content of the dynamic rendering;
the Nodejs server module comprises:
the first submodule is used for managing an Android-side APP installation package and pushing the Android-side APP installation package to test equipment of a corresponding tester;
the second submodule is used for managing the iOS terminal APP installation package, pushing the iOS terminal APP installation package and installing the iOS terminal APP installation package to test equipment of a corresponding tester;
and the database module is used for storing the APP installation package received by the mobile APP installation package management system and recording the warehousing information of the APP installation package.
In another embodiment of the present invention, a mobile APP installation package management method based on nodjs is further provided, where the method includes:
receiving an APP installation package pushed by a continuous integration server, and storing the APP installation package;
performing dynamic rendering of management pages according to the APP installation package;
displaying the information of the APP installation package to a tester according to the content of the dynamic rendering;
managing an Android terminal APP installation package through a first submodule in a Nodejs server module, and pushing the Android terminal APP installation package to test equipment of a corresponding tester;
managing an iOS end APP installation package through a second submodule in the Nodejs server module, and pushing and installing the iOS end APP installation package to corresponding testing equipment of a tester.
In another embodiment of the present invention, a computer device is further provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements a node js-based mobile APP installation package management method when executing the computer program.
In another embodiment of the present invention, a computer-readable storage medium is further provided, where a computer program is stored, and when executed by a processor, the computer program implements a mobile APP installation package management method based on nodjs.
Compared with the prior art, the mobile APP installation package management system and method based on Nodejs provided by the invention at least have the following advantages:
1. the development stage and the test stage are decoupled, so that the efficiency of the two stages is greatly improved, and the product has the advantages of traceability, convenience in searching and the like.
2. The OTA built by the Nodejs is used for on-line installation, so that the inconvenience caused by the traditional data line installation can be overcome, the testing efficiency is greatly improved, and the communication cost between development and testing is reduced.
3. By adopting the modes of local file management and dynamic template rendering, the product management platform can be perfectly butted with the continuous integration server, the manual operation time is saved, and the full process automation of the APP continuous integration process can be completely realized.
4. Compared with an Apache server, the adopted Nodejs server has the advantages of hot start, single thread and the like, and an OTA platform built by Nodejs is driven by non-blocking I/O and events, so that the concurrency upper limit of the server can be effectively improved.
Drawings
Fig. 1 is a schematic structural diagram of a mobile APP install package management system based on nodjs according to an embodiment of the present invention.
Fig. 2 is a schematic structural diagram of a mobile APP install package management system based on nodjs according to another embodiment of the present invention.
FIG. 3 is a block diagram illustrating the overall process of installation package management according to an embodiment of the present invention.
Fig. 4 is a flowchart illustrating a mobile APP installation package management method based on nodjs according to an embodiment of the present invention.
Fig. 5 is a schematic structural diagram of a computer device according to an embodiment of the present invention.
Detailed Description
The principles and spirit of the present invention will be described with reference to a number of exemplary embodiments. It is understood that these embodiments are given solely for the purpose of enabling those skilled in the art to better understand and to practice the invention, and are not intended to limit the scope of the invention in any way. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
According to the embodiment of the invention, a mobile APP installation package management system and method based on Nodejs are provided.
It is to be noted that the present invention relates to the terms:
nodejs: the JavaScript runtime environment based on the ChromeV8 engine can be used for flexibly and quickly building a server.
And OTA: Over-the-Air, developers may distribute internal applications Over the Air. And the installation is carried out in an OTA mode, and the installation and the downloading can be carried out only by accessing the appointed URL on the mobile equipment without depending on a data line.
A product management platform: the method is built based on a Linux system, has Nodejs environment, is in butt joint with a continuous integration platform, is used for storing platforms of products of various versions, and provides an OTA mode to download and install software packages.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments of the invention.
Fig. 1 is a schematic structural diagram of a mobile APP install package management system based on nodjs according to an embodiment of the present invention. As shown in fig. 1, the mobile APP installation package management system 100 includes: an installation package receiving module 110, a dynamic rendering module 120, a presentation module 130, a Nodejs server module 140, and a database module 150; wherein the content of the first and second substances,
an installation package receiving module 110, configured to receive an APP installation package pushed by the persistent integration server 200; the continuous integration server 200 is used for continuously integrating and outputting the APP installation package.
And a dynamic rendering module 120, configured to perform dynamic rendering of the management page according to the APP installation package received by the installation package receiving module 110.
And the display module 130 is configured to display the information of the APP installation package to the tester 300 according to the content of the dynamic rendering.
A Nodejs server module 140 comprising:
the first sub-module 141 is configured to manage the Android terminal APP installation package, and push the Android terminal APP installation package to test equipment of a corresponding tester.
Specifically, when receiving an Android side APP installation package calling request initiated by the tester 300, the corresponding Android side APP installation package is pushed to the corresponding tester's test equipment based on the http protocol.
And the second sub-module 142 is used for managing the iOS terminal APP installation package, pushing the iOS terminal APP installation package and installing the iOS terminal APP installation package to the corresponding testing equipment of the tester.
Specifically, when receiving an iOS-side APP package call request initiated by the tester 300, configuring a root certificate and a public key for the corresponding iOS-side APP package, and performing OTA push and installing to the corresponding tester's test equipment based on an http protocol after configuration is completed.
And the database module 150 is used for storing the APP installation package received by the mobile APP installation package management system and recording the warehousing information of the APP installation package.
Further, referring to fig. 2, a schematic structural diagram of a mobile APP install package management system based on Nodejs according to another embodiment of the present invention is shown. As shown in fig. 2, the mobile APP installation package management system 100 further includes:
and a continuous integration docking module 160, configured to establish docking between mobile APP installation package management system 100 and continuous integration server 200, and automatically push the APP installation package continuously output by continuous integration server 200 to mobile APP installation package management system 100.
In a specific embodiment, by establishing a Linux server with a Nodejs environment, the mobile APP installation package management system 100 (i.e., a product management platform) can be established; furthermore, the system can keep the network smooth with the continuous integration server, realizes the continuous integration of the mobile terminal of the whole process, can be used for storing products of various versions (APP installation packages) and provides an OTA mode to download and install the software package.
In order to more clearly explain the above-mentioned mobile APP install packet management system based on nodjs, the following description is made with reference to specific embodiments.
Fig. 3 is a schematic diagram of an overall flow of installation package management according to an embodiment of the present invention. As shown in FIG. 3, first, after the developer 400 performs APP development, it submits code to the Git repository 500.
The Git repository 500 is configured to receive APP codes submitted by the developers 400, store the APP codes locally, and send the APP codes to the persistent integration server 200.
The continuous integration server 200 continuously integrates output products (APP installation packages) and pushes through the product uploading module 210.
Furthermore, the mobile APP installation package management system 100 is established through the continuous integration docking module 160 to dock with the continuous integration server 200, and the APP installation package continuously output by the continuous integration server 200 is automatically pushed to the mobile APP installation package management system 100.
The installation package receiving module 110 receives the APP installation package and stores the APP installation package in a preset directory, where the directory may be a fixed directory established on a Linux server and having read-write permission. Correspondingly, the database module 150 stores the APP installation package and records the warehousing information of the APP installation package.
The dynamic rendering module 120 may employ an Express component, specifically configured to: when the APP installation package stored in the database module 150 changes, dynamic rendering of the content is performed on the management page. Since there is uncertainty in the time when the developer 400 releases the new version, the server must have dynamic rendering capability, that is, when the local APP library changes, the management page performs dynamic rendering of the content. By using the dynamic rendering module 120, when the developer 400 completes code updating and version updating, the new version can be dynamically rendered to the front end for displaying, so as to ensure the tester 300 to process in time.
The display module 130 is deployed with a display page written by using html, css and other resource files, and is specifically configured to: according to the content of the dynamic rendering, displaying the information of the APP installation package to the tester 300 through the website URL page 600; wherein, the information of the APP installation package that demonstrates includes: version number, base line number, engineering stage and the mobile platform of APP installation package. In addition, in order to enable the tester 300 to know the situation of the APP installation package in more detail, detailed information such as the uploading date, the batch, the development environment, and the like of the APP installation package can be displayed.
The Nodejs server module 140 is a server built by installing nodjs on a Linux system and using npm tools.
For both ends (Android, iOS) different protocols can be taken for online installation, for which the nodjs server module 140 includes:
the first sub-module 141 is configured to manage the Android-side APP installation package, and push the Android-side APP installation package to test equipment of a corresponding tester;
specifically, when receiving an Android side APP installation package calling request initiated by the tester 300, the corresponding Android side APP installation package is pushed to the corresponding tester's test equipment based on the http protocol.
The second sub-module 142 is used for managing the iOS end APP installation package, pushing the iOS end APP installation package and installing the iOS end APP installation package to the test equipment of the corresponding tester;
specifically, when receiving an iOS-side APP package call request initiated by the tester 300, configuring a root certificate and a public key for the corresponding iOS-side APP package, and performing OTA push and installing to the corresponding tester's test equipment based on an http protocol after configuration is completed.
Referring to fig. 3 again, the pushing and installing process of the APP installation package for the tester 300 is as follows:
step S301, the tester 300 accesses the URL page 600 of the website; where the content of the website URL page 600 is provided by the presentation module 130.
Step S302, return to the resource URL.
If the installation package is the Android-side APP installation package, executing step S303 and step S304;
if the installation package is the iOS end APP installation package, executing step S303 'and step S304';
in step S303, the tester 300 accesses the nodjs server module 140 according to the URL.
Step S304, the first sub-module 141 pushes the corresponding Android APP installation package based on the http protocol.
In step S303', the tester 300 accesses the Nodejs server module 140 according to the URL.
In step S304', the second sub-module 142 performs OTA push installation on the corresponding iOS-side APP installation package based on the http protocol.
By utilizing the mobile APP installation package management system based on Nodejs to carry out APP installation package management, the development stage and the test stage can be decoupled, the efficiency of the two stages is greatly improved, and the mobile APP installation package management system has the advantages of traceability, convenience in searching and the like for products; the OTA built by the Nodejs is used for on-line installation, so that the inconvenience caused by the traditional data line installation can be overcome, the test efficiency is greatly improved, and the communication cost between development and test is reduced; the system and the method adopt the modes of local file management and dynamic template rendering, can enable the product management platform to be perfectly butted with the continuous integration server, save the manual operation time and completely realize the full process automation of the APP continuous integration process; compared with an Apache server, the adopted Nodejs server has the advantages of hot start, single thread and the like, and an OTA platform built by Nodejs is driven by non-blocking I/O and events, so that the concurrency upper limit of the server can be effectively improved.
It should be noted that although several modules of the Nodejs-based mobile APP installation package management system are mentioned in the above detailed description, such partitioning is merely exemplary and not mandatory. Indeed, the features and functionality of two or more of the modules described above may be embodied in one module according to embodiments of the invention. Conversely, the features and functions of one module described above may be further divided into embodiments by a plurality of modules.
Having described the system of the exemplary embodiment of the present invention, a mobile APP installation package management method based on Nodejs of the exemplary embodiment of the present invention is described next with reference to fig. 4.
Based on the same inventive concept, the invention also provides a mobile APP installation package management method based on Nodejs, as shown in FIG. 4, the method comprises the following steps:
step S401, receiving an APP installation package pushed by a continuous integration server, and storing the APP installation package;
step S402, performing dynamic rendering of management pages according to the APP installation package;
step S403, displaying the information of the APP installation package to a tester according to the content of the dynamic rendering;
step S404, managing an Android end APP installation package through a first submodule in a Nodejs server module, and pushing the Android end APP installation package to test equipment of a corresponding tester;
specifically, when receiving an Android side APP installation package calling request initiated by the tester 300, the corresponding Android side APP installation package is pushed to the corresponding tester's test equipment based on the http protocol.
And S404', managing the iOS terminal APP installation package through a second submodule in the Nodejs server module, pushing the iOS terminal APP installation package and installing the iOS terminal APP installation package to the corresponding testing equipment of the tester.
Specifically, when receiving an iOS-side APP package call request initiated by the tester 300, configuring a root certificate and a public key for the corresponding iOS-side APP package, and performing OTA push and installing to the corresponding tester's test equipment based on an http protocol after configuration is completed.
It should be noted that although the operations of the method of the present invention have been described in the above embodiments and the accompanying drawings in a particular order, this does not require or imply that these operations must be performed in this particular order, or that all of the operations shown must be performed, to achieve the desired results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
Based on the aforementioned inventive concept, as shown in fig. 5, the present invention further provides a computer apparatus 1500, which includes a memory 1510, a processor 1520, and a computer program 1530 stored on the memory 1510 and operable on the processor 1520, wherein the processor 1520 implements the aforementioned mobile APP installation package management method based on nodjs when executing the computer program 1530.
In another embodiment of the present invention, a computer-readable storage medium is further provided, where a computer program is stored, and when executed by a processor, the computer program implements the foregoing mobile APP installation package management method based on nodjs.
Compared with the prior art, the mobile APP installation package management system and method based on Nodejs provided by the invention at least have the following advantages:
1. the development stage and the test stage are decoupled, so that the efficiency of the two stages is greatly improved, and the product has the advantages of traceability, convenience in searching and the like.
2. The OTA built by the Nodejs is used for on-line installation, so that the inconvenience caused by the traditional data line installation can be overcome, the testing efficiency is greatly improved, and the communication cost between development and testing is reduced.
3. By adopting the modes of local file management and dynamic template rendering, the product management platform can be perfectly butted with the continuous integration server, the manual operation time is saved, and the full process automation of the APP continuous integration process can be completely realized.
4. Compared with an Apache server, the adopted Nodejs server has the advantages of hot start, single thread and the like, and an OTA platform built by Nodejs is driven by non-blocking I/O and events, so that the concurrency upper limit of the server can be effectively improved.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present invention, which are used for illustrating the technical solutions of the present invention and not for limiting the same, and the protection scope of the present invention is not limited thereto, although the present invention is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A mobile APP installation package management system based on Nodejs is characterized by comprising: the system comprises an installation package receiving module, a dynamic rendering module, a display module, a Nodejs server module and a database module; wherein the content of the first and second substances,
the installation package receiving module is used for receiving the APP installation package pushed by the continuous integration server;
the dynamic rendering module is used for performing dynamic rendering of the management page according to the APP installation package received by the installation package receiving module;
the display module is used for displaying the information of the APP installation package to a tester according to the content of the dynamic rendering;
the Nodejs server module comprises:
the first submodule is used for managing an Android-side APP installation package and pushing the Android-side APP installation package to test equipment of a corresponding tester;
the second submodule is used for managing the iOS terminal APP installation package, pushing the iOS terminal APP installation package and installing the iOS terminal APP installation package to test equipment of a corresponding tester;
and the database module is used for storing the APP installation package received by the mobile APP installation package management system and recording the warehousing information of the APP installation package.
2. The Nodejs-based mobile APP installation package management system of claim 1, wherein the first sub-module is specifically configured to:
and when receiving an Android terminal APP installation package calling request initiated by a tester, pushing a corresponding Android terminal APP installation package to corresponding test equipment of the tester based on an http protocol.
3. The Nodejs-based mobile APP installation package management system of claim 1, wherein the second sub-module is specifically configured to:
when an iOS end APP installation package calling request initiated by a tester is received, a root certificate and a public key are configured for the corresponding iOS end APP installation package, and after configuration is completed, OTA pushing is carried out based on an http protocol and the OTA is installed to the corresponding tester test equipment.
4. The Nodejs-based mobile APP installation package management system of claim 1, wherein the dynamic rendering module employs an Express component, and is specifically configured to:
and when the APP installation package stored in the database module changes, dynamically rendering the content on a management page.
5. The Nodejs-based mobile APP installation package management system of claim 4, wherein the presentation module deploys presentation pages written by html and css, and is specifically configured to:
according to the content of the dynamic rendering, displaying the information of the APP installation package to a tester through a website URL page; wherein, the information of the APP installation package that demonstrates includes: version number, base line number, engineering stage and the mobile platform of APP installation package.
6. The Nodejs-based mobile APP installation package management system of claim 1 wherein the Nodejs server module is a server built by installing Nodejs on a Linux system and using npm facilities.
7. The Nodejs-based mobile APP installation package management system of claim 1, further comprising:
and the continuous integrated docking module is used for establishing docking between the mobile APP installation package management system and the continuous integrated server and automatically pushing the APP installation package continuously output by the continuous integrated server to the mobile APP installation package management system.
8. A mobile APP install package management method using the mobile APP install package management system based on nodjs of claim 1, the method comprising:
receiving an APP installation package pushed by a continuous integration server, and storing the APP installation package;
performing dynamic rendering of management pages according to the APP installation package;
displaying the information of the APP installation package to a tester according to the content of the dynamic rendering;
managing an Android terminal APP installation package through a first submodule in a Nodejs server module, and pushing the Android terminal APP installation package to test equipment of a corresponding tester;
managing an iOS end APP installation package through a second submodule in the Nodejs server module, and pushing and installing the iOS end APP installation package to corresponding testing equipment of a tester.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of claim 8 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, implements the method of claim 8.
CN202010349163.6A 2020-04-28 Nodejs-based mobile APP installation package management system and method Active CN111562941B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010349163.6A CN111562941B (en) 2020-04-28 Nodejs-based mobile APP installation package management system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010349163.6A CN111562941B (en) 2020-04-28 Nodejs-based mobile APP installation package management system and method

Publications (2)

Publication Number Publication Date
CN111562941A true CN111562941A (en) 2020-08-21
CN111562941B CN111562941B (en) 2024-04-26

Family

ID=

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104021077A (en) * 2014-06-10 2014-09-03 广州市久邦数码科技有限公司 Mobile terminal software test system and method
CN106598872A (en) * 2017-01-03 2017-04-26 百融(北京)金融信息服务股份有限公司 Application processing system and method for intelligent device
CN107248946A (en) * 2017-05-11 2017-10-13 北京潘达互娱科技有限公司 Application installation package sending method and device
CN107896244A (en) * 2017-11-07 2018-04-10 中国银联股份有限公司 A kind of distribution method of version file, client and server
CN108388445A (en) * 2018-03-09 2018-08-10 北京四方继保自动化股份有限公司 One kind being based on the continuous integrating method of " platform+application " pattern
CN109766258A (en) * 2018-11-30 2019-05-17 北京奇艺世纪科技有限公司 A kind of performance test methods, device and computer readable storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104021077A (en) * 2014-06-10 2014-09-03 广州市久邦数码科技有限公司 Mobile terminal software test system and method
CN106598872A (en) * 2017-01-03 2017-04-26 百融(北京)金融信息服务股份有限公司 Application processing system and method for intelligent device
CN107248946A (en) * 2017-05-11 2017-10-13 北京潘达互娱科技有限公司 Application installation package sending method and device
CN107896244A (en) * 2017-11-07 2018-04-10 中国银联股份有限公司 A kind of distribution method of version file, client and server
CN108388445A (en) * 2018-03-09 2018-08-10 北京四方继保自动化股份有限公司 One kind being based on the continuous integrating method of " platform+application " pattern
CN109766258A (en) * 2018-11-30 2019-05-17 北京奇艺世纪科技有限公司 A kind of performance test methods, device and computer readable storage medium

Similar Documents

Publication Publication Date Title
US9940225B2 (en) Automated error checking system for a software application and method therefor
CN103227812B (en) Smart machine is supported method for down loading and the device of breakpoint transmission
CN107506221B (en) Application program upgrading method, device and equipment
CN103246578A (en) Method and browser for processing collapse of application software
CN110673923A (en) XWIKI system configuration method, system and computer equipment
US10216553B2 (en) Message oriented middleware with integrated rules engine
CN108958788A (en) The method, apparatus and computer equipment of automatic synchronization refreshing browser
CN107608663A (en) A kind of development approach and device of Mobile solution plug-in unit and Mobile solution
CN104036194A (en) Vulnerability detection method and device for revealing private data in application program
CN108694049B (en) Method and equipment for updating software
CN113535567B (en) Software testing method, device, equipment and medium
CN110727575B (en) Information processing method, system, device and storage medium
CN104036193A (en) Local cross-domain vulnerability detection method and device for application program
CN112988600A (en) Service scene testing method and device, electronic equipment and storage medium
CN111680302A (en) Third-party component vulnerability scanning method and device
CN111562941B (en) Nodejs-based mobile APP installation package management system and method
CN111562941A (en) Nodejs-based mobile APP installation package management system and method
CN116257438A (en) Updating method of interface test case and related equipment
CN110825370A (en) Mobile terminal application development method, device and system
CN114064307A (en) Method, related device and system for realizing application program sharing of cloud mobile phone
CN109144524B (en) Version release method of subject game on education platform and electronic equipment
CN113791786B (en) APP page control automation method and device based on IOS system
CN112711425B (en) Service operation method and device
CN108664259B (en) Method and terminal for installing application
CN109783756B (en) Website creation method, server and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant