CN115964075A - Application export and import method and device, computer equipment and storage medium - Google Patents

Application export and import method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN115964075A
CN115964075A CN202211700389.1A CN202211700389A CN115964075A CN 115964075 A CN115964075 A CN 115964075A CN 202211700389 A CN202211700389 A CN 202211700389A CN 115964075 A CN115964075 A CN 115964075A
Authority
CN
China
Prior art keywords
application
version
data
file
export
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
CN202211700389.1A
Other languages
Chinese (zh)
Other versions
CN115964075B (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.)
Suzhou Fengzhiding Information Technology Co ltd
Original Assignee
Suzhou Fengzhiding 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 Suzhou Fengzhiding Information Technology Co ltd filed Critical Suzhou Fengzhiding Information Technology Co ltd
Priority to CN202211700389.1A priority Critical patent/CN115964075B/en
Publication of CN115964075A publication Critical patent/CN115964075A/en
Application granted granted Critical
Publication of CN115964075B publication Critical patent/CN115964075B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Stored Programmes (AREA)

Abstract

The application relates to the field of application development, and particularly discloses an application export and import method, device, equipment and storage medium. The method comprises the following steps: creating a blank application, designing the blank application, and generating a first application version; acquiring application data of the first application version based on the universal unique identification code; and generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file, and storing the application package file to realize the export of the first application version. According to the method, the high consistency of the import and export of the application data on the low-code platform is ensured by using the uniqueness of the universal unique code, the application can be created or updated and updated based on the data when the application data is subsequently imported to the production platform, the data is prevented from being damaged, the consistency of the imported and exported data is further improved, and the service complexity is reduced.

Description

