CN111352618A - Application program assembling method and device, electronic equipment and storage medium - Google Patents

Application program assembling method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111352618A
CN111352618A CN202010238297.0A CN202010238297A CN111352618A CN 111352618 A CN111352618 A CN 111352618A CN 202010238297 A CN202010238297 A CN 202010238297A CN 111352618 A CN111352618 A CN 111352618A
Authority
CN
China
Prior art keywords
application program
type information
functional module
selecting
acquiring
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
CN202010238297.0A
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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech 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 Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202010238297.0A priority Critical patent/CN111352618A/en
Publication of CN111352618A publication Critical patent/CN111352618A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides an application program assembling method, an application program assembling device, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring type information of an application program to be assembled; acquiring identification information of a functional module required for realizing the function of the type information according to the type information; selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module; and selecting a corresponding execution script and an execution path according to the functional module so as to package each functional module to form an application program. According to the method, different parts and component combinations are adopted, the background service and the front-end interface bound with the background service are directly generated, and the business requirements are quickly supported; different requirements of users can be quickly met, and new application programs do not need to be downloaded or designed to meet the requirements.

Description

Application program assembling method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer network technologies, and in particular, to an application program assembly method and apparatus, an electronic device, and a storage medium.
Background
In the IT industry, operation and maintenance personnel have strong capability of writing background scripts and data cleaning and processing programs, but most of the operation and maintenance personnel are realized based on a system-level script mode, and for interface development, development personnel are required to continuously develop generated data or scripts to be executed in a personalized mode to provide final background services and development of foreground pages. Therefore, how to assemble the existing script programs into the required application programs is not easy.
In view of the above problems, no effective technical solution exists at present.
Disclosure of Invention
An object of the embodiments of the present application is to provide an application program assembly method, an application program assembly apparatus, an electronic device, and a storage medium, which can quickly meet different requirements of a user, and do not need to download or design a new application program to meet the requirements.
In a first aspect, an embodiment of the present application provides an application program assembly method, including the following steps:
acquiring type information of an application program to be assembled;
acquiring identification information of a functional module required for realizing the function of the type information according to the type information;
selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module;
and selecting a corresponding execution script and an execution path according to the functional module so as to package each functional module to form an application program.
The method and the device have the advantages that different command types, script modes and returned information contents are classified, and the background service and the front-end application program bound with the background service are directly generated through the combination of different functional modules, so that the service requirement is quickly supported; different requirements of users can be quickly met, and new application programs do not need to be downloaded or designed to meet the requirements.
In the application program assembly method according to the present application, the step of obtaining, according to the type information, functional module identification information required to implement a function of the type information includes:
acquiring a plurality of processing flows of the application program according to the type information;
and acquiring the identification information of the functional module corresponding to each processing flow according to the plurality of processing flows.
In the application program assembly method, the step of obtaining a plurality of processing flows of the application program according to the type information includes:
querying a database according to the type information to obtain at least one optional operation logic of the application program;
selecting a target run logic from the at least one selectable run logic;
and acquiring a plurality of processing flows of the application program according to the target operation logic.
In the application program assembly method described in the present application, the step of obtaining the type information of the application program to be assembled further includes:
acquiring a corresponding front-end operation interface according to the type information;
the step of selecting the corresponding execution script and execution path according to the functional module to package each functional module into an application program comprises:
selecting a corresponding execution script and an execution path according to the functional modules so as to package each functional module to form a background running application program;
and packaging the front-end operation interface and the application program running in the background to obtain a target application program.
In the application program assembly method, the step of selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module includes:
acquiring a plurality of sub-processes forming the processing flow according to the processing flow corresponding to each identification information;
and selecting a plurality of parts from a database according to the plurality of sub-processes and the type information to form each corresponding functional module, wherein each sub-process corresponds to one part.
In a second aspect, an embodiment of the present application provides an application assembling apparatus, including:
the first acquisition module is used for acquiring the type information of the application program to be assembled;
a second obtaining module, configured to obtain, according to the type information, identification information of a function module required to implement a function of the type information;
the selecting module is used for selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module;
and the packaging module is used for selecting the corresponding execution script and the execution path according to the functional module so as to package each functional module to form an application program.
In the application program assembly apparatus described in the present application, the second obtaining module includes:
a first obtaining unit, configured to obtain a plurality of processing flows of the application program according to the type information;
and the second acquisition unit is used for acquiring the identification information of the functional module corresponding to each processing flow according to the plurality of processing flows.
In the application program assembly apparatus described in the present application, the first obtaining unit is configured to: querying a database according to the type information to obtain at least one optional operation logic of the application program; selecting a target run logic from the at least one selectable run logic; and acquiring a plurality of processing flows of the application program according to the target operation logic.
In a third aspect, an embodiment of the present application provides an electronic device, including a processor and a memory, where the memory stores computer-readable instructions, and when the computer-readable instructions are executed by the processor, the steps in the method as provided in the first aspect are executed.
In a fourth aspect, embodiments of the present application provide a storage medium, on which a computer program is stored, where the computer program, when executed by a processor, performs the steps in the method as provided in the first aspect.
As can be seen from the above, in the embodiment of the present application, the type information of the application to be assembled is obtained; acquiring identification information of a functional module required for realizing the function of the type information according to the type information; selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module; selecting a corresponding execution script and an execution path according to the functional module so as to package each functional module to form an application program; the method and the system realize automatic assembly to form corresponding application programs based on user requirements, directly generate background services and front-end application programs bound with the background services through classifying different command types, script modes and returned information contents and combining different functional modules, and quickly support business requirements; different requirements of users can be quickly met, and new application programs do not need to be downloaded or designed to meet the requirements.
Additional features and advantages of the present application will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the embodiments of the present application. The objectives and other advantages of the application may be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a flowchart of an application program assembly method according to an embodiment of the present disclosure.
Fig. 2 is a schematic structural diagram of an application assembling apparatus according to an embodiment of the present disclosure.
Fig. 3 is a schematic structural diagram of an electronic 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 only a part of the embodiments of the present application, and not all of the embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Referring to fig. 1, fig. 1 is a flowchart of an application program assembly method according to some embodiments of the present application. The application program assembling method is applied to terminal equipment such as computers, tablets and mobile phones. The application program assembling method comprises the following steps:
s101, acquiring type information of an application program to be assembled;
s102, acquiring identification information of a functional module required for realizing the function of the type information according to the type information;
s103, selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module;
and S104, selecting corresponding execution scripts and execution paths according to the functional modules so as to package the functional modules to form an application program.
In step S101, the type information includes information such as a service function and an adaptation range that need to be implemented by the application program. The type information is selected or input by a user on the interface. For example, the type information may be: a chat application, an accounting application, or a management application, etc.
In step S102, a plurality of alternative structures are prepared for each type of application. Each structure is composed of a plurality of functional modules.
In some embodiments, this step S102 includes the following sub-steps: s1021, acquiring a plurality of processing flows of the application program according to the type information; and S1022, acquiring identification information of the functional module corresponding to each processing flow according to the plurality of processing flows.
The processing flow for realizing the functions of the application programs is different for different types of application programs. Of course, there may be multiple different sets of multiple process flows for the same type of application. Therefore, in this step S1021, a plurality of processing flows required for the application program can be selected according to the type information selected by the user. In step S1022, each processing flow needs to be implemented by using one functional module, and in the present application, the functional module for implementing each processing flow is packaged in advance, formed and stored in the storage area, and the identification information of the corresponding functional module can be acquired according to the processing flow, and then the corresponding functional module can be called according to the identification information during subsequent assembly.
Wherein, the step S1201 includes according to the figure: querying a database according to the type information to obtain at least one optional operation logic of the application program; selecting a target run logic from the at least one selectable run logic; and acquiring a plurality of processing flows of the application program according to the target operation logic. Wherein, each type information corresponds to a plurality of selectable operation logics. Therefore, a target operation logic needs to be selected from the plurality of optional operation logics according to the type information and the specific requirements. Then, a plurality of process flows are obtained according to the target operation logic.
In step S103, different functional modules are formed by splicing different parts. In the present application, the parts of each function module are stored in the database, so that after the identification information of the function module is obtained, the identification information of the plurality of parts constituting the function module can be obtained, and then the plurality of parts are called from the database to constitute the function module.
The step S103 includes: s1031, obtaining a plurality of sub-flows forming the processing flow according to the processing flow corresponding to each identification information; s1032, selecting a plurality of parts from a database according to the plurality of sub-processes and the type information to form each corresponding functional module, wherein each sub-process corresponds to one part. Each processing flow corresponds to a functional module, each flow comprises a plurality of sub-flows, and each sub-flow corresponds to a part, so that to obtain the functional module, the parts corresponding to the plurality of sub-flows need to be called out, and then the functional module is obtained by packaging.
In step S104, after obtaining a plurality of functional modules of the application program, an application program cannot be directly obtained by encapsulation, and the plurality of functional modules are encapsulated into a specific application program by using corresponding execution scripts and execution paths. The execution script comprises an execution sequence of the plurality of functional modules and data and parameter sources required for executing each functional module. The execution path is the address details of the storage area of each functional module, and the address information is needed to transmit the corresponding intermediate data or intermediate parameters to the corresponding functional module.
In some embodiments, after step S101, the method further includes: and acquiring a corresponding front-end operation interface according to the type information.
Correspondingly, the step S104 includes: s1041, selecting a corresponding execution script and an execution path according to the functional module, so as to package each functional module to form a background running application program; and S1042, encapsulating the front-end operation interface and the application program running in the background to obtain a target application program.
As can be seen from the above, in the embodiment of the present application, the type information of the application to be assembled is obtained; acquiring identification information of a functional module required for realizing the function of the type information according to the type information; selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module; selecting a corresponding execution script and an execution path according to the functional module so as to package each functional module to form an application program; the method and the device realize automatic assembly based on user requirements to form corresponding application programs, directly generate background services and front-end interfaces bound with the background services by classifying different command types, script modes and returned information contents and combining different parts and components, and quickly support business requirements; different requirements of users can be quickly met, and new application programs do not need to be downloaded or designed to meet the requirements.
Referring to fig. 2, fig. 2 is a structural diagram of an application assembling apparatus according to some embodiments of the present application. The device includes: a first obtaining module 201, a second obtaining module 202, a selecting module 203 and a packaging module 204.
The first obtaining module 201 is configured to obtain type information of an application to be assembled; the type information includes information such as the service function and the adaptation range of the application program to be realized. The type information is selected or input by a user on the interface. For example, the type information may be: a chat application, an accounting application, or a management application, etc.
The second obtaining module 202 is configured to obtain, according to the type information, identification information of a function module required to implement a function of the type information; the second obtaining module 202 includes: a first obtaining unit, configured to obtain a plurality of processing flows of the application program according to the type information; and the second acquisition unit is used for acquiring the identification information of the functional module corresponding to each processing flow according to the plurality of processing flows. The first acquisition unit is used for: querying a database according to the type information to obtain at least one optional operation logic of the application program; selecting a target run logic from the at least one selectable run logic; and acquiring a plurality of processing flows of the application program according to the target operation logic. Each processing flow needs to be realized by adopting one functional module, and in the application, the functional module for realizing each processing flow is packaged in advance to be formed and stored in a storage area, the identification information of the corresponding functional module can be acquired according to the processing flow, and then the corresponding functional module can be called according to the identification information during subsequent assembly. Wherein, each type information corresponds to a plurality of selectable operation logics. Therefore, a target operation logic needs to be selected from the plurality of optional operation logics according to the type information and the specific requirements. Then, a plurality of process flows are obtained according to the target operation logic.
The selecting module 203 is configured to select a plurality of parts from the database according to each of the identification information to form each corresponding functional module. Because different functional modules are formed by splicing different parts. In the present application, the parts of each function module are stored in the database, so that after the identification information of the function module is obtained, the identification information of the plurality of parts constituting the function module can be obtained, and then the plurality of parts are called from the database to constitute the function module. The selecting module 203 is configured to obtain a plurality of sub-processes forming the processing flow according to the processing flow corresponding to each piece of identification information; and selecting a plurality of parts from a database according to the plurality of sub-processes and the type information to form each corresponding functional module, wherein each sub-process corresponds to one part. Each processing flow corresponds to a functional module, each flow comprises a plurality of sub-flows, and each sub-flow corresponds to a part, so that to obtain the functional module, the parts corresponding to the plurality of sub-flows need to be called out, and then the functional module is obtained by packaging.
The encapsulation module 204 is configured to select a corresponding execution script and an execution path according to the functional module, so as to encapsulate each functional module to form an application program. After obtaining a plurality of functional modules of the application program, an application program cannot be directly packaged, and the plurality of functional modules can be packaged into a specific application program by adopting corresponding execution scripts and execution paths. The execution script comprises an execution sequence of the plurality of functional modules and data and parameter sources required for executing each functional module. The execution path is the address details of the storage area of each functional module, and the address information is needed to transmit the corresponding intermediate data or intermediate parameters to the corresponding functional module.
As can be seen from the above, the apparatus provided in the embodiment of the present application obtains the type information of the application to be assembled; acquiring identification information of a functional module required for realizing the function of the type information according to the type information; selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module; selecting a corresponding execution script and an execution path according to the functional module so as to package each functional module to form an application program; the method and the device realize automatic assembly based on user requirements to form corresponding application programs, directly generate background services and front-end interfaces bound with the background services by classifying different command types, script modes and returned information contents and combining different parts and components, and quickly support business requirements; different requirements of users can be quickly met, and new application programs do not need to be downloaded or designed to meet the requirements.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure, in which an electronic device 4 includes: the processor 401 and the memory 402, the processor 401 and the memory 402 being interconnected and communicating with each other via a communication bus 403 and/or other form of connection mechanism (not shown), the memory 402 storing a computer program executable by the processor 401, the processor 401 executing the computer program when the computing device is running to perform the method of any of the alternative implementations of the embodiments described above.
An embodiment of the present application provides a storage medium, and when being executed by a processor, the computer program performs the following functions: acquiring type information of an application program to be assembled; acquiring identification information of a functional module required for realizing the function of the type information according to the type information; selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module; and selecting a corresponding execution script and an execution path according to the functional module so as to package each functional module to form an application program. The storage medium may be implemented by any type of volatile or nonvolatile storage device or combination thereof, such as a Static Random Access Memory (SRAM), an Electrically Erasable Programmable Read-Only Memory (EEPROM), an Erasable Programmable Read-Only Memory (EPROM), a Programmable Read-Only Memory (PROM), a Read-Only Memory (ROM), a magnetic Memory, a flash Memory, a magnetic disk, or an optical disk.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
In addition, units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
Furthermore, the functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
In this document, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. An application program assembling method, comprising the steps of:
acquiring type information of an application program to be assembled;
acquiring identification information of a functional module required for realizing the function of the type information according to the type information;
selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module;
and selecting a corresponding execution script and an execution path according to the functional module so as to package each functional module to form an application program.
2. The application program assembly method according to claim 1, wherein the step of acquiring, from the type information, function module identification information required for realizing a function of the type information includes:
acquiring a plurality of processing flows of the application program according to the type information;
and acquiring the identification information of the functional module corresponding to each processing flow according to the plurality of processing flows.
3. The method according to claim 2, wherein the step of obtaining a plurality of processing flows of the application according to the type information comprises:
querying a database according to the type information to obtain at least one optional operation logic of the application program;
selecting a target run logic from the at least one selectable run logic;
and acquiring a plurality of processing flows of the application program according to the target operation logic.
4. The method for assembling the application program according to claim 1, wherein the step of obtaining the type information of the application program to be assembled is further followed by:
acquiring a corresponding front-end operation interface according to the type information;
the step of selecting the corresponding execution script and execution path according to the functional module to package each functional module into an application program comprises:
selecting a corresponding execution script and an execution path according to the functional modules so as to package each functional module to form a background running application program;
and packaging the front-end operation interface and the application program running in the background to obtain a target application program.
5. The method for assembling an application program according to claim 2, wherein the step of selecting a plurality of parts from the database according to each of the identification information to form each corresponding function module comprises:
acquiring a plurality of sub-processes forming the processing flow according to the processing flow corresponding to each identification information;
and selecting a plurality of parts from a database according to the plurality of sub-processes and the type information to form each corresponding functional module, wherein each sub-process corresponds to one part.
6. An application assembling apparatus, comprising:
the first acquisition module is used for acquiring the type information of the application program to be assembled;
a second obtaining module, configured to obtain, according to the type information, identification information of a function module required to implement a function of the type information;
the selecting module is used for selecting a plurality of parts from a database according to each piece of identification information to form each corresponding functional module;
and the packaging module is used for selecting the corresponding execution script and the execution path according to the functional module so as to package each functional module to form an application program.
7. The application assembling apparatus according to claim 6, wherein the second obtaining module comprises:
a first obtaining unit, configured to obtain a plurality of processing flows of the application program according to the type information;
and the second acquisition unit is used for acquiring the identification information of the functional module corresponding to each processing flow according to the plurality of processing flows.
8. The application assembling apparatus according to claim 7, wherein said first obtaining unit is configured to: querying a database according to the type information to obtain at least one optional operation logic of the application program; selecting a target run logic from the at least one selectable run logic; and acquiring a plurality of processing flows of the application program according to the target operation logic.
9. An electronic device comprising a processor and a memory, said memory storing computer readable instructions which, when executed by said processor, perform the steps of the method of any of claims 1-5.
10. A storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, performs the steps of the method according to any one of claims 1-5.
CN202010238297.0A 2020-03-30 2020-03-30 Application program assembling method and device, electronic equipment and storage medium Pending CN111352618A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010238297.0A CN111352618A (en) 2020-03-30 2020-03-30 Application program assembling method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010238297.0A CN111352618A (en) 2020-03-30 2020-03-30 Application program assembling method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111352618A true CN111352618A (en) 2020-06-30

