CN112882747B - Method and system for issuing program in interfacing mode - Google Patents

Method and system for issuing program in interfacing mode Download PDF

Info

Publication number
CN112882747B
CN112882747B CN202110126910.4A CN202110126910A CN112882747B CN 112882747 B CN112882747 B CN 112882747B CN 202110126910 A CN202110126910 A CN 202110126910A CN 112882747 B CN112882747 B CN 112882747B
Authority
CN
China
Prior art keywords
version
git
program
synchronization
program file
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
CN202110126910.4A
Other languages
Chinese (zh)
Other versions
CN112882747A (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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN202110126910.4A priority Critical patent/CN112882747B/en
Publication of CN112882747A publication Critical patent/CN112882747A/en
Application granted granted Critical
Publication of CN112882747B publication Critical patent/CN112882747B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

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)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method and a system for issuing programs in an interface mode, comprising the following steps: a main body operation window in the interface displays a pre-online program file and a version number; generating an online list button receiving instruction, formatting a program file and a version number, calling a batch script to analyze an application name corresponding to the program file, and updating a GIT working area corresponding to the application name to be up to date; copying the formatted program file and version number by the system, receiving an instruction by a synchronous local GIT button, calling a version synchronization tool, and opening a version synchronization window; the version synchronization window receives formatted program files and version numbers copied by the system and the selected synchronization environment, and the one-key synchronization button receives an instruction to synchronize the program files and the version numbers to the selected synchronization environment; the batch on-line button receives the instruction, adds the program file of the GIT working area to the GIT temporary area, and pushes the program file to the GIT server to finish on-line. The invention solves the problems of easy error and low efficiency of program release.

Description