Application export and import method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of application development, and in particular, to an application export/import method and apparatus, a computer device, and a storage medium.
Background
With the speed of informatization and digitization being increased, the low-code platform can realize rapid construction of the application, and the low-code platform and the low-code development rise and are popular rapidly, but the problem of uniqueness of data imported and exported by the application also comes along. The uniqueness of the imported and exported data can be guaranteed by using a plurality of field groups of the entity data and calculating the unique value, but the business logic and the system complexity are increased, and the consistency of the data imported and exported by the application cannot be guaranteed due to dirty data, error operation and the like, so that how to improve the consistency of the data imported and exported and reduce the business complexity become problems which need to be solved urgently.
Disclosure of Invention
The application export and import method and device, the computer equipment and the storage medium are provided to improve the consistency of imported and exported data and reduce the complexity of business.
In a first aspect, the present application provides an application export import method, including:
creating a blank application, designing the blank application, and generating a first application version;
acquiring application data of the first application version based on the universal unique identification code;
and generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file for storage, and realizing the export of the first application version.
Further, creating a blank application, designing the blank application, and generating a first application version, including:
creating the blank application based on a development platform;
and designing and defining the blank application and the application data of the blank application to generate the first application version.
Further, acquiring the application data of the first application version based on the universal unique identification code, including:
acquiring an application model of the first application version, an application page of the first application version and form data of the first application version based on the universal unique identification code;
and generating application data of the first application version based on the application model, the application page and the form data.
Further, generating a file in a data exchange format based on the application data of the first application version, and packaging the file into an application package file for storage, so as to implement export of the first application version, including:
taking the first application version as an export application version of a development platform, and generating a file in the data exchange format based on application data of the first application version;
and generating the application package file based on the file in the data exchange format, so as to realize the export of the exported application version from a development platform.
Further, generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file for storage, and after the export of the first application version is realized, the method further includes:
analyzing the application package file based on a public key of a developer to obtain an application entity of the first application version;
checking whether the first application version exists in a production platform or not based on the universal unique identification code;
if the first application version does not exist in the production platform, importing the first application version, and generating application entity data based on the entity data of the first application version.
Further, after checking whether the first application version already exists in the production platform based on the universal unique identification code, the method further includes:
if the first application version exists in the production platform, upgrading the first application version to generate a second application version;
updating the application data of the first application version based on the application entity data of the second application version.
Further, creating a blank application, designing the blank application, and after generating the first application version, the method further includes:
and taking the first application version as a development version, and marking the development version as a release version.
In a second aspect, the present application further provides an application export and import apparatus, including:
the first application version generation module is used for creating a blank application, designing the blank application and generating a first application version;
the application data generation module is used for acquiring the application data of the first application version based on the universal unique identification code;
and the application export module is used for generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file and storing the application package file, and realizing the export of the first application version.
In a third aspect, the present application also provides a computer device comprising a memory and a processor; the memory for storing a computer program; the processor is configured to execute the computer program and to implement the application export import method as described above when executing the computer program.
In a fourth aspect, the present application also provides a computer-readable storage medium storing a computer program, which when executed by a processor causes the processor to implement the application export import method as described above.
The application discloses an application export and import method, an application export and import device, computer equipment and a storage medium, a blank application is created, the blank application is designed, and a first application version is generated; acquiring application data of the first application version based on the universal unique identification code; and generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file for storage, and realizing the export of the first application version. The method ensures high consistency of the import and export of the application data on the low-code platform by using the uniqueness of the universal unique code, and can establish or update the application based on the data when the application data is subsequently imported into the production platform, thereby ensuring that the data is not damaged, further improving the consistency of the imported and exported data and reducing the service complexity.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the description below are some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a schematic flow chart of a first embodiment of an application export import method provided in an embodiment of the present application;
FIG. 2 is a schematic flow chart diagram illustrating a second embodiment of an application export import method according to an embodiment of the present application;
fig. 3 is a schematic flowchart of a third embodiment of an application export import method provided in an embodiment of the present application;
fig. 4 is a schematic block diagram of an application export and import apparatus according to an embodiment of the present application;
fig. 5 is a schematic block diagram of a structure of a computer device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
The flow diagrams depicted in the figures are merely illustrative and do not necessarily include all of the elements and operations/steps, nor do they necessarily have to be performed in the order depicted. For example, some operations/steps may be decomposed, combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
It is to be understood that the terminology used in the description of the present application herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in the specification of the present application and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should also be understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
The embodiment of the application provides an application export and import method, an application export and import device, computer equipment and a storage medium. The application export import method can be applied to a server, and high consistency of import and export of application data on a low-code platform is ensured by using the universal unique identification code. The server may be an independent server or a server cluster.
Some embodiments of the present application will be described in detail below with reference to the accompanying drawings. The embodiments and features of the embodiments described below can be combined with each other without conflict.
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating an application export/import method according to an embodiment of the present application. The application export import method can be applied to a server and is used for ensuring high consistency of import and export of application data on a low-code platform by using a universal unique identification code.
As shown in fig. 1, the application export import method specifically includes steps S101 to S103.
S101, creating a blank application, designing the blank application, and generating a first application version;
s102, acquiring application data of the first application version based on the universal unique identification code;
s103, generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file, and storing the application package file to realize the export of the first application version.
Creating a blank application, designing the blank application, and generating a first application version, wherein the method comprises the following steps: creating the blank application based on a development platform; and designing and defining the blank application and the application data of the blank application to generate the first application version.
Generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file for storage, and realizing export of the first application version, wherein the export comprises the following steps: the first application version is used as an export application version of a development platform, and a file in the data exchange format is generated based on application data of the first application version; and generating the application package file based on the file in the data exchange format, so as to realize the export of the exported application version from a development platform.
In one embodiment, based on the design and access rights of the user, a blank application is created on the development platform, the blank application is designed, application data is defined, a first application version is generated, the first application version is derived, the application is continuously designed, a plurality of application versions can be generated, and each application version is released. After the export application version is selected, exporting the application from the development platform, acquiring application data of each application version through UUID, generating JSON files from the application data of the export application and the application data of other application versions, generating application package files from the JSON files, and storing the application package files.
Among them, UUID (universal unique identifier) is a standard for software construction, and is also a part of the field of distributed computing environment organized by the open software foundation. The purpose is to make all elements in the distributed system have unique identification information without the need of specifying the identification information through a central control terminal. In this way, everyone can create a UUID that does not conflict with others. In such a case, the name duplication problem at the time of database creation does not need to be considered. JSON (JSON object notation) is a lightweight data exchange format. It stores and represents data in a text format that is completely independent of the programming language, based on a subset of ECMAScript (js specification set by the european computer association). The compact and clear hierarchy makes JSON an ideal data exchange language. The network transmission method is easy to read and write by people, is easy to analyze and generate by machines, and effectively improves the network transmission efficiency.
Creating a blank application, designing the blank application, and after generating a first application version, further comprising: and taking the first application version as a development version, and marking the development version as a release version.
In one embodiment, versions derived by the development platform default to development versions, development versions may be labeled as release versions, and development versions only retain the last 30 by default, development versions will be retained permanently, but may be deleted manually, only release versions may be exported.
In one embodiment, when the application is imported into the production platform, the application package file is acquired, the application package file is analyzed, and whether the application of the current application version exists in the production platform is judged through the UUID. If not, the created application is imported, otherwise, the data is imported and the application is upgraded, and the uniqueness of the data among the applications is ensured.
The embodiment discloses an application export and import method, an application export and import device, computer equipment and a storage medium, wherein a blank application is created and designed to generate a first application version; acquiring application data of the first application version based on the universal unique identification code; and generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file, and storing the application package file to realize the export of the first application version. The method stores the data of the application program when the application is exported, and can establish or update the application based on the data when the application is subsequently imported into the production platform, so that the data is not damaged, the consistency of the imported and exported data is improved, and the service complexity is reduced.
Referring to fig. 2, fig. 2 is a schematic flowchart illustrating an application export/import method according to an embodiment of the present application. The application export import method can be applied to a server and is used for ensuring high consistency of import and export of application data on a low-code platform by using a universal unique identification code.
As shown in fig. 2, the step S102 of the application export import method specifically includes steps S201 to S202.
S201, acquiring an application model of the first application version, an application page of the first application version and form data of the first application version based on the universal unique identification code;
s202, generating application data of the first application version based on the application model, the application page and the form data.
In one embodiment, after the first application version is selected as the exported application version, data such as an application model, an application page and form data of the exported application version are obtained through the universal unique identification code, the data such as the application model, the application page and the form data of the exported application version are used as the application data, the application data are generated into JSON files, and finally the JSON files are packaged into application package files to be stored.
The UUID (universally unique identifier) can be used to identify the attribute type, and is considered as a unique identifier in all spaces and times. In general, it is guaranteed that any UUID generated anywhere that this value is truly unique will not have the same value.
In a specific embodiment, whether data such as an application model, an application page, form data and the like belong to the application data of the first application version exactly or not can be judged by using the universal unique identification code, so that the inconsistency of the application data caused by data errors is avoided.
The embodiment discloses an application export and import method, an application export and import device, computer equipment and a storage medium, wherein an application model of a first application version, an application page of the first application version and form data of the first application version are obtained based on the universal unique identification code; and generating the application data of the first application version based on the application model, the application page and the form data. The method obtains the application data through the universal unique identification code, ensures the accuracy of the data, further improves the consistency of the imported and exported data, and reduces the complexity of the service.
Referring to fig. 3, fig. 3 is a schematic flowchart of an application export import method according to an embodiment of the present application. The application export import method can be applied to a server and is used for ensuring high consistency of import and export of application data on a low-code platform by using a universal unique identification code.
As shown in fig. 3, after step S103 of the application export import method, the method specifically includes steps S301 to S303.
S301, analyzing the application package file based on a public key of a developer to obtain an application entity of the first application version;
s302, based on the universal unique identification code, checking whether the first application version exists in a production platform;
s303, if the first application version does not exist in the production platform, importing the first application version, and generating application entity data based on the entity data of the first application version.
Based on the universal unique identification code, after checking whether the first application version already exists in the production platform, the method further comprises the following steps: if the first application version exists in the production platform, upgrading the first application version to generate a second application version; updating the application data of the first application version based on the application entity data of the second application version.
In one embodiment, when an application is imported into a production platform, a developer public key is imported, an application package file cak is selected, the cak file is analyzed, and whether a first application version exists in the production platform is checked through UUID. If the UUID does not exist, creating an application, and generating new application entity data through the UUID of the entity data; and if so, upgrading the first application version to obtain a second application version. Updating the existing application entity data through the UUID of the entity data, and ensuring the uniqueness of the data. The cak file is the file format of the application package file.
In a specific embodiment, the UUID is regarded as a unique identifier in all spaces and time, universal unique identification codes of applications of a production platform are compared, if the same universal unique identification codes exist, the current platform is indicated to have the application program to be led into the platform, the application program is upgraded according to data in an application package file, and application data are updated based on the upgraded new application program; if the application program does not exist, the application program is directly imported into the production platform. The application and the application data exported by the development platform are ensured to be completely the same as those in the production platform.
In one embodiment, the universal unique identifier is unique, a unique UUID is generated when the development platform exports the application and stores the application data, when the development platform imports the production platform, the application version corresponding to the current data can be identified based on the UUID, and the entity application is generated on the production platform according to the data corresponding to the UUID.
The embodiment discloses an application export and import method, an application export and import device, a computer device and a storage medium, wherein the application package file is analyzed based on a public key of a developer to obtain an application entity of the first application version; checking whether the first application version exists in a production platform or not based on the universal unique identification code; if the first application version does not exist in the production platform, importing the first application version, and generating application entity data based on the entity data of the first application version. When the application is imported into the production platform, the method judges whether the production platform has the current application version through the universal unique identification code, if so, the production platform is updated and updated based on new application entity data, if not, the current application version is imported, so that the data of the application exported and developed platform and the data of the application imported and produced platform are the same, the consistency of the imported and exported data is improved, and the service complexity is reduced.
Referring to fig. 4, fig. 4 is a schematic block diagram of an application export import apparatus according to an embodiment of the present application, where the application export import apparatus is configured to execute the foregoing application export import method. The application export and import device may be configured in the server.
As shown in fig. 4, the application export/import apparatus 400 includes:
a first application version generation module 401, configured to create a blank application, design the blank application, and generate a first application version;
an application data generating module 402, configured to obtain application data of the first application version based on a universal unique identifier;
an application export module 403, configured to generate a file in a data exchange format based on the application data of the first application version, and package the file into an application package file for storage, so as to implement export of the first application version.
In one embodiment, the first application version generation module 401 includes:
a blank application creating unit for creating the blank application based on a development platform;
and the first application version generation unit is used for designing and defining the blank application and the application data of the blank application to generate the first application version.
In one embodiment, the application data generation module 402 includes:
the data acquisition unit is used for acquiring the application model of the first application version, the application page of the first application version and the form data of the first application version based on the universal unique identification code;
and the application data generation unit is used for generating the application data of the first application version based on the application model, the application page and the form data.
In one embodiment, the application derivation module 503 includes:
the data file generating unit is used for taking the first application version as an export application version of a development platform and generating a file in the data exchange format based on the application data of the first application version;
and the application package file generating unit is used for generating the application package file based on the file in the data exchange format and realizing the export of the exported application version from a development platform.
In one embodiment, the application export importing apparatus 400 further includes an application importing module, where the application importing module includes:
an application entity obtaining unit, configured to analyze the application package file based on a developer public key to obtain an application entity of the first application version;
a production platform checking unit, configured to check whether a production platform already exists in the first application version based on the universal unique identification code;
and the application entity data generation unit is used for importing the first application version if the first application version does not exist in the production platform and generating application entity data based on the entity data of the first application version.
In one embodiment, the application import module further includes:
the second application generation unit is used for upgrading the first application version to generate a second application version if the first application version exists in the production platform;
and the application data updating unit is used for updating the application data of the first application version based on the application entity data of the second application version.
In one embodiment, the application export and import apparatus 400 further includes a release version labeling module, where the release version labeling module includes:
and the release version marking unit is used for taking the first application version as a development version and marking the development version as a release version.
It should be noted that, as will be clear to those skilled in the art, for convenience and brevity of description, the specific working processes of the apparatus and the modules described above may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The apparatus described above may be implemented in the form of a computer program which is executable on a computer device as shown in fig. 5.
Referring to fig. 5, fig. 5 is a schematic block diagram of a computer device according to an embodiment of the present application. The computer device may be a server.
Referring to fig. 5, the computer device includes a processor, a memory, and a network interface connected through a system bus, wherein the memory may include a nonvolatile storage medium and an internal memory.
The non-volatile storage medium may store an operating system and a computer program. The computer program comprises program instructions that, when executed, cause a processor to perform any one of the application export import methods.
The processor is used for providing calculation and control capability and supporting the operation of the whole computer equipment.
The internal memory provides an environment for running a computer program in the non-volatile storage medium, and the computer program, when executed by the processor, causes the processor to execute any one of the application export import methods.
The network interface is used for network communication, such as sending assigned tasks and the like. It will be appreciated by those skilled in the art that the configuration shown in fig. 5 is a block diagram of only a portion of the configuration associated with the present application, and is not intended to limit the computing device to which the present application may be applied, and that a particular computing device may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
It should be understood that the processor may be a Central Processing Unit (CPU), and the processor may be other general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, etc. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Wherein, in one embodiment, the processor is configured to execute a computer program stored in the memory to implement the steps of:
creating a blank application, designing the blank application, and generating a first application version;
acquiring application data of the first application version based on the universal unique identification code;
and generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file, and storing the application package file to realize the export of the first application version.
In one embodiment, the processor is configured to, when creating a blank application, designing the blank application, and generating a first application version, implement:
creating the blank application based on a development platform;
and designing and defining the blank application and the application data of the blank application to generate the first application version.
In one embodiment, the processor is configured to obtain the application data of the first application version based on the universally unique identifier, and is configured to:
acquiring an application model of the first application version, an application page of the first application version and form data of the first application version based on the universal unique identification code;
and generating the application data of the first application version based on the application model, the application page and the form data.
In one embodiment, the processor, in implementing application data based on the first application version, generates a file in a data exchange format, packages the file into an application package file for storage, and implements export of the first application version, so as to implement:
the first application version is used as an export application version of a development platform, and a file in the data exchange format is generated based on application data of the first application version;
and generating the application package file based on the file in the data exchange format, so as to realize the export of the exported application version from a development platform.
In one embodiment, the processor, after implementing the application data based on the first application version, generating a file in a data exchange format, packaging the file into an application package file for storage, and implementing the export of the first application version, is further configured to implement:
analyzing the application package file based on a public key of a developer to obtain an application entity of the first application version;
checking whether the first application version exists in a production platform based on the universal unique identification code;
if the first application version does not exist in the production platform, importing the first application version, and generating application entity data based on the entity data of the first application version.
In one embodiment, the processor, after implementing the checking whether the first application version already exists for the production platform based on the universally unique identification code, is further configured to implement:
if the first application version exists in the production platform, upgrading the first application version to generate a second application version;
updating the application data of the first application version based on the application entity data of the second application version.
In one embodiment, the processor, after implementing creating a blank application, designing the blank application, and generating the first application version, is further configured to implement:
and taking the first application version as a development version, and marking the development version as a release version.
The embodiment of the application also provides a computer-readable storage medium, wherein a computer program is stored in the computer-readable storage medium, the computer program comprises program instructions, and the processor executes the program instructions to realize any application export and import method provided by the embodiment of the application.
The computer-readable storage medium may be an internal storage unit of the computer device described in the foregoing embodiment, for example, a hard disk or a memory of the computer device. The computer readable storage medium may also be an external storage device of the computer device, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) card, a flash card (FlashCard), and the like, provided on the computer device.
While the invention has been described with reference to specific embodiments, the scope of the invention is not limited thereto, and those skilled in the art can easily conceive various equivalent modifications or substitutions within the technical scope of the invention. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. An application export import method, comprising:
creating a blank application, designing the blank application, and generating a first application version;
acquiring application data of the first application version based on the universal unique identification code;
and generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file, and storing the application package file to realize the export of the first application version.
2. The method for exporting and importing an application according to claim 1, wherein said creating a blank application and designing said blank application to generate a first application version comprises:
creating the blank application based on a development platform;
and designing and defining the blank application and the application data of the blank application to generate the first application version.
3. The method for exporting and importing an application according to claim 1, wherein said obtaining application data of the first application version based on the universally unique identifier comprises:
acquiring an application model of the first application version, an application page of the first application version and form data of the first application version based on the universal unique identification code;
and generating the application data of the first application version based on the application model, the application page and the form data.
4. The method for importing and exporting an application according to claim 1, wherein the generating a file in a data exchange format based on the application data of the first application version and packaging the file into an application package file for storage to implement the exporting of the first application version comprises:
taking the first application version as an export application version of a development platform, and generating a file in the data exchange format based on application data of the first application version;
and generating the application package file based on the file in the data exchange format, so as to realize the export of the exported application version from a development platform.
5. The method for importing and exporting an application according to claim 1, wherein the generating a file in a data exchange format based on the application data of the first application version, and packaging the file into an application package file for storage, further comprises:
analyzing the application package file based on a public key of a developer to obtain an application entity of the first application version;
checking whether the first application version exists in a production platform or not based on the universal unique identification code;
if the first application version does not exist in the production platform, importing the first application version, and generating application entity data based on the entity data of the first application version.
6. The method for exporting and importing an application according to claim 5, wherein said verifying whether a production platform already exists in said first application version based on said universally unique identifier further comprises:
if the first application version exists in the production platform, upgrading the first application version to generate a second application version;
updating the application data of the first application version based on the application entity data of the second application version.
7. The method for exporting and importing the application according to any of the claims 1 to 7, wherein after creating a blank application and designing the blank application to generate the first application version, further comprising:
and taking the first application version as a development version, and marking the development version as a release version.
8. An application export/import apparatus comprising:
the first application version generation module is used for creating a blank application, designing the blank application and generating a first application version;
the application data generation module is used for acquiring the application data of the first application version based on the universal unique identification code;
and the application export module is used for generating a file in a data exchange format based on the application data of the first application version, packaging the file into an application package file and storing the application package file to realize the export of the first application version.
9. A computer device, wherein the computer device comprises a memory and a processor;
the memory for storing a computer program;
the processor, configured to execute the computer program and to implement the application export import method according to any of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which, when executed by a processor, causes the processor to implement the application export import method of any of claims 1 to 7.
CN202211700389.1A 2022-12-28 2022-12-28 Application export import method and device, computer equipment and storage medium Active CN115964075B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211700389.1A CN115964075B (en) 2022-12-28 2022-12-28 Application export import method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211700389.1A CN115964075B (en) 2022-12-28 2022-12-28 Application export import method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN115964075A true CN115964075A (en) 2023-04-14
CN115964075B CN115964075B (en) 2024-03-01

