CN115129300A - Application development method, apparatus, device, medium, and program product - Google Patents

Application development method, apparatus, device, medium, and program product Download PDF

Info

Publication number
CN115129300A
CN115129300A CN202211045186.3A CN202211045186A CN115129300A CN 115129300 A CN115129300 A CN 115129300A CN 202211045186 A CN202211045186 A CN 202211045186A CN 115129300 A CN115129300 A CN 115129300A
Authority
CN
China
Prior art keywords
program
application
functional
target function
target
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
Application number
CN202211045186.3A
Other languages
Chinese (zh)
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.)
Taiping Financial Technology Services Shanghai Co Ltd Shenzhen Branch
Original Assignee
Taiping Financial Technology Services Shanghai Co Ltd Shenzhen Branch
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 Taiping Financial Technology Services Shanghai Co Ltd Shenzhen Branch filed Critical Taiping Financial Technology Services Shanghai Co Ltd Shenzhen Branch
Priority to CN202211045186.3A priority Critical patent/CN115129300A/en
Publication of CN115129300A publication Critical patent/CN115129300A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Abstract

The application relates to an application development method, an application development device, application development equipment, an application development medium and a program product, and belongs to the technical field of computers. The method comprises the following steps: splitting application programs of all applications in the current equipment according to functions, and packaging the split application programs to obtain a plurality of functional programs; receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target function program, and determining the target function program according to the identification information of the target function program; and sending the determined target function program to third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application. The application development method, the application development device, the application development equipment, the application development medium and the program product can improve application development efficiency.

Description