Method and system for issuing program in interfacing mode
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system for issuing programs in an interface mode.
Background
At present, in the process of issuing an application program, a plurality of steps needing to be operated and scripts needing to be executed exist, so that the problem that the program is easy to make mistakes and the issuing efficiency is low is caused.
The operation flow and interface visualization are particularly important to ensure the operation standard and smooth, and an interface program release method is developed under the background to solve the problems of easy error and low efficiency of program release and ensure the stable release of the system program.
Disclosure of Invention
In order to solve the problems, the invention provides a method and a system for issuing programs in an interfacing way, which are used for intuitively displaying an online flow through program issuing buttons, a main operation interface, a version synchronization page and a log window which are orderly arranged in an interface, checking the execution condition in the log window at any time, performing online operation, avoiding errors in program issuing steps and improving issuing efficiency.
In order to achieve the above object, the present invention provides a method for issuing a program in an interface manner, including:
displaying a pre-online program file and a version number which are input by a user in a main body operation window in an interface;
generating an on-line list button receiving instruction, formatting the program file and the version number in the main body operation window, calling a batch script to analyze the application name corresponding to the program file, and updating the GIT working area corresponding to the application name to the latest;
copying the formatted program files and version numbers by the system, receiving an instruction by a synchronous local GIT button, calling a version synchronization tool, and opening a version synchronization window;
the version synchronization window receives the formatted program files and version numbers copied by the system, the synchronization environment selection area receives the selected synchronization environment, and the one-key synchronization button receives an instruction to synchronize the program files and the version numbers to the selected synchronization environment;
and the batch on-line button receives an instruction, adds the program file of the GIT working area into the GIT temporary storage area, and pushes the program file to the GIT server to finish on-line.
As a further improvement of the present invention, the interface further includes an operation log display window that always displays and updates the operation records of the respective buttons.
As a further improvement of the present invention, version synchronization tools employ version syn 2020_32.Jar, the program file and version number being formatted in the format required by version syn 2020_32. Jar.
As a further improvement of the present invention, the adding the program file of the local GIT to the GIT registry includes:
acquiring application names corresponding to all program files in a local GIT;
the application name is kicked;
the GIT temporary storage area receives the program file corresponding to the application name after the kicking.
As a further improvement of the invention, the interface also comprises an IP replacement button, the IP replacement button receives the instruction and calls the customized batch script to replace the IP address of the program file formatted in the local GIT.
As a further improvement of the invention, after the online is completed in the GIT server, the trigger system generates a fixed-point restarting application notice, including online time and condition description.
The invention also provides a system for issuing the program in an interfacing way, which comprises: a main body operation window, an operation button module, a version synchronization window and a log window;
the main body operation window is used for:
displaying the pre-online program file and version number input by a user;
displaying the formatted program files and version numbers;
copying the formatted program files and version numbers;
the operation button module is used for:
the on-line list button receives an instruction, formats the program file and the version number, calls a batch script to analyze the application name corresponding to the program file, and updates the GIT working area corresponding to the application name to the latest;
receiving an instruction by a synchronous local GIT button, calling a version synchronization tool, and opening a version synchronization window;
the batch on-line button receives an instruction, adds a program file of a local GIT to a GIT temporary storage area, and pushes the program file to a GIT server to finish on-line;
the version synchronization window is used for:
receiving the formatted program files and version numbers of the system copies;
the synchronous environment selection area receives the selected synchronous environment;
a one-key synchronous button receives an instruction and synchronizes a program file and a version number to the selected synchronous environment;
the log window is configured to:
and displaying and updating the operation record in real time.
As a further improvement of the present invention, version synchronization tools employ version syn 2020_32.Jar, the program file and version number being formatted in the format required by version syn 2020_32. Jar.
As a further improvement of the present invention, the adding the program file of the local GIT to the GIT registry includes:
acquiring application names corresponding to all program files in a local GIT;
the application name is kicked;
the GIT temporary storage area receives the program file corresponding to the application name after the kicking.
As a further improvement of the present invention, the operation button module further includes an IP replacement button that receives an instruction, and invokes a customized batch script to perform IP address replacement on the program file formatted in the local GIT.
Compared with the prior art, the invention has the beneficial effects that:
the invention combines the program release process, interfaces the release process, so that the process is clearer, the operation is more accurate and convenient, the operation omission is avoided, and the program release efficiency is improved.
According to the method, the program release button, the main body operation interface, the version synchronization page and the log window which are orderly arranged in the interface, the online flow is intuitively displayed, the execution condition is checked in the log window at any time, the online operation is performed, and the error of the program release step is avoided.
After the program file is online, the bulletin information of the fixed-point restarting application is triggered, bulletin in a standard format can be output, and the bulletin information can be directly used for informing start and stop information of team related applications after copying.
Drawings
FIG. 1 is a schematic diagram of a method for interfacing a publishing program according to an embodiment of the present invention;
FIG. 2 is a display diagram of a synchronization window for synchronizing local GIT link versions in an interface according to an embodiment of the present invention;
FIG. 3 is a diagram showing a batch upper ring node execution page according to an embodiment of the present invention;
fig. 4 is a diagram showing a post-online triggered fixed-point restart application advertisement information according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention is described in further detail below with reference to the attached drawing figures:
as shown in fig. 1, the method for issuing a program in an interfacing manner provided by the invention includes:
s1, displaying a pre-online program file and a version number which are input by a user in a main body operation window in an interface;
s2, generating an online list button receiving instruction, formatting a program file and a version number in a main body operation window, calling a batch script to analyze an application name corresponding to the program file, and updating a GIT working area corresponding to the application name to the latest;
wherein,
after receiving the instruction, the log display window displays each operation condition of the generated online list button, including: the number of the online files is increased, the local task list is updated, batch update tasks are executed, and visual check of operation execution conditions is facilitated.
S3, as shown in FIG. 2, copying the formatted program file and version number by the system, receiving an instruction by a synchronous local GIT button, calling a version synchronization tool, and opening a version synchronization window;
wherein,
the version synchronization tool adopts a version Syn_2020_32.jar, and the program file and the version number are formatted into a format required by the version Syn_2020_32.jar;
after the synchronous local GIT button receives the instruction, the log display window updates and displays the execution condition of the synchronous local GIT button, which comprises the following steps: the synchronized local GIT is performed.
S4, receiving formatted program files and version numbers copied by the system through a version synchronization window, receiving a selected synchronization environment by a synchronization environment selection area, receiving an instruction by a one-key synchronization button, and synchronizing the program files and the version numbers to the selected synchronization environment;
wherein,
aiming at configuration files synchronized from other environment/version servers, the interface is also provided with an IP replacement button; the IP replacement button receives the instruction and calls the customized batch script to replace the IP address of the program file formatted in the local GIT.
S5, receiving instructions by batch on-line buttons, adding program files of the GIT working area into the GIT temporary storage area, and pushing the program files to the GIT server to finish on-line.
Wherein, include:
as shown in fig. 3, application names corresponding to all program files in the local GIT are acquired; the application name is kicked; the GIT temporary storage area receives the program file corresponding to the application name after the kicking.
Further, the method comprises the steps of,
after the batch on-line button receives the instruction, the log display window updates and displays each task execution condition of the batch on-line button, and the method comprises the following steps: extracting the number of the list and executing batch item online.
S6, as shown in FIG. 4, after the online is completed in the GIT server, the trigger system generates a fixed-point restarting application notice, including online time and condition description.
The invention also provides a system for issuing the program in an interfacing way, which comprises: a main body operation window, an operation button module, a version synchronization window and a log window;
a main body operation window for:
displaying the pre-online program file and version number input by a user;
displaying the formatted program file and version number;
copying the formatted program files and version numbers;
an operation button module for:
the on-line list button receives an instruction, formats a program file and a version number, calls a batch script to analyze an application name corresponding to the program file, and updates a GIT working area corresponding to the application name to the latest;
receiving an instruction by a synchronous local GIT button, calling a version synchronization tool, and opening a version synchronization window; the version synchronization tool adopts a format required by version Syn_2020_32.Jar, and the program file and the version number are formatted into the format required by version Syn_2020_32. Jar.
The batch on-line button receives an instruction, adds a program file of a local GIT to a GIT temporary storage area, and pushes the program file to a GIT server to finish on-line;
the method comprises the steps of obtaining application names corresponding to all program files in a local GIT; the application name is kicked; the GIT temporary storage area receives the program file corresponding to the application name after the kicking.
Version sync window for:
receiving a formatted program file and version number of the system copy;
the synchronous environment selection area receives the selected synchronous environment;
the one-key synchronous button receives an instruction and synchronizes the program file and the version number to the selected synchronous environment;
wherein,
aiming at configuration files synchronized from other environment/version servers, the interface is also provided with an IP replacement button; the IP replacement button receives the instruction and calls the customized batch script to replace the IP address of the program file formatted in the local GIT.
When the system is built, firstly, a batch script and a version synchronization tool are placed under the same-level directory; the version synchronization tool is installed, so that smooth scheduling and execution of the synchronization tool are ensured; and writing an IP replacement program based on the Python language, and scheduling the IP replacement program to complete IP replacement by adopting a batch script.
The invention has the advantages that:
the issuing process is interfaced through the process of issuing the carding program, so that the process is clearer, the operation is more accurate and convenient, the omission of the operation is avoided, and the issuing efficiency of the program is improved.
The program release button, the main body operation interface, the version synchronization page and the log window which are orderly arranged in the interface are used for intuitively displaying the online flow, checking the execution condition in the log window at any time and carrying out the online operation, so that the errors of the program release step are avoided.
After the program file is online, the bulletin information of the fixed-point restarting application is triggered, bulletin in a standard format can be output, and the bulletin information can be directly used for informing the start and stop information of the team related application after copying.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, but various modifications and variations can be made to the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (5)

