CN112817616A - PKG file management method and terminal - Google Patents

PKG file management method and terminal Download PDF

Info

Publication number
CN112817616A
CN112817616A CN202110230602.6A CN202110230602A CN112817616A CN 112817616 A CN112817616 A CN 112817616A CN 202110230602 A CN202110230602 A CN 202110230602A CN 112817616 A CN112817616 A CN 112817616A
Authority
CN
China
Prior art keywords
pkg
pkg file
file
version
item
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
CN202110230602.6A
Other languages
Chinese (zh)
Other versions
CN112817616B (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.)
Fujian Huisibo Digital Technology Co ltd
Original Assignee
Fuzhou Huisibo Information 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 Fuzhou Huisibo Information Technology Co ltd filed Critical Fuzhou Huisibo Information Technology Co ltd
Priority to CN202110230602.6A priority Critical patent/CN112817616B/en
Publication of CN112817616A publication Critical patent/CN112817616A/en
Application granted granted Critical
Publication of CN112817616B publication Critical patent/CN112817616B/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
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The invention discloses a PKG file management method and a terminal, wherein a transaction number corresponding to a transaction to be developed is generated for the transaction to be developed according to a transaction development request by receiving the transaction development request; developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file; generating corresponding version information according to the PKG file; the first mapping relation between the PKG file and the version information and the item number is established and stored, the PKG file and the development item are not independent in the prior art, the association between the PKG file and the development item is established, and the PKG file can be effectively managed.

Description