Application development method, apparatus, device, medium, and program product
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an application development method, apparatus, device, medium, and program product.
Background
With the rise of intelligent terminals such as tablet computers and smart phones in the market, the intelligent terminals become an indispensable part of life of people, and people can perform operations such as online chatting, online games and online shopping through application programs installed on the intelligent terminals. In order to meet the diverse demands of users, different applications need to be developed.
At present, a code program corresponding to a business requirement is written manually, corresponding application parameters are filled in the code program, and then the code program is executed to complete application development operation on the application program. However, when the application program needs to be developed for many times, a complex code program needs to be manually written each time, so that the application development workload is increased, the application development time is influenced, and the problem of low application development efficiency is caused.
Disclosure of Invention
In view of the above, it is desirable to provide an application development method, apparatus, device, medium, and program product that can improve the efficiency of application development.
In a first aspect, the present application provides an application development method, including: splitting application programs of all applications in current equipment according to functions, and packaging the split application programs to obtain a plurality of functional programs; receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target function program, and determining the target function program according to the identification information of the target function program;
and sending the determined target function program to third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application.
In one embodiment, the method further comprises: sending the identification information of the functional program and the address information corresponding to the functional program to a management server so that the management server correspondingly stores the identification information of the functional program and the address information of the functional program; correspondingly, the receiving of the acquisition request sent by the third-party device includes: and receiving an acquisition request sent by the target address information searched in the management server by the third-party equipment according to the identification information of the target function program.
In one embodiment, the method further comprises: detecting whether the functional program has program abnormality, and debugging and updating the functional program if the functional program has program abnormality; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the updated target function program to the third-party equipment.
In one embodiment, splitting the application program of each application in the current device according to the function includes: decoupling processing is carried out on the application programs of all the applications, and the application programs after decoupling processing are split according to functions.
In one embodiment, the method further comprises: compiling the functional program, and storing the compiled functional program into a preset file set; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the compiled target function program to third-party equipment.
In one embodiment, the functional program includes a basic program and a feature program, and the third-party device embeds the received target functional program into a preset program architecture to generate the target application, including:
and the third-party equipment embeds the basic program into a preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
In one embodiment, the feature program is included in the functional program, and the third-party device embeds the received target functional program into a preset program architecture to generate the target application, including:
and the third-party equipment embeds the preset basic program into the preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
In a second aspect, the present application further provides an application development apparatus, including: the processing module is used for splitting application programs of all applications in the current equipment according to functions and packaging the split application programs to obtain a plurality of functional programs; the receiving module is used for receiving an acquisition request sent by the third-party equipment, wherein the acquisition request comprises identification information of a target function program, and the target function program is determined according to the identification information of the target function program; and the sending module is used for sending the target function program to the third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate the target application.
In a third aspect, the present application further provides a computer device, which includes a memory and a processor, where the memory stores a computer program, and the computer program, when executed by the processor, implements the steps of any one of the methods in the first aspect of the embodiments of the present application.
In a fourth aspect, the present application further provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the method according to any one of the first aspect of the embodiments of the present application.
In a fifth aspect, the present application further provides a computer program product comprising a computer program which, when executed by a processor, performs the steps of any of the methods of the first aspect of the present application.
The beneficial effects brought by the technical scheme provided by the embodiment of the application at least comprise:
the application development method provided by the application development method comprises the steps of splitting application programs of all applications in current equipment according to functions, packaging the split application programs to obtain a plurality of functional programs, receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target functional program, and determining the target functional program according to the identification information of the target functional program; and sending the determined target function program to third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application. The application development method provided by the application development method is realized by directly acquiring the packaged functional programs of other applications from other servers according to the development functional requirements to embed the packaged functional programs into a preset program framework, and the complicated code programs do not need to be manually written when a new application is developed each time, so that the application development workload is reduced, and the application development efficiency can be improved.
Drawings
Fig. 1 is a schematic diagram of an implementation environment related to an application development method provided in an embodiment of the present application;
fig. 2 is a flowchart of an application development method provided in an embodiment of the present application;
fig. 3 is a flowchart of another application development method provided in an embodiment of the present application;
fig. 4 is a schematic diagram of application sharing provided in an embodiment of the present application;
fig. 5 is a block diagram of an application development apparatus according to an embodiment of the present application;
fig. 6 is a schematic internal structural diagram of a computer device according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
With the rise of intelligent terminals such as tablet computers and smart phones in the market, the intelligent terminals become an indispensable part of life of people, and people can perform operations such as online chatting, online games and online shopping through application programs installed on the intelligent terminals. In order to meet the diverse demands of users, different applications need to be developed.
At present, a code program corresponding to a business requirement is written manually, corresponding application parameters are filled in the code program, and then the code program is executed to complete application development operation on the application program. However, when the application program needs to be developed for many times, a complex code program needs to be manually written each time, so that the application development workload is increased, the application development time is influenced, and the problem of low application development efficiency is caused.
In view of this, embodiments of the present application provide an application development method, an application development apparatus, a device, a medium, and a program product, and the application development method can improve development efficiency of an application.
Referring to fig. 1, which shows a schematic diagram of an implementation environment related to an application development method provided in an embodiment of the present application, as shown in fig. 1, the implementation environment may include a server 102 and a terminal 101, where the server 102 may communicate with the terminal 101, the terminal 101 sends an acquired target user request to the server 102, and the server 102 determines a server resource protection mode according to the user request. It is noted that the terminal 101 may be, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices; the server 102 may be one server or a server cluster composed of a plurality of servers, and different computer devices may communicate with each other in a wired or wireless manner, and the wireless manner may be implemented by WIFI, an operator network, NFC (near field communication) or other technologies.
Fig. 2 is a flowchart illustrating an application development method provided in an embodiment of the present application, where the application development method may be applied to the server shown in fig. 1. As shown in fig. 2, the application development method may include the steps of:
step 201, splitting the application programs of each application in the current device according to functions, and encapsulating the split application programs to obtain a plurality of functional programs.
The application program may be a Web application, a terminal application, or a server application, which is not limited in this application.
In practical application, the application programs of each application in each device can be split in advance according to the function modules, and the split application programs are packaged, so that a plurality of function programs can be obtained, and when a new application program is developed, if the new application program can be searched according to the required functions and directly obtain the corresponding function programs, codes do not need to be repeatedly written, and the development efficiency of the application can be improved.
Step 202, receiving an acquisition request sent by a third-party device, where the acquisition request includes identification information of a target function program, and determining the target function program according to the identification information of the target function program.
The third-party device is a device which is required to acquire the target functional program.
When the third-party device needs to develop a new application, the function to be developed of the target application can be determined according to the development requirement, and after the function to be developed is determined, an acquisition request is sent to the device where the function program to be acquired is located. After the current device receives the acquisition request, the functional program to be acquired by the third-party device, that is, the target functional program, is determined according to the identification information of the target functional program included in the acquisition request.
Step 203, sending the determined target function program to a third-party device, so that the third-party device embeds the received target function program into a preset program architecture to generate a target application.
And after the target function program is determined, the target function program is sent to third-party equipment, and the third-party equipment embeds the received target function program into a preset program framework so as to generate the target application.
The application development method provided by the application development method comprises the steps of splitting application programs of all applications in current equipment according to functions, packaging the split application programs to obtain a plurality of functional programs, receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target functional program, and determining the target functional program according to the identification information of the target functional program; and sending the determined target function program to third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application. The application development method provided by the application development method is realized by directly acquiring the packaged functional programs of other applications from other servers according to the development functional requirements to embed the packaged functional programs into a preset program framework, and the complicated code programs do not need to be manually written when a new application is developed each time, so that the application development workload is reduced, and the application development efficiency can be improved.
In one embodiment, the application development method further includes: sending the identification information of the functional program and the address information corresponding to the functional program to a management server so that the management server correspondingly stores the identification information of the functional program and the address information of the functional program;
correspondingly, the receiving of the acquisition request sent by the third-party device includes: and receiving an acquisition request sent by the target address information searched in the management server by the third-party equipment according to the identification information of the target function program.
After the application program in the current device is split into the function programs, the identification information of each function program and the address information of the device to which the function program belongs are sent to the management server, and the management server stores the identification information of the function program and the address information of the function program correspondingly.
When the third-party device needs to acquire the functional program, whether the required functional program exists or not can be searched in the management server, if the required functional program exists, the address information of the device to which the functional program belongs is acquired, and an acquisition request is sent according to the address information.
In one embodiment, the application development method further includes: detecting whether the functional program has program abnormity, and debugging and updating the functional program if the functional program has program abnormity; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the updated target function program to the third-party equipment.
In practice, it may also be detected whether the functional program has a program exception, and if the functional program has a program exception, the functional program is debugged and the program is updated, and the updated program is sent to the third-party device. Due to the fact that the application program is split, when the application program is abnormal, only the functional program corresponding to the abnormal position of the application program can be debugged and updated, the updated functional program is sent to the third-party equipment, the whole application program does not need to be sent to the third-party equipment, processing steps can be simplified, and application development efficiency can be improved.
In one embodiment, splitting the application program of each application in the current device according to the function includes: decoupling processing is carried out on the application programs of all the applications, and the application programs after decoupling processing are split according to functions.
It should be noted that before splitting the application program of each application in the current device according to the function, decoupling processing is performed on the application program, and then the application program after decoupling processing is split according to the function, so that the program splitting efficiency can be improved.
In one embodiment, the application development method further includes: compiling the functional program, and storing the compiled functional program into a preset file set;
correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the compiled target function program to third-party equipment.
In one embodiment, the functional program includes a basic program and a feature program, and the third-party device embeds the received target functional program into a preset program architecture to generate the target application, including:
and the third-party equipment embeds the basic program into a preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
When the third-party equipment carries out program embedding and generates the target application, if the function program comprises the basic program, the basic program is directly embedded into a preset program framework, and then the characteristic program is embedded into the preset program framework to generate the target application.
In one embodiment, the feature program is included in the functional program, and the third-party device embeds the received target functional program into a preset program architecture to generate the target application, including:
and the third-party equipment embeds the preset basic program into the preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
When the third-party device performs program embedding and generates the target application, if the functional program does not include the basic program, the basic program preset in the device is embedded into the preset program framework, and then the characteristic program is embedded into the preset program framework to generate the target application.
Referring to fig. 3, another application development method provided in the embodiment of the present application is shown, which includes the following steps:
step 301, decoupling the application programs of each application, and splitting the application programs after decoupling according to functions.
Step 302, packaging the split application program to obtain a plurality of functional programs;
step 303, compiling the functional program, and storing the compiled functional program into a preset file set;
step 304, sending the identification information of the functional program and the address information corresponding to the functional program to a management server so that the management server correspondingly stores the identification information of the functional program and the address information of the functional program;
step 305, receiving an acquisition request sent by the third-party device according to the target address information found by the identification information of the target function program in the management server.
Step 306, acquiring the request including the identification information of the target function program, and determining the target function program according to the identification information of the target function program;
and 307, receiving an acquisition request sent by the third-party equipment according to the target address information searched in the management server by the identification information of the target function program.
And step 308, sending the updated target function program to the third-party equipment.
And 309, the functional programs comprise basic programs and characteristic programs, and the determined target functional programs are sent to third-party equipment, so that the third-party equipment embeds the basic programs into a preset program framework firstly, and embeds the characteristic programs into the preset program framework to generate target application.
Step 310, or the function program includes a feature program, and the determined target function program is sent to the third-party device, so that the third-party device embeds the preset basic program into the preset program architecture first, and then embeds the feature program into the preset program architecture to generate the target application.
In practical applications, as shown in fig. 4, a schematic diagram of application sharing is provided, in which the federator constructs separate remote entry files independently according to the filename configured in the configuration file. And each application independently compiles the resources exposed by the eposes into respective files through packaging and compiling, and finally generates a remote module set, so that an independent life cycle is formed. A global variable named name is exposed in the file in var form, and the resource exposed when being remotely referenced and third-party dependencies shared with other applications are included. The application a and the application B may form a shared application program, and if the application a includes a page or an application program required by the application B, the application B may obtain the required page or function program from the application a (one page includes at least one function program). For example, if the application a includes a page required by the application B, the application a may send the page required by the application B to the application B as a shared page; if application a includes the function program required by application B, application a may send the function program required by application B to application B as a shared function program. The application a and the application B may also send the pages and the functional programs contained in the applications a and B to a shared resource library for storage, for example, to an application library for storage. When the application A is used, the remote entry file initialization of the application B is loaded, and the third-party dependence shared by the application B is written into the application B. And when the application B is used, judging whether the application A has available sharing dependence or not, if so, loading the sharing dependence in the application A, and if not, loading the self dependence. And the application page of the application A is imported into the exposed module in the application B through the import, finds the corresponding module through the remote entry file to load and analyze various resources, and then inserts the module into the application A. Finally, the final page is formed by the high-cohesion and low-coupling resources, so that the code reusability can be greatly improved, and meanwhile, the project is easier to maintain.
It should be noted that each application configures the output current application name in advance through a configuration file, and the application name needs to be globally unique, construct an output file name, an application name that needs to be remotely referenced, resources exposed when being remotely referenced, and a third-party dependency shared with other applications, so that the same dependency does not need to be repeatedly loaded in a code, and thus, the independent applications are mutually combined, and a final page is drawn.
The application development method provided by the application development method comprises the steps of splitting application programs of all applications in current equipment according to functions, packaging the split application programs to obtain a plurality of functional programs, receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target functional program, and determining the target functional program according to the identification information of the target functional program; and sending the determined target function program to third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application. The application development method provided by the application development method is realized by directly acquiring the packaged functional programs of other applications from other servers according to the development functional requirements to embed the packaged functional programs into a preset program framework, and the complicated code programs do not need to be manually written when a new application is developed each time, so that the application development workload is reduced, and the application development efficiency can be improved. Furthermore, each application has no primary and secondary points, and can share the functional programs at each layer of the application.
It should be understood that, although the steps in the flowcharts related to the embodiments are shown in sequence as indicated by the arrows, the steps are not necessarily executed in sequence as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a part of the steps in the flowcharts related to the above embodiments may include multiple steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the steps or stages is not necessarily sequential, but may be performed alternately or alternately with other steps or at least a part of the steps or stages in other steps.
As shown in fig. 5, an embodiment of the present application provides an application development apparatus, including: a processing module 11, a receiving module 12 and a sending module 13;
the processing module 11 is configured to split application programs of applications in the current device according to functions, and perform encapsulation processing on the split application programs to obtain a plurality of functional programs;
the receiving module 12 is configured to receive an acquisition request sent by a third-party device, where the acquisition request includes identification information of a target function program, and determine the target function program according to the identification information of the target function program;
the sending module 13 is configured to send the target function program to the third-party device, so that the third-party device embeds the received target function program in a preset program architecture to generate the target application.
In one embodiment, the sending module 13 is further configured to: sending the identification information of the functional program and the address information corresponding to the functional program to a management server so that the management server correspondingly stores the identification information of the functional program and the address information of the functional program; correspondingly, the receiving module 12 is further configured to receive an obtaining request sent by the third-party device according to the target address information found in the management server by the identification information of the target function program.
In one embodiment, the apparatus further comprises: the detection module 14 is configured to detect whether a program exception exists in the functional program, and debug and update the functional program if the program exception exists in the functional program; correspondingly, the sending module 13 is specifically configured to send the updated target function program to the third-party device.
In one embodiment, the apparatus further comprises: a compiling module 15, configured to compile the functional program, and store the compiled functional program in a preset file set; correspondingly, the sending module 13 is further configured to send the compiled target function program to a third-party device.
In one embodiment, the function programs include a basic program and a feature program, and the sending module 13 is configured to: and sending the determined target function program to third-party equipment so that the third-party equipment firstly embeds the basic program into a preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
In one embodiment, the function program includes a feature program, and the sending module 13 is configured to: and sending the determined target function program to third-party equipment so that the third-party equipment embeds the preset basic program into the preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
The application development device provided in the embodiment of the present application can implement the method embodiment, and the implementation principle and technical effect are similar, which are not described herein again.
The modules in the application development device can be wholly or partially implemented by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, and the internal structure thereof may be as shown in fig. 6. The computer device includes a processor, a memory, a communication interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless communication can be realized through WIFI, a mobile cellular network, NFC (near field communication) or other technologies. The computer program is executed by a processor to implement a server resource protection method. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
Those skilled in the art will appreciate that the architecture shown in fig. 6 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment of the present application, there is provided a computer device comprising a memory and a processor, the memory having stored therein a computer program, the processor implementing the following steps when executing the computer program: splitting application programs of all applications in the current equipment according to functions, and packaging the split application programs to obtain a plurality of functional programs; receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target function program, and determining the target function program according to the identification information of the target function program; and sending the determined target function program to third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application.
In one embodiment of the application, the processor when executing the computer program further performs the steps of: sending the identification information of the functional program and the address information corresponding to the functional program to a management server so that the management server correspondingly stores the identification information of the functional program and the address information of the functional program; correspondingly, the receiving of the acquisition request sent by the third-party device includes: and receiving an acquisition request sent by the target address information searched in the management server by the third-party equipment according to the identification information of the target function program.
In one embodiment of the application, the processor when executing the computer program further performs the steps of: detecting whether the functional program has program abnormality, and debugging and updating the functional program if the functional program has program abnormality; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the updated target function program to the third-party equipment.
In one embodiment of the application, the processor when executing the computer program further performs the steps of: decoupling processing is carried out on the application programs of all the applications, and the application programs after decoupling processing are split according to functions.
In one embodiment of the application, the processor when executing the computer program further performs the steps of: compiling the functional program, and storing the compiled functional program into a preset file set; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the compiled target function program to third-party equipment.
In one embodiment of the application, the functional programs include a basic program and a feature program, and the processor when executing the computer program further realizes the following steps: and sending the determined target function program to third-party equipment so that the third-party equipment firstly embeds the basic program into a preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
In one embodiment of the application, the functional program includes a feature program, and the processor executes the computer program to further implement the following steps: and sending the determined target function program to third-party equipment so that the third-party equipment embeds the preset basic program into the preset program framework and embeds the characteristic program into the preset program framework to generate the target application.
The implementation principle and technical effect of the computer device provided by the embodiment of the present application are similar to those of the method embodiment described above, and are not described herein again.
In an embodiment of the application, a computer-readable storage medium is provided, on which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of: splitting application programs of all applications in the current equipment according to functions, and packaging the split application programs to obtain a plurality of functional programs; receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target function program, and determining the target function program according to the identification information of the target function program; and sending the determined target function program to third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application.
In one embodiment of the application, the computer program when executed by the processor further performs the steps of: sending the identification information of the functional program and the address information corresponding to the functional program to a management server so that the management server correspondingly stores the identification information of the functional program and the address information of the functional program; correspondingly, the receiving of the acquisition request sent by the third-party device includes: and receiving an acquisition request sent by the third-party equipment according to the target address information searched in the management server by the identification information of the target function program.
In one embodiment of the application, the computer program when executed by the processor further performs the steps of: detecting whether the functional program has program abnormity, and debugging and updating the functional program if the functional program has program abnormity; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the updated target function program to the third-party equipment.
In one embodiment of the application, the computer program when executed by the processor further performs the steps of: decoupling processing is carried out on the application programs of all the applications, and the application programs after decoupling processing are split according to functions.
In one embodiment of the application, the computer program when executed by the processor further performs the steps of: compiling the functional program, and storing the compiled functional program into a preset file set; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the compiled target function program to third-party equipment.
In an embodiment of the application, the functional programs include a basic program and a characteristic program, and the computer program, when executed by the processor, further implements the steps of: and sending the determined target function program to third-party equipment so that the third-party equipment firstly embeds the basic program into a preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
In one embodiment of the application, the functional programs include a feature program, and the computer program when executed by the processor further implements the steps of: and sending the determined target function program to third-party equipment so that the third-party equipment embeds the preset basic program into the preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
The implementation principle and technical effect of the computer-readable storage medium provided by this embodiment are similar to those of the above-described method embodiment, and are not described herein again.
In an embodiment of the application, a computer program product is provided, comprising a computer program which, when executed by a processor, performs the steps of: splitting application programs of all applications in the current equipment according to functions, and packaging the split application programs to obtain a plurality of functional programs; receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target function program, and determining the target function program according to the identification information of the target function program; and sending the determined target function program to third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application.
In one embodiment of the application, the computer program when executed by the processor further performs the steps of: sending the identification information of the functional program and the address information corresponding to the functional program to a management server so that the management server correspondingly stores the identification information of the functional program and the address information of the functional program; correspondingly, the receiving of the acquisition request sent by the third-party device includes: and receiving an acquisition request sent by the target address information searched in the management server by the third-party equipment according to the identification information of the target function program.
In one embodiment of the application, the computer program when executed by the processor further performs the steps of: detecting whether the functional program has program abnormity, and debugging and updating the functional program if the functional program has program abnormity; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the updated target function program to the third-party equipment.
In one embodiment of the application, the computer program when executed by the processor further performs the steps of: decoupling processing is carried out on the application programs of all the applications, and the application programs after decoupling processing are split according to functions.
In one embodiment of the application, the computer program when executed by the processor further performs the steps of: compiling the functional program, and storing the compiled functional program into a preset file set; correspondingly, the target function program is sent to the third-party equipment, and the method comprises the following steps: and sending the compiled target function program to third-party equipment.
In an embodiment of the application, the functional programs include a basic program and a characteristic program, and the computer program, when executed by the processor, further implements the steps of: and sending the determined target function program to third-party equipment so that the third-party equipment firstly embeds the basic program into a preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
In one embodiment of the application, the functional programs include a feature program, and the computer program when executed by the processor further implements the steps of: and sending the determined target function program to third-party equipment so that the third-party equipment embeds the preset basic program into the preset program framework and then embeds the characteristic program into the preset program framework to generate the target application.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, databases, or other media used in the embodiments provided herein can include at least one of non-volatile and volatile memory. The nonvolatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical Memory, high-density embedded nonvolatile Memory, resistive Random Access Memory (ReRAM), Magnetic Random Access Memory (MRAM), Ferroelectric Random Access Memory (FRAM), Phase Change Memory (PCM), graphene Memory, and the like. Volatile Memory can include Random Access Memory (RAM), external cache Memory, and the like. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), for example. The databases referred to in various embodiments provided herein may include at least one of relational and non-relational databases. The non-relational database may include, but is not limited to, a block chain based distributed database, and the like. The processors referred to in the embodiments provided herein may be general purpose processors, central processing units, graphics processors, digital signal processors, programmable logic devices, quantum computing based data processing logic devices, etc., without limitation.
All possible combinations of the technical features in the above embodiments may not be described for the sake of brevity, but should be considered as being within the scope of the present disclosure as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present application should be subject to the appended claims.

