CN109460252B - Configuration file processing method and device based on git and computer equipment - Google Patents

Configuration file processing method and device based on git and computer equipment Download PDF

Info

Publication number
CN109460252B
CN109460252B CN201811115153.5A CN201811115153A CN109460252B CN 109460252 B CN109460252 B CN 109460252B CN 201811115153 A CN201811115153 A CN 201811115153A CN 109460252 B CN109460252 B CN 109460252B
Authority
CN
China
Prior art keywords
configuration file
configuration
git
branch
identifier
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
CN201811115153.5A
Other languages
Chinese (zh)
Other versions
CN109460252A (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.)
Ping An Life Insurance Company of China Ltd
Original Assignee
Ping An Life Insurance Company 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 Ping An Life Insurance Company of China Ltd filed Critical Ping An Life Insurance Company of China Ltd
Priority to CN201811115153.5A priority Critical patent/CN109460252B/en
Publication of CN109460252A publication Critical patent/CN109460252A/en
Application granted granted Critical
Publication of CN109460252B publication Critical patent/CN109460252B/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
    • 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

Abstract

The application relates to a method, a device, computer equipment and a storage medium for processing a configuration file based on git. The method relates to a cloud storage technology, and specifically comprises the following steps: receiving a configuration file processing request, acquiring a task identifier corresponding to the configuration file processing request according to a corresponding relation between the preset configuration file processing request and the task identifier, acquiring a corresponding relation between the task identifier and branches in the git platform, acquiring branches corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branches in the git platform, acquiring a configuration file under the branches, and executing processing corresponding to the task identifier on the configuration file. And a plurality of configuration files are stored by utilizing a plurality of branches under the git platform, corresponding configuration files can be obtained from the git platform according to the task identification, and processing corresponding to the task identification is executed, so that disorder of configuration file storage and misoperation on the configuration files can be avoided.

Description

