CN110888665B - Method, device, equipment and storage medium for submitting changed content - Google Patents

Method, device, equipment and storage medium for submitting changed content Download PDF

Info

Publication number
CN110888665B
CN110888665B CN201911181331.9A CN201911181331A CN110888665B CN 110888665 B CN110888665 B CN 110888665B CN 201911181331 A CN201911181331 A CN 201911181331A CN 110888665 B CN110888665 B CN 110888665B
Authority
CN
China
Prior art keywords
change
management module
current state
execution logic
content
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
CN201911181331.9A
Other languages
Chinese (zh)
Other versions
CN110888665A (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.)
Shanghai Mihayou Network Science And Technology Co ltd
Original Assignee
Shanghai Mihayou Network Science And 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 Shanghai Mihayou Network Science And Technology Co ltd filed Critical Shanghai Mihayou Network Science And Technology Co ltd
Priority to CN201911181331.9A priority Critical patent/CN110888665B/en
Publication of CN110888665A publication Critical patent/CN110888665A/en
Application granted granted Critical
Publication of CN110888665B publication Critical patent/CN110888665B/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/60Software deployment
    • G06F8/65Updates
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The embodiment of the invention discloses a method, a device, equipment and a storage medium for submitting changed contents, wherein the method for submitting the changed contents comprises the following steps: acquiring a current state corresponding to the execution logic change from the progress management module; if the current state is that the execution logic change is completed, determining change content corresponding to the current state in the version management module according to the current state; the control version management module submits the change content to the target location. The technical scheme of the embodiment of the invention overcomes the defects that when the changed content is backfilled into the development environment, the backfilling workload of a developer is large, and the backfilling process is easy to fail, and reduces the manual operation steps in the data backfilling process while improving the backfilling accuracy of the changed content.

Description