1. A method for issuing programs in an interface mode is characterized by comprising the following steps:
displaying a pre-online program file and a version number which are input by a user in a main body operation window in an interface;
generating an on-line list button receiving instruction, formatting the program file and the version number in the main body operation window, calling a batch script to analyze the application name corresponding to the program file, and updating the GIT working area corresponding to the application name to the latest;
copying the formatted program files and version numbers by the system, receiving an instruction by a synchronous local GIT button, calling a version synchronization tool, and opening a version synchronization window;
the version synchronization window receives the formatted program files and version numbers copied by the system, the synchronization environment selection area receives the selected synchronization environment, and the one-key synchronization button receives an instruction to synchronize the program files and the version numbers to the selected synchronization environment;
the interface also comprises an IP replacement button, the IP replacement button receives an instruction, and calls customized batch processing scripts to replace IP addresses of the program files formatted in the local GIT;
the batch on-line button receives an instruction, adds the program file of the GIT working area to the GIT temporary storage area, and comprises the following steps: acquiring application names corresponding to all program files in a local GIT; the application name is kicked; the GIT temporary storage area receives the program file corresponding to the application name after the kicking, and pushes the program file to the GIT server to finish online.
2. The method for interfacing with a publisher according to claim 1, wherein: the interface also comprises an operation log display window, wherein the log display window always displays and updates the operation records of all buttons.
3. The method for interfacing with a publisher according to claim 1, wherein: version synchronization tools employ version Syn2020_32. Jar, the program file and version number being formatted in the format required by version Syn2020_32. Jar.
4. The method for interfacing with a publisher according to claim 1, wherein: after the GIT server finishes the online, the trigger system generates a fixed-point restarting application notice, including online time and condition description.
5. A system for interfacing with a distribution program, a method for implementing the interfacing with a distribution program according to any one of claims 1 to 4, comprising: a main body operation window, an operation button module, a version synchronization window and a log window;
the main body operation window is used for:
displaying the pre-online program file and version number input by a user;
displaying the formatted program files and version numbers;
copying the formatted program files and version numbers;
the operation button module is used for:
the on-line list button receives an instruction, formats the program file and the version number, calls a batch script to analyze the application name corresponding to the program file, and updates the GIT working area corresponding to the application name to the latest;
receiving an instruction by a synchronous local GIT button, calling a version synchronization tool, and opening a version synchronization window; the version synchronization tool adopts a version Syn_2020_32.Jar, and the program file and the version number are formatted into a format required by the version Syn_2020_32. Jar;
the operation button module further comprises an IP replacement button, the IP replacement button receives an instruction, and calls customized batch scripts to replace IP addresses of the program files formatted in the local GIT;
the batch online button receives an instruction, adds the program files of the local GIT to a GIT temporary storage area, acquires application names corresponding to all the program files in the local GIT, performs kicking on the application names, and the GIT temporary storage area receives the program files corresponding to the kicked application names and pushes the program files to the GIT server to finish online;
the version synchronization window is used for:
receiving the formatted program files and version numbers of the system copies;
the synchronous environment selection area receives the selected synchronous environment;
a one-key synchronous button receives an instruction and synchronizes a program file and a version number to the selected synchronous environment;
the log window is configured to:
and displaying and updating the operation record in real time.
CN202110126910.4A 2021-01-29 2021-01-29 Method and system for issuing program in interfacing mode Active CN112882747B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110126910.4A CN112882747B (en) 2021-01-29 2021-01-29 Method and system for issuing program in interfacing mode

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110126910.4A CN112882747B (en) 2021-01-29 2021-01-29 Method and system for issuing program in interfacing mode