PKG file management method and terminal
Technical Field
The invention relates to the technical field of file management, in particular to a PKG file management method and a terminal.
Background
The PKG file (Package configuration file) is a file format of software commonly used on the Android payment terminal, and the PKG file is generally used as vendor bottom software. The PKG file may be used to update a system firmware version, place a file to a system-specified path, execute some adb (Android Debug Bridge) commands when the PKG file is installed in a terminal through script control, and so on. The PKG file plays a crucial role in some payment devices based on the Android platform.
At present, the management of the PKG file version and the import in the version making mainly rely on the developer to upload and submit the PKG file through SVN (version control system). And the version maker acquires all PKG files under the required directory from the SVN to participate in compiling and making the system version when making the system version.
With the above means, there are the following problems:
(1) it is difficult for a version maker to select a desired version from among a plurality of PKG file versions according to the needs of a version plan.
(2) The system version, the PKG file and the development items are stored respectively and are independent.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: a method and a terminal for managing a PKG file are provided, which can effectively manage the PKG file.
In order to solve the technical problems, the invention adopts a technical scheme that:
a PKG file management method includes the steps:
receiving a transaction development request, and generating a corresponding transaction number for the transaction to be developed according to the transaction development request;
developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file;
generating corresponding version information according to the PKG file;
and establishing a first mapping relation among the PKG file, the version information and the item number and storing the first mapping relation.
In order to solve the technical problem, the invention adopts another technical scheme as follows:
a PKG file management terminal, comprising a memory, a processor, and a computer program stored on the memory and operable on the processor, the processor implementing the following steps when executing the computer program:
receiving a transaction development request, and generating a corresponding transaction number for the transaction to be developed according to the transaction development request;
developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file;
generating corresponding version information according to the PKG file;
and establishing a first mapping relation among the PKG file, the version information and the item number and storing the first mapping relation.
The invention has the beneficial effects that:
generating a corresponding item number for an item to be developed according to the item development request by receiving the item development request; developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file; generating corresponding version information according to the PKG file; the first mapping relation between the PKG file and the version information and the item number is established and stored, the PKG file and the development item are not independent in the prior art, the association between the PKG file and the development item is established, and the PKG file can be effectively managed.
Drawings
Fig. 1 is a flowchart illustrating steps of a method for managing a PKG file according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a PKG file management terminal according to an embodiment of the present invention;
FIG. 3 is a block diagram of a PKG file management method according to an embodiment of the present invention;
fig. 4 is a schematic diagram showing a PKG file of the method for managing a PKG file in the embodiment of the present invention;
fig. 5 is a schematic diagram showing a history version of any PKG file in the method for managing PKG files according to the embodiment of the present invention;
fig. 6 is a schematic diagram illustrating creation of a version plan of a PKG file management method according to an embodiment of the present invention.
Detailed Description
In order to explain technical contents, achieved objects, and effects of the present invention in detail, the following description is made with reference to the accompanying drawings in combination with the embodiments.
Referring to fig. 1, an embodiment of the present invention provides a method for managing a PKG file, including the steps of:
receiving a transaction development request, and generating a corresponding transaction number for the transaction to be developed according to the transaction development request;
developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file;
generating corresponding version information according to the PKG file;
and establishing a first mapping relation among the PKG file, the version information and the item number and storing the first mapping relation.
From the above description, the beneficial effects of the present invention are: generating a corresponding item number for an item to be developed according to the item development request by receiving the item development request; developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file; generating corresponding version information according to the PKG file; the first mapping relation between the PKG file and the version information and the item number is established and stored, the PKG file and the development item are not independent in the prior art, the association between the PKG file and the development item is established, and the PKG file can be effectively managed.
Further, the step of generating the corresponding PKG file further includes:
and updating the item state corresponding to the item to be developed.
As can be seen from the above description, after the PKG file is developed, the item status corresponding to the item to be developed is updated, so that the developer can know the item status of each item to be developed.
Further, the first mapping relation further comprises item information corresponding to the item to be developed;
the management method further comprises the steps of:
receiving a PKG file display request, wherein the PKG file display request comprises a PKG file identifier to be displayed;
and acquiring and displaying the PKG file, the version information, the item number and the item information corresponding to the PKG file identification to be displayed according to the PKG file identification to be displayed and the first mapping relation.
As can be seen from the above description, after receiving the PKG file display request, the system version maker can obtain and display the PKG file, the version information, the item number, and the item information corresponding to the PKG file identifier to be displayed according to the PKG file identifier to be displayed included in the display request and the mapping relationship established before, so as to enable the system version maker to obtain the relevant information of all the PKG files, and when making the system version later, the version maker can select the PKG file that needs to participate in the version making from a plurality of PKG files according to the relevant information of the PKG file.
Further, the method also comprises the following steps:
receiving a system version making request sent by a system version making server, wherein the system version making request comprises target version information of a PKG file required by a system version to be made;
determining a target PKG file corresponding to the target version information according to the target version information and the first mapping relation;
and sending the target PKG file to the system versioning server.
As can be seen from the above description, when a versioning worker needs to make a system version, the PKG file corresponding to the target version information is sent to the system version making server according to the target version information of the PKG file required by the system version to be made and included in the system version making request and the first mapping relationship, so that the versioning worker can make the system version conveniently.
Further, after the step of sending the target PKG file to the system versioning server, the method further includes the steps of:
receiving a PKG file corresponding to the manufactured system version and version information corresponding to the PKG file, which are sent by the system version manufacturing server;
and establishing a second mapping relation between the PKG file corresponding to the manufactured system version and the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version, and storing the second mapping relation.
As can be seen from the above description, after the system version is manufactured, the PKG file corresponding to the manufactured system version and the version number corresponding to the PKG file are received, and the second mapping relationship between the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version is established, so that the association between the system version and the development item is established, and a version manufacturer can conveniently check which PKG files and corresponding item information are imported into the existing system version.
Referring to fig. 2, another embodiment of the present invention provides a PKG file management terminal, including a memory, a processor, and a computer program stored in the memory and running on the processor, where the processor executes the computer program to implement the following steps:
receiving a transaction development request, and generating a corresponding transaction number for the transaction to be developed according to the transaction development request;
developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file;
generating corresponding version information according to the PKG file;
and establishing a first mapping relation among the PKG file, the version information and the item number and storing the first mapping relation.
From the above description, the beneficial effects of the present invention are: generating a corresponding item number for an item to be developed according to the item development request by receiving the item development request; developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file; generating corresponding version information according to the PKG file; the first mapping relation between the PKG file and the version information and the item number is established and stored, the PKG file and the development item are not independent in the prior art, the association between the PKG file and the development item is established, and the PKG file can be effectively managed.
Further, the step of generating the corresponding PKG file further includes:
and updating the item state corresponding to the item to be developed.
As can be seen from the above description, after the PKG file is developed, the item status corresponding to the item to be developed is updated, so that the developer can know the item status of each item to be developed.
Further, the first mapping relation further comprises item information corresponding to the item to be developed;
the management method further comprises the steps of:
receiving a PKG file display request, wherein the PKG file display request comprises a PKG file identifier to be displayed;
and acquiring and displaying the PKG file, the version information, the item number and the item information corresponding to the PKG file identification to be displayed according to the PKG file identification to be displayed and the first mapping relation.
As can be seen from the above description, after receiving the PKG file display request, the system version maker can obtain and display the PKG file, the version information, the item number, and the item information corresponding to the PKG file identifier to be displayed according to the PKG file identifier to be displayed included in the display request and the mapping relationship established before, so as to enable the system version maker to obtain the relevant information of all the PKG files, and when making the system version later, the version maker can select the PKG file that needs to participate in the version making from a plurality of PKG files according to the relevant information of the PKG file.
Further, the method also comprises the following steps:
receiving a system version making request sent by a system version making server, wherein the system version making request comprises target version information of a PKG file required by a system version to be made;
determining a target PKG file corresponding to the target version information according to the target version information and the first mapping relation;
and sending the target PKG file to the system versioning server.
As can be seen from the above description, when a versioning worker needs to make a system version, the PKG file corresponding to the target version information is sent to the system version making server according to the target version information of the PKG file required by the system version to be made and included in the system version making request and the first mapping relationship, so that the versioning worker can make the system version conveniently.
Further, after the step of sending the target PKG file to the system versioning server, the method further includes the steps of:
receiving a PKG file corresponding to the manufactured system version and version information corresponding to the PKG file, which are sent by the system version manufacturing server;
and establishing a second mapping relation between the PKG file corresponding to the manufactured system version and the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version, and storing the second mapping relation.
As can be seen from the above description, after the system version is manufactured, the PKG file corresponding to the manufactured system version and the version number corresponding to the PKG file are received, and the second mapping relationship between the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version is established, so that the association between the system version and the development item is established, and a version manufacturer can conveniently check which PKG files and corresponding item information are imported into the existing system version.
The PKG file management method and the terminal of the present invention can be applied to any operating system having a PKG file, such as an Android system, an MAC system, and the like, and are described below by specific embodiments:
example one
In this embodiment, as shown in fig. 3, fig. 3 shows a framework flow of all module integrations for implementing the PKG file management method;
the main functions and characteristics of each module are as follows:
a code server: code for storing and managing PKG files; the code server manages code using standard git (code hosting technology), repo (code version management tool);
and (3) encrypting the gateway: the code server is used for encrypting the codes of the code server to prevent the codes from leaking, all downloaded codes need to be encrypted through the encryption gateway, and the codes need to be operated under an authorized environment for checking or changing;
item server: for recording and managing all development requirements; after the development requirement is decomposed, a development item is created, and when a code or a PKG file is submitted, a corresponding item number (issueID) must be uploaded;
the PKG management server: used for storing and managing all PKG files;
a system version creation server: the system version is used for compiling, manufacturing and managing a complete system version; the PKG file is a part of version making, and when the version making is carried out, the required PKG file needs to be acquired from the PKG management server to participate in the version making;
PC front end tool: the system comprises an interface for displaying event information, providing an interface for creating a version plan, providing an interface for developing event management, a PKG file display and management interface and the like;
the local compiling server: the method is used for developing codes by developers; the functions of submitting codes to a code server, compiling the codes, making PKG files, submitting the PKG files and the like are realized;
version presentation web: the system version information display device is used for displaying the system version information manufactured by the system version manufacturing server and the related information of the imported PKG file;
referring to fig. 1 and 3, a method for managing a PKG file according to this embodiment includes the steps of:
s1, receiving a matter development request, and generating a corresponding matter number for the matter to be developed according to the matter development request;
for example, as shown in fig. 3, the PC front-end tool receives a transaction development request sent by a developer, generates a corresponding issueID for a transaction to be developed according to the transaction development request, and stores the generated issueID in the transaction server;
s2, developing corresponding codes according to the development requirements in the item development request, and generating corresponding PKG files;
specifically, the step of generating the corresponding PKG file further includes:
and updating the item state corresponding to the item to be developed.
For example, as shown in fig. 3, the local compiling server compiles and creates a PKG file according to a code input by a developer, and submits the created PKG file and issueID to the PKG management server;
after the development self-test is completed, the code and the test case are sent to a code server, and when a commit command of the code is executed, namely the code is submitted, the corresponding issueID and description of the code submission are received;
after receiving and checking the codes, the code server sends updated item state information to the item server;
the item server updates the item state corresponding to the item to be developed, for example, the item state is updated from development to development completion;
s3, generating corresponding version information according to the PKG file;
for example, the PKG management server generates corresponding version information according to the PKG file;
the version information comprises a version number and a corresponding function description;
s4, establishing a first mapping relation among the PKG file, the version information and the item number and storing the first mapping relation;
wherein the first mapping relation further comprises event information corresponding to the event to be developed;
the item information comprises item subject, item description, item belonging, item classification, item state, associated item, initiator, responsible person, start time, expected time and the like;
for example, the PKG management server establishes a first mapping relationship among the PKG file, the version information, the issueID, and the transaction information, and stores the first mapping relationship;
as shown in fig. 3, because of the independence of codes and PKG file management among a plurality of teams or remote departments of a company, the PKG management server also provides a PKG file interface for a remote PKG file management platform, and the remote PKG file management platform can acquire the relevant information of the PKG file and download the PKG file through the interface.
Example two
Referring to fig. 3 to 5, the present embodiment further defines how to display the related information of the PKG file based on the first embodiment, and specifically includes:
receiving a PKG file display request, wherein the PKG file display request comprises a PKG file identifier to be displayed;
for example, as shown in fig. 3, the PC front-end tool sends a PKG file display request to the PKG management server, where the PKG file display request includes a PKG file identifier to be displayed; the PKG management server receives a PKG file display request;
the PKG file identifier to be displayed is an identifier of the PKG file to be displayed, and is used to distinguish different PKG files, such as file names of the PKG files, and the like, and according to the PKG file identifier, which PKG file is, which is can be known, so as to find out the corresponding mapping relationship, thereby finding out the PKG file;
acquiring and displaying the PKG file, the version information, the item number and the item information corresponding to the PKG file identification to be displayed according to the PKG file identification to be displayed and the first mapping relation;
for example, the PKG management server obtains the PKG file, the version information, the issueID, and the item information corresponding to the PKG file identifier to be displayed according to the PKG file identifier to be displayed and the first mapping relationship, and sends the PKG file, the version information, the issueID, and the item information to the PC front-end tool;
after receiving the information, the PC front-end tool extracts corresponding information according to a preset display interface to display the information, as shown in fig. 4 and 5, in fig. 4, the latest version number and corresponding function description, issueID, and the person in charge, expected time, item description, and belonging item in the item information of each PKG file are extracted; FIG. 5 extracts all version information of any PKG file and corresponding function description, issueID, responsible person, expected time, item description, belonging item in item information;
it should be noted that, when the PC front-end tool displays the PKG file, the naming rule of the display name of the PKG file is: platform abbreviation-branch name-module name pkg; when uploading the PKG file, automatically changing the file name according to the uploaded LTR according to the naming rule, wherein the actual stored file name of the file is the display name plus the version number; in addition, the original file name of the PKG file uploaded by the user is also stored, and the file name is used for tracing when the file is in error.
EXAMPLE III
Referring to fig. 3 and 6, the present embodiment further defines how to acquire the PKG file to participate in the system version creation and how to acquire the related information of the PKG file imported by the system version based on the first embodiment and the second embodiment, and specifically includes:
receiving a system version making request sent by a system version making server, wherein the system version making request comprises target version information of a PKG file required by a system version to be made;
determining a target PKG file corresponding to the target version information according to the target version information and the first mapping relation;
sending the target PKG file to the system version making server;
for example, as shown in fig. 3 and 6, a version maker checks the related information of a PKG file through a PC front-end tool, and creates a version plan;
the PC front-end tool sends the version plan to a system version making server, and the system version making server sends a system version making request to a PKG management server according to the version plan;
the PKG management server receives a system versioning request, where the system versioning request includes target version information of a PKG file required by a system version to be manufactured, that is, a version name in fig. 6;
the PKG management server determines a target PKG file corresponding to the target version information according to the target version information and the first mapping relation, and sends the target PKG file to the system version making server;
the system version making server compiles and makes the system version after receiving the target PKG file;
receiving a PKG file corresponding to the manufactured system version and version information corresponding to the PKG file, which are sent by the system version manufacturing server;
establishing a second mapping relation between the PKG file corresponding to the manufactured system version and the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version, and storing the second mapping relation;
for example, as shown in fig. 6, the system version creating server sends the PKG file corresponding to the created system version and the version number corresponding to the PKG file to the version exhibition web; after receiving the version display web, establishing and storing a second mapping relation between the PKG file corresponding to the manufactured system version and the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version;
when the version display web receives the system version display request, the PKG file and the version information corresponding to the system version to be displayed are obtained according to the system version identification to be displayed and the second mapping relation, wherein the system version identification to be displayed is contained in the system version display request, and the version information is displayed.
Example four
Referring to fig. 2, a PKG file management terminal includes a memory, a processor, and a computer program stored in the memory and running on the processor, where the processor executes the computer program to implement the steps in the first embodiment, the second embodiment, or the third embodiment.
In summary, according to the management method and the terminal for the PKG file provided by the present invention, the received item development request generates the corresponding item number for the item to be developed, develops the corresponding code according to the development requirement in the item development request, generates the corresponding PKG file, generates the corresponding version information according to the PKG file, establishes the first mapping relationship among the PKG file, the version information, and the item number, saves the first mapping relationship, and establishes the association between the PKG file and the development item; the first mapping relation also comprises item information corresponding to the items to be developed, a PKG file display request comprising the identification of the PKG file to be displayed is received, the PKG file, the version information, the item number and the item information corresponding to the identification of the PKG file to be displayed are obtained and displayed according to the identification of the PKG file to be displayed and the first mapping relation, a system version manufacturing request sent by a system version manufacturing server comprising the target version information of the PKG file required by the system version to be manufactured is received, the target PKG file corresponding to the target version information is determined according to the target version information and the first mapping relation, the target PKG file is sent to the system version manufacturing server, a system version manufacturer can obtain the related information of all the PKG files, and the version manufacturer can select the target PKG file required to participate in the version manufacturing from a plurality of PKG files according to the related information of the PKG file, thus, making version; and receiving the PKG file corresponding to the manufactured system version and the version number corresponding to the PKG file, which are sent by the system version manufacturing server, establishing a second mapping relation between the PKG file corresponding to the manufactured system version and the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version, and storing the second mapping relation, so that the association is established between the system version and the development item, and version manufacturers can conveniently check which PKG files and corresponding item information are imported into the existing system version, thereby effectively managing the PKG files.
The above description is only an embodiment of the present invention, and not intended to limit the scope of the present invention, and all equivalent changes made by using the contents of the present specification and the drawings, or applied directly or indirectly to the related technical fields, are included in the scope of the present invention.