Method, device, equipment and storage medium for submitting changed content
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a method, a device, equipment and a storage medium for submitting changed contents.
Background
For online operating application software (especially game software), program loopholes may occur in the process of running, or some new functions are required, when the situation occurs, a developer usually changes the corresponding execution logic of the application software in an online repair environment, so as to solve the problem. In order to ensure the version stability of the application software, a developer usually manually backfills (backfills, i.e. submits) the changed execution logic to the corresponding development environment within a preset time period, so that the workload of the developer is increased, and meanwhile, backfilling accidents such as missing backfilling or excessive backfilling can also occur in the backfilling process.
Disclosure of Invention
The invention provides a method, a device, equipment and a storage medium for submitting changed contents, which can improve the backfilling accuracy of the changed contents and reduce the man-made operation steps in the data backfilling process.
In a first aspect, an embodiment of the present invention provides a method for submitting changed content, where the method includes:
acquiring a current state corresponding to the execution logic change from the progress management module;
if the current state is that the execution logic change is completed, determining change content corresponding to the current state in a version management module according to the current state;
and controlling the version management module to submit the change content to a target position.
In a second aspect, an embodiment of the present invention further provides a change content submitting apparatus, where the apparatus includes:
the current state acquisition module is used for acquiring the current state corresponding to the execution logic change from the progress management module;
the change content determining module is used for determining the change content corresponding to the current state in the version management module according to the current state if the current state is that the execution logic change is completed;
and the change content submitting module is used for controlling the version management module to submit the change content to a target position.
In a third aspect, an embodiment of the present invention further provides a computer apparatus, including:
one or more processors;
storage means for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the altered content submitting method as described in any of the embodiments of the invention.
In a fourth aspect, embodiments of the present invention further provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a method for submitting altered content according to any embodiment of the present invention.
The embodiment of the invention obtains the current state corresponding to the execution logic change from the progress management module; if the current state is that the execution logic change is completed, determining change content corresponding to the current state in the version management module according to the current state; the control version management module submits the change content to the target position, overcomes the defects that when the change content is backfilled into a development environment, the backfilling workload of a developer is large, and the backfilling process is easy to fail, improves the backfilling accuracy of the change content, and reduces the manual operation steps in the data backfilling process.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, a brief description will be given below of the drawings required for the embodiments or the prior art descriptions, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for submitting changed content according to a first embodiment of the invention;
FIG. 2 is a flowchart of a method for submitting changed contents according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of a change content submitting apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a computer device in a fourth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Example 1
Fig. 1 is a flowchart of a method for submitting modified content, which is applicable to a situation where on-line modified content needs to be submitted back to a development environment, according to an embodiment of the present invention, where the method may be performed by a modified content submitting apparatus, which may be implemented in software and/or hardware, and the apparatus may be configured in a computer device. As shown in fig. 1, the method specifically may include the following steps:
s110, acquiring the current state corresponding to the execution logic change from the progress management module.
In the process from development to release to online operation, application software generally relates to three environments, namely a development environment, an online environment and an online repair environment. When the application software runs in the online environment, problems such as loopholes of the application program or the need of improving (or adding) part of functions may occur, and at this time, a developer may perform corresponding changing operation on execution logic of the application software (i.e., code of the application software) in the online repair environment, so that the application software can run normally in the online environment.
In this embodiment, the corresponding execution environment is an online repair environment, where the execution of the logical change is to modify the code of the application software. Preferably, the execution logic change may include modifying the first execution logic or adding a second execution logic based on the first execution logic. For example, when an application program bug exists or a part of functions need to be improved, the first execution logic can be modified to repair the application program bug or improve the corresponding functions; when a part of functions need to be added, a second execution logic can be added on the basis of the first execution logic to add corresponding functions.
In this embodiment, the progress management module in the application software may acquire and display the current state of the application software in real time, and once the progress management module monitors that the application software has a state change, the progress management module may update and display the current state. By way of example, the progress management module may include any one of TAPD (Tencent Agile Product Development, teamble product development platform), jiRA, redmine, and Teambit.
Preferably, the state change may include a state change occurring during the on-line running of the application software and a state change occurring in the development environment of the application software. Illustratively, during online execution, the state change may include any of discovering a program bug (or discovering that a portion of functionality needs to be improved (or added)), a developer being modifying execution logic, execution logic modification being completed, modified execution logic being verified (the purpose of verification being to determine whether the modified execution logic is able to function properly and meet the needs of a user), and modified execution logic verification being successful. Accordingly, the current state may include any one of finding that the execution logic is problematic, altering the execution logic, performing a pre-alteration of the execution logic is complete, verifying the pre-alteration content, and performing a change of the execution logic is complete.
And S120, if the current state is that the execution logic change is completed, determining change contents corresponding to the current state in the version management module according to the current state.
Preferably, the version management module may include a change content after the execution of the logic change, and in this embodiment, indirect communication connection may be established between the progress management module and the version management module, and specifically, after the current state is obtained and determined in the progress management module as the execution of the logic change is completed, the current state may be sent to the version management module, and according to the current state, the change content corresponding to the current state in the version management module is determined. The version management module may include any one of Git, performance 4, or SVN.
S130, the control version management module submits the change content to the target position.
After determining the change content, the version management module may preferably be controlled to submit the change content to the target location. By way of example, the target location may be a target development environment.
Taking application software as game software as an example, the above process is specifically described:
in the running process of the game software in the online environment, loopholes appear, and at this time, the state of the progress management module is updated to have problems in executing logic. And modifying the execution logic in the online repairing environment by a developer, and correspondingly, updating the state of the progress management module into a changed execution logic. And the developer finishes the pre-change of the execution logic, and externally puts the execution logic after the pre-change, and correspondingly, the state of the progress management module is updated to be the completion of the pre-change of the execution logic. And verifying the externally placed execution logic after the pre-change by the developer, and correspondingly updating the state of the progress management module to verify the pre-change content. If the verification is passed, the state of the progress management module is updated to be completed by executing logic change, and at the moment, the developer stores the change content to the version management module. In the above process, the current state corresponding to the execution logic change is continuously obtained from the progress management module until the update of the current state to the execution logic change is completed, the current state is sent to the version management module, the corresponding change content is determined by utilizing the current state, and the version management module is controlled to send the change content to the development environment of the game software, so that the development environment updates the execution logic of the game software.
According to the method for submitting the changed content, the current state corresponding to the execution logic change is obtained from the progress management module; if the current state is that the execution logic change is completed, determining change content corresponding to the current state in the version management module according to the current state; the control version management module submits the change content to the target position, overcomes the defects that when the change content is backfilled into a development environment, the backfilling workload of a developer is large, and the backfilling process is easy to fail, improves the backfilling accuracy of the change content, and reduces the manual operation steps in the data backfilling process.
On the basis of the above embodiments, further,
before the version management module is controlled to submit the change content to the target position, the method further comprises the following steps:
and determining a target position according to preset position parameters, wherein the preset position parameters comprise development environment position parameters and regional server position parameters.
Preferably, the target location includes a target area server corresponding to the target development environment.
Preferably, a development environment of the application software may correspond to a preset location parameter, and an area server may also correspond to a preset location parameter, and preferably, the target location may be determined by the development environment location parameter and the area server location parameter. The format of the preset location parameter may be any legal location parameter format, which is not limited herein. A development environment for application software may have different regional servers, which may include, for example, home servers or servers of other countries, etc.
Example two
Fig. 2 is a flowchart of a method for submitting changed content according to a second embodiment of the present invention. This embodiment may be combined with each of the alternatives of one or more embodiments described above, and further includes, after controlling the version management module to submit the modified content to the target location:
receiving feedback information of completion of submission sent by the version management module;
and sending the feedback information to the progress management module, and controlling the progress management module to display the state corresponding to the completion of the submission of the change content.
As shown in fig. 2, the method in this embodiment specifically includes:
s210, acquiring the current state corresponding to the execution logic change from the progress management module.
S220, if the current state is that the execution logic change is completed, determining change contents corresponding to the current state in the version management module according to the current state.
S230, the control version management module submits the change content to the target position.
S240, receiving feedback information of completion of submission sent by the version management module.
S250, sending the feedback information to the progress management module, and controlling the progress management module to display the state corresponding to the completion of the submission of the change content.
The version management module may send the information that the modified content is successfully received to the version management module after submitting the modified content to the development environment, and the version management module may regenerate feedback information that the modified content is submitted after receiving the information sent by the development environment, or may directly use the information sent by the development environment as feedback information. In this embodiment, after the version management module is controlled to submit the changed content to the development environment, feedback information sent by the version management module may be received, and after the feedback information is received, the feedback information may be sent to the progress management module. And the control progress management module updates the current state into a state corresponding to the completion of the submission of the changed content according to the feedback information.
Preferably, the current state may include any one of finding that there is a problem with the execution logic, changing the execution logic, executing a logic pre-change completion, verifying pre-change content, executing a logic change completion, and completing the commit of the change content.
According to the method for submitting the changed content, the current state corresponding to the execution logic change is obtained from the progress management module; if the current state is that the execution logic change is completed, determining change content corresponding to the current state in the version management module according to the current state; the control version management module submits the change content to a target position and receives feedback information of completion of submission sent by the version management module; the feedback information is sent to the progress management module, and the progress management module is controlled to display the state corresponding to the completion of the submission of the change content, so that the defects that when the change content is backfilled into a development environment, the backfilling workload of a developer is large and the backfilling process is easy to fail are overcome, the backfilling accuracy of the change content is improved, the man-made operation steps in the data backfilling process are reduced, and meanwhile, the developer can timely know whether the submission of the change content is completed or not.
Example III
Fig. 3 is a schematic diagram of a modified content submitting apparatus according to a third embodiment of the present invention. As shown in fig. 3, the apparatus of this embodiment includes:
the current state obtaining module 310 is configured to obtain a current state corresponding to the execution logic change from the progress management module;
the change content determining module 320 is configured to determine, according to the current state, change content corresponding to the current state in the version management module if the current state is that the execution logic change is completed;
the modification content submitting module 330 is configured to control the version management module to submit the modification content to the target location.
According to the change content submitting device provided by the embodiment, the current state corresponding to the execution logic change is obtained from the progress management module by utilizing the current state obtaining module; if the current state is that the execution logic change is completed, determining the change content corresponding to the current state in the version management module by using the change content determining module according to the current state; and the version management module is controlled by the change content submitting module to submit the change content to the target position, so that the defects that when the change content is backfilled into a development environment, the backfilling workload of a developer is large and the backfilling process is easy to fail are overcome, and the manual operation steps in the data backfilling process are reduced while the backfilling accuracy of the change content is improved.
On the basis of the above technical solutions, optionally, the modified content submitting apparatus may further include a target position determining module, configured to determine the target position according to a preset position parameter before the modified content is submitted to the target position by the control version management module;
the preset location parameters include development environment location parameters and regional server location parameters.
Based on the above technical solutions, optionally, the target location includes a target area server corresponding to the target development environment.
Based on the above technical solutions, optionally, the change content submitting apparatus may further include:
the feedback information receiving module is used for receiving feedback information of completion of submission sent by the version management module after the version management module is controlled to submit the change content to the target position;
and the submitting completion state display module is used for sending the feedback information to the progress management module and controlling the progress management module to display the state corresponding to the completion of submitting the change content.
Based on the above technical solutions, optionally, the current state includes: the execution logic is found to have any one of a problem, a change execution logic, an execution logic pre-change completion, an execution logic change completion, and a change content commit completion.
On the basis of the above technical solutions, optionally, the execution logic modification includes modifying the first execution logic, or adding the second execution logic on the basis of the first execution logic.
The change content submitting device provided by the embodiment of the invention can execute the change content submitting method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the executing method.
Example IV
Fig. 4 is a schematic structural diagram of a computer device according to a fourth embodiment of the present invention. Fig. 4 illustrates a block diagram of an exemplary computer device 412 suitable for use in implementing embodiments of the invention. The computer device 412 shown in fig. 4 is only an example and should not be construed as limiting the functionality and scope of use of embodiments of the invention.
As shown in FIG. 4, computer device 412 is in the form of a general purpose computing device. Components of computer device 412 may include, but are not limited to: one or more processors 416, a memory 428, a bus 418 that connects the various system components (including the memory 428 and the processor 416).
Bus 418 represents one or more of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, a processor, or a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, micro channel architecture (MAC) bus, enhanced ISA bus, video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 412 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by computer device 412 and includes both volatile and nonvolatile media, removable and non-removable media.
Memory 428 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM) 430 and/or cache memory 432. The computer device 412 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage 434 may be used to read from or write to non-removable, non-volatile magnetic media (not shown in FIG. 4, commonly referred to as a "hard disk drive"). Although not shown in fig. 4, a magnetic disk drive for reading from and writing to a removable non-volatile magnetic disk (e.g., a "floppy disk"), and an optical disk drive for reading from or writing to a removable non-volatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In such cases, each drive may be coupled to bus 418 via one or more data medium interfaces. Memory 428 may include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of embodiments of the invention.
A program/utility 440 having a set (at least one) of program modules 442 may be stored in, for example, memory 428, such program modules 442 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules 442 generally perform the functions and/or methodologies in the described embodiments of the invention.
The computer device 412 may also communicate with one or more external devices 414 (e.g., keyboard, pointing device, display 424, etc., wherein the display 424 may be configured as desired), with one or more devices that enable a user to interact with the computer device 412, and/or with any device (e.g., network card, modem, etc.) that enables the computer device 412 to communicate with one or more other computing devices. Such communication may occur through an input/output (I/O) interface 422. Moreover, computer device 412 may also communicate with one or more networks such as a Local Area Network (LAN), a Wide Area Network (WAN) and/or a public network, such as the Internet, through network adapter 420. As shown, network adapter 420 communicates with other modules of computer device 412 over bus 418. It should be appreciated that although not shown in fig. 4, other hardware and/or software modules may be used in connection with computer device 412, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, data backup storage, and the like.
The processor 416 executes various functional applications and data processing by running programs stored in the memory 428, for example, to implement the altered content delivery method provided by embodiments of the present invention.
Example five
A fifth embodiment of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a modified content submission method as provided by the embodiment of the present invention, including:
acquiring a current state corresponding to the execution logic change from the progress management module;
if the current state is that the execution logic change is completed, determining change content corresponding to the current state in the version management module according to the current state;
the control version management module submits the change content to the target location.
Of course, the computer-readable storage medium provided by the embodiments of the present invention, on which the computer program stored, is not limited to performing the method operations described above, but may also perform related operations in the method for submitting modified content based on a computer device provided by any embodiment of the present invention.
The computer storage media of embodiments of the invention may take the form of any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (8)

