CN113934418A - Configuration method and device of atomic program - Google Patents

Configuration method and device of atomic program Download PDF

Info

Publication number
CN113934418A
CN113934418A CN202111215652.3A CN202111215652A CN113934418A CN 113934418 A CN113934418 A CN 113934418A CN 202111215652 A CN202111215652 A CN 202111215652A CN 113934418 A CN113934418 A CN 113934418A
Authority
CN
China
Prior art keywords
program
atomic
target
atom
calling
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
CN202111215652.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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202111215652.3A priority Critical patent/CN113934418A/en
Publication of CN113934418A publication Critical patent/CN113934418A/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
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

The invention discloses a configuration method and a device of an atomic program, which can be applied to the field of finance, and the method comprises the following steps: querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic program is a service program with the finest granularity; configuring the calling sequence of each target atomic program according to the service requirement; the invention encapsulates the business program with single function and finest granularity into the atom program based on the atomization thought, realizes the automatic coding of the program by inquiring the target atom program from the atom program pool and configuring the calling sequence of the target atom program, effectively improves the multiplexing rate and the development efficiency of the program, greatly shortens the construction period and simultaneously improves the accuracy of the program.

Description

Configuration method and device of atomic program
Technical Field
The invention relates to a configuration method and a configuration device of an atomic program, which can be applied to the field of finance.
Background
This section is intended to provide a background or context to the embodiments of the invention that are recited in the claims. The description herein is not admitted to be prior art by inclusion in this section.
In project development, different programs are generally developed based on different business requirements, each time a new business requirement appears, an individual program needs to be manually developed for the new business requirement, a large number of common programs often exist among different business programs, and the manual individual program development mode has the problems of poor program reusability, low development efficiency, poor accuracy and long construction period.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a configuration method of an atomic program, which is used for improving the multiplexing rate and the development efficiency of the program and comprises the following steps:
querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic program is a service program with the finest granularity;
configuring the calling sequence of each target atomic program according to the service requirement;
and when the service is processed, sequentially calling each target atom program according to the calling sequence of each target atom program.
The embodiment of the invention provides a configuration device of an atomic program, which is used for improving the multiplexing rate and the development efficiency of the program and comprises the following components:
the target atomic program query module is used for querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic programs are service programs with the finest granularity;
the calling sequence configuration module is used for configuring the calling sequence of each target atomic program according to the service requirement;
and the target atom program calling module is used for calling each target atom program in sequence according to the calling sequence of each target atom program when processing the service.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the configuration method of the atomic program when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the configuration method of the atomic program is stored in the computer-readable storage medium.
The embodiment of the invention comprises the following steps: querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic program is a service program with the finest granularity; configuring the calling sequence of each target atomic program according to the service requirement; when the service is processed, each target atom program is called in sequence according to the calling sequence of each target atom program, and then based on the atomization thought, the service program with single function and the finest granularity is packaged into the atom program, and the automatic program coding is realized by inquiring the target atom program from the atom program pool and configuring the calling sequence of the target atom program, so that the multiplexing rate and the development efficiency of the program are effectively improved, the construction period is greatly shortened, and the accuracy of the program is also improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. In the drawings:
FIG. 1 is a schematic diagram of a process flow of an atomic program configuration method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating an atomic program pool creation process according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating an atomic program storage and invocation flow in accordance with an embodiment of the present invention;
FIG. 4 is a diagram of an overall framework of a configuration method of an atomic program according to an embodiment of the present invention;
FIG. 5 is a diagram illustrating an exemplary configuration apparatus for an atomic program according to the present invention;
FIG. 6 is a diagram illustrating another structure of an atomic program configuration apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, method or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
An embodiment of the present invention provides a method for configuring an atomic program, so as to improve a reuse rate and a development efficiency of the program, where fig. 1 is a schematic diagram of a flow of the method for configuring an atomic program according to an embodiment of the present invention, as shown in fig. 1, the method includes:
step 101: querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic program is a service program with the finest granularity;
step 102: configuring the calling sequence of each target atomic program according to the service requirement;
step 103: and when the service is processed, sequentially calling each target atom program according to the calling sequence of each target atom program.
As shown in fig. 1, an embodiment of the present invention is implemented by: querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic program is a service program with the finest granularity; configuring the calling sequence of each target atomic program according to the service requirement; when the service is processed, each target atom program is called in sequence according to the calling sequence of each target atom program, and then based on the atomization thought, the service program with single function and the finest granularity is packaged into the atom program, and the automatic program coding is realized by inquiring the target atom program from the atom program pool and configuring the calling sequence of the target atom program, so that the multiplexing rate and the development efficiency of the program are effectively improved, the construction period is greatly shortened, and the accuracy of the program is also improved.
Fig. 2 is a schematic diagram of a process of establishing an atomic program pool in an embodiment of the present invention, as shown in fig. 2, in an embodiment, before querying a target atomic program corresponding to a business requirement from the atomic program pool, the method further includes: the atomic pool is built as follows:
step 201: performing finest granularity segmentation on the service program to obtain a plurality of atomic programs;
step 202: packaging the input parameters and the output parameters of each atomic program into the same entity class;
step 203: and establishing an atom program pool according to the packaged atom program.
In specific implementation, because a large number of common programs often exist among different service programs, the mode of developing a separate program for a new service requirement each time in the prior art is low in efficiency and poor in code reusability, and the embodiment of the invention is based on an atomization thought, and firstly performs minimum-granularity segmentation on the service programs to obtain a plurality of atom programs with single functions, wherein the atom programs with single functions may include: the method comprises the following steps of database operation, cache operation, internal interface calling, external interface calling, sequencing, comparison, verification and the like, and can also comprise other types of atom programs.
Fig. 3 is a schematic diagram of an atomic program storage and call flow in the embodiment of the present invention, as shown in fig. 3, including:
step 301: storing the target atom programs corresponding to the service requirements and the calling sequence of each target atom program in a database;
step 302: generating a database interface code of the service requirement according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
in step 103, when processing the service, sequentially calling each target atomic program according to the calling order of each target atomic program, including:
step 303: when processing a service, operating a database interface code of a service requirement, and acquiring a target atomic program corresponding to the service requirement and a calling sequence of each target atomic program from a database;
step 304: and sequentially calling each target atomic program according to the calling sequence of each target atomic program.
In one embodiment, the method further comprises:
generating a target atom program calling flow chart according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
and displaying the calling flow chart of the target atomic program to a development end.
In specific implementation, the atomic program pool is established as a long-term accumulation and multiplexing operation, in a fixed business field, basic operations and methods can be almost exhaustive, and when a long-term accumulation is performed, the atomic program in the atomic program pool can meet almost all new requirements, fig. 4 is a schematic diagram of an overall framework of a configuration method of the atomic program in the embodiment of the present invention, as shown in fig. 4, after the atomic program pool is established, and when new business requirements occur, a developer or a business person can query a target atomic program corresponding to the business requirements from the atomic program pool, for example: the method comprises the following steps of (1) an atomic program (2) and an atomic program (3), and then configuring the calling sequence of each target atomic program according to business requirements, for example: (1) and (2) storing the calling sequence of the target atomic program and each target atomic program corresponding to the business requirement in a database, generating a database interface code of the business requirement according to the calling sequence of the target atomic program and each target atomic program corresponding to the business requirement, facilitating browsing and adjustment of developers, generating a target atomic program calling flow chart according to the calling sequence of the target atomic program and each target atomic program corresponding to the business requirement, and displaying the target atomic program calling flow chart to a development end.
When the service is processed, the database interface code of the service requirement can be directly operated, the target atom program corresponding to the service requirement and the calling sequence of each target atom program are obtained from the database through interface analysis, and finally, each target atom program is sequentially called according to the calling sequence of each target atom program to realize the service function.
It should be noted that while the operations of the method of the present invention are depicted in the drawings in a particular order, this does not require or imply that the operations must be performed in this particular order, or that all of the illustrated operations must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions.
Based on the same inventive concept, the embodiment of the present invention further provides a configuration apparatus of an atomic program, as in the following embodiments. Because the principle of solving the problem of the configuration device of the atomic program is similar to the configuration method of the atomic program, the implementation of the device can refer to the implementation of the method, and repeated details are not repeated. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. Although the means described in the embodiments below are preferably implemented in software, an implementation in hardware, or a combination of software and hardware is also possible and contemplated.
An embodiment of the present invention provides an atomic program configuration device, configured to improve a reuse rate and a development efficiency of a program, where fig. 5 is a schematic diagram of a configuration device structure of an atomic program according to an embodiment of the present invention, as shown in fig. 5, the configuration device includes:
the target atomic program query module 01 is configured to query a target atomic program corresponding to the service requirement from an atomic program pool, where the atomic program pool stores a plurality of atomic programs, and the atomic program is a service program with the finest granularity;
a calling sequence configuration module 02, configured to configure a calling sequence of each target atomic program according to a service requirement;
and the target atom program calling module 03 is configured to sequentially call each target atom program according to the calling sequence of each target atom program when processing the service.
Fig. 6 is a schematic diagram of another structure of an atomic program configuration apparatus according to an embodiment of the present invention, as shown in fig. 6, in an embodiment, the apparatus may further include: an atomic program pool establishing module 04, configured to:
before querying a target atomic program corresponding to a service requirement from an atomic program pool, establishing the atomic program pool according to the following mode:
performing finest granularity segmentation on the service program to obtain a plurality of atomic programs;
packaging the input parameters and the output parameters of each atomic program into the same entity class;
and establishing an atom program pool according to the packaged atom program.
As shown in fig. 6, in one embodiment, the apparatus may further include: a storage module 05 for:
storing the target atom programs corresponding to the service requirements and the calling sequence of each target atom program in a database;
generating a database interface code of the service requirement according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
the target atomic program calling module 03 is specifically configured to:
when processing a service, operating a database interface code of a service requirement, and acquiring a target atomic program corresponding to the service requirement and a calling sequence of each target atomic program from a database;
and sequentially calling each target atomic program according to the calling sequence of each target atomic program.
As shown in fig. 6, in one embodiment, the apparatus may further include: a flow chart showing module 06 for:
generating a target atom program calling flow chart according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
and displaying the calling flow chart of the target atomic program to a development end.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the configuration method of the atomic program when executing the computer program.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program for executing the configuration method of the atomic program is stored in the computer-readable storage medium.
The following is a specific example to facilitate an understanding of how the invention may be practiced.
The first step is as follows: performing finest granularity segmentation on the service program to obtain a plurality of atom programs with single functions, packaging input parameters and output parameters of each atom program into the same entity class, and establishing an atom program pool according to the packaged atom programs;
the second step is that: when a new service requirement appears, a developer or a service person inquires a target atomic program corresponding to the service requirement from an atomic program pool, configures the calling sequence of each target atomic program, and stores the target atomic program corresponding to the service requirement and the calling sequence of each target atomic program in a database;
the third step: generating a database interface code of the service requirement according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
the fourth step: generating a target atom program calling flow chart according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program, and displaying the target atom program calling flow chart to a development end;
the fifth step: when the service is processed, the interface code of the database of the service requirement is directly operated, the target atom program corresponding to the service requirement and the calling sequence of each target atom program are obtained from the database through interface analysis, and finally, each target atom program is sequentially called according to the calling sequence of each target atom program to realize the service function.
In summary, the embodiment of the present invention provides: querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic program is a service program with the finest granularity; configuring the calling sequence of each target atomic program according to the service requirement; when the service is processed, each target atom program is called in sequence according to the calling sequence of each target atom program, and then based on the atomization thought, the service program with single function and the finest granularity is packaged into the atom program, and the automatic program coding is realized by inquiring the target atom program from the atom program pool and configuring the calling sequence of the target atom program, so that the multiplexing rate and the development efficiency of the program are effectively improved, the construction period is greatly shortened, and the accuracy of the program is also improved.
Although the present invention provides method steps as described in the examples or flowcharts, more or fewer steps may be included based on routine or non-inventive labor. The order of steps recited in the embodiments is merely one manner of performing the steps in a multitude of orders and does not represent the only order of execution. When an actual apparatus or client product executes, it may execute sequentially or in parallel (e.g., in the context of parallel processors or multi-threaded processing) according to the embodiments or methods shown in the figures.
As will be appreciated by one skilled in the art, embodiments of the present description may be provided as a method, apparatus (system) or computer program product. Accordingly, embodiments of the present description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment. 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. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. The terms "upper", "lower", and the like, indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience in describing the present invention and simplifying the description, but do not indicate or imply that the referred devices or elements must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention. Unless expressly stated or limited otherwise, the terms "mounted," "connected," and "connected" are intended to be inclusive and mean, for example, that they may be fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations. It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict. The present invention is not limited to any single aspect, nor is it limited to any single embodiment, nor is it limited to any combination and/or permutation of these aspects and/or embodiments. Moreover, each aspect and/or embodiment of the present invention may be utilized alone or in combination with one or more other aspects and/or embodiments thereof.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (10)

