CN109117176B - Version automatic deployment method and system based on host - Google Patents

Version automatic deployment method and system based on host Download PDF

Info

Publication number
CN109117176B
CN109117176B CN201810932250.7A CN201810932250A CN109117176B CN 109117176 B CN109117176 B CN 109117176B CN 201810932250 A CN201810932250 A CN 201810932250A CN 109117176 B CN109117176 B CN 109117176B
Authority
CN
China
Prior art keywords
script file
information
operation instruction
file
instruction information
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.)
Active
Application number
CN201810932250.7A
Other languages
Chinese (zh)
Other versions
CN109117176A (en
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 CN201810932250.7A priority Critical patent/CN109117176B/en
Publication of CN109117176A publication Critical patent/CN109117176A/en
Application granted granted Critical
Publication of CN109117176B publication Critical patent/CN109117176B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

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 provides a version automatic deployment method and a version automatic deployment system based on a host, which comprise the following steps: acquiring a locally stored configuration file, version object information and operation instruction information, wherein the configuration file comprises: keyword identifiers, operation objects, operation instructions and operation instruction information; converting the version object information into text file information, and generating a first script file according to the text file information; and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file. The invention frees a version manager from repeated and complicated work and has the technical effects of high repeatability, high efficiency and easy use.

Description

Version automatic deployment method and system based on host
Technical Field
The invention relates to the technical field of computers, in particular to a version automatic deployment method and system based on a host.
Background
PCOMM (personal communication software for IBM) is software supporting communication between Windows and IBM host, has a host terminal emulation function, and can support a script program in VB language. The PCOMM feeds back each operation command at the upper right corner of the screen, can find out keywords through interface coordinates, judges the completion condition of the command, and can execute the operation through a playing macro.
Version deployment based on IBM hosts involves uniformly packaging programs, jobs, parameter files, etc. in the host into different system environments. Taking a version submission of a program as an example, three steps are required at the host end: CO, COPY and CI. Firstly, downloading the program to a local directory through a server, namely CO (CHECK OUT); covering the program modified by the local directory with the program obtained from the CO, namely COPY; and uploading the covered program to a server, namely CI (CHECK IN).
With the rapid development of computer and network technologies, PCOMM is increasingly used in the fields of banking, foreign exchange trading, stock trading, etc. However, the development tasks of each batch of the bank system cost a lot of manpower to perform version deployment work (basic step CO/COPY/CI), so that the repeatability is high and errors are easy to occur.
Therefore, how to provide a version deployment method to overcome the problems of high labor cost and easy error in the prior art is a technical problem to be solved at present.
Disclosure of Invention
In order to overcome the defects in the prior art, the invention provides a version automatic deployment method and system based on a host, and the method and system have the technical effects of manpower cost saving, high repeatability, high efficiency and easiness in use.
In order to achieve the above object, the present invention provides a host-based version automatic deployment method, which comprises:
acquiring a locally stored configuration file, version object information and operation instruction information; the configuration file includes: keyword identifiers, operation objects, operation instructions and operation instruction information;
converting the version object information into text file information, and generating a first script file according to the text file information;
and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file.
The invention also provides a version automatic deployment system based on the host, which comprises:
the acquisition unit is used for acquiring the locally stored configuration file, the version object information and the operation instruction information; the configuration file includes: keyword identifiers, operation objects, operation instructions and operation instruction information;
the conversion unit is used for converting the version object information into text file information and generating a first script file according to the text file information;
and the execution unit is used for generating a second script file according to the first script file, the configuration file and the operation instruction information and executing the second script file.
The present invention also provides 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 following steps when executing the computer program:
acquiring a locally stored configuration file, version object information and operation instruction information; the configuration file includes: keyword identifiers, operation objects, operation instructions and operation instruction information;
converting the version object information into text file information, and generating a first script file according to the text file information;
and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file.
The present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of:
acquiring a locally stored configuration file, version object information and operation instruction information; the configuration file includes: the method comprises the steps of generating a keyword identifier, an operation object, an operation instruction and operation instruction information;
converting the version object information into text file information, and generating a first script file according to the text file information;
And generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file.
The invention provides a version automatic deployment method and a version automatic deployment system based on a host, which comprise the following steps: acquiring a locally stored configuration file, version object information and operation instruction information; the configuration file includes: keyword identifiers, operation objects, operation instructions and operation instruction information; converting the version object information into text file information, and generating a first script file according to the text file information; and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file. The invention has the technical effects of saving labor cost, high repeatability, high efficiency and easy use.
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.
FIG. 1 is a flow chart of a host-based version auto-deployment method of the present application;
FIG. 2 is a flowchart of a method for automatic deployment of a host-based version in an embodiment of the present application;
FIG. 3 is a schematic diagram of a keyword identifier configuration interface in an embodiment of the present application;
FIG. 4 is a block diagram of a configuration file in an embodiment of the present application;
FIG. 5 is a diagram illustrating version object information in another embodiment of the present application;
FIG. 6 is a diagram illustrating text file information in an embodiment of the present application;
FIG. 7 is a diagram of a second script file in an embodiment of the present application;
fig. 8 is a schematic structural diagram of a host-based version automatic deployment system according to the present application.
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 used herein, "first," "second," … …, etc., are not intended to be limited to the exact order or sequence presented, nor are they intended to be limiting, but merely to distinguish one element from another or from another element or operation described by the same technical term.
As used herein, the terms "comprising," "including," "having," "containing," and the like are open-ended terms that mean including but not limited to.
As used herein, "and/or" includes any and all combinations of the described items.
Technical term interpretation:
version: programs, jobs, parameter files, etc. developed according to the new requirements.
And (4) version submission: and uniformly packaging programs, jobs, parameter files and the like in the IBM host computer into different system environments.
Aiming at the defects in the prior art, the invention provides a version automatic deployment method based on a host, the flow chart of which is shown in figure 1, and the method comprises the following steps:
s101: and acquiring the locally stored configuration file, version object information and operation instruction information. Wherein the configuration file comprises: keyword identifier, operation object, operation instruction and operation instruction information.
S102: and converting the version object information into text file information, and generating a first script file according to the text file information.
S103: and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file.
As can be seen from the flow shown in fig. 1, the present invention first obtains the locally stored configuration file, version object information, and operation instruction information, converts the version object information into text file information, generates a first script file according to the text file information, generates a second script file, that is, a VB script that can be run by the PCOMM, according to the first script file, the configuration file, and the operation instruction information, and executes the second script file to complete the version automatic deployment operation. The invention frees a version manager from repeated and complicated work and has the technical effects of high repeatability, high efficiency and easy use.
In order to make those skilled in the art better understand the present invention, a more detailed embodiment is listed below, and as shown in fig. 2, an embodiment of the present invention provides a method for automatically deploying versions based on a host, the method includes the following steps:
s201: and acquiring the locally stored configuration file, version object information and operation instruction information.
In specific implementation, as shown in fig. 3, the configuration file includes: the information such as the keyword identifier, the operation object, the operation instruction information and the annotation information, and the information such as the keyword identifier, the operation object, the operation instruction information and the annotation information of each line of the configuration file are stored in a one-to-one correspondence manner.
As shown in fig. 4, the information of the configuration file can be searched and configured in the PCOMM software disk, for example, firstly, it is the operation instruction enter, and secondly, it is the operation instruction information [ newline ]. As shown in fig. 3, the corresponding setting in the configuration file is the keyword identifier: DO, operation object: keyboard and operation instruction: inputting and operating instruction information: [ newline ], according to the operation instruction: inputting and operating instruction information: as seen in [ enter ], operation command enter is input.
The keyword identifier includes: an execute operator DO, a judge operator IF, a loop operator FOR, etc.
Executing the operator DO includes: enter characters, press enter key, etc.
Wherein, the input character is the character to be input in the data field.
The operation instruction information corresponding to the confirmation key is [ enter ];
the operation instruction information corresponding to the function key is [ pf (where is the corresponding F key, if F3 is pressed, it is [ pf3 ]);
the operation instruction information corresponding to the END key is [ execute of ];
the operation instruction information corresponding to the HOME key is [ HOME ];
the operation instruction information corresponding to the line change key (enter key) is [ newline ];
judging the operator IF: and judging the characters on the screen and performing corresponding processing.
The character is first located by the coordinates at which the character is located. The coordinates are further divided into relative coordinates and absolute coordinates.
As shown in fig. 3, the relative coordinates CH: the "_ cursor" is indicated at the operation object, the coordinate position (-1,0,2) is indicated at the operation instruction, the first character-1 indicates the number of rows of the start position relative to the cursor, the second character 0 indicates the number of columns of the start position relative to the cursor, and the third character 2 indicates the length of the field to be authenticated, so (-1,0,2) indicates a character of length 2 on a row from the current cursor position.
As shown in fig. 3, the absolute coordinate Co: the "_ interface" is indicated at the operator, the coordinate position (5,6,2) is indicated at the operator, the first character 5 indicates the number of rows with the starting position from the top left corner of the PCOMM window, the second character 6 indicates the number of columns with the starting position from the top left corner of the PCOMM window, and the third character 2 indicates the length of the field to be verified, so (5,6,2) indicates a character with length 2 at row 5 and column 6 in the PCOMM window interface.
Inputting fields to be compared at the operation instruction information, IF the fields extracted from the screen are equal to the fields extracted from the screen, executing the statement after the IF, otherwise, executing the statement after the ELSE, and after the statement to be executed is finished, a single line of operators is ENDIF.
Loop operator FOR: as the start of the loop, followed by no other parameters, at the end of the loop there is a single row operator, ENDFOR
Cycle number: as shown in fig. 5, the loop is performed according to the number of rows of the parameters in the table.
The cyclic ginseng taking method comprises the following steps: as shown in fig. 5, the parameter (first action parameter name) of each column is extracted from the table in the FOR loop, and in the operation requiring the loop parameter, "#" + parameter name is input at the operation instruction information (if the parameter name is "source storage path", then "# source storage path" is input at the operation instruction information) as shown in fig. 3.
The operation object includes a keyboard, a cursor, an interface and the like.
The operation instruction comprises the following steps: input, line feed, carriage return, etc.
The operation instruction information is specific data information corresponding to the operation instruction.
The annotation information, used to annotate the relevant information, may be null.
As shown in fig. 5, the version object information includes: object name, source storage path, target path, development activity number and the like. The object names (i.e., member names) may specifically be program names, job names, parameter file names, etc. on the IBM host. The source storage path is the storage path of the object name on the IBM host, and the target path is the local storage path of the object name. Taking the copy program as an example: the target path is the address where the copy program is stored after being downloaded from the host, the object name is the copy program name, and the source storage path is the source storage path of the copy program on the IBM host. The method and the device for reading the program obtain the program needing to be read through the source storage path and the object name and place the program into the corresponding target path.
S202: and converting the version object information into text file information, and generating a first script file according to the text file information.
In specific implementation, the version object information shown in fig. 5 is converted into text file information, as shown in fig. 6, the text file information is stored in a line-by-line one-to-one correspondence manner, a first script file is generated according to the text file information, and the first script file is stored locally, where the first script is specifically a boot script, as shown in fig. 7.
S203: and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file.
Step S203 specifically includes the following steps:
s301: and acquiring version object information according to the first script file.
S302: and acquiring a keyword identifier corresponding to the version object information and a keyword identifier corresponding to the operation instruction information according to the locally stored configuration file.
S303: and generating a second script file according to the version object information, the keyword identifier corresponding to the version object information, the operation instruction information and the keyword identifier corresponding to the operation instruction information.
S304: the second script file is executed.
The step S203 is implemented as follows:
version object information, such as object name DEDPAA02, source storage path sitbk. baap840.dedp. btch. jcl. tws, target path prffedp. btch. jcl. tws, and development activity number 123456654321, is obtained from the first script file.
As shown in fig. 3, the key identifiers corresponding to the source storage paths obtained according to the configuration file stored locally are all DOs. And meanwhile, setting the obtained operation instruction information as P.3.4, and obtaining a keyword identifier DO corresponding to the P.3.4 according to a locally stored configuration file.
And generating a second script file according to the acquired version object information, each keyword identifier corresponding to the version object information, the operation instruction information P.3.4 and the corresponding keyword identifier. The second script file is specifically a main script and is a VB script file which can be run by the PCOMM.
And automatically finishing the operation instruction of version deployment or user configuration by using the macro operation of the PCOMM, and displaying prompt information when the operation is finished. It should be noted that: the IBM host side, in the ISPF SETTING interface, needs to ensure that the following options are chosen: command line at bottom, Tab to action bar choices and Tab to point-and-shoot fields and ensure that only one PCOMM has been opened and logged in.
Based on the same application concept as the host-based version automatic deployment method, the invention also provides a host-based version automatic deployment system, which is described in the following embodiments. Because the principle of solving the problems of the host-based version automatic deployment system is similar to that of the host-based version automatic deployment method, the implementation of the host-based version automatic deployment system can refer to the implementation of the host-based version automatic deployment method, and repeated details are omitted.
Fig. 8 is a schematic structural diagram of a host-based version automatic deployment system according to an embodiment of the present application, and as shown in fig. 8, the system includes: an acquisition unit 101, a conversion unit 102, and an execution unit 103.
An obtaining unit 101, configured to obtain a configuration file, version object information, and operation instruction information that are locally stored; the configuration file includes: keyword identifiers, operation objects, operation instructions and operation instruction information;
the conversion unit 102 is configured to convert the version object information into text file information, and generate a first script file according to the text file information;
and the execution unit 103 is configured to generate a second script file according to the first script file, the configuration file and the operation instruction information, and execute the second script file.
In one embodiment, execution unit 103 includes:
the first obtaining module is used for obtaining version object information according to the first script file;
the second acquisition module is used for acquiring a keyword identifier corresponding to the version object information and a keyword identifier corresponding to the operation instruction information according to the locally stored configuration file;
the script generation module is used for generating a second script file according to the version object information, the keyword identifier corresponding to the version object information, the operation instruction information and the keyword identifier corresponding to the operation instruction information;
And the execution module is used for executing the second script file.
In one embodiment, the version object information includes: object name, source storage path and target path.
In one embodiment, the key identifier comprises: executing an operator, judging the operator and circulating the operator.
Based on the same application concept as the above-mentioned version automatic deployment method based on the host, the present application provides a computer device, as described in the following embodiments. Because the principle of solving the problem of the computer device is similar to that of the host-based version automatic deployment method, the implementation of the computer device can refer to the implementation of the host-based version automatic deployment method, and repeated details are not repeated.
In one embodiment, a computer device comprises: a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program, as shown in fig. 1:
s101: and acquiring the locally stored configuration file, version object information and operation instruction information. Wherein the configuration file comprises: keyword identifier, operation object, operation instruction and operation instruction information.
S102: and converting the version object information into text file information, and generating a first script file according to the text file information.
S103: and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file.
Based on the same application concept as the above-described host-based version auto-deployment method, the present application provides a computer-readable storage medium, as described in the following embodiments. Because the principle of solving the problem of the computer-readable storage medium is similar to that of the host-based version automatic deployment method, the implementation of the computer-readable storage medium can refer to the implementation of the host-based version automatic deployment method, and repeated details are not repeated.
In one embodiment, a computer readable storage medium has stored thereon a computer program, as shown in FIG. 1, which when executed by a processor, performs the steps of:
s101: and acquiring the locally stored configuration file, version object information and operation instruction information. Wherein the configuration file comprises: keyword identifier, operation object, operation instruction and operation instruction information.
S102: and converting the version object information into text file information, and generating a first script file according to the text file information.
S103: and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file.
The invention provides a method and a system for automatically deploying versions based on a host, which comprises the following steps: and acquiring the locally stored configuration file, version object information and operation instruction information. Wherein the configuration file comprises: keyword identifiers, operation objects, operation instructions and operation instruction information; converting the version object information into text file information, and generating a first script file according to the text file information; and generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file. The invention frees a version manager from repeated and complicated work and has the technical effects of high repeatability, high efficiency and easy use.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention 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 principle and the implementation mode of the invention are explained by applying specific embodiments in the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (6)

1. A version automatic deployment method based on a host is characterized by comprising the following steps:
acquiring a locally stored configuration file, version object information and operation instruction information; the configuration file includes: keyword identifiers, operation objects, operation instructions and operation instruction information; the version object information includes: the method comprises the following steps of (1) obtaining an object name, a source storage path and a target path;
converting the version object information into text file information, and generating a first script file according to the text file information;
generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file, wherein the second script file is a script file which can be run by a PCOMM;
The generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file includes:
acquiring the version object information according to the first script file;
acquiring a keyword identifier corresponding to the version object information and a keyword identifier corresponding to the operation instruction information according to a locally stored configuration file;
generating a second script file according to the version object information, the keyword identifier corresponding to the version object information, the operation instruction information and the keyword identifier corresponding to the operation instruction information;
and executing the second script file.
2. The host-based version auto-deployment method of claim 1, wherein the key identifier comprises: executing an operator, judging the operator and circulating the operator.
3. A host-based version auto-deployment system, comprising:
the acquisition unit is used for acquiring the locally stored configuration file, the version object information and the operation instruction information; the configuration file comprises: keyword identifiers, operation objects, operation instructions and operation instruction information; the version object information includes: the method comprises the following steps of (1) obtaining an object name, a source storage path and a target path;
The conversion unit is used for converting the version object information into text file information and generating a first script file according to the text file information;
the execution unit is used for generating a second script file according to the first script file, the configuration file and the operation instruction information and executing the second script file, wherein the second script file is a script file which can be run by a PCOMM;
the execution unit includes:
the first obtaining module is used for obtaining the version object information according to the first script file;
a second obtaining module, configured to obtain, according to a locally stored configuration file, a keyword identifier corresponding to the version object information and a keyword identifier corresponding to the operation instruction information;
the script generation module is used for generating a second script file according to the version object information, the keyword identifier corresponding to the version object information, the operation instruction information and the keyword identifier corresponding to the operation instruction information;
and the execution module is used for executing the second script file.
4. The host-based version automation deployment system of claim 3 wherein the key identifier comprises: executing an operator, judging the operator and circulating the operator.
5. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor when executing the computer program implements the steps of:
acquiring a locally stored configuration file, version object information and operation instruction information; the configuration file comprises: keyword identifiers, operation objects, operation instructions and operation instruction information; the version object information includes: the method comprises the following steps of (1) obtaining an object name, a source storage path and a target path;
converting the version object information into text file information, and generating a first script file according to the text file information;
generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file, wherein the second script file is a script file which can be run by a PCOMM;
the generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file includes:
acquiring the version object information according to the first script file;
acquiring a keyword identifier corresponding to the version object information and a keyword identifier corresponding to the operation instruction information according to a locally stored configuration file;
Generating a second script file according to the version object information, the keyword identifier corresponding to the version object information, the operation instruction information and the keyword identifier corresponding to the operation instruction information;
and executing the second script file.
6. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of:
acquiring a locally stored configuration file, version object information and operation instruction information; the configuration file includes: keyword identifiers, operation objects, operation instructions and operation instruction information; the version object information includes: the method comprises the following steps of (1) obtaining an object name, a source storage path and a target path;
converting the version object information into text file information, and generating a first script file according to the text file information;
generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file, wherein the second script file is a script file which can be run by a PCOMM;
the generating a second script file according to the first script file, the configuration file and the operation instruction information, and executing the second script file includes:
Acquiring the version object information according to the first script file;
acquiring a keyword identifier corresponding to the version object information and a keyword identifier corresponding to the operation instruction information according to a locally stored configuration file;
generating a second script file according to the version object information, the keyword identifier corresponding to the version object information, the operation instruction information and the keyword identifier corresponding to the operation instruction information;
and executing the second script file.
CN201810932250.7A 2018-08-16 2018-08-16 Version automatic deployment method and system based on host Active CN109117176B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810932250.7A CN109117176B (en) 2018-08-16 2018-08-16 Version automatic deployment method and system based on host

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810932250.7A CN109117176B (en) 2018-08-16 2018-08-16 Version automatic deployment method and system based on host

Publications (2)

Publication Number Publication Date
CN109117176A CN109117176A (en) 2019-01-01
CN109117176B true CN109117176B (en) 2022-06-10

Family

ID=64851840

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810932250.7A Active CN109117176B (en) 2018-08-16 2018-08-16 Version automatic deployment method and system based on host

Country Status (1)

Country Link
CN (1) CN109117176B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110275872A (en) * 2019-07-18 2019-09-24 中国银行股份有限公司 Version automatic deployment method, device, computer equipment and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8473938B1 (en) * 2007-06-21 2013-06-25 Open Invention Network Llc Security patch update processor
CN105867955A (en) * 2015-09-18 2016-08-17 乐视云计算有限公司 Deployment system and deployment method of application program
CN107894918A (en) * 2017-11-20 2018-04-10 中国银行股份有限公司 A kind of WAS object integrations operating method and device based on order line script

Also Published As

Publication number Publication date
CN109117176A (en) 2019-01-01

Similar Documents

Publication Publication Date Title
EP3876116B1 (en) Method and apparatus for running mini program, electronic device, and storage medium
CN111552627A (en) User interface testing method and device, storage medium and computer equipment
CN111241454B (en) Method, system and device for generating webpage codes
US8875103B2 (en) Method of testing multiple language versions of a software system using one test script
CN110955409B (en) Method and device for creating resources on cloud platform
CN110968305A (en) Applet visualization generation method, device, equipment and storage medium
CN111708528A (en) Method, device and equipment for generating small program and storage medium
CN113051514B (en) Element positioning method and device, electronic equipment and storage medium
CN115658529A (en) Automatic testing method for user page and related equipment
CN113760266B (en) Method and device for creating function module file and electronic equipment
CN104346053A (en) Form processing method and terminal
CN111290996A (en) Document format conversion method, device, equipment and readable storage medium
CN109117176B (en) Version automatic deployment method and system based on host
US11604662B2 (en) System and method for accelerating modernization of user interfaces in a computing environment
CN111596970B (en) Method, device, equipment and storage medium for dynamic library delay loading
CN110825370B (en) Mobile terminal application development method, device and system
CN115469849B (en) Service processing system, method, electronic equipment and storage medium
CN112491940A (en) Request forwarding method and device of proxy server, storage medium and electronic equipment
CN116257232A (en) Table generation method, device, equipment and storage medium based on table component
CN115543324A (en) Method, device, equipment and medium for generating interactive interface
CN113656028B (en) UI component code generation method, device and equipment, and CRUD page generation method, device and equipment
CN115470152A (en) Test code generation method, test code generation device, and storage medium
CN110515653B (en) Document generation method and device, electronic equipment and computer readable storage medium
CN112882698A (en) Development environment generation method and device, computer storage medium and electronic device
CN112230904A (en) Code generation method and device based on interface document, storage medium and server

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
GR01 Patent grant
GR01 Patent grant