Family

ID=87363061

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211700389.1A Active CN115964075B (en) 2022-12-28 2022-12-28 Application export import method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115964075B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020840A (en) * 2016-05-31 2016-10-12 浪潮软件股份有限公司 Device, system and method for constructing hybrid apk
CN106066808A (en) * 2016-05-30 2016-11-02 浪潮软件股份有限公司 A kind of ios application build server, cluster and method
CN108469957A (en) * 2018-03-08 2018-08-31 平安科技(深圳)有限公司 Using packing method for uploading, device, computer equipment and storage medium
US20200201614A1 (en) * 2018-12-20 2020-06-25 Servicenow, Inc. Automatic generation of a software configuration for license reconciliation
CN112636966A (en) * 2020-12-18 2021-04-09 中国人民解放军国防科技大学 Application batch deployment method based on remote debugging protocol
CN113987427A (en) * 2021-10-28 2022-01-28 苏州棱镜七彩信息科技有限公司 Tracing method of homologous codes
CN114510231A (en) * 2020-11-17 2022-05-17 腾讯科技(深圳)有限公司 Application construction method, device, equipment and computer readable storage medium
CN115033235A (en) * 2022-06-30 2022-09-09 浙江瑞华康源科技有限公司 System and method for flexibly multiplexing web page based on low-code development platform
CN115509545A (en) * 2022-09-26 2022-12-23 太保科技有限公司 IOS application packaging construction method and device
CN115510505A (en) * 2022-10-24 2022-12-23 康键信息技术(深圳)有限公司 Application file packaging method and device, electronic equipment and readable storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106066808A (en) * 2016-05-30 2016-11-02 浪潮软件股份有限公司 A kind of ios application build server, cluster and method
CN106020840A (en) * 2016-05-31 2016-10-12 浪潮软件股份有限公司 Device, system and method for constructing hybrid apk
CN108469957A (en) * 2018-03-08 2018-08-31 平安科技(深圳)有限公司 Using packing method for uploading, device, computer equipment and storage medium
US20200201614A1 (en) * 2018-12-20 2020-06-25 Servicenow, Inc. Automatic generation of a software configuration for license reconciliation
CN114510231A (en) * 2020-11-17 2022-05-17 腾讯科技(深圳)有限公司 Application construction method, device, equipment and computer readable storage medium
CN112636966A (en) * 2020-12-18 2021-04-09 中国人民解放军国防科技大学 Application batch deployment method based on remote debugging protocol
CN113987427A (en) * 2021-10-28 2022-01-28 苏州棱镜七彩信息科技有限公司 Tracing method of homologous codes
CN115033235A (en) * 2022-06-30 2022-09-09 浙江瑞华康源科技有限公司 System and method for flexibly multiplexing web page based on low-code development platform
CN115509545A (en) * 2022-09-26 2022-12-23 太保科技有限公司 IOS application packaging construction method and device
CN115510505A (en) * 2022-10-24 2022-12-23 康键信息技术(深圳)有限公司 Application file packaging method and device, electronic equipment and readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
侯俐至等: "基于Cloud Foundry 的云计算PaaS 平台 拓扑展示设计与实现", 《信息网络安全》, no. 08, pages 55 - 60 *