Configuration file processing method and device based on git and computer equipment
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a computer device, and a storage medium for processing a configuration file based on git.
Background
The git is an open-source distributed version control system, each branch is stored in a specific path in the git, a developer can modify and combine a certain branch on different paths, and a user can effectively and rapidly process project version management from small to very large. The purpose of git is to manage the version of the file, so that the file can be conveniently switched and modified in different versions, and the similar file can be backed up in different time periods and replaced in a certain time period.
Traditionally, by modifying the corresponding configuration file with the git, the submission is made on the git on the local stand-alone after completion of one development task, and then the new code on the local stand-alone is incorporated into the remote server. Each submission produces node information including the time the code was submitted, the user who submitted the code, and the development tasks that the submitted code completed. However, since the authority management of the git is not perfect, enterprises with specific organization architecture cannot perfectly cover all conditions, and the git allows any modification to be performed on the text, and most operators have insufficient knowledge to the code, the possibility of misoperation is high, and therefore serious problems can occur in the system.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a git-based profile processing method, apparatus, computer device, and storage medium capable of reducing erroneous operation.
A git-based profile processing method, the method comprising:
receiving a configuration file processing request;
acquiring a task identifier corresponding to a configuration file processing request according to a corresponding relation between the preset configuration file processing request and the task identifier;
acquiring a corresponding relation between the task identifier and a branch in a git platform, and acquiring a branch corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branch in the git platform;
and acquiring the configuration file under the branch, and executing the processing corresponding to the task identifier on the configuration file.
In one embodiment, before the acquiring the task identifier corresponding to the profile processing request, the method includes:
acquiring user information corresponding to the configuration file processing request, wherein the user information comprises a user identifier;
setting a user authority corresponding to the user identifier;
establishing a corresponding relation between the user authority and the task identifier;
And establishing a corresponding relation between the configuration file processing request and the task identifier according to the corresponding relation between the user authority and the task identifier.
In one embodiment, before the obtaining the correspondence between the task identifier and the branch in the git platform, the method includes:
acquiring user rights corresponding to the configuration file processing request;
setting a plurality of branches on a git platform according to the user authority;
and establishing a corresponding relation between the task identifier and branches in the git platform according to the corresponding relation between the user authority and the task identifier.
In one embodiment, after the presetting of the multiple branches on the git platform according to the user authority, the method further includes:
presetting the corresponding relation between a plurality of branches and a configuration folder;
acquiring association relations between a plurality of configuration files and different systems;
respectively establishing a plurality of configuration folders under a plurality of branches according to the corresponding relation between the branches and the configuration folders;
and respectively storing a plurality of configuration files corresponding to different systems into the corresponding configuration folders according to the association relation between the configuration folders and the different systems.
In one embodiment, the obtaining the configuration file under the branch, and executing the processing corresponding to the task identifier on the configuration file includes:
acquiring query profile operation corresponding to the query profile processing request according to the corresponding relation between the preset task identifier and the query profile processing request;
acquiring a corresponding relation between a preset configuration file and the operation of inquiring the configuration file;
and inquiring the corresponding configuration file under the branch of the git platform according to the corresponding relation between the configuration file and the operation of inquiring the configuration file.
In one embodiment, the method further comprises;
acquiring an adding configuration file operation corresponding to the adding configuration file processing request according to a corresponding relation between a preset task identifier and the adding configuration file processing request;
acquiring a preset corresponding relation between the configuration file adding operation and the configuration file to be added;
obtaining a plurality of configuration files to be added according to the corresponding relation between the configuration file adding operation and the configuration files to be added;
and adding the configuration files to be added to the branches in the corresponding git platform.
In one embodiment, the method further comprises:
receiving a permission modification request;
analyzing the permission modification request to obtain attribute information corresponding to the permission modification request;
modifying the corresponding user permission according to the attribute information;
and sending the modified user permission to the terminal.
A git-based profile processing apparatus, the apparatus comprising:
the receiving module is used for receiving the configuration file processing request;
the task identification acquisition module is used for acquiring a task identification corresponding to a preset configuration file processing request according to the corresponding relation between the preset configuration file processing request and the task identification;
the branch acquisition module is used for acquiring the corresponding relation between the task identifier and the branch in the git platform and acquiring the branch corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branch in the git platform;
and the processing module is used for acquiring the configuration file under the branch and executing the processing corresponding to the task identifier on the configuration file.
A computer device comprising a memory storing a computer program and a processor which when executing the computer program performs the steps of:
Receiving a configuration file processing request;
acquiring a task identifier corresponding to a configuration file processing request according to a corresponding relation between the preset configuration file processing request and the task identifier;
acquiring a corresponding relation between the task identifier and a branch in a git platform, and acquiring a branch corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branch in the git platform;
and acquiring the configuration file under the branch, and executing the processing corresponding to the task identifier on the configuration file.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of:
receiving a configuration file processing request;
acquiring a task identifier corresponding to a configuration file processing request according to a corresponding relation between the preset configuration file processing request and the task identifier;
acquiring a corresponding relation between the task identifier and a branch in a git platform, and acquiring a branch corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branch in the git platform;
and acquiring the configuration file under the branch, and executing the processing corresponding to the task identifier on the configuration file.
According to the configuration file processing method, the configuration file processing device, the computer equipment and the storage medium based on the git, the server receives the configuration file processing request, acquires the task identifier corresponding to the configuration file processing request according to the corresponding relation between the preset configuration file processing request and the task identifier, acquires the corresponding relation between the task identifier and the branches in the git platform, acquires the branches corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branches in the git platform, acquires the configuration file under the branches, and executes the processing corresponding to the task identifier on the configuration file. And a plurality of configuration files are stored by utilizing a plurality of branches under the git platform, corresponding configuration files can be obtained from the git platform according to the task identification, and processing corresponding to the task identification is executed, so that disorder of configuration file storage and misoperation on the configuration files can be avoided.
Drawings
FIG. 1 is an application scenario diagram of a git-based profile processing method in one embodiment;
FIG. 2 is a flow diagram of a git-based profile processing method in one embodiment;
FIG. 3 is a flow chart of another embodiment of a method for processing a git-based profile;
FIG. 4 is a block diagram of a configuration file processing device based on git in one embodiment;
fig. 5 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
The present application will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application.
The application provides a git-based configuration file processing method which can be applied to an application environment shown in figure 1. Wherein the terminal 102 communicates with the server 104 via a network. The server 104 receives a configuration file processing request sent by the terminal 102, acquires a task identifier corresponding to the configuration file processing request according to a corresponding relation between the preset configuration file processing request and the task identifier, acquires a corresponding relation between the task identifier and a branch in the git platform, acquires a branch corresponding to the task identifier from the git platform according to the corresponding relation between the acquired task identifier and the branch in the git platform, acquires a configuration file under the branch, and executes processing corresponding to the task identifier on the configuration file. The terminal 102 may be, but not limited to, various personal computers, notebook computers, and tablet computers, and the server 104 may be implemented as a stand-alone server or a server cluster composed of a plurality of servers.
In one embodiment, as shown in fig. 2, a method for processing a configuration file based on git is provided, and the method is applied to the server in fig. 1 for illustration, and includes the following steps:
s202, the server receives a configuration file processing request sent by the terminal.
S204, the server obtains the task identification corresponding to the configuration file processing request according to the corresponding relation between the preset configuration file processing request and the task identification.
The configuration file processing request sent by the terminal comprises the following steps: querying a configuration file request, modifying the configuration file request, adding the configuration file request and deleting the configuration file request, wherein the task identification corresponding to the operation request is as follows: query identification, modification identification, addition identification and deletion identification.
Specifically, the server receives a query configuration file request sent by the terminal, and obtains a corresponding relation between a preset query configuration file request and a query identifier, thereby obtaining the query identifier corresponding to the query configuration file request.
The server receives a modification configuration file request sent by the terminal, acquires a corresponding relation between a preset modification configuration file request and a modification identifier, and acquires the modification identifier corresponding to the modification configuration file request.
The server receives a request for adding the configuration file sent by the terminal, acquires a corresponding relation between the preset request for adding the configuration file and the adding identification, and acquires the adding identification corresponding to the request for adding the configuration file.
The server receives a deletion configuration file request sent by the terminal, acquires a corresponding relation between a preset deletion configuration file request and a deletion identifier, and acquires the deletion identifier corresponding to the deletion configuration file request.
S206, the server acquires the corresponding relation between the task identification and the branches in the git platform, and acquires the branches corresponding to the task identification from the git platform according to the corresponding relation between the task identification and the branches in the git platform.
The system comprises a user platform, a user platform and a user platform, wherein the user platform is an open-source distributed version control system, all branches in the user platform are stored in a specific path, a developer can modify and combine a certain branch in different paths, and the user can effectively and quickly process project version management from very small to very large. The purpose of git is to manage the version of the file, so that the file can be conveniently switched and modified in different versions, and the similar file can be backed up in different time periods and replaced in a certain time period.
Specifically, the server obtains a correspondence between a preset task identifier and a branch in the git platform, that is, different task identifiers correspond to different branches, query identifiers correspond to query branches, the query identifiers are used for executing query profile operations, modification identifiers correspond to modification branches, the modification profile operations are executed, addition identifiers correspond to addition branches, the addition profile operations are executed, deletion branches corresponding to deletion identifiers are executed, and the deletion profile operations are executed.
S208, the server acquires the configuration file under the branch, and executes processing corresponding to the task identifier on the configuration file.
Specifically, the server receives a configuration file request sent by the terminal, and in this embodiment, the server may receive a configuration file inquiry request sent by the terminal, and inquire a corresponding required configuration file under a configuration folder corresponding to the git platform according to the configuration file inquiry request.
The server can also receive a configuration file modification request sent by the terminal, and modify the corresponding configuration file under the configuration folder corresponding to the git platform according to the configuration file modification request.
And the server receives a request for adding the configuration file sent by the terminal, and adds the required configuration file under the configuration file folder corresponding to the git platform according to the request for adding the configuration file.
And the server receives a configuration file deleting request sent by the terminal, and deletes the designated configuration file under the configuration file folder corresponding to the git platform according to the configuration file deleting request.
In the above-mentioned configuration file processing method based on git, the server receives the configuration file processing request, acquires the task identifier corresponding to the configuration file processing request according to the corresponding relationship between the preset configuration file processing request and the task identifier, acquires the corresponding relationship between the task identifier and the branch in the git platform, acquires the branch corresponding to the task identifier from the git platform according to the corresponding relationship between the task identifier and the branch in the git platform, acquires the configuration file under the branch, and executes the processing corresponding to the task identifier on the configuration file. And a plurality of configuration files are stored by utilizing a plurality of branches under the git platform, corresponding configuration files can be obtained from the git platform according to the task identification, and processing corresponding to the task identification is executed, so that disorder of configuration file storage and misoperation on the configuration files can be avoided.
In one embodiment, as shown in fig. 3, a git-based profile processing method is provided, and before acquiring a task identifier corresponding to a profile processing request, the method further includes:
S302, the server acquires user information corresponding to the configuration file processing request, wherein the user information comprises a user identifier.
Specifically, after receiving the configuration file processing request, the server acquires a user corresponding to the configuration file processing request, and acquires user information corresponding to the user, wherein the user information comprises user authority and user identification, and the user identification comprises a query request identification, a modification request identification, an addition request identification and a deletion request identification.
The server opens corresponding rights for the user according to the rights role of the user, for example, the rights role of the user A is an operator, and the rights of the user A are query and addition operations. The authority role of the user B is a developer, and the authority of the user B is the operation of inquiry.
S304, the server sets the user authority corresponding to the user identification.
Specifically, since the user identifier corresponds to the user authority, the user identifier indicates the requirement of the user, that is, the requirement of the user on the configuration file can be obtained according to the user identifier, and the user identifier includes a query request identifier, a modification request identifier, an addition request identifier and a deletion request identifier. The user rights corresponding to the user identification include query, modification, addition, and deletion.
S306, the server establishes a corresponding relation between the user authority and the task identifier.
Specifically, the user permission comprises inquiry, modification, addition and deletion, the task identification comprises inquiry identification, modification identification, addition identification and deletion identification, and the corresponding relation among the inquiry permission and the inquiry identification, the modification permission and the modification identification, the addition permission and the addition identification and the deletion permission and the deletion identification is respectively established.
S308, the server establishes a corresponding relation between the configuration file processing request and the task identifier according to the corresponding relation between the user authority and the task identifier.
Specifically, because the corresponding relationship exists between the configuration file processing request and the user identifier, the corresponding relationship exists between the user identifier and the user authority, and the corresponding relationship exists between the user authority and the task identifier, after the server establishes the corresponding relationship between the user authority and the task identifier, the corresponding relationship between the user identifier and the user authority and the corresponding relationship between the user authority and the task identifier can be established according to the corresponding relationship between the configuration file processing request and the user identifier.
According to the git-based configuration file processing method, the corresponding relation exists among the configuration file processing request, the user identifier, the user permission and the task identifier, so that the server can establish the corresponding relation between the configuration file processing request and the task identifier according to the corresponding relation between the configuration file processing request and the user identifier, the corresponding relation between the user identifier and the user permission and the corresponding relation between the user permission and the task identifier. One-to-one correspondence between the profile processing requests and the task identifications can be realized, and the profile operation corresponding to the corresponding task identifications is executed according to the profile processing requests.
In one embodiment, a method for processing a configuration file based on git is provided, and before obtaining the corresponding relation between task identification and branches in a git platform, the method further includes:
the server acquires the user permission corresponding to the configuration file processing request; setting a plurality of branches on a git platform according to user rights; and establishing a corresponding relation between the task identifier and branches in the git platform according to the corresponding relation between the user permission and the task identifier.
Specifically, the user permission corresponding to the configuration file processing request, which is acquired by the server, includes query, modification, addition and deletion, and the configuration file processing request includes a query configuration file request, a modification configuration file request, an addition configuration file request and a deletion configuration file request. The multiple corresponding branches set by the server on the git platform according to the user authority comprise a query branch, a modification branch, an addition branch and a deletion branch. The task identifiers corresponding to the user rights comprise query identifiers, modification identifiers, adding identifiers and deleting identifiers, query branches, modification branches, adding branches and deleting branches which can be established in the git platform, and the server establishes corresponding relations among the query identifiers and the query branches, the modification identifiers and the modification branches, the adding identifiers and the adding branches and between the deleting identifiers and the deleting branches according to each task identifier and a plurality of branches.
According to the git-based configuration file processing method, the server acquires the user authority corresponding to the configuration file processing request, a plurality of branches are arranged on the git platform according to the user authority, and the corresponding relation between the task identifier and the branches in the git platform is established according to the corresponding relation between the user authority and the task identifier. Because different branches correspond to different task identifications, after receiving the configuration file processing request, the server can acquire the corresponding task identifications according to the configuration file processing request, acquire branches corresponding to the task identifications in the git platform, execute processing corresponding to the configuration file processing request, improve the storage mode of the configuration file and reduce misoperation about the configuration file.
In one embodiment, a method for processing a configuration file based on git is provided, after a plurality of branches are preset on a git platform according to user rights, the method further includes:
the server presets the corresponding relation between a plurality of branches and the configuration file; acquiring association relations between a plurality of configuration files and different systems; respectively establishing a plurality of configuration folders under a plurality of branches according to the corresponding relation between the branches and the configuration folders; and respectively storing a plurality of configuration files corresponding to different systems into the corresponding configuration folders according to the association relation between the configuration folders and the different systems.
Specifically, the multiple branches under the git platform can be divided into a query branch, a modification branch, an addition branch and a deletion branch, and the query, the modification, the addition and the deletion of the configuration folders are respectively included under the corresponding branches according to the corresponding relation between the preset branches and the configuration folders.
Further, according to the corresponding relation between the plurality of configuration files and different systems and the corresponding relation between the preset configuration files and different systems, the corresponding relation between the configuration files and the configuration files is obtained. That is, different systems have different configuration files, and multiple configuration folders correspond to the configuration file processing request, the configuration files to be queried can be stored in the query configuration folder, the configuration files to be modified can be stored in the modification configuration folder, the configuration files to be added can be stored in the addition configuration folder, and the configuration files to be deleted can be stored in the deletion configuration folder.
Further, when the authority of the user a is to query the system named java_web.system 01, the configuration folder storing the configuration file corresponding to the system is named config01file, and the configuration folder is stored in the Git platform under the branch corresponding to the user authority, and the configuration file belonging to the java_web.system 01 is stored under the folder.
According to the git-based configuration file processing method, the server presets the corresponding relation between a plurality of branches and the configuration folders, obtains the corresponding relation between the plurality of configuration files and different systems, respectively establishes the plurality of configuration folders under the plurality of branches according to the corresponding relation between the branches and the configuration folders, and respectively stores the plurality of configuration files corresponding to the different systems into the corresponding configuration folders according to the corresponding relation between the configuration folders and the different systems. Branches corresponding to the configuration file processing requests one by one can be established on the git platform, configuration files corresponding to the configuration file processing requests are respectively stored under the corresponding branches, and therefore searching efficiency of the configuration files can be improved, and misoperation on the configuration files can be reduced.
In one embodiment, there is provided a step of acquiring a profile under a branch, and performing a process corresponding to a task identifier on the profile, the step including:
The server obtains query configuration file operation corresponding to the query configuration file processing request according to the corresponding relation between the preset task identification and the query configuration file processing request; acquiring a corresponding relation between a preset configuration file and a configuration file inquiring operation; and inquiring the corresponding configuration file under the branch of the git platform according to the corresponding relation between the configuration file and the operation of inquiring the configuration file.
According to the query identification, the configuration file corresponding to the query configuration file processing request can be acquired under the corresponding branch in the git platform, so that the query efficiency of the configuration file is improved.
In one embodiment, there is provided a step of acquiring a profile under a branch, and performing a process corresponding to a task identifier on the profile, the step further comprising:
the server acquires an adding configuration file operation corresponding to the adding configuration file processing request according to a corresponding relation between a preset task identifier and the adding configuration file processing request; acquiring a corresponding relation between a preset configuration file adding operation and a configuration file to be added; obtaining a plurality of configuration files to be added according to the corresponding relation between the configuration file adding operation and the configuration files to be added; and adding the configuration files to be added to the branches in the corresponding git platform.
According to the above steps, the configuration file to be added corresponding to the configuration file adding processing request can be obtained under the corresponding branch in the git platform according to the adding identification, and the configuration file adding efficiency and accuracy can be improved.
In one embodiment, there is provided a step of acquiring a profile under a branch, and performing a process corresponding to a task identifier on the profile, the step further comprising:
the server obtains modification configuration file operation corresponding to the modification configuration file processing request according to the corresponding relation between the preset task identification and the modification configuration file processing request; acquiring a corresponding relation between a preset configuration file modification operation and a configuration file to be modified; according to the corresponding relation between the configuration file modification operation and the configuration files to be modified, acquiring a plurality of configuration files to be modified under branches in the corresponding git platform, and executing modification operation on the acquired configuration files to be modified.
According to the above steps, the configuration file to be modified corresponding to the modification configuration file processing request can be obtained under the corresponding branch in the git platform according to the modification identification, so that the efficiency of modification of the configuration file and the accuracy of modification operation can be realized.
In one embodiment, there is provided a step of acquiring a profile under a branch, and performing a process corresponding to a task identifier on the profile, the step further comprising:
the server acquires a deletion configuration file operation corresponding to the deletion configuration file processing request according to a corresponding relation between a preset task identifier and the deletion configuration file processing request; acquiring a corresponding relation between a preset deleting configuration file operation and a configuration file to be deleted; and acquiring a plurality of configuration files to be deleted under branches in the corresponding git platform according to the corresponding relation between the configuration file deleting operation and the configuration files to be deleted, and executing the deleting operation on the acquired configuration files to be deleted.
According to the deleting identification, the configuration file to be deleted corresponding to the configuration file deleting processing request can be acquired under the corresponding branch in the git platform, so that the deleting efficiency of the configuration file can be improved, the false deleting efficiency can be reduced, and the accuracy can be improved.
In one embodiment, a method for processing a git-based configuration file is provided, and the method further includes:
the server receives the permission modification request; analyzing the permission modification request and acquiring attribute information corresponding to the permission modification request; modifying the corresponding user rights according to the attribute information; and sending the modified user permission to the terminal.
Specifically, the server receives the permission modification request sent by the terminal, analyzes the permission modification request, acquires attribute information corresponding to the permission modification request, including user registration information, original permission of the user and permission requested by the user, configures new permission for the user according to specific information of the permission modification request, sends notification information to the requested user, and can log in the client again after receiving the notification information to check the new permission configured by the server.
Further, when the user B needs to modify the right, a right modification request is sent to the server, the specific information of the right modification request comprises the registration information of the user B, the original query right and the required modification right, and the server acquires the specific information of the right modification request and configures the modification right for the user B.
According to the git-based configuration file processing method, the permission modification function can be provided for each user, whether the permission modification request provided by the corresponding user can be executed is judged by acquiring the user registration information, the original permission of the user and the permission requested by the user, the original permission of the user is replaced by the permission updated according to the permission modification request, a constant permission providing mode is changed, and the multiple requirements of the user are met.
In one embodiment, a method for processing a configuration file based on git is provided, after a server sets a plurality of branches on a git platform according to user rights, the method further includes:
the server establishes a secondary folder in different branches, wherein the secondary folder is used for storing configuration files included in a next-stage folder of the corresponding branch before corresponding operation is executed according to the configuration file processing request, and backing up original contents in the primary folder in a branching mode.
Specifically, the primary folder comprises a query configuration folder, an addition configuration folder, a modification configuration folder and a deletion configuration folder, the secondary folder comprises a plurality of corresponding backup files, and the package executes the original content under the primary folder among the corresponding query, modification, addition and deletion operations.
According to the method, original contents before corresponding operations are executed can be backed up, rollback is executed when misoperation or fault problems and the like occur, and the backed-up contents before the last operation is executed are taken out of the secondary folder to replace the contents in the primary folder with the problems, so that normal operation is ensured, and meanwhile, backtracking inquiry is facilitated and inquiry efficiency is improved due to the fact that the contents before a plurality of operations are backed up.
It should be understood that, although the steps in the flowcharts of fig. 2-3 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 2-3 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or stages of other steps or steps.
In one embodiment, as shown in fig. 4, there is provided a git-based profile processing apparatus, including: a receiving module 402, a task identification obtaining module 404, a branch obtaining module 406, and a processing module, wherein:
a receiving module 402, configured to receive a request for processing a configuration file.
The task identifier obtaining module 404 is configured to obtain a task identifier corresponding to the configuration file processing request according to a corresponding relationship between a preset configuration file processing request and the task identifier.
The branch obtaining module 406 is configured to obtain a correspondence between the task identifier and a branch in the git platform, and obtain, from the git platform, a branch corresponding to the task identifier according to the correspondence between the task identifier and the branch in the git platform.
And the processing module 408 is configured to obtain the configuration file under the branch, and perform processing corresponding to the task identifier on the configuration file.
According to the configuration file processing device based on the git, the server receives the configuration file processing request, acquires the task identifier corresponding to the configuration file processing request according to the corresponding relation between the preset configuration file processing request and the task identifier, acquires the corresponding relation between the task identifier and the branches in the git platform, acquires the branches corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branches in the git platform, acquires the configuration file under the branches, and executes the processing corresponding to the task identifier on the configuration file. And a plurality of configuration files are stored by utilizing a plurality of branches under the git platform, corresponding configuration files can be obtained from the git platform according to the task identification, and processing corresponding to the task identification is executed, so that disorder of configuration file storage and misoperation on the configuration files can be avoided.
In one embodiment, a git-based profile processing device is provided, and the device further comprises a first building module, configured to obtain user information corresponding to a profile processing request, where the user information includes a user identifier; setting a user authority corresponding to the user identifier; establishing a corresponding relation between the user authority and the task identifier; and establishing a corresponding relation between the configuration file processing request and the task identifier according to the corresponding relation between the user permission and the task identifier.
According to the device, the corresponding relation exists among the configuration file processing request, the user identifier, the user permission and the task identifier, so that the server can establish the corresponding relation between the configuration file processing request and the task identifier according to the corresponding relation between the configuration file processing request and the user identifier, the corresponding relation between the user identifier and the user permission and the corresponding relation between the user permission and the task identifier. One-to-one correspondence between the profile processing requests and the task identifications can be realized, and the profile operation corresponding to the corresponding task identifications is executed according to the profile processing requests.
In one embodiment, a git-based configuration file processing device is provided, and the device further comprises a second building module, configured to obtain a user right corresponding to a configuration file processing request; setting a plurality of branches on a git platform according to user rights; and establishing a corresponding relation between the task identifier and branches in the git platform according to the corresponding relation between the user permission and the task identifier.
According to the device, the server acquires the user authority corresponding to the configuration file processing request, a plurality of branches are arranged on the git platform according to the user authority, and the corresponding relationship between the task identifier and the branches in the git platform is established according to the corresponding relationship between the user authority and the task identifier. Because different branches correspond to different task identifications, after receiving the configuration file processing request, the server can acquire the corresponding task identifications according to the configuration file processing request, acquire branches corresponding to the task identifications in the git platform, execute processing corresponding to the configuration file processing request, improve the storage mode of the configuration file and reduce misoperation about the configuration file.
In one embodiment, a git-based configuration file processing device is provided, and the device further comprises a configuration file storage module, configured to preset the correspondence between a plurality of branches and a configuration file; acquiring association relations between a plurality of configuration files and different systems; respectively establishing a plurality of configuration folders under a plurality of branches according to the corresponding relation between the branches and the configuration folders; and respectively storing a plurality of configuration files corresponding to different systems into the corresponding configuration folders according to the association relation between the configuration folders and the different systems.
According to the device, the server presets the corresponding relation between the plurality of branches and the configuration folders, obtains the corresponding relation between the plurality of configuration files and different systems, respectively establishes the plurality of configuration folders under the plurality of branches according to the corresponding relation between the branches and the configuration folders, and respectively stores the plurality of configuration files corresponding to the different systems into the corresponding configuration folders according to the corresponding relation between the configuration folders and the different systems. Branches corresponding to the configuration file processing requests one by one can be established on the git platform, configuration files corresponding to the configuration file processing requests are respectively stored under the corresponding branches, and therefore searching efficiency of the configuration files can be improved, and misoperation on the configuration files can be reduced.
In one embodiment, a git-based profile processing apparatus is provided, wherein the processing module is further configured to:
acquiring query profile operation corresponding to the query profile processing request according to the corresponding relation between the preset task identifier and the query profile processing request; acquiring a corresponding relation between a preset configuration file and a configuration file inquiring operation; and inquiring the corresponding configuration file under the branch of the git platform according to the corresponding relation between the configuration file and the operation of inquiring the configuration file.
According to the device, the server obtains the query configuration file operation corresponding to the query configuration file processing request according to the corresponding relation between the preset task identification and the query configuration file processing request, obtains the corresponding relation between the preset configuration file and the query configuration file operation, and queries the corresponding configuration file under the branch of the git platform according to the corresponding relation between the configuration file and the query configuration file operation. According to the query identification, the configuration file corresponding to the query configuration file processing request can be acquired under the corresponding branch in the git platform, so that the query efficiency of the configuration file is improved.
In one embodiment, a git-based profile processing apparatus is provided, wherein the processing module is further configured to:
acquiring an adding configuration file operation corresponding to the adding configuration file processing request according to a corresponding relation between a preset task identifier and the adding configuration file processing request; acquiring a corresponding relation between a preset configuration file adding operation and a configuration file to be added; obtaining a plurality of configuration files to be added according to the corresponding relation between the configuration file adding operation and the configuration files to be added; and adding the configuration files to be added to the branches in the corresponding git platform.
According to the device, the configuration file to be added corresponding to the configuration file adding processing request can be obtained under the corresponding branch in the git platform according to the adding identification, and the configuration file adding efficiency and accuracy can be improved.
In one embodiment, a git-based profile processing apparatus is provided, wherein the processing module is further configured to:
acquiring a modification profile operation corresponding to the modification profile processing request according to a corresponding relation between a preset task identifier and the modification profile processing request; acquiring a corresponding relation between a preset configuration file modification operation and a configuration file to be modified; according to the corresponding relation between the configuration file modification operation and the configuration files to be modified, acquiring a plurality of configuration files to be modified under branches in the corresponding git platform, and executing modification operation on the acquired configuration files to be modified.
According to the device, the configuration file to be modified corresponding to the configuration file modification processing request can be acquired under the corresponding branch in the git platform according to the modification identification, so that the efficiency of configuration file modification and the accuracy of modification operation can be realized.
In one embodiment, a git-based profile processing apparatus is provided, wherein the processing module is further configured to:
The server acquires a deletion configuration file operation corresponding to the deletion configuration file processing request according to a corresponding relation between a preset task identifier and the deletion configuration file processing request; acquiring a corresponding relation between a preset deleting configuration file operation and a configuration file to be deleted; and acquiring a plurality of configuration files to be deleted under branches in the corresponding git platform according to the corresponding relation between the configuration file deleting operation and the configuration files to be deleted, and executing the deleting operation on the acquired configuration files to be deleted.
According to the device, the configuration file to be deleted corresponding to the configuration file deleting processing request can be acquired under the corresponding branch in the git platform according to the deleting identification, so that the deleting efficiency of the configuration file can be improved, the false deleting efficiency is reduced, and the accuracy is improved.
In one embodiment, a git-based profile processing apparatus is provided, the apparatus further comprising a rights modification module for:
receiving a permission modification request; analyzing the permission modification request and acquiring attribute information corresponding to the permission modification request; modifying the corresponding user rights according to the attribute information; and sending the modified user permission to the terminal.
The device can provide the permission modification function for each user, judges whether the permission modification request provided by the corresponding user can be executed or not by acquiring the user registration information, the original permission of the user and the permission requested by the user, replaces the original permission of the user with the updated permission according to the permission modification request, changes a constant permission providing mode, and meets the multiple requirements of the user.
In one embodiment, a git-based configuration file processing device is provided, and the device further includes a backup module configured to:
the server establishes a secondary folder in different branches, wherein the secondary folder is used for storing configuration files included in a next-stage folder of the corresponding branch before corresponding operation is executed according to the configuration file processing request, and backing up original contents in the primary folder in a branching mode.
According to the device, original contents before corresponding operations are executed can be backed up, rollback is executed when misoperation or fault problems and the like occur, and the backed-up contents before the last operation is executed are taken out of the secondary folder to replace the contents in the primary folder with the problems, so that normal operation is ensured, and meanwhile, backtracking inquiry is facilitated and inquiry efficiency is improved due to the fact that the contents before a plurality of operations are backed up.
For specific limitations on the git-based profile processing apparatus, reference may be made to the above limitations on the git-based profile processing method, and no further description is given here. The various modules in the git-based profile processing apparatus described above may be implemented in whole or in part by software, hardware, and combinations thereof. The above modules may be embedded in hardware or may be independent of a processor in the computer device, or may be stored in software in a memory in the computer device, so that the processor may call and execute operations corresponding to the above modules.
In one embodiment, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 5. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device includes a non-volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, computer programs, and a database. The internal memory provides an environment for the operation of the operating system and computer programs in the non-volatile storage media. The database of the computer device is for storing profile data. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements a git-based profile processing method.
It will be appreciated by those skilled in the art that the structure shown in FIG. 5 is merely a block diagram of some of the structures associated with the present inventive arrangements and is not limiting of the computer device to which the present inventive arrangements may be applied, and that a particular computer device may include more or fewer components than shown, or may combine some of the components, or have a different arrangement of components.
In one embodiment, a computer device is provided comprising a memory storing a computer program and a processor that when executing the computer program performs the steps of:
receiving a configuration file processing request;
acquiring a task identifier corresponding to the configuration file processing request according to a corresponding relation between the preset configuration file processing request and the task identifier;
acquiring a corresponding relation between the task identifier and the branch in the git platform, and acquiring the branch corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branch in the git platform;
and acquiring the configuration file under the branch, and executing the processing corresponding to the task identifier on the configuration file.
In one embodiment, a computer readable storage medium is provided having a computer program stored thereon, which when executed by a processor, performs the steps of:
receiving a configuration file processing request;
acquiring a task identifier corresponding to the configuration file processing request according to a corresponding relation between the preset configuration file processing request and the task identifier;
acquiring a corresponding relation between the task identifier and the branch in the git platform, and acquiring the branch corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branch in the git platform;
And acquiring the configuration file under the branch, and executing the processing corresponding to the task identifier on the configuration file.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (10)

