CN111078232B - Application program packaging method, device, equipment and medium - Google Patents

Application program packaging method, device, equipment and medium Download PDF

Info

Publication number
CN111078232B
CN111078232B CN201911221452.1A CN201911221452A CN111078232B CN 111078232 B CN111078232 B CN 111078232B CN 201911221452 A CN201911221452 A CN 201911221452A CN 111078232 B CN111078232 B CN 111078232B
Authority
CN
China
Prior art keywords
packaging
time
application program
packaged
logic
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
CN201911221452.1A
Other languages
Chinese (zh)
Other versions
CN111078232A (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.)
Jiangsu Manyun Software Technology Co Ltd
Original Assignee
Jiangsu Manyun Software Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu Manyun Software Technology Co Ltd filed Critical Jiangsu Manyun Software Technology Co Ltd
Priority to CN201911221452.1A priority Critical patent/CN111078232B/en
Publication of CN111078232A publication Critical patent/CN111078232A/en
Application granted granted Critical
Publication of CN111078232B publication Critical patent/CN111078232B/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/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses an application program packaging method, device, equipment and medium, and relates to the technical field of Internet. The method comprises the following steps: matching the current time with the packaging time of the application program to be packaged; if the matching is consistent, obtaining a packing logic associated with the packing time; and triggering the execution of the packaging logic to generate a packaging file of the application program to be packaged. The embodiment of the invention provides an application program packaging method, device, equipment and medium, and aims to improve the packaging efficiency and packaging accuracy of an application program.

Description