Claims (11)

1. An application development method, characterized in that the method comprises:
splitting application programs of all applications in the current equipment according to functions, and packaging the split application programs to obtain a plurality of functional programs;
receiving an acquisition request sent by third-party equipment, wherein the acquisition request comprises identification information of a target function program, and determining the target function program according to the identification information of the target function program;
and sending the determined target function program to the third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application.
2. The method of claim 1, further comprising:
sending the identification information of the functional program and the address information corresponding to the functional program to a management server so that the management server correspondingly stores the identification information of the functional program and the address information of the functional program;
correspondingly, receiving an acquisition request sent by a third-party device includes:
and receiving the acquisition request sent by the target address information searched in the management server by the third-party equipment according to the identification information of the target function program.
3. The method of claim 1, further comprising:
detecting whether the functional program has program abnormity, and debugging and updating the functional program if the functional program has program abnormity;
correspondingly, the sending the target function program to the third-party device includes: and sending the updated target function program to the third-party equipment.
4. The method of claim 1, wherein splitting the application program of each application in the current device according to function comprises:
decoupling processing is carried out on the application programs of all the applications, and the application programs after decoupling processing are split according to functions.
5. The method of claim 1, further comprising: compiling the functional program, and storing the compiled functional program into a preset file set;
correspondingly, the sending the target function program to the third-party device includes: and sending the compiled target function program to the third-party equipment.
6. The method according to claim 1, wherein the functional programs include a basic program and a feature program, and the sending the determined target functional program to the third-party device to enable the third-party device to embed the received target functional program into a preset program architecture to generate a target application includes:
and sending the determined target function program to the third-party equipment so that the third-party equipment firstly embeds the basic program into the preset program architecture and then embeds the characteristic program into the preset program architecture to generate the target application.
7. The method according to claim 1, wherein the feature program is included in the functional program, and the sending the determined target functional program to the third-party device to enable the third-party device to embed the received target functional program in a preset program architecture to generate a target application includes:
and sending the determined target function program to the third-party equipment so that the third-party equipment firstly embeds a preset basic program into the preset program architecture and then embeds the characteristic program into the preset program architecture to generate the target application.
8. An application development apparatus, characterized in that the apparatus comprises:
the processing module is used for splitting application programs of all applications in the current equipment according to functions and packaging the split application programs to obtain a plurality of functional programs;
the device comprises a receiving module, a judging module and a processing module, wherein the receiving module is used for receiving an acquisition request sent by third-party equipment, the acquisition request comprises identification information of a target function program, and the target function program is determined according to the identification information of the target function program;
and the sending module is used for sending the target function program to the third-party equipment so that the third-party equipment embeds the received target function program into a preset program architecture to generate a target application.
9. A computer arrangement comprising a memory and a processor, the memory storing a computer program which, when executed by the processor, carries out the steps of the method according to any one of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 7.
11. A computer program product comprising a computer program, characterized in that the computer program, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202211045186.3A 2022-08-30 2022-08-30 Application development method, apparatus, device, medium, and program product Pending CN115129300A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211045186.3A CN115129300A (en) 2022-08-30 2022-08-30 Application development method, apparatus, device, medium, and program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211045186.3A CN115129300A (en) 2022-08-30 2022-08-30 Application development method, apparatus, device, medium, and program product