1. A method for configuring an atomic program, comprising:
querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic program is a service program with the finest granularity;
configuring the calling sequence of each target atomic program according to the service requirement;
and when the service is processed, sequentially calling each target atom program according to the calling sequence of each target atom program.
2. The method of claim 1, wherein prior to querying the pool of atomic programs for the target atomic program corresponding to the business requirement, further comprising:
the atomic pool is built as follows:
performing finest granularity segmentation on the service program to obtain a plurality of atomic programs;
packaging the input parameters and the output parameters of each atomic program into the same entity class;
and establishing an atom program pool according to the packaged atom program.
3. The method of claim 1, further comprising:
storing the target atom programs corresponding to the service requirements and the calling sequence of each target atom program in a database;
generating a database interface code of the service requirement according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
when processing the service, calling each target atom program in turn according to the calling sequence of each target atom program, wherein the calling sequence comprises the following steps:
when processing a service, operating a database interface code of a service requirement, and acquiring a target atomic program corresponding to the service requirement and a calling sequence of each target atomic program from a database;
and sequentially calling each target atomic program according to the calling sequence of each target atomic program.
4. The method of claim 3, further comprising:
generating a target atom program calling flow chart according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
and displaying the calling flow chart of the target atomic program to a development end.
5. An atomic program configuration apparatus, comprising:
the target atomic program query module is used for querying a target atomic program corresponding to the service requirement from an atomic program pool, wherein the atomic program pool stores a plurality of atomic programs, and the atomic programs are service programs with the finest granularity;
the calling sequence configuration module is used for configuring the calling sequence of each target atomic program according to the service requirement;
and the target atom program calling module is used for calling each target atom program in sequence according to the calling sequence of each target atom program when processing the service.
6. The apparatus of claim 5, further comprising: an atomic program pool creation module to:
before querying a target atomic program corresponding to a service requirement from an atomic program pool, establishing the atomic program pool according to the following mode:
performing finest granularity segmentation on the service program to obtain a plurality of atomic programs;
packaging the input parameters and the output parameters of each atomic program into the same entity class;
and establishing an atom program pool according to the packaged atom program.
7. The apparatus of claim 5, further comprising: a storage module to:
storing the target atom programs corresponding to the service requirements and the calling sequence of each target atom program in a database;
generating a database interface code of the service requirement according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
the target atom program calling module is specifically used for:
when processing a service, operating a database interface code of a service requirement, and acquiring a target atomic program corresponding to the service requirement and a calling sequence of each target atomic program from a database;
and sequentially calling each target atomic program according to the calling sequence of each target atomic program.
8. The apparatus of claim 7, further comprising: a flow diagram presentation module to:
generating a target atom program calling flow chart according to the target atom program corresponding to the service requirement and the calling sequence of each target atom program;
and displaying the calling flow chart of the target atomic program to a development end.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 4.
CN202111215652.3A 2021-10-19 2021-10-19 Configuration method and device of atomic program Pending CN113934418A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111215652.3A CN113934418A (en) 2021-10-19 2021-10-19 Configuration method and device of atomic program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111215652.3A CN113934418A (en) 2021-10-19 2021-10-19 Configuration method and device of atomic program