Publications (2)

Publication Number Publication Date
CN112882747A CN112882747A (en) 2021-06-01
CN112882747B true CN112882747B (en) 2024-04-05

Family

ID=76053677

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110126910.4A Active CN112882747B (en) 2021-01-29 2021-01-29 Method and system for issuing program in interfacing mode

Country Status (1)

Country Link
CN (1) CN112882747B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101635640A (en) * 2009-09-04 2010-01-27 江苏天智互联科技有限公司 Method for automatically releasing terminal program version of WEB network station system server
KR20100041069A (en) * 2008-10-13 2010-04-22 엘지엔시스(주) System for program version management on network and method for operating the same
CN109189400A (en) * 2018-08-07 2019-01-11 北京趣拿软件科技有限公司 Program dissemination method and device, storage medium, processor
CN109683951A (en) * 2018-12-21 2019-04-26 北京量子保科技有限公司 A kind of code method for automatically releasing, system, medium and electronic equipment
CN110597506A (en) * 2019-11-14 2019-12-20 南京百敖软件有限公司 Front-end application visualization development tool and use method
CN111666099A (en) * 2020-06-12 2020-09-15 江苏云柜网络技术有限公司 Application service publishing system
CN111666081A (en) * 2020-04-30 2020-09-15 平安科技(深圳)有限公司 Project version release method, device, equipment and medium based on Git
US10782959B1 (en) * 2019-03-21 2020-09-22 International Business Machines Corporation Storing a file list for a public file repository as a file to avoid rate limits on file list requests
CN112230985A (en) * 2020-10-23 2021-01-15 微民保险代理有限公司 Static file flow, applet version management method and device and computer equipment

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7426532B2 (en) * 2002-08-27 2008-09-16 Intel Corporation Network of disparate processor-based devices to exchange and display media files
US8898562B2 (en) * 2011-03-04 2014-11-25 Dan Tocchini System and method for harmonious tiling search and publishing
US10409583B2 (en) * 2017-11-27 2019-09-10 Salesforce.Com, Inc. Content deployment system having a content publishing engine with a filter module for selectively extracting content items provided from content sources for integration into a specific release and methods for implementing the same

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100041069A (en) * 2008-10-13 2010-04-22 엘지엔시스(주) System for program version management on network and method for operating the same
CN101635640A (en) * 2009-09-04 2010-01-27 江苏天智互联科技有限公司 Method for automatically releasing terminal program version of WEB network station system server
CN109189400A (en) * 2018-08-07 2019-01-11 北京趣拿软件科技有限公司 Program dissemination method and device, storage medium, processor
CN109683951A (en) * 2018-12-21 2019-04-26 北京量子保科技有限公司 A kind of code method for automatically releasing, system, medium and electronic equipment
US10782959B1 (en) * 2019-03-21 2020-09-22 International Business Machines Corporation Storing a file list for a public file repository as a file to avoid rate limits on file list requests
CN110597506A (en) * 2019-11-14 2019-12-20 南京百敖软件有限公司 Front-end application visualization development tool and use method
CN111666081A (en) * 2020-04-30 2020-09-15 平安科技(深圳)有限公司 Project version release method, device, equipment and medium based on Git
CN111666099A (en) * 2020-06-12 2020-09-15 江苏云柜网络技术有限公司 Application service publishing system
CN112230985A (en) * 2020-10-23 2021-01-15 微民保险代理有限公司 Static file flow, applet version management method and device and computer equipment

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
Git仓库代码演化过程中的注解定位技术研究;诸葛文杜;《中国优秀硕士学位论文全文数据库(信息科技辑)》;20190215(第02期);I138-630 *
SPEED: Accelerating Enclave Applications Via Secure Deduplication;Helei Cui等;《2019 IEEE 39th International Conference on Distributed Computing Systems (ICDCS)》;20191031;1072-1082 *
基于APSoC架构的嵌入式卷积神经网络的实现和快速部署;王俊;《中国优秀硕士学位论文全文数据库(信息科技辑)》;20200315(第03期);I140-146 *
基于Kubernetes容器集群环境的持续交付平台;韩东;《软件导刊》;20201031(第10期);200-204 *
基于Scrapy框架的分布式爬虫系统设计与实现;汪兵;《中国优秀硕士学位论文全文数据库(信息科技辑)》;20200115(第01期);I138-493 *
基于云服务的城市供暖节点监控系统的研发;吴祥坤;《中国优秀硕士学位论文全文数据库(信息科技辑)》;20180115(第01期);I140-844 *