Publications (1)

Publication Number Publication Date
CN115129300A true CN115129300A (en) 2022-09-30

Family

ID=83387599

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211045186.3A Pending CN115129300A (en) 2022-08-30 2022-08-30 Application development method, apparatus, device, medium, and program product

Country Status (1)

Country Link
CN (1) CN115129300A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070168935A1 (en) * 2005-12-01 2007-07-19 Ogami Kenneth Y Multivariable transfer functions
CN110187902A (en) * 2019-04-15 2019-08-30 中国平安人寿保险股份有限公司 Project remodeling method, device, equipment and storage medium based on spring boot
CN111930382A (en) * 2020-09-21 2020-11-13 浙江口碑网络技术有限公司 Application page access method, device and equipment
CN112988284A (en) * 2021-05-13 2021-06-18 太平金融科技服务(上海)有限公司 Application program starting method and device, computer equipment and storage medium
CN113849161A (en) * 2021-09-26 2021-12-28 深圳Tcl新技术有限公司 Application control method and device, storage medium and electronic equipment
CN114443002A (en) * 2020-11-06 2022-05-06 腾讯科技(深圳)有限公司 Method and device for creating application program, computer equipment and storage medium
CN114860213A (en) * 2022-05-11 2022-08-05 北京字跳网络技术有限公司 Application package generation method, device, equipment and medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070168935A1 (en) * 2005-12-01 2007-07-19 Ogami Kenneth Y Multivariable transfer functions
CN110187902A (en) * 2019-04-15 2019-08-30 中国平安人寿保险股份有限公司 Project remodeling method, device, equipment and storage medium based on spring boot
CN111930382A (en) * 2020-09-21 2020-11-13 浙江口碑网络技术有限公司 Application page access method, device and equipment
CN114443002A (en) * 2020-11-06 2022-05-06 腾讯科技(深圳)有限公司 Method and device for creating application program, computer equipment and storage medium
CN112988284A (en) * 2021-05-13 2021-06-18 太平金融科技服务(上海)有限公司 Application program starting method and device, computer equipment and storage medium
CN113849161A (en) * 2021-09-26 2021-12-28 深圳Tcl新技术有限公司 Application control method and device, storage medium and electronic equipment
CN114860213A (en) * 2022-05-11 2022-08-05 北京字跳网络技术有限公司 Application package generation method, device, equipment and medium