Family

ID=71193211

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010238297.0A Pending CN111352618A (en) 2020-03-30 2020-03-30 Application program assembling method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111352618A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112558949A (en) * 2020-12-21 2021-03-26 长沙树根互联技术有限公司 Program construction method, program construction device, electronic device, and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101557297A (en) * 2009-05-14 2009-10-14 中兴通讯股份有限公司 Internet-based open telecommunication service generation system and method thereof
CN103294475A (en) * 2013-06-08 2013-09-11 北京邮电大学 Automatic service generating system and automatic service generating method both of which are based on imaging service scene and field template
CN106951224A (en) * 2017-02-13 2017-07-14 深信服科技股份有限公司 Application program method for packing and device
CN107291893A (en) * 2017-06-21 2017-10-24 天津光电通信技术有限公司 A kind of database generalization management method based on .NET technologies
CN109101241A (en) * 2018-07-06 2018-12-28 深圳付贝科技有限公司 A kind of block chain installation kit generation method and its device, electronic equipment
CN109885311A (en) * 2019-01-28 2019-06-14 平安科技(深圳)有限公司 A kind of generation method and equipment of application program
CN110321119A (en) * 2018-03-30 2019-10-11 优酷网络技术(北京)有限公司 The generation method of data processing module, server and client side
CN110780868A (en) * 2019-10-10 2020-02-11 北大方正集团有限公司 Website development method, device, equipment and storage medium based on componentized template

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101557297A (en) * 2009-05-14 2009-10-14 中兴通讯股份有限公司 Internet-based open telecommunication service generation system and method thereof
CN103294475A (en) * 2013-06-08 2013-09-11 北京邮电大学 Automatic service generating system and automatic service generating method both of which are based on imaging service scene and field template
CN106951224A (en) * 2017-02-13 2017-07-14 深信服科技股份有限公司 Application program method for packing and device
CN107291893A (en) * 2017-06-21 2017-10-24 天津光电通信技术有限公司 A kind of database generalization management method based on .NET technologies
CN110321119A (en) * 2018-03-30 2019-10-11 优酷网络技术(北京)有限公司 The generation method of data processing module, server and client side
CN109101241A (en) * 2018-07-06 2018-12-28 深圳付贝科技有限公司 A kind of block chain installation kit generation method and its device, electronic equipment
CN109885311A (en) * 2019-01-28 2019-06-14 平安科技(深圳)有限公司 A kind of generation method and equipment of application program
CN110780868A (en) * 2019-10-10 2020-02-11 北大方正集团有限公司 Website development method, device, equipment and storage medium based on componentized template

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112558949A (en) * 2020-12-21 2021-03-26 长沙树根互联技术有限公司 Program construction method, program construction device, electronic device, and storage medium
CN112558949B (en) * 2020-12-21 2024-05-28 长沙树根互联技术有限公司 Program construction method, program construction device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107896162B (en) Deployment method and device of monitoring system, computer equipment and storage medium
CN111625452A (en) Flow playback method and system
CN111104635B (en) Method and device for generating form webpage
CN108829560A (en) Data monitoring method, device, computer equipment and storage medium
CN110543328B (en) Cross-platform component management method, system, terminal and storage medium based on Ambari
CN109495584B (en) Internet of things equipment access method, device, equipment and medium
CN103559040A (en) System and method based on SDK for rapidly building mobile internet application module
CN111858727B (en) Multi-data source data export system and method based on template configuration
CN110580174B (en) Application component generation method, server and terminal
US10938669B2 (en) Intelligent information adapter generation for service management
US10489224B1 (en) Managing application programming interface requests
CN112631696B (en) Service arranging method, arranging device, processor and service arranging system
CN112162915A (en) Test data generation method, device, equipment and storage medium
CN105095329A (en) Method for checking population data
CN114531477B (en) Method and device for configuring functional components, computer equipment and storage medium
CN104932928A (en) Plug-in development method and system based on java
CN110610376A (en) Behavior data response method and device, computer equipment and storage medium
CN114240358A (en) Method, device, equipment and medium for realizing user-defined business process
CN112882846A (en) Data processing method and device of message queue, computer equipment and storage medium
CN102402455A (en) Method and device for calling dynamic link library (DLL)
CN113434063B (en) Information display method, device and equipment
CN111352618A (en) Application program assembling method and device, electronic equipment and storage medium
CN111159226A (en) Index query method and system
EP3640805A1 (en) Method and apparatus for implementing white-box otn hardware device, and storage medium
CN111988157B (en) Service system and service processing method

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

Application publication date: 20200630

RJ01 Rejection of invention patent application after publication