Application program packaging method, device, equipment and medium
Technical Field
The embodiment of the invention relates to the technical field of Internet, in particular to a method, a device, equipment and a medium for packaging an application program.
Background
Before the application program is formally released to be on-line, the performance test and the generation of an installation package need to be carried out on the application program at a preset time, wherein the generation of the test package needs to be carried out on the application program before the performance test. The order in which applications typically publish threads is: firstly, the publishing time of the online version is determined, and then the testing time and the installation package generating time of the application program are determined.
In the prior art, a method for packaging a test package and an installation package of an application program is as follows: and packaging the application program by related personnel at the determined test time to generate a test package, and packaging the tested application program at the installation package generation time to generate an installation package.
However, in the process of implementing the present invention, the inventors found that the above method has the following problems: when a plurality of application programs suitable for different operating systems and different user terminals are required to be issued simultaneously aiming at the same application, the manual packaging efficiency is low, and the manual error rate is high.
Disclosure of Invention
The embodiment of the invention provides an application program packaging method, device, equipment and medium, and aims to improve the packaging efficiency and packaging accuracy of an application program.
In a first aspect, an embodiment of the present invention provides an application packaging method, where the method includes:
matching the current time with the packaging time of the application program to be packaged;
if the matching is consistent, obtaining a packing logic associated with the packing time;
and triggering the execution of the packaging logic to generate a packaging file of the application program to be packaged.
Further, the packaging time includes at least one of an offline test package generation time, an online test package generation time, and an installation package generation time.
Further, before the matching the current time with the packaging time of the application program to be packaged, the method further includes:
newly building at least one card in the release version of the application program to be packaged for filling the packaging time and the packaging logic index, wherein each card is associated with one application program to be packaged;
and acquiring the packing time and the packing logic through the card.
Further, the card further comprises basic information of the application program to be packaged, wherein the basic information comprises at least one of the name of the application program to be packaged, the company to which the application program belongs, an applicable platform and the packaging logic of the current edition.
Further, after at least one card is newly built in the release version of the application program to be packaged for filling in the packaging time and the packaging logic index, the method further includes:
and responding to a packaging information query request, and displaying the packaging start-stop time and the packaging logical index of the application program to be packaged.
In a second aspect, an embodiment of the present invention further provides an application packaging apparatus, where the apparatus includes:
the time matching module is used for matching the current time with the packaging time of the application program to be packaged;
the logic acquisition module is used for acquiring the packing logic associated with the packing time if the matching is consistent;
and the logic triggering module is used for triggering the execution of the packaging logic and generating a packaging file of the application program to be packaged.
Further, the packaging time includes at least one of an offline test package generation time, an online test package generation time, and an installation package generation time.
Further, the apparatus further comprises:
the card newly-building module is used for building at least one card in the release version of the application program to be packaged for filling the packaging time and the packaging logic index before the current time is matched with the packaging time of the application program to be packaged, wherein each card is associated with one application program to be packaged;
and the time acquisition module is used for acquiring the packing time and the packing logic through the card.
Further, the card further comprises basic information of the application program to be packaged, wherein the basic information comprises at least one of the name of the application program to be packaged, the company to which the application program belongs, an applicable platform and the packaging logic of the current edition.
Further, the apparatus further comprises:
and the information query module is used for responding to a packaging information query request and displaying the packaging start-stop time and the packaging logic index of the application program to be packaged after at least one card is newly built in the release version of the application program to be packaged for filling the packaging time and the packaging logic index.
In a third aspect, an embodiment of the present invention further provides an apparatus, where the apparatus includes:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement an application packaging method as in any of the embodiments of the present application.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the application packaging method according to any one of the embodiments of the present application.
The embodiment of the invention matches the current time with the packaging time of the application program to be packaged; if the matching is consistent, obtaining a packing logic associated with the packing time; and triggering the execution of the packaging logic to generate a packaging file of the application program to be packaged, thereby realizing the automatic packaging of the application program and improving the packaging efficiency. Because the packing process avoids manual participation, the packing accuracy is improved.
Drawings
Fig. 1 is a flowchart of an application packaging method according to an embodiment of the present invention;
fig. 2 is a flowchart of an application packaging method provided in the second embodiment of the present application;
fig. 3 is a flowchart of an application packaging method provided in the third embodiment of the present application;
fig. 4 is a schematic view of a version management page provided in the third embodiment of the present application;
fig. 5 is a schematic diagram of a basic information filling-in page provided in the third embodiment of the present application;
fig. 6 is a schematic diagram of an offline test information filling page provided in the third embodiment of the present application;
fig. 7 is a schematic diagram of an online test information filling page provided in the third embodiment of the present application;
fig. 8 is a schematic diagram of a publishing information filling page provided in the third embodiment of the present application;
fig. 9 is a schematic diagram of an information query page provided in the third embodiment of the present application;
fig. 10 is a schematic structural diagram of an application packaging apparatus according to a fourth embodiment of the present application;
fig. 11 is a schematic structural diagram of an apparatus according to a fifth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of an application packaging method according to an embodiment of the present invention. The embodiment can be applied to the case of packaging the application program at regular time. The method may be performed by an application packaging apparatus, which may be implemented in software and/or hardware. Referring to fig. 1, an application packaging method provided in an embodiment of the present application includes:
and S110, matching the current time with the packaging time of the application program to be packaged.
The current time refers to the time of the current time.
Specifically, the packaging time is determined according to the online time of the application program to be packaged.
The packaging time comprises at least one of off-line test package generation time, on-line test package generation time and installation package generation time.
The time for generating the offline test packet refers to the time for packaging the application program to be packaged to generate the offline test packet.
The offline test package is a package file for performing offline test on the application program to be packaged.
The online test packet generation time is the time for packaging the application program to be packaged to generate the online test packet.
The online test package is a package file for online testing of the application program to be packaged.
And S120, if the matching is consistent, obtaining the packing logic associated with the packing time.
And S130, triggering the execution of the packaging logic and generating a packaging file of the application program to be packaged.
Specifically, if the packaging time includes offline test package generation time, online test package generation time, and installation package generation time, the application packaging method provided in the embodiment of the present application may be described as follows:
matching the current time with the off-line test package generation time, the on-line test package generation time and the installation package generation time;
if the matching is consistent, obtaining the packing logic associated with the packing time which is consistent in matching;
and triggering the execution of the packaging logic to generate a packaging file of the application program to be packaged.
According to the technical scheme of the embodiment of the invention, the current time is matched with the packaging time of the application program to be packaged; if the matching is consistent, obtaining packing logic associated with the packing time; and triggering the execution of the packaging logic to generate a packaging file of the application program to be packaged, so that the automatic packaging of the application program is realized, and the packaging efficiency is improved. Because the packing process avoids manual participation, the packing accuracy is improved.
Example two
Fig. 2 is a flowchart of an application packaging method according to a second embodiment of the present application. The present embodiment is an alternative proposed on the basis of the above-described embodiments. Referring to fig. 2, an application packaging method provided in the embodiment of the present application includes:
s210, building at least one card in the release version of the application program to be packaged newly for filling in the packaging time and the packaging logic index.
Wherein each card is associated with one of the applications to be packaged.
Exemplarily, if the release version includes four to-be-packaged applications, namely, a driver end suitable for the android operating system, a goods owner end suitable for the android operating system, a driver end suitable for the ios operating system, and a goods owner end suitable for the ios operating system, four cards need to be newly created, and each card fills in the packaging time and the packaging logic index of each to-be-packaged application.
In order to facilitate the user to know the basic information of the application to be issued, the card further comprises the basic information of the application to be packaged, and the basic information comprises at least one of the name of the application to be packaged, the company to which the application belongs, an applicable platform and the packaging logic of the release.
In order to realize the query of the user on the packaging information, after at least one card is newly built in the release version of the application program to be packaged for filling in the packaging time and the packaging logic index, the method further comprises the following steps:
and responding to a packaging information query request, and displaying the packaging start-stop time and the packaging logical index of the application program to be packaged.
S220, acquiring the packing time and the packing logic through the card.
And S230, matching the current time with the packaging time of the application program to be packaged.
S240, if the matching is consistent, the packing logic associated with the packing time is obtained.
And S250, triggering the execution of the packaging logic and generating a packaging file of the application program to be packaged.
According to the technical scheme, at least one card is newly built in the release version of the application program to be packaged for filling in the packaging time and the packaging logic index, and each card is associated with one application program to be packaged, so that the configuration of the packaging time and the packaging logic of each application program to be packaged is facilitated for a user.
EXAMPLE III
Fig. 3 is a flowchart of an application packaging method according to a third embodiment of the present application. The present embodiment is an alternative proposed on the basis of the above-described embodiments. Referring to fig. 3, the technical solution of the embodiment of the present application includes:
firstly, entering a version management page, and only an administrator configured with authority can perform the following read-write operations:
1. create version name and description: creating a name of the publishing;
2. cards in the new version: cards for each application under a version are created, for example: IOS-driver side application, android-driver side application, IOS-cargo host side application;
3. configuring relevant parameters of each card, wherein the specific parameters are as follows:
name: the application program is used for describing each card association;
group: selecting which of the groups the big category is, the first company or the second company;
platform: the applicable operating system is IOS or android;
packing the logical indexes: selecting specific packing logics involved in the edition sending, and configuring indexes of the packing logics;
off-line test information: setting the test extracting time, namely the off-line test packet generating time, and the index of off-line test packet generating logic, configuring related packaging parameters, and setting the mail and other communication information notified after the packaging is finished;
on-line test information: setting TestFlight test time (TF test time for short), namely on-line test packet generation time and an index of on-line test packet generation logic, configuring relevant packaging parameters, and setting mails and other communication information notified after packaging is completed;
publishing information: setting the generation time of the installation package, the index of the installation package packaging logic, configuring relevant packaging parameters, and setting the mail and other communication information notified after the packaging is finished.
4. Timing triggering: the background triggers a packing task at regular time according to the time parameter configured by the user in the previous step, automatically packs the task at the point of arrival, and sends a packing result to a corresponding mailbox and other communication receivers after the packing is finished;
5. and (3) filing versions: after all the card tasks of one version are completed, the information of the version can be filed and kept as a history.
Specifically, the page layout of the version management page as a whole is shown in fig. 4.
The filling block diagram of the basic information in the new card is shown in fig. 5.
Clicking next to enter the filling page of the off-line test information, as shown in fig. 6.
Filling off-line test information:
a. the date range of the overall offline test time.
b. The expression of time, 5 bits respectively represent the time-sharing day and month week.
As shown in fig. 6014, 16 × represents weekly, monthly, daily 14:00,16:00, with the dates ranging from 2019-09-25 to 2019-09-27, i.e. 14:00 and 16:00 perform packing.
c. This point in time requires packed packing logic.
After the above operation is completed, clicking the next step to enter the online test information setting, as shown in fig. 7:
after the online test information is filled in, clicking the next step to enter a publishing information filling page, as shown in fig. 8:
and finishing the version setting after clicking submission, and automatically triggering the packaging operation when the version setting is finished.
Clicking on the node entries in the card of fig. 4 can view the specific information at each time point, as shown in fig. 9.
The embodiment of the application can realize the following effects: the operation of packaging the application program is completely automated, and a user only needs to select each packaging time on a version management page and select the packaging logic needing to be packaged. The time selected by the user can be processed into a timing task which automatically triggers packaging, the packaging can be automatically carried out at the point, and the packaged result can be sent to the relevant user through the mail, so that a series of manual operations of the user are omitted.
The method has the greatest advantages that complicated manual matters such as configuration, packaging, fixed-point operation and the like are all configured and managed in a unified mode, hands of users are liberated, working efficiency of testing and development is greatly improved, and APP related management of companies is optimized integrally.
Example four
Fig. 10 is a schematic structural diagram of an application packaging apparatus according to a fourth embodiment of the present application. Referring to fig. 10, an application packaging apparatus according to a fourth embodiment of the present application includes: a time matching module 10, a logic obtaining module 20 and a logic triggering module 30.
The time matching module 10 is configured to match the current time with the packaging time of the application program to be packaged;
a logic obtaining module 20, configured to obtain a packing logic associated with the packing time if the matching is consistent;
and the logic triggering module 30 is configured to trigger execution of the packaging logic, and generate a packaged file of the application program to be packaged.
According to the technical scheme of the embodiment of the invention, the current time is matched with the packaging time of the application program to be packaged; if the matching is consistent, obtaining packing logic associated with the packing time; and triggering the execution of the packaging logic to generate a packaging file of the application program to be packaged, so that the automatic packaging of the application program is realized, and the packaging efficiency is improved. Because the packing process avoids manual participation, the packing accuracy is improved.
Further, the packaging time includes at least one of an offline test package generation time, an online test package generation time, and an installation package generation time.
Further, the apparatus further comprises:
the card newly-building module is used for building at least one card in the release version of the application program to be packaged for filling the packaging time and the packaging logic index before the current time is matched with the packaging time of the application program to be packaged, wherein each card is associated with one application program to be packaged;
and the time acquisition module is used for acquiring the packing time and the packing logic through the card.
Further, the card further comprises basic information of the application program to be packaged, wherein the basic information comprises at least one of the name of the application program to be packaged, the company to which the application program belongs, an applicable platform and the packaging logic of the current edition.
Further, the apparatus further comprises:
and the information query module is used for responding to a packaging information query request and displaying the packaging start-stop time and the packaging logic index of the application program to be packaged after at least one card is newly built in the release version of the application program to be packaged for filling the packaging time and the packaging logic index.
The application program packaging device provided by the embodiment of the invention can execute the application program packaging method provided by any embodiment of the invention, and has corresponding functional modules and beneficial effects of the execution method.
It should be noted that, based on the technical teaching of the above embodiments, a person skilled in the art may motivate the above embodiments to be combined to improve the packaging efficiency and the packaging accuracy of the application program.
EXAMPLE five
Fig. 11 is a schematic structural diagram of an apparatus according to a fifth embodiment of the present invention, as shown in fig. 11, the apparatus includes a processor 70, a memory 71, an input device 72, and an output device 73; the number of processors 70 in the device may be one or more, and one processor 70 is taken as an example in fig. 11; the processor 70, the memory 71, the input device 72 and the output device 73 of the apparatus may be connected by a bus or other means, as exemplified by the bus connection in fig. 11.
The memory 71 is used as a computer-readable storage medium for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the application packaging method in the embodiment of the present invention (e.g., the time matching module 10, the logic obtaining module 20, and the logic triggering module 30 in the application packaging device). The processor 70 executes various functional applications of the device and data processing by executing software programs, instructions and modules stored in the memory 71, that is, implements the application packaging method described above.
The memory 71 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. Further, the memory 71 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the memory 71 may further include memory located remotely from the processor 70, which may be connected to the device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 72 may be used to receive entered numeric or character information and to generate key signal inputs relating to user settings and function controls of the apparatus. The output device 73 may include a display device such as a display screen.
Example six
An embodiment of the present invention further provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform an application packaging method, where the method includes:
matching the current time with the packaging time of the application program to be packaged;
if the matching is consistent, obtaining a packing logic associated with the packing time;
and triggering the execution of the packaging logic to generate a packaging file of the application program to be packaged.
Of course, the storage medium provided by the embodiment of the present invention includes computer-executable instructions, where the computer-executable instructions are not limited to the operations of the method described above, and may also execute related operations in the application packaging method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention or portions thereof contributing to the prior art may be embodied in the form of a software product, which can be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the methods according to the embodiments of the present invention.
It should be noted that, in the embodiment of the search apparatus, each included unit and each included module are merely divided according to functional logic, but are not limited to the above division, as long as corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (8)