Claims (10)

1. A PKG file management method is characterized by comprising the following steps:
receiving a transaction development request, and generating a corresponding transaction number for the transaction to be developed according to the transaction development request;
developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file;
generating corresponding version information according to the PKG file;
and establishing a first mapping relation among the PKG file, the version information and the item number and storing the first mapping relation.
2. The method for managing PKG files as recited in claim 1, further comprising, after said generating the corresponding PKG file, the steps of:
and updating the item state corresponding to the item to be developed.
3. The method for managing a PKG file according to claim 1, wherein the first mapping relationship further includes transaction information corresponding to the transaction to be developed;
the management method further comprises the steps of:
receiving a PKG file display request, wherein the PKG file display request comprises a PKG file identifier to be displayed;
and acquiring and displaying the PKG file, the version information, the item number and the item information corresponding to the PKG file identification to be displayed according to the PKG file identification to be displayed and the first mapping relation.
4. The method for managing PKG files as recited in claim 1, further comprising the steps of:
receiving a system version making request sent by a system version making server, wherein the system version making request comprises target version information of a PKG file required by a system version to be made;
determining a target PKG file corresponding to the target version information according to the target version information and the first mapping relation;
and sending the target PKG file to the system versioning server.
5. The method for managing PKG files as recited in claim 4, wherein the step of sending the target PKG file to the system versioning server further comprises:
receiving a PKG file corresponding to the manufactured system version and version information corresponding to the PKG file, which are sent by the system version manufacturing server;
and establishing a second mapping relation between the PKG file corresponding to the manufactured system version and the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version, and storing the second mapping relation.
6. A PKG file management terminal comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor implements the following steps when executing the computer program:
receiving a transaction development request, and generating a corresponding transaction number for the transaction to be developed according to the transaction development request;
developing a corresponding code according to the development requirement in the item development request, and generating a corresponding PKG file;
generating corresponding version information according to the PKG file;
and establishing a first mapping relation among the PKG file, the version information and the item number and storing the first mapping relation.
7. The terminal for managing PKG files according to claim 6, further comprising, after the generating of the corresponding PKG file, the steps of:
and updating the item state corresponding to the item to be developed.
8. The terminal of claim 6, wherein the first mapping relationship further includes transaction information corresponding to the transaction to be developed;
the management method further comprises the steps of:
receiving a PKG file display request, wherein the PKG file display request comprises a PKG file identifier to be displayed;
and acquiring and displaying the PKG file, the version information, the item number and the item information corresponding to the PKG file identification to be displayed according to the PKG file identification to be displayed and the first mapping relation.
9. The terminal for managing PKG files according to claim 6, further comprising the steps of:
receiving a system version making request sent by a system version making server, wherein the system version making request comprises target version information of a PKG file required by a system version to be made;
determining a target PKG file corresponding to the target version information according to the target version information and the first mapping relation;
and sending the target PKG file to the system versioning server.
10. The terminal for managing PKG files as claimed in claim 9, wherein the step of sending the target PKG file to the system versioning server further comprises:
receiving a PKG file corresponding to the manufactured system version and version information corresponding to the PKG file, which are sent by the system version manufacturing server;
and establishing a second mapping relation between the PKG file corresponding to the manufactured system version and the version information corresponding to the PKG file and the item number of the item corresponding to the manufactured system version, and storing the second mapping relation.
CN202110230602.6A 2021-03-02 2021-03-02 PKG file management method and terminal Active CN112817616B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110230602.6A CN112817616B (en) 2021-03-02 2021-03-02 PKG file management method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110230602.6A CN112817616B (en) 2021-03-02 2021-03-02 PKG file management method and terminal