1. A method of submitting altered content, comprising:
acquiring a current state corresponding to the execution logic change from the progress management module;
if the current state is that the execution logic change is completed, determining change content corresponding to the current state in a version management module according to the current state;
determining a target position according to preset position parameters, wherein the preset position parameters comprise development environment position parameters and regional server position parameters;
and controlling the version management module to submit the change content to the target position.
2. The method of claim 1, wherein the target location comprises a target area server corresponding to a target development environment.
3. The method of claim 1, further comprising, after controlling the version management module to submit the change content to a target location:
receiving feedback information of completion of submission sent by the version management module;
and sending the feedback information to the progress management module, and controlling the progress management module to display the state corresponding to the completion of the submission of the change content.
4. A method according to claim 3, wherein the current state comprises: the execution logic is found to have any one of a problem, a change execution logic, an execution logic pre-change completion, verification of pre-change content, an execution logic change completion, and a change content commit completion.
5. The method of claim 1, wherein the execution logic change comprises a modification to a first execution logic or an addition of a second execution logic based on the first execution logic.
6. A change content submitting apparatus, comprising:
the current state acquisition module is used for acquiring the current state corresponding to the execution logic change from the progress management module;
the change content determining module is used for determining the change content corresponding to the current state in the version management module according to the current state if the current state is that the execution logic change is completed;
the change content submitting module is used for controlling the version management module to submit the change content to a target position;
the target position determining module is used for determining a target position according to preset position parameters before controlling the version management module to submit the change content to the target position;
the preset location parameters include a development environment location parameter and a regional server location parameter.
7. A computer device, comprising:
one or more processing devices;
a memory for storing one or more programs;
the one or more programs, when executed by the one or more processing devices, cause the one or more processing devices to implement the altered content submitting method of any of claims 1-6.
8. A computer readable storage medium having stored thereon a computer program, which when executed by a processor implements the altered content submitting method of any of claims 1-6.
CN201911181331.9A 2019-11-27 2019-11-27 Method, device, equipment and storage medium for submitting changed content Active CN110888665B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911181331.9A CN110888665B (en) 2019-11-27 2019-11-27 Method, device, equipment and storage medium for submitting changed content

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911181331.9A CN110888665B (en) 2019-11-27 2019-11-27 Method, device, equipment and storage medium for submitting changed content