Also Published As

Publication number Publication date
CN112882747A (en) 2021-06-01

Similar Documents

Publication Publication Date Title
JP4396994B2 (en) Resource file translation verification method, apparatus, and program
US11042425B2 (en) Creating and using a bridge for obtaining and displaying process cloud services (PCS) analytics data outside of the PCS
JP4845153B2 (en) System, method, server, and computer program for avoiding conflict of update work in distributed environment using multiple clients
EP2246787A1 (en) Systems and methods for identifying the root cause of an application failure in a mainframe environment based on relationship information between interrelated applications
CN111324610A (en) Data synchronization method and device
JP2014081811A (en) Log management system and log management method
US11392360B2 (en) Systems and methods for redeploying source code builds
CN115934855A (en) Full-link field level blood margin analysis method, system, equipment and storage medium
US10915510B2 (en) Method and apparatus of collecting and reporting database application incompatibilities
CN115587727A (en) Process operation system and process operation method
CN111767346A (en) Database data synchronization method, device, equipment and storage medium
CN112882747B (en) Method and system for issuing program in interfacing mode
JP2008009475A (en) Message conversion device for use in computer system integrated management environment
KR20100134355A (en) A method for recovering logical data errors in database
JP4681673B1 (en) Operation verification apparatus, operation verification method, and operation verification program
JP2009230618A (en) Specification creating program, device therefor, and method thereof
JP2011164783A (en) Device, method and program for verifying operation
US7664792B2 (en) System and method for recovering databases on a mainframe computer
CN114625743A (en) Data updating method and device for personnel master data and electronic equipment
JP6157166B2 (en) Parts generation system, method and program
US20120047485A1 (en) Method for assisting in the development or use of a complex system
JP2013037580A (en) Information processor
JP5497210B1 (en) Job re-execution support system
US20080177798A1 (en) System and method for providing database utilities for mainframe operated databases
JP2011209971A (en) Test support apparatus, test support system, control method, program and recording medium

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