Publications (2)

Publication Number Publication Date
CN112817616A true CN112817616A (en) 2021-05-18
CN112817616B CN112817616B (en) 2022-12-09

Family

ID=75862702

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110230602.6A Active CN112817616B (en) 2021-03-02 2021-03-02 PKG file management method and terminal

Country Status (1)

Country Link
CN (1) CN112817616B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101403964A (en) * 2008-11-18 2009-04-08 四川赛文纳克软件有限公司 Integration type software configuration management method based on transaction management
CN103729195A (en) * 2014-01-15 2014-04-16 北京奇虎科技有限公司 Control method and system for software version
CN107526777A (en) * 2017-07-21 2017-12-29 阿里巴巴集团控股有限公司 A kind of method and apparatus handled based on version number file
US20180004579A1 (en) * 2016-06-30 2018-01-04 International Business Machines Corporation Method for managing control-loss processing during critical processing sections while maintaining transaction scope integrity
CN108279987A (en) * 2018-01-19 2018-07-13 口碑(上海)信息技术有限公司 The method for edition management and device of application program
CN111782276A (en) * 2019-04-04 2020-10-16 福州瑞芯微电子股份有限公司 Method and terminal for automatically identifying hardware version
CN112256320A (en) * 2020-11-04 2021-01-22 广州繁星互娱信息科技有限公司 Version number generation method, device, terminal and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101403964A (en) * 2008-11-18 2009-04-08 四川赛文纳克软件有限公司 Integration type software configuration management method based on transaction management
CN103729195A (en) * 2014-01-15 2014-04-16 北京奇虎科技有限公司 Control method and system for software version
US20180004579A1 (en) * 2016-06-30 2018-01-04 International Business Machines Corporation Method for managing control-loss processing during critical processing sections while maintaining transaction scope integrity
CN107526777A (en) * 2017-07-21 2017-12-29 阿里巴巴集团控股有限公司 A kind of method and apparatus handled based on version number file
CN108279987A (en) * 2018-01-19 2018-07-13 口碑(上海)信息技术有限公司 The method for edition management and device of application program
CN111782276A (en) * 2019-04-04 2020-10-16 福州瑞芯微电子股份有限公司 Method and terminal for automatically identifying hardware version
CN112256320A (en) * 2020-11-04 2021-01-22 广州繁星互娱信息科技有限公司 Version number generation method, device, terminal and storage medium