Publications (2)

Publication Number Publication Date
CN110888665A CN110888665A (en) 2020-03-17
CN110888665B true CN110888665B (en) 2023-05-26

Family

ID=69749020

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911181331.9A Active CN110888665B (en) 2019-11-27 2019-11-27 Method, device, equipment and storage medium for submitting changed content

Country Status (1)

Country Link
CN (1) CN110888665B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473075A (en) * 2013-09-23 2013-12-25 迈普通信技术股份有限公司 Code change control system and method
CN106294133A (en) * 2016-07-29 2017-01-04 腾讯科技(深圳)有限公司 Detection method, relevant apparatus and the system of a kind of application program installation kit
CN109683880A (en) * 2018-12-25 2019-04-26 百度在线网络技术(北京)有限公司 Webpage exchange method, device, equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050289186A1 (en) * 2004-06-29 2005-12-29 Microsoft Corporation DDL replication without user intervention

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103473075A (en) * 2013-09-23 2013-12-25 迈普通信技术股份有限公司 Code change control system and method
CN106294133A (en) * 2016-07-29 2017-01-04 腾讯科技(深圳)有限公司 Detection method, relevant apparatus and the system of a kind of application program installation kit
CN109683880A (en) * 2018-12-25 2019-04-26 百度在线网络技术(北京)有限公司 Webpage exchange method, device, equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于SVN的软件配置管理和持续集成;姜文;刘立康;;电子设计工程;第24卷(第2期);全文 *