1. A git-based profile processing method, the method comprising:
receiving a configuration file processing request;
acquiring a task identifier corresponding to a configuration file processing request according to a corresponding relation between the preset configuration file processing request and the task identifier; the profile processing request includes: querying a profile request, modifying a profile request, adding a profile request, and deleting a profile request, the task identification comprising: query identification, modification identification, addition identification and deletion identification;
Acquiring a corresponding relation between the task identifier and a branch in a git platform, and acquiring a branch corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branch in the git platform; the branching includes: a query branch corresponding to the query identifier, a modification branch corresponding to the modification identifier, an addition branch corresponding to the addition identifier, and a deletion branch corresponding to the deletion identifier;
acquiring a configuration file under the branch, and executing processing corresponding to the task identifier on the configuration file; wherein the configuration folder in the branch comprises: querying a configuration folder, adding the configuration folder, modifying the configuration folder and deleting the configuration folder; executing processing corresponding to the task identifier on the configuration file, including: querying a corresponding required configuration file under the query configuration folder, adding the required configuration file under the add configuration folder, modifying the corresponding configuration file under the modify configuration folder, and deleting the designated configuration file under the delete configuration folder.
2. The method of claim 1, comprising, prior to the obtaining a task identity corresponding to the profile processing request:
Acquiring user information corresponding to the configuration file processing request, wherein the user information comprises a user identifier;
setting a user authority corresponding to the user identifier;
establishing a corresponding relation between the user authority and the task identifier;
and establishing a corresponding relation between the configuration file processing request and the task identifier according to the corresponding relation between the user authority and the task identifier.
3. The method of claim 2, comprising, prior to the obtaining the correspondence of the task identity to a branch in a git platform:
acquiring user rights corresponding to the configuration file processing request;
setting a plurality of branches on a git platform according to the user authority;
and establishing a corresponding relation between the task identifier and branches in the git platform according to the corresponding relation between the user authority and the task identifier.
4. A method according to claim 3, further comprising, after said presetting of a plurality of branches at a git platform according to said user rights:
presetting the corresponding relation between a plurality of branches and a configuration folder;
acquiring association relations between a plurality of configuration files and different systems;
Respectively establishing a plurality of configuration folders under a plurality of branches according to the corresponding relation between the branches and the configuration folders;
and respectively storing a plurality of configuration files corresponding to different systems into the corresponding configuration folders according to the association relation between the configuration folders and the different systems.
5. The method of claim 1, wherein the obtaining the configuration file under the branch, and performing the processing corresponding to the task identifier on the configuration file, comprises:
acquiring query profile operation corresponding to the query profile processing request according to the corresponding relation between the preset task identifier and the query profile processing request;
acquiring a corresponding relation between a preset configuration file and the operation of inquiring the configuration file;
and inquiring the corresponding configuration file under the branch of the git platform according to the corresponding relation between the configuration file and the operation of inquiring the configuration file.
6. The method of claim 5, further comprising;
acquiring an adding configuration file operation corresponding to the adding configuration file processing request according to a corresponding relation between a preset task identifier and the adding configuration file processing request;
Acquiring a preset corresponding relation between the configuration file adding operation and the configuration file to be added;
obtaining a plurality of configuration files to be added according to the corresponding relation between the configuration file adding operation and the configuration files to be added;
and adding the configuration files to be added to the branches in the corresponding git platform.
7. The method according to claim 1, wherein the method further comprises:
receiving a permission modification request;
analyzing the permission modification request to obtain attribute information corresponding to the permission modification request;
modifying the corresponding user permission according to the attribute information;
and sending the modified user permission to the terminal.
8. A git-based profile processing apparatus, the apparatus comprising:
the receiving module is used for receiving the configuration file processing request;
the task identification acquisition module is used for acquiring a task identification corresponding to a preset configuration file processing request according to the corresponding relation between the preset configuration file processing request and the task identification; the profile processing request includes: querying a profile request, modifying a profile request, adding a profile request, and deleting a profile request, the task identification comprising: query identification, modification identification, addition identification and deletion identification;
The branch acquisition module is used for acquiring the corresponding relation between the task identifier and the branch in the git platform and acquiring the branch corresponding to the task identifier from the git platform according to the corresponding relation between the task identifier and the branch in the git platform; the branching includes: a query branch corresponding to the query identifier, a modification branch corresponding to the modification identifier, an addition branch corresponding to the addition identifier, and a deletion branch corresponding to the deletion identifier;
the processing module is used for acquiring the configuration file under the branch and executing the processing corresponding to the task identifier on the configuration file; wherein the configuration folder in the branch comprises: querying a configuration folder, adding the configuration folder, modifying the configuration folder and deleting the configuration folder; executing processing corresponding to the task identifier on the configuration file, including: querying a corresponding required configuration file under the query configuration folder, adding the required configuration file under the add configuration folder, modifying the corresponding configuration file under the modify configuration folder, and deleting the designated configuration file under the delete configuration folder.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor implements the steps of the method of any of claims 1 to 7 when the computer program is executed.
10. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of any of claims 1 to 7.
CN201811115153.5A 2018-09-25 2018-09-25 Configuration file processing method and device based on git and computer equipment Active CN109460252B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811115153.5A CN109460252B (en) 2018-09-25 2018-09-25 Configuration file processing method and device based on git and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811115153.5A CN109460252B (en) 2018-09-25 2018-09-25 Configuration file processing method and device based on git and computer equipment