Also Published As

Publication number Publication date
CN112817616B (en) 2022-12-09

Similar Documents

Publication Publication Date Title
US7051316B2 (en) Distributed computing component system with diagrammatic graphical representation of code with separate delineated display area by type
US9916134B2 (en) Methods and systems for accessing distributed computing components through the internet
KR102341154B1 (en) High-speed application for installation on mobile devices for permitting remote configuration of such mobile devices
US10296298B1 (en) Systems and methods for cross platform information exchange mechanism for integrating web-based components with a native application
US20050080811A1 (en) Configuration management architecture
KR20000070089A (en) Software update manager
WO2020015191A1 (en) Business rule releasing and managing method, electronic device and readable storage medium
EP1906305B1 (en) Method and system for data preparation and communication between software applications
CN105389187B (en) System updating method
CN111522577A (en) Dependency package version management method, device, equipment and storage medium
CN109933510A (en) Method, apparatus, electronic equipment and the storage medium of interface management
EP3851955A1 (en) Systems and methods for software documentation and code generation management
CN112817616B (en) PKG file management method and terminal
CN102597952B (en) Software library rebuilds apparatus and method and utilizes the guider of these apparatus and method
CN115981718A (en) Code publishing method and device, computer equipment and storage medium
US20220413843A1 (en) Combining model-driven applications and canvas-type applications with application lifecycle management
US20140245168A1 (en) Graphical User Interface Editor that Displays Live Data During Editing
CN112486990B (en) Method and equipment for describing synchronous database table structure according to model
US11301246B2 (en) Automatically generating continuous integration pipelines
CN116028138B (en) Application publishing method and device
US20210349708A1 (en) System and method involving multiple software targets packaged into one file
CN112817623B (en) Method and device for publishing application program, mobile terminal and readable storage medium
CN113626007B (en) Application method and device of connector model and server
GIANG et al. Automated Continuous Integration Using CircleCI and Firebase for Android Application Development
US20210224239A1 (en) Recipe management system

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Room 201-9, Zone C, No. 18 Guanri Road, Phase II, Software Park, Torch High tech Zone, Xiamen City, Fujian Province, 361000

Patentee after: Fujian Huisibo Digital Technology Co.,Ltd.

Address before: No. 89 Software Avenue, Tongpan Road, Gulou District, Fuzhou City, Fujian Province, 350000. 510, Floor 5, 34 #, Zone C, Fuzhou Software Park

Patentee before: FUZHOU HUISIBO INFORMATION TECHNOLOGY Co.,Ltd.