Publications (1)

Publication Number Publication Date
CN113934418A true CN113934418A (en) 2022-01-14

Family

ID=79280395

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111215652.3A Pending CN113934418A (en) 2021-10-19 2021-10-19 Configuration method and device of atomic program

Country Status (1)

Country Link
CN (1) CN113934418A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9274811B1 (en) * 2007-02-16 2016-03-01 Bladelogic, Inc. System and method for cloud provisioning and application deployment
CN110895544A (en) * 2018-08-24 2020-03-20 北京国双科技有限公司 Interface data processing method, device, system and storage medium
CN111338614A (en) * 2020-03-12 2020-06-26 苏州浪潮智能科技有限公司 Application program interface development method, device, equipment and storage medium
CN111367583A (en) * 2020-03-10 2020-07-03 中国工商银行股份有限公司 Service loading method and device, electronic equipment and medium
CN112751692A (en) * 2019-10-31 2021-05-04 中盈优创资讯科技有限公司 Service opening method and device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9274811B1 (en) * 2007-02-16 2016-03-01 Bladelogic, Inc. System and method for cloud provisioning and application deployment
CN110895544A (en) * 2018-08-24 2020-03-20 北京国双科技有限公司 Interface data processing method, device, system and storage medium
CN112751692A (en) * 2019-10-31 2021-05-04 中盈优创资讯科技有限公司 Service opening method and device
CN111367583A (en) * 2020-03-10 2020-07-03 中国工商银行股份有限公司 Service loading method and device, electronic equipment and medium
CN111338614A (en) * 2020-03-12 2020-06-26 苏州浪潮智能科技有限公司 Application program interface development method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN106557470B (en) Data extraction method and device
EP2088504A1 (en) Representation of data transformation processes for parallelization
US8606905B1 (en) Automated determination of system scalability and scalability constraint factors
CN109684319B (en) Data cleaning system, method, device and storage medium
CN108429787B (en) Container deployment method and device, computer storage medium and terminal
CN110737460A (en) platform project management method and device
CN107015904B (en) Stack protection method and device
CN110597564A (en) Installation package construction and service component loading method, device and terminal equipment
CN110599341A (en) Transaction calling method and system
CN111966597B (en) Test data generation method and device
US10496423B2 (en) Method for opening up data and functions of terminal application based on reconstruction technology
Schaefer et al. Engineering parallel applications with tunable architectures
CN112286521A (en) Task flow processing method, storage medium and processor
US9367307B2 (en) Staged points-to analysis for large code bases
CN111158800A (en) Method and device for constructing task DAG based on mapping relation
CN108536429B (en) Method and device for developing software, storage medium and electronic equipment
CN107220160B (en) Method and device for determining electric quantity consumption of application program
CN110019207B (en) Data processing method and device and script display method and device
CN113934418A (en) Configuration method and device of atomic program
Kerdoudi et al. Recovering software architecture product lines
Dorier et al. Supporting task-level fault-tolerance in HPC workflows by launching MPI jobs inside MPI jobs
CN113238967A (en) Test case generation method and device
CN112131051A (en) Data backup method and device based on parametric configuration
CN111444057A (en) Page performance data acquisition method and device and computing equipment
CN115237772A (en) Test data generation method and device

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