Publications (2)

Publication Number Publication Date
CN109460252A CN109460252A (en) 2019-03-12
CN109460252B true CN109460252B (en) 2023-10-20

Family

ID=65606940

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811115153.5A Active CN109460252B (en) 2018-09-25 2018-09-25 Configuration file processing method and device based on git and computer equipment

Country Status (1)

Country Link
CN (1) CN109460252B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110489155B (en) * 2019-08-26 2024-01-09 北京达佳互联信息技术有限公司 Data file management method, device, electronic equipment and medium
CN110879883B (en) * 2019-11-29 2021-05-28 杭州迪普科技股份有限公司 Software defect repair authorization method and device, computer equipment and storage medium
CN113656035B (en) * 2020-05-12 2024-02-27 深圳兆日科技股份有限公司 Service operation method, device, terminal and storage medium based on git
WO2022165723A1 (en) * 2021-02-04 2022-08-11 华为技术有限公司 Communication method and apparatus
CN115499487B (en) * 2022-09-14 2024-04-02 平安壹钱包电子商务有限公司 Updating method and device of server configuration file, storage medium and equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105743680A (en) * 2014-12-11 2016-07-06 深圳云之家网络有限公司 Cluster disposition method and disposition device
CN106371881A (en) * 2016-09-08 2017-02-01 武汉斗鱼网络科技有限公司 Method and system for updating program versions in servers
CN108287694A (en) * 2017-08-08 2018-07-17 深圳壹账通智能科技有限公司 Application builds method, system, computer equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140289280A1 (en) * 2013-03-15 2014-09-25 Perforce Software, Inc. System and Method for Bi-directional Conversion of Directed Acyclic Graphs and Inter-File Branching
US9684507B2 (en) * 2015-03-31 2017-06-20 Ca, Inc. Effective defect management across multiple code branches

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105743680A (en) * 2014-12-11 2016-07-06 深圳云之家网络有限公司 Cluster disposition method and disposition device
CN106371881A (en) * 2016-09-08 2017-02-01 武汉斗鱼网络科技有限公司 Method and system for updating program versions in servers
CN108287694A (en) * 2017-08-08 2018-07-17 深圳壹账通智能科技有限公司 Application builds method, system, computer equipment and storage medium

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
CN109460252A (en) 2019-03-12

