CN112612512A - APP multi-version management method and device - Google Patents
APP multi-version management method and device Download PDFInfo
- Publication number
- CN112612512A CN112612512A CN202011600127.9A CN202011600127A CN112612512A CN 112612512 A CN112612512 A CN 112612512A CN 202011600127 A CN202011600127 A CN 202011600127A CN 112612512 A CN112612512 A CN 112612512A
- Authority
- CN
- China
- Prior art keywords
- data packet
- app
- version
- matching
- version management
- 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.)
- Pending
Links
- 238000007726 management method Methods 0.000 title claims description 17
- 238000000034 method Methods 0.000 claims abstract description 7
- 238000004590 computer program Methods 0.000 claims description 3
- 230000006870 function Effects 0.000 abstract description 6
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Stored Programmes (AREA)
Abstract
According to the method and the device for APP multi-version management, provided by the invention, a general data packet is configured, and the general data packet comprises an APP version number; the received first data packet is matched with the second data packet stored locally, the APP of each version is managed according to the matching result, certain specific functions can be managed conveniently only by opening specific APP versions, development workload is reduced, and the data packet can be reused and is easy to realize.
Description
Technical Field
The invention relates to the technical field of computers, in particular to an APP multi-version management method and device.
Background
The same APP usually has a plurality of packages that are put on shelf, and along with the change of version, the online APP that can have a plurality of versions simultaneously exists, but has some functions to restrict the APP package that only partial version just can use, realizes through repeated development function switch at every turn at present, and is more loaded down with trivial details, extravagant development work load and can not multiplex.
Disclosure of Invention
Technical problem to be solved
In order to solve the above problems in the prior art, the present invention provides a method and device for APP multi-version management, which can reduce the development workload and are easy to implement.
(II) technical scheme
In order to achieve the purpose, the invention adopts a technical scheme that:
a method for APP multi-version management comprises the following steps:
s1, configuring a general data packet, wherein the general data packet comprises an APP version number;
and S2, matching the received first data packet with the second data packet stored locally, and managing the APP of each version according to the matching result.
In order to achieve the purpose, the invention adopts a technical scheme that:
an apparatus for multi-version management of APP, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the program:
s1, configuring a general data packet, wherein the general data packet comprises an APP version number;
and S2, matching the received first data packet with the second data packet stored locally, and managing the APP of each version according to the matching result.
(III) advantageous effects
The invention has the beneficial effects that: configuring a general data packet, wherein the general data packet comprises an APP version number; the received first data packet is matched with the second data packet stored locally, the APP of each version is managed according to the matching result, certain specific functions can be managed conveniently only by opening specific APP versions, development workload is reduced, and the data packet can be reused and is easy to realize.
Drawings
FIG. 1 is a flowchart of a method for APP multi-version management according to an embodiment of the present invention;
fig. 2 is a schematic overall structure diagram of an APP multi-version management device according to an embodiment of the present invention.
[ description of reference ]
1: APP multi-version management equipment;
2: a memory;
3: a processor.
Detailed Description
For the purpose of better explaining the present invention and to facilitate understanding, the present invention will be described in detail by way of specific embodiments with reference to the accompanying drawings.
Example one
Referring to fig. 1, a method for APP multi-version management includes the steps of:
s1, configuring a general data packet, wherein the general data packet comprises an APP version number;
the general data packet further comprises platform information of the client, identification information of the data packet and constraint conditions associated with the APP version number.
Specifically, the data packet format can be configured as "platform: packet ID: version number ", where version number supports the version size determination of >, < and < >;
and S2, matching the received first data packet with the second data packet stored locally, and managing the APP of each version according to the matching result.
Step S2 specifically includes:
and receiving a first data packet, matching the first data packet with a second data packet according to the APP version number in the first data packet, the platform information of the client, the identification information of the data packet, and the constraint condition associated with the APP version number, and managing the APPs of all versions according to the matching result.
Specifically, when the client sends a request API, matching is performed according to the platform, package ID, and version number of the client, and the constraint condition defined by the function, and if matching is possible, it indicates that the function is available for the client.
Example two
Referring to fig. 2, an apparatus 1 for APP multi-version management includes a memory 2, a processor 3, and a computer program stored in the memory 2 and executable on the processor 3, where the processor 3 implements the steps in the first embodiment when executing the program.
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 (6)
1. A method for APP multi-version management is characterized by comprising the following steps:
s1, configuring a general data packet, wherein the general data packet comprises an APP version number;
and S2, matching the received first data packet with the second data packet stored locally, and managing the APP of each version according to the matching result.
2. The method for APP multi-version management according to claim 1, wherein the generic packet further comprises platform information of a client, identification information of a packet, and constraints associated with APP version numbers.
3. The APP multi-version management method according to claim 2, wherein the step S2 specifically includes:
and receiving a first data packet, matching the first data packet with a second data packet according to the APP version number in the first data packet, the platform information of the client, the identification information of the data packet, and the constraint condition associated with the APP version number, and managing the APPs of all versions according to the matching result.
4. An apparatus for multi-version management of APP, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the program implements the steps of:
s1, configuring a general data packet, wherein the general data packet comprises an APP version number;
and S2, matching the received first data packet with the second data packet stored locally, and managing the APP of each version according to the matching result.
5. The APP multi-version management device of claim 4, wherein the generic packet further comprises platform information of a client, identification information of a packet, and constraints associated with APP version numbers.
6. The APP multi-version management device according to claim 5, wherein the step S2 specifically includes:
and receiving a first data packet, matching the first data packet with a second data packet according to the APP version number in the first data packet, the platform information of the client, the identification information of the data packet, and the constraint condition associated with the APP version number, and managing the APPs of all versions according to the matching result.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011600127.9A CN112612512A (en) | 2020-12-30 | 2020-12-30 | APP multi-version management method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011600127.9A CN112612512A (en) | 2020-12-30 | 2020-12-30 | APP multi-version management method and device |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112612512A true CN112612512A (en) | 2021-04-06 |
Family
ID=75248933
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011600127.9A Pending CN112612512A (en) | 2020-12-30 | 2020-12-30 | APP multi-version management method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112612512A (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140229839A1 (en) * | 2013-02-13 | 2014-08-14 | Dropbox, Inc. | Seamless editing and saving of online content items using applications |
CN108279987A (en) * | 2018-01-19 | 2018-07-13 | 口碑(上海)信息技术有限公司 | The method for edition management and device of application program |
CN110222500A (en) * | 2019-06-14 | 2019-09-10 | 深圳前海微众银行股份有限公司 | Method for edition management, device, equipment and computer readable storage medium |
-
2020
- 2020-12-30 CN CN202011600127.9A patent/CN112612512A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20140229839A1 (en) * | 2013-02-13 | 2014-08-14 | Dropbox, Inc. | Seamless editing and saving of online content items using applications |
CN108279987A (en) * | 2018-01-19 | 2018-07-13 | 口碑(上海)信息技术有限公司 | The method for edition management and device of application program |
CN110222500A (en) * | 2019-06-14 | 2019-09-10 | 深圳前海微众银行股份有限公司 | Method for edition management, device, equipment and computer readable storage medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2019242166A1 (en) | Application update method and system, and computer device and storage medium | |
US9772838B2 (en) | Firmware update discovery and distribution | |
US20180181632A1 (en) | Automatically executing tasks and configuring access control lists in a data transformation system | |
AU2011213666B2 (en) | Extension point declarative registration for virtualization | |
CN111339041A (en) | File parsing and warehousing and file generating method and device | |
CN106778351B (en) | Data desensitization method and device | |
CN107807815B (en) | Method and device for processing tasks in distributed mode | |
CN107656729B (en) | List view updating apparatus, method and computer-readable storage medium | |
CN111107022B (en) | Data transmission optimization method, device and readable storage medium | |
CN110019496B (en) | Data reading and writing method and system | |
US20180284999A1 (en) | Data Migration with Application-Native Export and Import Capabilities | |
CN101655795B (en) | Method for creating service embodiment and system thereof | |
CN110688096A (en) | Method, device, medium and electronic equipment for constructing application program containing plug-in | |
US20130275943A1 (en) | Determining interface differences between different versions of an operating system | |
US11983519B2 (en) | Abort installation of firmware bundles | |
WO2020000657A1 (en) | Method and apparatus for establishing operation and maintenance monitoring connection, terminal device, and medium | |
CN112612512A (en) | APP multi-version management method and device | |
CN105247618A (en) | Method and device for hard disk drive to execute application code | |
CN113703933A (en) | Task processing method and device | |
CN117806718A (en) | Related device for restarting micro-service method | |
CN108804236B (en) | AIDL file sharing method and system | |
CN113515306B (en) | System transplanting method and device | |
CN107102901B (en) | Task processing method and device | |
CN116501253A (en) | Data storage method, device and system, readable storage medium and electronic equipment | |
US10705815B2 (en) | Split installation of a software product |
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 | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20210406 |