Also Published As

Publication number Publication date
CN115964075B (en) 2024-03-01

Similar Documents

Publication Publication Date Title
CN111428462B (en) Communication protocol template construction method and terminal equipment
CN108958714B (en) Business component type development method and device, computer equipment and storage medium
US20240045850A1 (en) Systems and methods for database orientation transformation
CN107609004B (en) Application program embedding method and device, computer equipment and storage medium
CN110275861B (en) Data storage method and device, storage medium and electronic device
CN111858727B (en) Multi-data source data export system and method based on template configuration
CN108595187A (en) Method, device and the storage medium of Android installation kit integrated software development kit
CN112769706B (en) Componentized routing method and system
CN111177113A (en) Data migration method and device, computer equipment and storage medium
CN111240772A (en) Data processing method and device based on block chain and storage medium
CN111782207A (en) Method, device and equipment for generating task stream code and storage medium
CN114895935A (en) Method and device for flashing vehicle ECU, electronic equipment and storage medium
CN112965721A (en) Android-based project compiling method and device, computer equipment and storage medium
CN115525534A (en) Test case generation method and platform based on swagger interface test
CN111324645B (en) Block chain data processing method and device
CN110806891B (en) Method and device for generating software version of embedded device
CN111488144A (en) Data processing method and equipment
CN115964075B (en) Application export import method and device, computer equipment and storage medium
CN116048609A (en) Configuration file updating method, device, computer equipment and storage medium
US20190317877A1 (en) Application state monitoring
CN115629763A (en) Target code generation method and NPU instruction display method and device
CN114385155A (en) vue project visualization tool generation method, device, equipment and storage medium
CN114625372A (en) Automatic component compiling method and device, computer equipment and storage medium
CN111580799A (en) Domain specific language script assembling method and system
CN107506299B (en) Code analysis method and terminal equipment

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