1. An application packaging method, comprising:
matching the current time with the packaging time of the application program to be packaged;
if the matching is consistent, obtaining a packing logic associated with the packing time;
triggering the execution of the packaging logic to generate a packaging file of the application program to be packaged;
before the current time is matched with the packaging time of the application program to be packaged, the method further comprises the following steps:
at least one card is newly built in the release version of the application program to be packaged for filling the packaging time and the packaging logic index, wherein each card is associated with one application program to be packaged;
and acquiring the packing time and the packing logic through the card.
2. The method of claim 1, wherein the packing time comprises at least one of an offline test package generation time, an online test package generation time, and an installation package generation time.
3. The method of claim 1, wherein the card further comprises basic information of the application to be packaged, and the basic information comprises at least one of a name of the application to be packaged, a company of the application, an applicable platform, and a packaging logic of the current edition.
4. The method of claim 1, wherein after creating at least one card in the release version of the application to be packaged for filling in the packaging time and packaging logic index, the method further comprises:
and responding to a packed information query request, and displaying the packing start-stop time and the packing logical index of the application program to be packed.
5. An application packaging apparatus, comprising:
the time matching module is used for matching the current time with the packaging time of the application program to be packaged;
the logic acquisition module is used for acquiring the packing logic associated with the packing time if the matching is consistent;
the logic triggering module is used for triggering the execution of the packaging logic and generating a packaging file of the application program to be packaged;
the application program device further comprises:
the card newly-building module is used for building at least one card in the release version of the application program to be packaged for filling the packaging time and the packaging logic index before the current time is matched with the packaging time of the application program to be packaged, wherein each card is associated with one application program to be packaged;
and the time acquisition module is used for acquiring the packing time and the packing logic through the card.
6. The apparatus of claim 5, wherein the packing time comprises at least one of an offline test package generation time, an online test package generation time, and an installation package generation time.
7. An application packaging apparatus, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the application packaging method of any of claims 1-4.
8. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the application packaging method according to any one of claims 1 to 4.
CN201911221452.1A 2019-12-03 2019-12-03 Application program packaging method, device, equipment and medium Active CN111078232B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911221452.1A CN111078232B (en) 2019-12-03 2019-12-03 Application program packaging method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911221452.1A CN111078232B (en) 2019-12-03 2019-12-03 Application program packaging method, device, equipment and medium

