CN111208995A - Method, system, device and storage medium for automatically generating IBM host job - Google Patents

Method, system, device and storage medium for automatically generating IBM host job Download PDF

Info

Publication number
CN111208995A
CN111208995A CN201911327050.XA CN201911327050A CN111208995A CN 111208995 A CN111208995 A CN 111208995A CN 201911327050 A CN201911327050 A CN 201911327050A CN 111208995 A CN111208995 A CN 111208995A
Authority
CN
China
Prior art keywords
template
unique label
job
parameter
unique
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
CN201911327050.XA
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.)
China Construction Bank Corp
Original Assignee
China Construction Bank Corp
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 China Construction Bank Corp filed Critical China Construction Bank Corp
Priority to CN201911327050.XA priority Critical patent/CN111208995A/en
Publication of CN111208995A publication Critical patent/CN111208995A/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/35Creation or generation of source code model driven

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 invention discloses an automatic generation method, a system, a device and a storage medium of IBM host jobs, wherein the generation method comprises the following steps: acquiring an operation type and an operation parameter set of a job to be generated; matching a corresponding operation template according to the operation type; and generating the operation through a template engine according to the matched operation template and the operation parameters. By providing the uniform operation template, the operation and maintenance personnel can automatically generate operation only by inputting relevant parameters, the host operation preparation process is optimized, the operation and maintenance standardization degree and the operation and maintenance working efficiency are improved, the operation and maintenance threshold of the host system is reduced, and the problems of different encoding styles, difficult maintenance, disordered version management and the like of the host operation are effectively solved. And the unified operation template effectively reduces manual tasks and manual intervention operation, thereby greatly reducing potential safety hazards.

Description

