CN112631763A - Program changing method and device of host program - Google Patents
Program changing method and device of host program Download PDFInfo
- Publication number
- CN112631763A CN112631763A CN202110018575.6A CN202110018575A CN112631763A CN 112631763 A CN112631763 A CN 112631763A CN 202110018575 A CN202110018575 A CN 202110018575A CN 112631763 A CN112631763 A CN 112631763A
- Authority
- CN
- China
- Prior art keywords
- program
- change
- script
- list
- verification
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44521—Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The invention discloses a program changing method and a device of a host program, which can obtain a changing program list of the host program to be changed; generating a verification script according to the change program list; determining a verification result of the change program list according to a first output result of the verification script; under the condition that the verification result is determined to be passed, generating a production script according to the change program list; and running the production script to change the program of the host computer to be changed, and obtaining a program change result. According to the invention, through the generated verification script and the production script, the full-flow intelligent modification of the program change of the host program can be realized, and the efficiency of the program change of the host program is improved.
Description
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for changing a program of a host program.
Background
In recent years, with the rapid rise of internet finance companies and third-party payment platforms, higher requirements are put on the service capability of the traditional commercial banking business.
Due to the increasing demands of businesses, the gradual diversification of business forms, and the like, the number of programs that need to be changed and the frequency of the changes are also increasing, how to control the risk of program changes and improve the efficiency of program changes become the primary problems in the presence of related technicians.
Disclosure of Invention
In view of the above problems, the present invention provides a method and an apparatus for changing a program of a host program, which overcome or at least partially solve the above problems, and the technical solution is as follows:
a program change method of a host program includes:
obtaining a change program list of a host program to be changed;
generating a verification script according to the change program list;
determining a verification result of the change program list according to a first output result of the verification script;
under the condition that the verification result is determined to be passed, generating a production script according to the change program list;
and running the production script to change the program of the host computer to be changed, and obtaining a program change result.
Optionally, the obtaining a list of changed programs of the host program to be changed includes:
obtaining change list information in a change list corresponding to a host program to be changed in a service desk;
and analyzing the change list information, and at least obtaining a change program list in the change list information.
Optionally, the determining, according to the first output result of the verification script, the verification result of the change program list includes:
analyzing the script log of the verification script, judging whether the first output result of the verification script is correct or not, if so, determining that the verification result of the change program list is passed, and if not, determining that the verification result of the change program list is failed.
Optionally, the generating a production script according to the change program list includes:
and assembling the programs listed in the changed program list according to a preset program change template to generate a production script.
Optionally, the program change includes at least one of program addition, program deletion, program modification, and program rollback.
A program changing apparatus of a host program, comprising: a change program list obtaining unit, a verification script generating unit, a verification result determining unit, a production script generating unit, and a program change result obtaining unit,
the change program list obtaining unit is used for obtaining a change program list of the host program to be changed;
the verification script generating unit is used for generating a verification script according to the change program list;
the verification result determining unit is used for determining the verification result of the change program list according to the first output result of the verification script;
the production script generating unit is used for generating a production script according to the change program list under the condition that the verification result determining unit determines that the verification result passes;
and the program change result obtaining unit is used for operating the production script to change the program of the host computer to be changed and obtaining a program change result.
Optionally, the change program list obtaining unit includes: a change order information obtaining subunit and a change program list generating subunit,
the change order information obtaining subunit is used for obtaining the change order information in the change order corresponding to the host program to be changed in the service desk;
and the change program list generating subunit is used for analyzing the change list information and at least obtaining the change program list in the change list information.
Optionally, the verification result determining unit is specifically configured to parse a script log of the verification script, determine whether a first output result of the verification script is correct, determine that a verification result of the modified program list is passed if the first output result of the verification script is correct, and determine that the verification result of the modified program list is failed if the first output result of the verification script is incorrect.
Optionally, the modified program list generating subunit is specifically configured to assemble the programs listed in the modified program list according to a preset program modification template, and generate a production script.
Optionally, the program change includes at least one of program addition, program deletion, program modification, and program rollback.
By the technical scheme, the program changing method and the device of the host program can obtain a changing program list of the host program to be changed; generating a verification script according to the change program list; determining a verification result of the change program list according to a first output result of the verification script; under the condition that the verification result is determined to be passed, generating a production script according to the change program list; and running the production script to change the program of the host computer to be changed, and obtaining a program change result. According to the invention, through the generated verification script and the production script, the full-flow intelligent modification of the program change of the host program can be realized, and the efficiency of the program change of the host program is improved.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a flowchart illustrating a program change method of a host program according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating another method for changing a program of a host program according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating another method for changing a program of a host program according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating another method for changing a program of a host program according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram illustrating a program modification apparatus for a host program according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
As shown in fig. 1, a method for changing a program of a host program according to an embodiment of the present invention may include:
s100, a change program list of the host program to be changed is obtained.
The host program may be a program running in a host of the data center system. The change program manifest may be a collection of data related to the assembly of the host program. For example: the data set may include metadata required for version requirements and security identification, as well as metadata required to define the scope of the assembly and to resolve applications to resources and classes.
Optionally, based on the method shown in fig. 1, as shown in fig. 2, in another method for changing a program of a host program according to an embodiment of the present invention, step S100 may include:
s110, change list information in a change list corresponding to the host program to be changed in the service desk is obtained.
The service desk is also called an IT service management platform. The service desk is a platform for providing management for planning, researching, implementing and operating the IT system by an enterprise. The service desk can store a change list corresponding to the host program to be changed. It is understood that the change order may be obtained from other storage media by the service desk, and the user may edit the addition change order in the service desk.
The change list information may include a change list type, key sensitive information (e.g., implementation time, change correlation, etc.), examination and approval review status, process flow information, change program list, and other change information.
And S120, analyzing the change list information, and at least obtaining a change program list in the change list information.
Optionally, in the embodiment of the present invention, a request may be made to the first rechecking end to obtain the first rechecking result of the change program list. After receiving the request for rechecking the change program list, the first rechecking end can display an interactive interface capable of interacting with the user, and the user can input a first rechecking result through the interactive interface. Optionally, the first double check result may be pass or fail.
The embodiment of the present invention may receive the first review result fed back by the first review terminal, and execute step S200 if the first review result is passed.
Optionally, in the embodiment of the present invention, when the first rechecking result is failed, the first rechecking result may be fed back to the service desk.
Optionally, in the embodiment of the present invention, a verification sequence number may be allocated to the change order, so that subsequent verification may be performed according to the sequence of the verification sequence numbers.
And S200, generating a verification script according to the change program list.
Specifically, the embodiment of the invention can automatically generate the verification scripts corresponding to each background verification system by one key according to the changed program list.
The embodiment of the invention can request the second rechecking end to obtain the second rechecking result of the verification script. After receiving the request for rechecking the verification script, the second rechecking end can display an interactive interface capable of interacting with the user, and the user can input a second rechecking result through the interactive interface. Optionally, the second double check result may be pass or fail.
The embodiment of the present invention may receive a second review result fed back by the second review terminal, and execute step S300 if the second review result is passed.
S300, determining the verification result of the change program list according to the first output result of the verification script.
And each background verification system runs the corresponding verification script respectively to generate a script log of each verification script. And determining the verification result of the change program list according to the script log of each verification script.
Optionally, based on the method shown in fig. 1, as shown in fig. 3, in another method for changing a program of a host program according to an embodiment of the present invention, step S300 may include:
s310, analyzing the script log of the verification script, judging whether the first output result of the verification script is correct or not, if so, executing a step S320, and if not, executing a step S330.
Wherein the first output result may be a return value after the verification script is run.
And S320, determining that the verification result of the changed program list is passed.
S330, determining that the verification result of the changed program list is failed.
Optionally, the embodiment of the present invention may request a third reviewing end to obtain a third reviewing result of the verification result. After receiving the request for reviewing the verification script, the third reviewing terminal may display an interactive interface capable of interacting with the user, and the user may input the third reviewing result through the interactive interface. Optionally, the third double check result may be pass or fail.
The embodiment of the present invention may receive a third review result fed back by the third review terminal, and execute step S400 if the third review result is passed.
Optionally, in the embodiment of the present invention, the production time and the examination, approval and review state of the change order may be determined by the change order number of the change order.
And S400, generating a production script according to the change program list under the condition that the verification result is determined to be passed.
Specifically, based on the method shown in fig. 1, as shown in fig. 4, in another method for changing a program of a host program according to an embodiment of the present invention, step S400 may include:
and S410, assembling the programs listed in the changed program list according to a preset program change template to generate a production script.
The preset program change template can be an ENDV program change job assembly template.
Optionally, in the embodiment of the present invention, a fourth rechecking result of the production scenario may be requested from a fourth rechecking end. After receiving the request for rechecking the verification script, the fourth rechecking terminal can display an interactive interface capable of interacting with the user, and the user can input a fourth rechecking result through the interactive interface. Optionally, the fourth double check result may be pass or fail.
Optionally, the fourth review result may further include a review result of the verification environment of the verification script.
The embodiment of the present invention may receive a fourth rechecking result fed back by the fourth rechecking end, and execute step S500 if the fourth rechecking result is passed.
And S500, running the production script to change the program of the host to be changed, and obtaining a program change result.
The steps S400 and S500 may be executed on a preset host program production platform.
Optionally, the program change includes at least one of program addition, program deletion, program modification, and program rollback.
When the program change comprises program increase, the increased program is copied from the temporary storage position of the production environment to the target program library and bound to the database, and then the increased program is loaded into the memory of the CICS middleware to complete the call of the increased program.
When the program change includes program modification, the host program to be changed of the production environment is backed up to the backup library, then the added program is copied to the target program library from the temporary storage position of the production environment and is bound to the database, and then the added program is loaded to the memory of the CICS middleware to complete the call of the added program.
When the program change includes program deletion, a program designated for deletion in the host program to be changed is directly deleted from the target library.
When the program change comprises program rollback, copying an original program pre-stored by the host program to be changed from the backup library, binding the original program into the database, and reloading the original program into the memory of the CICS middleware.
Optionally, in the embodiment of the present invention, a fifth review result of the program change result may be requested to be obtained from a fifth review side. And receiving the fifth review result fed back by the fifth review terminal, and sending the program change result to the service desk when the fifth review result is passed.
It is understood that a plurality of review terminals in the present disclosure may be the same review terminal or different review terminals respectively. The embodiment of the invention provides the rechecking for each stage of each program change through the rechecking end, thereby ensuring the correct and effective execution of each stage.
Optionally, in the embodiment of the present invention, after the program change result is obtained, it may be determined that the change order corresponding to the host program to be changed is in the implemented state. A corresponding document is generated for the change list with the implemented state, the document can include information such as a script log, a change date, a time period, an implementer, a rechecker and a change list number of a production script corresponding to the change list, and multi-dimensional search can be provided.
Optionally, the embodiment of the present invention may classify and count the change list in the implemented state according to the specific time, the change list information, the verification script and its script log, the production script and its script log, and may provide multi-dimensional retrieval.
Optionally, the embodiment of the present invention may maintain the configuration information customized by the user. For example: a special degree list, a document template, a verification script template, a production script template, and the like.
Optionally, the embodiment of the present invention may be managed and controlled by a host Agent Service (Agent Service) interconnection. The host z/OS MF provides functions such as script upload, script result query, dataset query, and the like. The embodiment of the invention encapsulates the MF interface and provides a new WS interface to the outside by designing and developing the Agent Service of the host. The host program production platform does not directly interact with the MF, and is switched through the host Agent Service, so that the separation of the application program and the equipment is realized, and the safety and the controllability are ensured.
Optionally, in the embodiment of the present invention, the Freemarker can be used to dynamically replace the script template in the JCL language, and the information analyzed in each program change is flexibly generated into the script in the JCL language, so that the flexibility and maintainability of the script are ensured.
The program changing method of the host program can obtain a changing program list of the host program to be changed; generating a verification script according to the change program list; determining a verification result of the change program list according to a first output result of the verification script; under the condition that the verification result is determined to be passed, generating a production script according to the change program list; and running the production script to change the program of the host computer to be changed, and obtaining a program change result. According to the invention, through the generated verification script and the production script, the full-flow intelligent modification of the program change of the host program can be realized, and the efficiency of the program change of the host program is improved.
Corresponding to the above method embodiment, the program modification apparatus of a host program according to the latter embodiment of the present invention is configured as shown in fig. 5, and may include: a change program list obtaining unit 100, a verification script generating unit 200, a verification result determining unit 300, a production script generating unit 400, and a program change result obtaining unit 500.
The modified program list obtaining unit 100 is configured to obtain a modified program list of a host program to be modified;
the verification script generating unit 200 is configured to generate a verification script according to the change program list;
the verification result determining unit 300 is configured to determine a verification result of the modified program list according to a first output result of the verification script;
the production script generating unit 400 is configured to generate a production script according to the change program list when the verification result determining unit 300 determines that the verification result is passed;
the program change result obtaining unit 500 is configured to run the production script to perform program change on the host program to be changed, and obtain a program change result.
Optionally, the change program list obtaining unit 100 includes: a change order information obtaining subunit and a change program list generating subunit,
the change order information obtaining subunit is used for obtaining the change order information in the change order corresponding to the host program to be changed in the service desk;
and the change program list generating subunit is used for analyzing the change list information and at least obtaining the change program list in the change list information.
Optionally, the verification result determining unit 300 is specifically configured to parse a script log of the verification script, determine whether the first output result of the verification script is correct, if so, determine that the verification result of the modified program list is passed, and if not, determine that the verification result of the modified program list is failed.
Optionally, the modified program list generating subunit is specifically configured to assemble the programs listed in the modified program list according to a preset program modification template, and generate a production script.
Optionally, the program change includes at least one of program addition, program deletion, program modification, and program rollback.
The program changing device of the host program can obtain a changing program list of the host program to be changed; generating a verification script according to the change program list; determining a verification result of the change program list according to a first output result of the verification script; under the condition that the verification result is determined to be passed, generating a production script according to the change program list; and running the production script to change the program of the host computer to be changed, and obtaining a program change result. According to the invention, through the generated verification script and the production script, the full-flow intelligent modification of the program change of the host program can be realized, and the efficiency of the program change of the host program is improved.
The program modification device of the host program comprises a processor and a memory, wherein the modified program list obtaining unit 100, the verification script generating unit 200, the verification result determining unit 300, the production script generating unit 400, the program modification result obtaining unit 500 and the like are stored in the memory as program units, and the processor executes the program units stored in the memory to realize corresponding functions.
The processor comprises a kernel, and the kernel calls the corresponding program unit from the memory. The kernel can be set to be one or more than one, and the full-process intelligent modification of the program change of the host program can be realized through the generated verification script and the production script by adjusting the kernel parameters, so that the efficiency of the program change of the host program is improved.
An embodiment of the present invention provides a storage medium having a program stored thereon, the program implementing a program change method of the host program when executed by a processor.
The embodiment of the invention provides a processor, which is used for running a program, wherein the program is run to execute a program changing method of a host program.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus, electronic devices (systems), and computer program products according to embodiments of the application. 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 apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip. The memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that 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. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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 above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.
Claims (10)
1. A program change method of a host program, comprising:
obtaining a change program list of a host program to be changed;
generating a verification script according to the change program list;
determining a verification result of the change program list according to a first output result of the verification script;
under the condition that the verification result is determined to be passed, generating a production script according to the change program list;
and running the production script to change the program of the host computer to be changed, and obtaining a program change result.
2. The method of claim 1, wherein obtaining a list of host programs to be changed comprises:
obtaining change list information in a change list corresponding to a host program to be changed in a service desk;
and analyzing the change list information, and at least obtaining a change program list in the change list information.
3. The method of claim 1, wherein determining a validation result for the list of modified programs based on the first output result of the validation script comprises:
analyzing the script log of the verification script, judging whether the first output result of the verification script is correct or not, if so, determining that the verification result of the change program list is passed, and if not, determining that the verification result of the change program list is failed.
4. The method of claim 1, wherein generating a commissioning script based on the list of changers comprises:
and assembling the programs listed in the changed program list according to a preset program change template to generate a production script.
5. The method of claim 1, wherein the program change comprises at least one of a program addition, a program deletion, a program modification, and a program rollback.
6. A program modification apparatus for a host program, comprising: a change program list obtaining unit, a verification script generating unit, a verification result determining unit, a production script generating unit, and a program change result obtaining unit,
the change program list obtaining unit is used for obtaining a change program list of the host program to be changed;
the verification script generating unit is used for generating a verification script according to the change program list;
the verification result determining unit is used for determining the verification result of the change program list according to the first output result of the verification script;
the production script generating unit is used for generating a production script according to the change program list under the condition that the verification result determining unit determines that the verification result passes;
and the program change result obtaining unit is used for operating the production script to change the program of the host computer to be changed and obtaining a program change result.
7. The apparatus according to claim 6, wherein the change program list obtaining unit includes: a change order information obtaining subunit and a change program list generating subunit,
the change order information obtaining subunit is used for obtaining the change order information in the change order corresponding to the host program to be changed in the service desk;
and the change program list generating subunit is used for analyzing the change list information and at least obtaining the change program list in the change list information.
8. The apparatus according to claim 6, wherein the verification result determining unit is specifically configured to parse a script log of the verification script, determine whether the first output result of the verification script is correct, determine that the verification result of the modified program list is passed if the first output result of the verification script is correct, and determine that the verification result of the modified program list is failed if the first output result of the verification script is incorrect.
9. The apparatus of claim 6, wherein the modified program list generating subunit is configured to assemble the programs listed in the modified program list according to a preset program modification template to generate a production scenario.
10. The apparatus of claim 6, wherein the program change comprises at least one of a program addition, a program deletion, a program modification, and a program rollback.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110018575.6A CN112631763A (en) | 2021-01-07 | 2021-01-07 | Program changing method and device of host program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110018575.6A CN112631763A (en) | 2021-01-07 | 2021-01-07 | Program changing method and device of host program |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112631763A true CN112631763A (en) | 2021-04-09 |
Family
ID=75291055
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110018575.6A Pending CN112631763A (en) | 2021-01-07 | 2021-01-07 | Program changing method and device of host program |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112631763A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113032281A (en) * | 2021-04-29 | 2021-06-25 | 中国工商银行股份有限公司 | Method and device for acquiring code coverage rate in real time |
CN114826902A (en) * | 2022-06-08 | 2022-07-29 | 中国农业银行股份有限公司 | Cross-region operation and maintenance data storage method and device |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112053132A (en) * | 2020-09-07 | 2020-12-08 | 中国工商银行股份有限公司 | Host changing method and device |
CN112131315A (en) * | 2020-09-29 | 2020-12-25 | 中国银行股份有限公司 | Database synchronization method and device under multi-task parallel development |
-
2021
- 2021-01-07 CN CN202110018575.6A patent/CN112631763A/en active Pending
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112053132A (en) * | 2020-09-07 | 2020-12-08 | 中国工商银行股份有限公司 | Host changing method and device |
CN112131315A (en) * | 2020-09-29 | 2020-12-25 | 中国银行股份有限公司 | Database synchronization method and device under multi-task parallel development |
Non-Patent Citations (1)
Title |
---|
张相广: "商业银行大型主机程序变更风险管控的探索与实践", 中国金融电脑, no. 5, pages 70 - 74 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113032281A (en) * | 2021-04-29 | 2021-06-25 | 中国工商银行股份有限公司 | Method and device for acquiring code coverage rate in real time |
CN113032281B (en) * | 2021-04-29 | 2024-04-19 | 中国工商银行股份有限公司 | Method and device for acquiring code coverage rate in real time |
CN114826902A (en) * | 2022-06-08 | 2022-07-29 | 中国农业银行股份有限公司 | Cross-region operation and maintenance data storage method and device |
CN114826902B (en) * | 2022-06-08 | 2024-01-16 | 中国农业银行股份有限公司 | Cross-region operation and maintenance data storage method and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108614702B (en) | Byte code optimization method and device | |
CN112631763A (en) | Program changing method and device of host program | |
CN112699055A (en) | Software automation test method and system with low maintenance cost | |
CN1976320B (en) | Data access control method and system | |
CN110990274A (en) | Data processing method, device and system for generating test case | |
CN111026080A (en) | Hardware-in-loop test method and device for controller | |
CN106874181B (en) | Interface conversion verification method and device | |
CN114489676A (en) | Source code processing method, system, storage medium and electronic equipment | |
US20190361684A1 (en) | Systems and methods for providing an application transformation tool | |
CN117785212A (en) | Import dependent package and third party library clipping optimization method, device, medium and equipment | |
CN116661758B (en) | Method, device, electronic equipment and medium for optimizing log framework configuration | |
CN115525534A (en) | Test case generation method and platform based on swagger interface test | |
CN110806891B (en) | Method and device for generating software version of embedded device | |
CN110554867B (en) | Application processing method and device | |
CN116414417A (en) | Version updating method and device, nonvolatile storage medium and electronic equipment | |
US6606640B2 (en) | Method, computer program product, and system for modifying populated databases utilizing a reload utility | |
CN112181407B (en) | Service realization processing method, device, system, electronic equipment and storage medium | |
CN113407378A (en) | Fragmentation information backup method and device for distributed database | |
CN111090638A (en) | Method and device for comparing transaction functions in database migration | |
CN112559444A (en) | SQL (structured query language) file migration method and device, storage medium and equipment | |
CN107291494B (en) | Method and device for generating application program installation package | |
CN110554915A (en) | Information processing method and device, computer storage medium and terminal | |
CN113687973B (en) | Control method, equipment and medium for log dynamic output | |
CN117234466B (en) | Enterprise management software development method, system, equipment and storage medium | |
CN118245137B (en) | Method, system, equipment and medium for managing data object |
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 |