CN111562941B - 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
CN111562941B
CN111562941B CN202010349163.6A CN202010349163A CN111562941B CN 111562941 B CN111562941 B CN 111562941B CN 202010349163 A CN202010349163 A CN 202010349163A CN 111562941 B CN111562941 B CN 111562941B
Authority
CN
China
Prior art keywords
installation package
app installation
module
tester
nodejs
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010349163.6A
Other languages
Chinese (zh)
Other versions
CN111562941A (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
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

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

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 dynamically rendering 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 dynamically rendered content; nodejs server module comprising: the first sub-module is used for managing the APP installation package at the Android end; the second sub-module is used for managing the iOS terminal APP installation package; the database module is used for storing the APP installation package received by the mobile APP installation package management system and recording the warehouse-in 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 indispensable step in the software development process. In the prior art, a developer usually updates a software version for a development test of a mobile terminal APP, and further notifies a tester to download the latest software, which causes the following problems:
1. the coupling between development and testing is severe, resulting in lower development and testing efficiency.
2. At present, software packages often depend on data line installation, and convenience is low.
3. In the continuous integration process, the final product deployment often depends on manual pushing of the product to the product library, which is too long in time consumption and increases maintenance cost.
4. The traditional version management platform often adopts Apache (a web server with open source code) as a server, so that the OTA technology is difficult to realize, and updating and modification 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, automatically dock and continuously integrate a server to output products, automatically upload the products to the product management platform by the continuously integrate server, further dynamically render by Nodejs by adopting a template, automatically refresh a product library list at a webpage end, display information such as a publication number, a base line number, an engineering stage, a mobile platform and the like; aiming at double ends, different protocols are adopted to build an online installation platform: the Android terminal carries out pushing based on an http protocol, and the IOS terminal carries out OTA pushing installation based on an 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 Nodejs technology has the characteristic of thermal updating, and can take effect in real time after the platform is transformed, so that the development and test full-flow efficiency is greatly improved.
In one embodiment of the present invention, a mobile APP installation package management system based on Nodejs is provided, the system 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 system comprises an installation package receiving module, a dynamic rendering module, a display module, a Nodejs server module and a database module; wherein,
The installation package receiving module is used for receiving the APP installation package pushed by the continuous integrated server;
the dynamic rendering module is used for dynamically rendering 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 dynamically rendered content;
The Nodejs server module includes:
The first sub-module is used for managing the Android terminal APP installation package and pushing the Android terminal APP installation package to corresponding testing equipment of a tester;
the second sub-module is used for managing the iOS terminal APP installation package, pushing and installing the iOS terminal APP installation package to the corresponding test equipment of the tester;
the database module is used for storing the APP installation package received by the mobile APP installation package management system and recording the warehouse-in information of the APP installation package.
In another embodiment of the present invention, a mobile APP installation package management method based on Nodejs is further provided, which includes:
Receiving an APP installation package pushed by a continuous integration server, and storing the APP installation package;
dynamically rendering a management page according to the APP installation package;
Displaying the information of the APP installation package to a tester according to the dynamically rendered content;
Managing an Android end APP installation package through a first sub-module in a Nodejs server module, and pushing the Android end APP installation package to testing equipment of a corresponding tester;
and managing the iOS end APP installation package through a second sub-module in the Nodejs server module, and pushing and installing the iOS end APP installation package to test equipment of a corresponding tester.
In another embodiment of the present invention, a computer device is also provided, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor implements Nodejs-based mobile APP install package management method when executing the computer program.
In another embodiment of the present invention, a computer readable storage medium is also presented, which stores a computer program, which when executed by a processor implements a Nodejs-based mobile APP install package management method.
Compared with the prior art, the mobile APP installation package management system and method based on Nodejs have at least the following advantages:
1. decoupling the development stage and the test stage greatly improves the efficiency of the two stages, and has the advantages of traceability, convenience in searching and the like for products.
2. The OTA on-line installation built by Nodejs can overcome the inconvenience brought by the traditional data line installation, greatly improve the test efficiency and reduce the communication cost between development and test.
3. By adopting the mode of local file management and template dynamic rendering, the product management platform can be perfectly connected with the continuous integration server, the manual operation time is saved, and the full-flow automation of the APP continuous integration process can be completely realized.
4. Compared with an Apache server, the Nodejs server has the advantages of hot start, single thread and the like, and the OTA platform built by Nodejs adopts non-blocking I/O and event driving, so that the concurrency upper limit of the server can be effectively improved.
Drawings
FIG. 1 is a schematic architecture diagram of a Nodejs-based mobile APP installation package management system in accordance with one embodiment of the present invention.
FIG. 2 is a schematic architecture diagram of a Nodejs-based mobile APP installation package management system in accordance with another embodiment of the present invention.
FIG. 3 is a schematic overall flow diagram of installation package management according to an embodiment of the present invention.
Fig. 4 is a flowchart of a mobile APP installation package management method based on Nodejs according to an embodiment of the present invention.
FIG. 5 is a schematic 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 below with reference to several exemplary embodiments. It should be understood that these embodiments are presented merely to enable those skilled in the art to better understand and 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.
Those skilled in the art will appreciate that embodiments of the invention may be implemented as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the following forms, namely: complete hardware, complete 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 should be noted that the term referred to in the present invention:
Nodejs: the JavaScript runtime environment based on ChromeV engine can be used for flexibly and quickly constructing the server.
OTA: over-the-Air, developers can distribute internal applications wirelessly. Through the installation in the OTA mode, the mobile device can be installed and downloaded only by accessing the appointed URL, and the data line is not relied on.
Product management platform: based on Linux system construction, the system has Nodejs environment, is connected with a continuous integrated platform, is used for storing the platform of each version of product, and provides an OTA mode for downloading and installing the software package.
The principles and spirit of the present invention are explained in detail below with reference to several representative embodiments thereof.
FIG. 1 is a schematic architecture diagram of a Nodejs-based mobile APP installation package management system in accordance with one embodiment of the present invention. As shown in fig. 1, the mobile APP install package management system 100 includes: an installation package receiving module 110, a dynamic rendering module 120, a display module 130, nodejs a server module 140, and a database module 150; wherein,
An installation package receiving module 110, configured to receive an APP installation package pushed by the persistent integration server 200; wherein, the persistent integration server 200 is used for continuously integrating and outputting the APP installation package.
The dynamic rendering module 120 is configured to dynamically render 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 information of the APP installation package to the tester 300 according to the dynamically rendered content.
Nodejs server module 140, comprising:
The first sub-module 141 is configured to manage the Android end APP installation package, and push the Android end APP installation package to the test equipment of the corresponding tester.
Specifically, when receiving an Android end APP installation package call request initiated by the tester 300, pushing a corresponding Android end APP installation package to test equipment of the corresponding tester based on an http protocol.
And the second sub-module 142 is configured to manage the iOS end APP installation package, push and install the iOS end APP installation package to the test equipment of the corresponding tester.
Specifically, when receiving an iOS end APP installation package call request initiated by the tester 300, configuring a root certificate and a public key for the corresponding iOS end APP installation package, performing OTA pushing based on an http protocol after configuration is completed, and installing the OTA pushing to test equipment of the corresponding tester.
The database module 150 is configured to store an APP installation package received by the mobile APP installation package management system, and record warehouse entry information of the APP installation package.
Further, referring to fig. 2, an architecture diagram of a mobile APP installation package management system based on Nodejs according to another embodiment of the present invention is shown. As shown in fig. 2, the mobile APP install package management system 100 further includes:
The continuous integration docking module 160 is configured to establish docking between the mobile APP installation package management system 100 and the continuous integration server 200, and automatically push the APP installation package continuously output by the continuous integration server 200 to the mobile APP installation package management system 100.
In a specific embodiment, the mobile APP installation package management system 100 (i.e., the product management platform) may be built by building a Linux server with Nodejs environments; furthermore, the system can keep the network between the system and the continuous integration server smooth, realize the continuous integration of the mobile terminal in the whole process, can be used for storing various versions of products (APP installation packages) and provides an OTA mode for downloading and installing the software packages.
For a clearer explanation of the mobile APP installation package management system based on Nodejs described above, specific embodiments are described below.
Referring to FIG. 3, an overall flow diagram of installation package management according to an embodiment of the present invention is shown. As shown in fig. 3, first, after the developer 400 performs APP development, the code is submitted to the Git repository 500.
The Git repository 500 is configured to receive the APP code submitted by the developer 400, store the APP code locally, and send the APP code to the persistent integration server 200.
The continuously integrated server 200 continuously integrates output products (APP installation packages) and pushes them through the product upload module 210.
Furthermore, the docking between the mobile APP installation package management system 100 and the continuous integration server 200 is established through the continuous integration docking module 160, 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, and the directory may be a fixed directory having read-write authority established on a Linux server. Accordingly, the database module 150 stores the APP installation package and records the warehouse entry information of the APP installation package.
The dynamic rendering module 120 may employ an Express component, specifically for: when the APP installation package stored in the database module 150 changes, dynamic rendering of the content is performed on the management page. Because of uncertainty in the time when developer 400 issues the new version, the server must have dynamic rendering capability, i.e., when the local APP library changes, the management page performs content dynamic rendering. By utilizing 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 display, and the tester 300 can be ensured to process in time.
The display module 130 is deployed with a display page written by using resource files such as html and css, and is specifically configured to: according to the dynamically rendered content, displaying the information of the APP installation package to the tester 300 through the website URL page 600; wherein, the information of APP installation package of showing includes: version number of APP installation package, base line number, engineering stage and mobile platform. In addition, in order to make the tester 300 more detailed about the APP installation package, detailed information such as the upload date, batch, development environment, etc. of the APP installation package may be displayed.
Nodejs the server module 140 is a server built by installing Nodejs on the Linux system and using npm tools.
Different protocols can be adopted for online installation for double-ended (Android, iOS), for which Nodejs server module 140 includes:
The first sub-module 141 is configured to manage an Android end APP installation package, and push the Android end APP installation package to a corresponding test device of a tester;
Specifically, when receiving an Android end APP installation package call request initiated by the tester 300, pushing a corresponding Android end APP installation package to test equipment of the corresponding tester based on an http protocol.
The second sub-module 142 is configured to manage the iOS end APP installation package, push and install the iOS end APP installation package to a test device of a corresponding tester;
specifically, when receiving an iOS end APP installation package call request initiated by the tester 300, configuring a root certificate and a public key for the corresponding iOS end APP installation package, performing OTA pushing based on an http protocol after configuration is completed, and installing the OTA pushing to test equipment of the corresponding tester.
Referring to fig. 3, the push installation process of the APP installation package for the tester 300 is as follows:
Step S301, the tester 300 accesses the website URL page 600; wherein the content of the website URL page 600 is provided by the presentation module 130.
Step S302, returning to the resource URL.
If the Android terminal APP installation package is the Android terminal APP installation package, executing step S303 and step S304;
if the package is the iOS terminal APP installation package, executing step S303 'and step S304';
In step S303, the tester 300 accesses Nodejs the server module 140 according to the URL.
In step S304, the first sub-module 141 pushes the corresponding Android end APP installation package based on the http protocol.
In step S303', the tester 300 accesses Nodejs the server module 140 according to the URL.
In step S304', the second sub-module 142 performs OTA push installation on the corresponding iOS end APP installation packet 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 testing stage can be decoupled, the efficiency of the two stages is greatly improved, and the system has the advantages of traceability, convenience in searching and the like for products; the OTA online installation built by Nodejs can overcome the inconvenience brought by the traditional data line installation, greatly improve the test efficiency and reduce the communication cost between development and test; the system and the method adopt a mode of local file management and template dynamic rendering, so that the product management platform can be perfectly connected with the continuous integrated server, the manual operation time is saved, and the full-flow automation of the APP continuous integrated process can be completely realized; compared with an Apache server, the Nodejs server has the advantages of hot start, single thread and the like, and the OTA platform built by Nodejs adopts non-blocking I/O and event driving, so that the concurrency upper limit of the server can be effectively improved.
It should be noted that while several modules of Nodejs-based mobile APP install package management system are mentioned in the above detailed description, this partitioning is merely exemplary and not mandatory. Indeed, the features and functions of two or more modules described above may be embodied in one module in accordance with embodiments of the present invention. Conversely, the features and functions of one module described above may be further divided into a plurality of modules to be embodied.
Having described the system of an exemplary embodiment of the present invention, next, a Nodejs-based mobile APP install package management method of an exemplary embodiment of the present invention is described 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, which comprises the following steps:
Step S401, an APP installation package pushed by a continuous integration server is received, and the APP installation package is stored;
step S402, dynamically rendering a management page according to the APP installation package;
step S403, displaying the information of the APP installation package to a tester according to the dynamically rendered content;
step S404, managing an Android terminal APP installation package through a first sub-module in a Nodejs server module, and pushing the Android terminal APP installation package to corresponding testing equipment of a tester;
Specifically, when receiving an Android end APP installation package call request initiated by the tester 300, pushing a corresponding Android end APP installation package to test equipment of the corresponding tester based on an http protocol.
In step S404', the second sub-module in the Nodejs server module is used to manage the iOS end APP installation package, and the iOS end APP installation package is pushed and installed to the test equipment of the corresponding tester.
Specifically, when receiving an iOS end APP installation package call request initiated by the tester 300, configuring a root certificate and a public key for the corresponding iOS end APP installation package, performing OTA pushing based on an http protocol after configuration is completed, and installing the OTA pushing to test equipment of the corresponding tester.
It should be noted that although the operations of the method of the present invention are described in a particular order in the above embodiments and the accompanying drawings, this does not require or imply that the operations must be performed in the particular order or that all of the illustrated operations be performed in order to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step to perform, and/or one step decomposed into multiple steps to perform.
Based on the foregoing inventive concept, as shown in fig. 5, the present invention further proposes a computer device 1500, including a memory 1510, a processor 1520, and a computer program 1530 stored on the memory 1510 and executable on the processor 1520, wherein the processor 1520 implements the aforementioned Nodejs-based mobile APP install package management method when executing the computer program 1530.
In another embodiment of the present invention, a computer readable storage medium is also provided, where a computer program is stored, and when the computer program is executed by a processor, the foregoing mobile APP installation package management method based on Nodejs is implemented.
Compared with the prior art, the mobile APP installation package management system and method based on Nodejs have at least the following advantages:
1. decoupling the development stage and the test stage greatly improves the efficiency of the two stages, and has the advantages of traceability, convenience in searching and the like for products.
2. The OTA on-line installation built by Nodejs can overcome the inconvenience brought by the traditional data line installation, greatly improve the test efficiency and reduce the communication cost between development and test.
3. By adopting the mode of local file management and template dynamic rendering, the product management platform can be perfectly connected with the continuous integration server, the manual operation time is saved, and the full-flow automation of the APP continuous integration process can be completely realized.
4. Compared with an Apache server, the Nodejs server has the advantages of hot start, single thread and the like, and the OTA platform built by Nodejs adopts non-blocking I/O and event driving, so that the concurrency upper limit of the server can be effectively improved.
It will be appreciated by those skilled in the art that 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 flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations 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 examples are only specific embodiments of the present invention, and are not intended to limit the scope of the present invention, but it should be understood by those skilled in the art that the present invention is not limited thereto, and that the present invention is described in detail with reference to the foregoing examples: any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or perform equivalent substitution of some of the technical features, while remaining within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (5)

1. A mobile APP installation package management system based on Nodejs, the system comprising: the system comprises a continuous integrated docking module, an installation package receiving module, a dynamic rendering module, a display module, a Nodejs server module and a database module; wherein,
The continuous integrated docking module is used for establishing docking between the mobile APP installation package management system and a 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;
The installation package receiving module is used for receiving the APP installation package pushed by the continuous integrated server;
the dynamic rendering module is used for dynamically rendering 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 dynamically rendered content;
The Nodejs server module includes:
The first sub-module is used for managing the Android terminal APP installation package and pushing the Android terminal APP installation package to corresponding testing equipment of a tester;
the second sub-module is used for managing the iOS terminal APP installation package, pushing and installing the iOS terminal APP installation package to the corresponding test equipment of the tester;
The database module is used for storing the APP installation package received by the mobile APP installation package management system and recording the warehouse-in information of the APP installation package;
Wherein, the first submodule is specifically used for:
When receiving an Android end APP installation package calling request initiated by a tester, pushing a corresponding Android end APP installation package to test equipment of the corresponding tester based on an http protocol;
wherein the second submodule is specifically configured to:
When receiving an iOS end APP installation package calling request initiated by a tester, configuring a root certificate and a public key for the corresponding iOS end APP installation package, performing OTA pushing based on an http protocol after configuration is completed, and installing the OTA pushing to test equipment of the corresponding tester;
The dynamic rendering module adopts an Express component and is specifically used for:
when the APP installation package stored in the database module is changed, dynamically rendering the content on the management page;
the display module is provided with display pages written by html and css, and is specifically used for:
according to the dynamically rendered content, displaying the information of the APP installation package to a tester through a website URL page; wherein, the information of APP installation package of showing includes: version number of APP installation package, base line number, engineering stage and mobile platform.
2. The Nodejs-based mobile APP install package management system of claim 1 wherein said Nodejs server module is a server built by installing Nodejs on a Linux system and using npm tools.
3. A mobile APP install package management method using the Nodejs-based mobile APP install package management system of claim 1, the method comprising:
Establishing a butt joint between the mobile APP installation package management system and a continuous integration server, and automatically pushing the APP installation package continuously output by the continuous integration server to the mobile APP installation package management system;
Receiving an APP installation package pushed by a continuous integration server, and storing the APP installation package;
dynamically rendering a management page according to the APP installation package;
Displaying the information of the APP installation package to a tester according to the dynamically rendered content;
Managing an Android end APP installation package through a first sub-module in a Nodejs server module, and pushing the Android end APP installation package to testing equipment of a corresponding tester;
Managing an iOS end APP installation package through a second sub-module in the Nodejs server module, pushing and installing the iOS end APP installation package to corresponding testing equipment of a tester;
Wherein, manage Android end APP installation package through the first submodule among Nodejs server module, will Android end APP installation package propelling movement to the test equipment of corresponding tester, include:
When receiving an Android end APP installation package calling request initiated by a tester, pushing a corresponding Android end APP installation package to test equipment of the corresponding tester based on an http protocol;
The second sub-module in the Nodejs server module is used for managing the iOS terminal APP installation package, pushing and installing the iOS terminal APP installation package to the corresponding testing equipment of the tester, and the testing equipment comprises the following components:
When receiving an iOS end APP installation package calling request initiated by a tester, configuring a root certificate and a public key for the corresponding iOS end APP installation package, performing OTA pushing based on an http protocol after configuration is completed, and installing the OTA pushing to test equipment of the corresponding tester;
Wherein, carry out the dynamic rendering of management page according to the APP installation package that installation package receiving module received, include:
Adopting an Express component to perform dynamic rendering, and performing dynamic rendering of content on a management page when an APP installation package stored in the database module changes;
According to the dynamically rendered content, the information of the APP installation package is displayed to a tester, and the method comprises the following steps:
Disposing a presentation page written by html and css, and presenting information of the APP installation package to a tester through a website URL page according to the dynamically rendered content; wherein, the information of APP installation package of showing includes: version number of APP installation package, base line number, engineering stage and mobile platform.
4. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of claim 3 when executing the computer program.
5. 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 3.
CN202010349163.6A 2020-04-28 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 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 2020-04-28 Nodejs-based mobile APP installation package management system and method

Publications (2)

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

Family

ID=72070770

Family Applications (1)

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

Country Status (1)

Country Link
CN (1) CN111562941B (en)

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

Also Published As

Publication number Publication date
CN111562941A (en) 2020-08-21

Similar Documents

Publication Publication Date Title
CN107193607B (en) Method and apparatus for updating code file, storage medium, processor, and terminal
CN106685687B (en) Gray scale dissemination method and device
EP3342145A1 (en) Deep linking to mobile application states through programmatic replay of user interface events
CN110162334B (en) Code management method, device and storage medium
CN113885870A (en) Application program updating method, electronic equipment, terminal equipment and system
CN108958788A (en) The method, apparatus and computer equipment of automatic synchronization refreshing browser
CN113535567B (en) Software testing method, device, equipment and medium
CN117435447A (en) Page performance testing method, system, equipment and storage medium
US9703848B2 (en) Caching linked queries for optimized compliance management
CN103488508A (en) Browser working method, browser and terminal equipment
CN113485927A (en) Test data generation method, device, equipment and storage medium
CN111562941B (en) Nodejs-based mobile APP installation package management system and method
CN110752964B (en) Network equipment testing method and device
CN111625291A (en) Automatic iteration method and device of data processing model and electronic equipment
CN111273967A (en) Remote hook setting method and device suitable for Android system and electronic equipment
CN107391132B (en) Method, device and equipment for target App to execute preset action
US11372638B2 (en) Automated dependency detection and response
CN114064307A (en) Method, related device and system for realizing application program sharing of cloud mobile phone
CN114153462A (en) Client source code processing method and device, storage medium and electronic equipment
CN113672225A (en) User interface processing method, device, equipment and storage medium
CN106357777A (en) Method for automatically and synchronously updating program and data based on Web server
CN111459583A (en) Menu creating method and device
CN113253991A (en) Task visualization processing method and device, electronic equipment and storage medium
CN110502251A (en) Using installation method and device
CN115563218A (en) Method and system for dynamically synchronizing data based on Flink CDC technology

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