Method, system, device and storage medium for automatically generating IBM host job
Technical Field
The present invention relates to the field of computer application technologies, and in particular, to a method, a system, an apparatus, and a storage medium for automatically generating IBM host jobs based on a template engine.
Background
IBM mainframe systems are favored by the financial industry due to their powerful features, robust reliability, and closed security. However, in the wave of automatic operation and maintenance and even artificial intelligence operation and maintenance, the sealing safety is still in the stage of 'knife tillage and fire planting' with tedious manual task, low efficiency and low reliability before the IBM mainframe operation and maintenance is stopped. Along with the increase of services, the requirements of service systems on the operation and maintenance efficiency and quality of host platforms are continuously improved, and the requirements on the standardization and automation of the operation and maintenance of the hosts are increasingly strong.
At present, in an operation and maintenance scene of a large host for implementing a standard change of a production environment, host operation and maintenance personnel usually complete the change implementation work by manually editing and executing one or a series of JCL jobs. Typically, an operation and maintenance person creates or edits a JCL job using an ISPF exit editor provided by the z/OS operating system. The editor has strong functions and rich command sets, but has the defects of steep learning curve, easy misoperation and the like. The implementation of production change by the method has high requirements on operation and maintenance personnel, the operation and maintenance personnel are required to master knowledge of related languages skillfully, and meanwhile, jobs written by different operation and maintenance personnel have great differences in coding specification, coding style and robustness, so that the jobs are difficult to manage uniformly. And the manual compiling mode has the defects of low implementation efficiency, large potential safety hazard and the like.
In addition, the operation and maintenance personnel can also use the configuration file to cooperate with the REXX script to dynamically generate the JCL job, but the data type is too single, and the common data type and data structure support is lacked. On the other hand, compared with the current popular high-level program language, the readability of REXX is poor, the maintenance is difficult, and efficient and intuitive tracking, debugging and error positioning tools are lacked. REXX is difficult to implement full automation of complex change processes, limited by functional and operating system interface limitations, and REXX-based automation processes often require manual intervention. Meanwhile, the complex flow usually means more complex logic and code amount, the readability of REXX is poor, and the defect of difficult maintenance is further amplified.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides an automatic generation method, a system, a server and a storage medium for IBM host jobs, which improve the operation and maintenance standardization degree and the operation and maintenance work efficiency and reduce the operation and maintenance threshold of a host system.
According to an embodiment of the present invention, there is provided an automatic generation method of an IBM host job, the generation method including: acquiring an operation type and an operation parameter set of a job to be generated; matching a corresponding operation template according to the operation type; and generating the operation through a template engine according to the matched operation template and the operation parameters.
In some embodiments of the present invention, the job template is written according to a preset writing standard uniform format, including a universal statement and a unique tag set; and the static part of the operation template is formed by the universal statement, and the dynamic part is marked by the unique label in the unique label set.
In some embodiments of the invention, the set of operating parameters comprises a plurality of parameter values; wherein each parameter value has a parameter name and corresponds to one unique label; the unique labels corresponding to each parameter value are different from each other.
In some embodiments of the present invention, the generating, by a template engine, a job according to the matched job template and the operation parameter includes: scanning the operation template through the template engine, and searching the operation parameter set when the unique label is encountered; acquiring a parameter value corresponding to a unique label in the operation parameter set, wherein the unique label is the same as the unique label in the operation template; and replacing the unique label in the operation template by the acquired parameter value.
Meanwhile, the invention provides an automatic generation system of IBM host jobs, which comprises: the acquisition module is used for acquiring the operation type and the operation parameter set of the job to be generated; the matching module is used for matching out a corresponding operation template according to the operation type; and the generating module is used for generating the operation through a template engine according to the matched operation template and the operation parameters.
In some embodiments of the present invention, the job template is written according to a preset writing standard uniform format, including a universal statement and a unique tag set; and the static part of the operation template is formed by the universal statement, and the dynamic part is marked by the unique label in the unique label set.
In some embodiments of the invention, the set of operating parameters comprises a plurality of parameter values; wherein each parameter value has a parameter name and corresponds to one unique label; the unique labels corresponding to each parameter value are different from each other.
In some embodiments of the invention, the generating module is configured to: scanning the operation template through the template engine, and searching the operation parameter set when the unique label is encountered; acquiring a parameter value corresponding to a unique label in the operation parameter set, wherein the unique label is the same as the unique label in the operation template; and replacing the unique label in the operation template by the acquired parameter value.
Furthermore, embodiments of the present invention provide an apparatus for automatic generation of IBM host jobs, comprising a memory for storing one or more computer readable instructions; the processor is configured to execute the one or more computer readable instructions to implement the method of any of the preceding embodiments.
Embodiments of the present invention also provide a computer storage medium storing one or more computer programs that, when executed, implement the method of any one of the preceding embodiments.
By providing the uniform operation template, the operation and maintenance personnel can automatically generate operation only by inputting relevant parameters, the host operation preparation process is optimized, the operation and maintenance standardization degree and the operation and maintenance working efficiency are improved, the operation and maintenance threshold of a host system is reduced, and the problems of different encoding styles, difficult maintenance, disordered version management and the like of the host operation are effectively solved. And the unified operation template effectively reduces manual tasks and manual intervention operation, thereby greatly reducing potential safety hazards.
Drawings
In order to facilitate understanding of the present invention, the present invention will be described in detail with reference to the following embodiments in conjunction with the accompanying drawings.
FIG. 1 is a flow diagram of a method for automatic generation of IBM host jobs in accordance with one embodiment of the present invention;
FIG. 2 is a schematic flow chart diagram according to one embodiment of process 102 in FIG. 1;
FIG. 3 is a block diagram of an automatic generation system for IBM host jobs in accordance with one embodiment of the present invention.
Detailed Description
Various aspects of the invention are described in detail below with reference to the figures and the detailed description. Well-known modules, units and their interconnections, links, communications or operations with each other are not shown or described in detail. Furthermore, the described features, architectures, or functions can be combined in any manner in one or more implementations. It will be understood by those skilled in the art that the various embodiments described below are illustrative only and are not intended to limit the scope of the present invention. It will also be readily understood that the modules or units or processes of the embodiments described herein and illustrated in the figures can be combined and designed in a wide variety of different configurations.
The various abbreviations to which the invention relates are explained first:
IBM: international Business machines, International Business machines corporation;
z/OS: an operating system running on an IBM mainframe;
ISPF: interactive System production Facility, host interaction sub-module;
JCL: job Control Language, Job Control Language;
REXX: structured Extended execution, host platform automation scripting language.
FIG. 1 is a flow diagram of a method for automatic generation of an IBM host job according to one embodiment of the present invention, which, in an embodiment of the present invention, with reference to FIG. 1, includes:
100: acquiring an operation type and an operation parameter set of a job to be generated;
101: matching the operation types to obtain corresponding operation templates;
102: and generating the operation through a template engine according to the matched operation template and the operation parameters.
Because in the traditional manual job writing mode, a large number of jobs written by different operation and maintenance personnel are fragmented and distributed in the host system, different operation and maintenance personnel may use different jobs when implementing the same operation, and the whole job flow lacks standardized management. Based on this, uncertainty of the operation result may be caused, and a safety risk follows. Over time, these problems will be magnified.
Thus, in embodiments of the present invention, a unified job template is provided. The job template is compiled according to a preset compiling standard unified format and comprises a universal statement and a unique label set; wherein, the static part of the operation template is composed of general statements, and the dynamic part is marked by the unique label in the unique label set.
Specifically, the operation templates used by standard operation flows (such as a disk coiling flow and a network channel start-stop flow) in the operation and maintenance of the host are compiled in a unified format, a user-friendly Web interface is provided for operation and maintenance personnel, and the operation and maintenance personnel can automatically generate the operation and send the operation to the host for execution through a template engine module of the system only by inputting the operation type and the operation parameters without paying attention to the specific content of the operation.
In an embodiment of the invention, the set of operating parameters comprises a plurality of parameter values; each parameter value has a parameter name and corresponds to a unique label, and the unique labels corresponding to the parameter values are different from each other.
Therefore, filling and replacing of the dynamic part of the job template are realized through the corresponding relation of the unique tags, and then the job is generated.
Referring to FIG. 2, in an embodiment of the invention, a method of implementing process 102 is presented, as follows:
103: scanning an operation template through a template engine, and searching an operation parameter set when a unique label is encountered;
104: acquiring a parameter value corresponding to a unique label which is the same as the unique label in the operation template in the operation parameter set;
105: and replacing the unique label in the job template by the acquired parameter value.
For a flow with an operation flow comprising a plurality of operation steps, each operation step can correspond to one job, and the job generation of the flow with multiple operation steps can be realized only by defining the front-back dependency relationship of the operation steps. In an embodiment of the present invention, the definition of the contextual dependencies may be accomplished using a system-provided way of flow chart rendering and JSON file import.
The automatic generation method of the IBM host job provided by the present embodiment will be described below with reference to specific examples.
Taking the configuration of a "standard disk volume-adding flow" as an example, the flow has two STEPs, which are named as "STEP 1" and "STEP 2", respectively, and define the execution sequence between the two STEPs.
Receiving an operation parameter set required by a standard disk volume adding process, wherein the operation parameter set comprises 4 types of parameters with parameter names of SYSNAME, SGNAME, VOLNAME and STATUS respectively, and each type of parameter corresponds to a unique label and is different from each other. After determining that the operation type is "standard disk volume process", the two jobs will match up the template "ADDVOL" for generating jobs.
The template engine is the core of the whole job generation process, and a set of unique tags suitable for the host JCL job are firstly defined in the template engine for marking the dynamic part of the job template, for example, special symbols such as "@", "&" are used as the unique tags.
A job template with a unique label is given below:
/*
//VOLADD DD*
UPDHL VLSCDS(Y)
@FOREACH(&T IN&TUPLELIST)
SCDSNAME(‘SMS.&{T.SYS}.SCDS’)VOL(&T.VOL)SG(&T.SG)STATUSALL(&T.STA)
@END
/*
//VOLALT DD*
/*
after the operation parameter set is obtained, firstly, data format preprocessing and verification are carried out on the operation parameter set, and after the data format preprocessing and verification are finished, the operation parameter set and the matched operation template are sent to a template grammar interpreter together. And scanning the operation template by the interpreter, and searching a parameter value corresponding to the unique mark in the operation parameter set to complete parameter replacement when the unique mark is encountered.
The job generated by the job template after parameter replacement is as follows:
/*
//VOLADD DD*
UPDHL VLSCDS(Y)
SCDSNAME(‘SMS.SYS01.SCDS’)VOL(N0001)SG(SGSYS01T)STATUSALL(ENABLE)
SCDSNAME(‘SMS.SYS01.SCDS’)VOL(N0002)SG(SGSYS01T)STATUSALL(ENABLE)
/*
//VOLALT DD*
/*
after the job is generated, the job is sent to the host side according to the predefined execution sequence for execution, and in the embodiment of the invention, the mode can be completed by calling the Rest API of z/OS MF (z/OS Management Facility). Since the job return result of the z/OS MF is also returned through the HTTP request, the listening port can also be opened to listen to the job return result.
Therefore, by providing the uniform operation template, the operation and maintenance personnel can automatically generate the operation only by inputting the related parameters, the host operation preparation process is optimized, the operation and maintenance standardization degree and the operation and maintenance working efficiency are improved, the operation and maintenance threshold of the host system is reduced, and the problems of different encoding styles, difficult maintenance, disordered version management and the like of the host operation are effectively solved. And the unified operation template effectively reduces manual tasks and manual intervention operation, thereby greatly reducing potential safety hazards.
FIG. 3 is a block diagram of an automatic generation system 1 of IBM host jobs according to one embodiment of the present invention, with reference to FIG. 3, the generation system 1 includes: the acquiring module 11 is configured to acquire an operation type and an operation parameter set of a job to be generated; the matching module 12 is used for matching a corresponding operation template according to the operation type; and the generating module 13 is configured to generate a job through the template engine according to the matched job template and the operation parameter.
In the embodiment of the invention, the job template is compiled according to a preset compiling standard unified format, and comprises a universal statement and a unique label set; the static part of the operation template is composed of general statements, and the dynamic part is marked by the unique label in the unique label set.
In an alternative embodiment of the invention, the set of operating parameters comprises a plurality of parameter values; wherein each parameter value has a parameter name and corresponds to a unique label; the unique labels corresponding to each parameter value are different from each other.
In the embodiment of the present invention, the generating module 13 is configured to scan the job template through the template engine, and when a unique tag is encountered, search for an operation parameter set; acquiring a parameter value corresponding to a unique label which is the same as the unique label in the operation template in the operation parameter set; and replacing the unique label in the job template by the acquired parameter value.
Optionally, an embodiment of the present invention provides an apparatus for automatic generation of IBM host jobs, the apparatus comprising a memory for storing one or more computer-readable instructions; a processor configured to execute the one or more computer readable instructions to implement the method for automatic generation of IBM host jobs provided by the foregoing embodiments or implementations of the present invention. Optionally, in an implementation manner of the embodiment of the present invention, the apparatus may further include an input/output interface for data communication. For example, the device may be a computer, a smart terminal, a server, or the like.
Embodiments of the present invention also provide a computer storage medium storing one or more computer programs for implementing, when executed, the method for automatically generating IBM host jobs according to the foregoing embodiments or implementations of the present invention. For example, the storage medium may include a hard disk, a floppy disk, an optical disk, a magnetic tape, a magnetic disk, a flash memory, and the like.
The particular embodiments disclosed herein are illustrative only and should not be taken as limitations upon the scope of the invention, which is to be accorded the full scope consistent with the claims, as defined in the appended claims. Accordingly, the particular illustrative embodiments disclosed above are susceptible to various substitutions, combinations or modifications, all of which are within the scope of the disclosure. The methods, systems, apparatus, and storage media for automated generation of IBM host jobs as exemplary disclosed herein may still be suitably implemented in the absence of any element not specifically disclosed herein or in the absence of optional components as disclosed herein.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention can be implemented by combining software and a hardware platform. With this understanding in mind, all or part of the technical solutions of the present invention that contribute to the background can be embodied in the form of a software product, which can be stored in a storage medium, such as a ROM/RAM, a magnetic disk, an optical disk, etc., and includes instructions for causing a computer device (which can be a personal computer, a server, or a network device, etc.) to execute the methods according to the embodiments or some parts of the embodiments.

Claims (10)

1. An automatic generation method of an IBM host job, the generation method comprising:
acquiring an operation type and an operation parameter set of a job to be generated;
matching a corresponding operation template according to the operation type;
and generating the operation through a template engine according to the matched operation template and the operation parameters.
2. The method of claim 1,
the operation template is compiled according to a preset compiling standard unified format and comprises a universal statement and a unique label set;
and the static part of the operation template is formed by the universal statement, and the dynamic part is marked by the unique label in the unique label set.
3. The method of claim 2,
the set of operating parameters comprises a plurality of parameter values;
wherein each parameter value has a parameter name and corresponds to one unique label;
the unique labels corresponding to each parameter value are different from each other.
4. The method of claim 3, wherein generating a job by a template engine based on the matched job template and the operational parameters comprises:
scanning the operation template through the template engine, and searching the operation parameter set when the unique label is encountered;
acquiring a parameter value corresponding to a unique label in the operation parameter set, wherein the unique label is the same as the unique label in the operation template;
and replacing the unique label in the operation template by the acquired parameter value.
5. An automatic generation system for an IBM mainframe job, the generation system comprising:
the acquisition module is used for acquiring the operation type and the operation parameter set of the job to be generated;
the matching module is used for matching out a corresponding operation template according to the operation type;
and the generating module is used for generating the operation through a template engine according to the matched operation template and the operation parameters.
6. The system of claim 5,
the operation template is compiled according to a preset compiling standard unified format and comprises a universal statement and a unique label set;
and the static part of the operation template is formed by the universal statement, and the dynamic part is marked by the unique label in the unique label set.
7. The system of claim 6,
the set of operating parameters comprises a plurality of parameter values;
wherein each parameter value has a parameter name and corresponds to one unique label;
the unique labels corresponding to each parameter value are different from each other.
8. The system of claim 7, wherein the generation module is to:
scanning the operation template through the template engine, and searching the operation parameter set when the unique label is encountered;
acquiring a parameter value corresponding to a unique label in the operation parameter set, wherein the unique label is the same as the unique label in the operation template;
and replacing the unique label in the operation template by the acquired parameter value.
9. An apparatus for automatic generation of IBM host jobs, comprising a memory and a processor,
the memory is to store one or more computer-readable instructions;
the processor is configured to execute the one or more computer-readable instructions to implement the method of any of claims 1-4.
10. A computer storage medium storing one or more computer programs, wherein the one or more computer programs, when executed by a processor, implement the method of any of claims 1-4.
CN201911327050.XA 2019-12-20 2019-12-20 Method, system, device and storage medium for automatically generating IBM host job Pending CN111208995A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911327050.XA CN111208995A (en) 2019-12-20 2019-12-20 Method, system, device and storage medium for automatically generating IBM host job

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911327050.XA CN111208995A (en) 2019-12-20 2019-12-20 Method, system, device and storage medium for automatically generating IBM host job

Publications (1)

Publication Number Publication Date
CN111208995A true CN111208995A (en) 2020-05-29

Family

ID=70785090

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911327050.XA Pending CN111208995A (en) 2019-12-20 2019-12-20 Method, system, device and storage medium for automatically generating IBM host job

Country Status (1)

Country Link
CN (1) CN111208995A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112016912A (en) * 2020-07-08 2020-12-01 广州乐摇摇信息科技有限公司 Service access method, device, storage medium and electronic device
CN112181435A (en) * 2020-09-24 2021-01-05 中国建设银行股份有限公司 Cross-platform job conversion method and device, electronic equipment and storage medium
CN112632177A (en) * 2020-12-31 2021-04-09 中国农业银行股份有限公司 Data loading operation generation method
CN113641423A (en) * 2021-08-31 2021-11-12 青岛海信传媒网络技术有限公司 Display device and system starting method

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108229614A (en) * 2017-12-31 2018-06-29 上海智引信息科技有限公司 Label generating method, computer readable storage medium and system
CN108768728A (en) * 2018-05-31 2018-11-06 康键信息技术(深圳)有限公司 O&M task processing method, device, computer equipment and storage medium
CN109408043A (en) * 2018-10-19 2019-03-01 中国银行股份有限公司 A kind of program creating method and device
CN109710250A (en) * 2018-11-15 2019-05-03 安徽同徽信息技术有限公司 It is a kind of for constructing the visualization engine system and method for user interface
CN109740934A (en) * 2018-12-29 2019-05-10 深圳前海微众银行股份有限公司 O&M job control method, device, equipment and computer readable storage medium
CN109766122A (en) * 2018-12-20 2019-05-17 平安信托有限责任公司 Document data transfer generation method, device, computer equipment and storage medium
US20190354575A1 (en) * 2012-06-14 2019-11-21 Open Text Sa Ulc Systems and methods of a script generation engine

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190354575A1 (en) * 2012-06-14 2019-11-21 Open Text Sa Ulc Systems and methods of a script generation engine
CN108229614A (en) * 2017-12-31 2018-06-29 上海智引信息科技有限公司 Label generating method, computer readable storage medium and system
CN108768728A (en) * 2018-05-31 2018-11-06 康键信息技术(深圳)有限公司 O&M task processing method, device, computer equipment and storage medium
CN109408043A (en) * 2018-10-19 2019-03-01 中国银行股份有限公司 A kind of program creating method and device
CN109710250A (en) * 2018-11-15 2019-05-03 安徽同徽信息技术有限公司 It is a kind of for constructing the visualization engine system and method for user interface
CN109766122A (en) * 2018-12-20 2019-05-17 平安信托有限责任公司 Document data transfer generation method, device, computer equipment and storage medium
CN109740934A (en) * 2018-12-29 2019-05-10 深圳前海微众银行股份有限公司 O&M job control method, device, equipment and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
孔令萍等: "《电信管理网》", 人民邮电出版社, pages: 77 - 88 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112016912A (en) * 2020-07-08 2020-12-01 广州乐摇摇信息科技有限公司 Service access method, device, storage medium and electronic device
CN112181435A (en) * 2020-09-24 2021-01-05 中国建设银行股份有限公司 Cross-platform job conversion method and device, electronic equipment and storage medium
CN112181435B (en) * 2020-09-24 2024-02-23 中国建设银行股份有限公司 Cross-platform job conversion method and device, electronic equipment and storage medium
CN112632177A (en) * 2020-12-31 2021-04-09 中国农业银行股份有限公司 Data loading operation generation method
CN113641423A (en) * 2021-08-31 2021-11-12 青岛海信传媒网络技术有限公司 Display device and system starting method
CN113641423B (en) * 2021-08-31 2023-07-07 青岛海信传媒网络技术有限公司 Display device and system starting method

Similar Documents

Publication Publication Date Title
CN111208995A (en) Method, system, device and storage medium for automatically generating IBM host job
CN108647883B (en) Business approval method, device, equipment and medium
CN111241454B (en) Method, system and device for generating webpage codes
EP3588279A1 (en) Automated extraction of rules embedded in software application code using machine learning
CN106844307B (en) System and method for converting Excel into Word based on mark
US10540427B2 (en) Automated file merging through content classification
US11593342B2 (en) Systems and methods for database orientation transformation
CN110837356B (en) Data processing method and device
CN111176629A (en) Application development method and device
CN112669110A (en) Server label management method and related equipment
CN110618940A (en) Stack information tracking method and device, computer readable medium and computing device
CN114003451B (en) Interface testing method, device, system and medium
CN111026404A (en) Method and device for generating parameter configuration code, electronic product and storage medium
CN113297081B (en) Execution method and device of continuous integrated pipeline
CN112114813B (en) Automatic generation method of yaml script based on production line
CN110633084B (en) Transcoding derivation method and device based on single sample
CN116893822A (en) Workflow engine multi-environment deployment method and system, electronic device and storage medium
CN116610558A (en) Code detection method, device, electronic equipment and computer readable storage medium
CN114356430B (en) DAG dependent configuration tool based on airflow scheduling system
US20220365812A1 (en) Method and system for sustainability measurement
CN113867714B (en) Automatic code generation method adapting to multiple languages
CN109032582A (en) A kind of method and device generating server O&M script
CN115291938A (en) Component configuration method and system for electronic evidence analysis
CN111897557A (en) Method, device, equipment and storage medium for updating service system
CN118071310B (en) Business processing method and system based on flow engine

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