Also Published As

Publication number Publication date
CN110888665A (en) 2020-03-17

Similar Documents

Publication Publication Date Title
US8589909B2 (en) Techniques for reducing down time in updating applications with metadata
CN105739968B (en) Method and device for reviewing updated content based on distributed version control system Git
US20170052884A1 (en) Generic test automation for restful web services applications
JP2020091835A (en) Method and device for processing information
US9921905B2 (en) Resource integrity during partial backout of application updates
CN111818145B (en) File transmission method, device, system, equipment and storage medium
US10140166B2 (en) Message oriented middleware with integrated rules engine
CN107817962B (en) Remote control method, device, control server and storage medium
US8738873B2 (en) Interfacing with a point-in-time copy service architecture
CN111708681B (en) Log processing method, device, equipment and storage medium
CN110888665B (en) Method, device, equipment and storage medium for submitting changed content
CN112925796A (en) Write consistency control method, device, equipment and storage medium
CN112416422A (en) Development version file submitting method, device, equipment and storage medium
CN113392002A (en) Test system construction method, device, equipment and storage medium
CN114489667A (en) Script generation method and device, electronic equipment and storage medium
CN111489139A (en) Order payment method, device, equipment and medium based on big data
CN113760317A (en) Page display method, device, equipment and storage medium
US9298449B2 (en) Composite program history
CN110958243A (en) Network vulnerability submitting method and device, storage medium and electronic equipment
CN112114811A (en) Compiling method, device and equipment
CN111176718A (en) Script online method and device, storage medium and electronic equipment
CN111046430B (en) Data processing method and device, storage medium and electronic equipment
CN110908818B (en) Verification method, device, equipment and storage medium
CN114201240B (en) Method and device for configuring helm chart
JP2018067057A (en) Verification device and program for control program

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