Similar Documents

Publication Publication Date Title
CN110008118B (en) Page data testing method and device, computer equipment and storage medium
CN109901834B (en) Document page generation method, device, computer equipment and storage medium
CN112256321A (en) Static library packaging method and device, computer equipment and storage medium
CN109542461A (en) Dissemination method, terminal device and the medium of application installation package
CN113504918A (en) Equipment tree configuration optimization method and device, computer equipment and storage medium
CN111949529B (en) System debugging method, device, computer equipment and storage medium
CN112527416A (en) Task processing method and device, computer equipment and storage medium
CN115017436B (en) Data interaction method and device of application program, computer equipment and storage medium
CN116541336A (en) Software running method of multi-core chip and coprocessor
CN115129300A (en) Application development method, apparatus, device, medium, and program product
CN115098359A (en) Project research and development test method, device, equipment, storage medium and program product
CN114185566A (en) Containerized deployment method, apparatus, computer device and storage medium
CN114416530A (en) Byte code modification method and device, computer equipment and storage medium
CN114860202A (en) Project operation method, device, server and storage medium
CN112685023A (en) Front-end development processing method, device, equipment and storage medium based on basic library
CN113656044B (en) Android installation package compression method and device, computer equipment and storage medium
CN116974567A (en) Method, apparatus, device, medium and program product for packaging components of applet
CN115756502A (en) Data processing method and device, computer equipment and computer readable storage medium
CN116339793A (en) Intelligent Internet of things operating system upgrading method and device, computer equipment and medium
CN117992061A (en) Program conversion method, program conversion device, computer device, and computer-readable storage medium
CN115687129A (en) Coverage rate report generation method and device, storage medium and computer equipment
CN112527654A (en) Test case preparation method and device, computer equipment and storage medium
CN117056228A (en) Page loading test method and device, computer equipment and storage medium
CN117130633A (en) Application updating method, device, computer equipment and storage medium
CN114691635A (en) Log acquisition method and device, computer equipment and storage medium

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: 20220930