Similar Documents

Publication Publication Date Title
CN109460252B (en) Configuration file processing method and device based on git and computer equipment
CN110209652B (en) Data table migration method, device, computer equipment and storage medium
CN108197200B (en) Log tracking method and device, computer equipment and storage medium
CN108804618B (en) Database configuration method, device, computer equipment and storage medium
CN108897638B (en) Data backup method and device, computer equipment and storage medium
CN108959385B (en) Database deployment method, device, computer equipment and storage medium
CN110764700B (en) Data storage method and device, computer equipment and storage medium
CN109992354B (en) Container processing method, device, main body server, system and storage medium
CN109474456B (en) Configuration data processing method, device, computer equipment and storage medium
CN110908778B (en) Task deployment method, system and storage medium
CN112860778B (en) Database management method, device, equipment and medium for desktop application program
CN109389299B (en) Workflow process deployment method, workflow process deployment device, computer equipment and storage medium
CN110727698A (en) Database access method and device, computer equipment and storage medium
CN110659259A (en) Database migration method, server and computer storage medium
CN108389124B (en) Data processing method, data processing device, computer equipment and storage medium
CN112632375B (en) Session information processing method, server and storage medium
US9665732B2 (en) Secure Download from internet marketplace
CN111382012B (en) Backup method and device for MySQL cloud database, computer equipment and storage medium
CN111708795B (en) Object identification generation method, object identification updating device, computer equipment and medium
CN111694809B (en) File filtering method and device based on block chain and computer equipment
CN109254997B (en) Data synchronization method, system, computer device and readable storage medium
CN108762801B (en) Software repair package processing method, device, computer equipment and storage medium
CN111552551A (en) User management method and device based on master-slave system, computer equipment and medium
CN111191082A (en) Data management method and device, computer equipment and storage medium
CN113132961B (en) Internet of things complete machine equipment debugging method and device, computer equipment and storage 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