Publications (2)

Publication Number Publication Date
CN111078232A CN111078232A (en) 2020-04-28
CN111078232B true CN111078232B (en) 2022-09-16

Family

ID=70312599

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911221452.1A Active CN111078232B (en) 2019-12-03 2019-12-03 Application program packaging method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN111078232B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106502746A (en) * 2016-11-02 2017-03-15 网易(杭州)网络有限公司 The packaging method and device of application program
CN107450941A (en) * 2017-06-26 2017-12-08 深圳市小牛在线互联网信息咨询有限公司 Automatic packaging method, device, storage medium and computer equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106502746A (en) * 2016-11-02 2017-03-15 网易(杭州)网络有限公司 The packaging method and device of application program
CN107450941A (en) * 2017-06-26 2017-12-08 深圳市小牛在线互联网信息咨询有限公司 Automatic packaging method, device, storage medium and computer equipment

Also Published As

Publication number Publication date
CN111078232A (en) 2020-04-28

Similar Documents

Publication Publication Date Title
CN109299150B (en) Configurable multi-data-source adaptation rule engine solution method
CN111158613B (en) Data block storage method and device based on access heat and storage equipment
CN112286806A (en) Automatic testing method and device, storage medium and electronic equipment
CN112131196A (en) Distributed log processing method and device, terminal equipment and storage medium
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN110941251A (en) Production control method, device, equipment and medium based on digital twin body
CN110990350B (en) Log analysis method and device
CN114253798A (en) Index data acquisition method and device, electronic equipment and storage medium
CN109657317A (en) A kind of method, system and the equipment of CPLD pin assignments
CN111078232B (en) Application program packaging method, device, equipment and medium
CN113254350A (en) Flink operation testing method, device, equipment and storage medium
CN110505294B (en) Method for automatically distributing test flight data files
CN117131545A (en) Data processing method and device, storage medium and terminal
CN115941538A (en) Testing system, testing method and testing device for multi-party security calculation
CN115168509A (en) Processing method and device of wind control data, storage medium and computer equipment
CN106330556B (en) A kind of method and apparatus calling related information for generating service module
CN116263717A (en) Order service processing method and device based on event
CN110851446B (en) Data table generation method and device, computer equipment and storage medium
CN112416995B (en) Data statistics method, device, computer equipment and storage medium
CN111444618A (en) Simulation method and device based on variable dictionary
CN114371969A (en) Page performance testing method and device, electronic equipment and storage medium
CN110162542B (en) Data page turning method and device based on cassandra, computer equipment and storage medium
CN110928672A (en) Task arranging method, device and equipment and storage medium
CN111752677A (en) Cloud resource configuration method, system, terminal and storage medium
CN111309623B (en) Coordinate class data classification test method and device

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
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20200428

Assignee: Nanjing Manyun Cold Chain Technology Co.,Ltd.

Assignor: JIANGSU MANYUN SOFTWARE TECHNOLOGY Co.,Ltd.

Contract record no.: X2023980038397

Denomination of invention: Application Packaging Methods, Devices, Devices, and Media

Granted publication date: 20220916

License type: Common License

Record date: 20230724