CN111045725B - Control method and device of code management system and storage medium - Google Patents

Control method and device of code management system and storage medium Download PDF

Info

Publication number
CN111045725B
CN111045725B CN201911307669.4A CN201911307669A CN111045725B CN 111045725 B CN111045725 B CN 111045725B CN 201911307669 A CN201911307669 A CN 201911307669A CN 111045725 B CN111045725 B CN 111045725B
Authority
CN
China
Prior art keywords
code
management system
information
user account
code information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911307669.4A
Other languages
Chinese (zh)
Other versions
CN111045725A (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.)
Guangzhou Vipshop Information Technology Co ltd
Original Assignee
Guangzhou Vipshop Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Vipshop Information Technology Co ltd filed Critical Guangzhou Vipshop Information Technology Co ltd
Priority to CN201911307669.4A priority Critical patent/CN111045725B/en
Publication of CN111045725A publication Critical patent/CN111045725A/en
Application granted granted Critical
Publication of CN111045725B publication Critical patent/CN111045725B/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

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)
  • Storage Device Security (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a control method of a code management system, which comprises the following steps: when code information sent by a client is received, a user account of the client is obtained; determining a code module corresponding to a code in the code information; when detecting that the user account is associated with the authority information corresponding to the code module, storing the code information into a code base of a code management system. The invention also discloses a control device of the code management system and a computer readable storage medium. The invention improves the safety of code management in the code management system.

Description

Control method and device of code management system and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a control method of a code management system, a control device of the code management system, and a computer readable storage medium.
Background
Currently, most companies use GitLab for code management, an open source project for the management system. Based on GitLab, code developers can perform operations such as adding, deleting, modifying, checking and the like on the code managed by the system in a mode similar to distributed operation through respective clients. However, due to the openness of the GitLab, the situation that a developer can change the code at will is easy to occur, so that the code management of the system has potential safety hazards.
The foregoing is provided merely for the purpose of facilitating understanding of the technical solutions of the present invention and is not intended to represent an admission that the foregoing is prior art.
Disclosure of Invention
The main object of the present invention is to provide a control method of a code management system, a control device of the code management system, and a computer-readable storage medium, which improve the security of code management in the code management system.
In order to achieve the above object, the present invention provides a control method of a code management system, the control method of the code management system comprising the steps of:
when code information sent by a client is received, a user account of the client is obtained;
determining a code module corresponding to a code in the code information;
when detecting that the user account is associated with the authority information corresponding to the code module, storing the code information into a code base of a code management system.
Optionally, after the step of obtaining the user account of the client, the method further includes:
executing the step of determining a code module corresponding to the code in the code information when the user account is detected to be a legal account;
and rejecting the code information when the user account is detected to be an illegal account.
Optionally, the control method of the code management system further includes:
when code information sent by a client is received, acquiring an email address used when the client sends the code information;
executing the step of determining the code module corresponding to the code in the code information when the email address is detected to be a legal address;
and rejecting the code information when the email address is detected to be an illegal address.
Optionally, after the step of determining the code module corresponding to the code in the code information, the method further includes:
when detecting that the user account is associated with the authority information corresponding to the code module, checking a mail format corresponding to the code information;
and executing the step of storing the code information into a code base of a code management system when the mail format is checked to meet the preset format.
Optionally, after the step of storing the code information into a code library of a code management system when detecting that the user account is associated with the authority information corresponding to the code module, the method further includes:
associating the code information which is successfully stored with the user account;
and determining the workload of the user corresponding to the user account according to the code information associated with the user account.
Optionally, the workload includes an amount of code information associated with the user account;
and/or the workload includes the number of code lines deleted when updating the code library according to the code information;
and/or the workload includes an increased number of code lines when the code library is updated according to the code information.
Optionally, before the step of acquiring the user account of the client when the code information sent by the client is received, the method further includes:
providing a permission setting interface, wherein the permission setting interface is provided with options of permission information corresponding to all the code modules;
and associating the user account determined based on the permission setting interface with the permission information selected based on the selection item.
In order to achieve the above object, the present invention also provides a control device of a code management system, the control device of the code management system comprising:
the control device of the code management system comprises a memory, a processor and a control program of the code management system which is stored in the memory and can run on the processor, wherein the control program of the code management system realizes the steps of the control method of the code management system when being executed by the processor.
In order to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a control program of a code management system, which when executed by a processor, implements the steps of the control method of the code management system as described above.
The invention provides a control method of a code management system, a control device of the code management system and a computer readable storage medium, wherein when code information sent by a client is received, a user account of the client is obtained; determining a code module corresponding to a code in the code information; when detecting that the user account is associated with the authority information corresponding to the code module, storing the code information into a code base of a code management system. In this way, the security of code management in the code management system is improved.
Drawings
FIG. 1 is a schematic diagram of a hardware operating environment of an embodiment terminal according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a control method of the code management system according to a first embodiment of the present invention;
FIG. 3 is a flowchart illustrating a control method of the code management system according to a second embodiment of the present invention;
FIG. 4 is a flowchart illustrating a control method of the code management system according to a third embodiment of the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
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 invention.
The invention provides a control method of a code management system, which improves the safety of code management in the code management system.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware running environment of an embodiment terminal according to an embodiment of the present invention;
the terminal of the embodiment of the invention can be a control device of a code management system, the control device of the code management system can be a computer, the terminal can also be a code management system comprising the control device of the code management system, and the terminal can also be a server.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU central processing unit (central processing unit), a memory 1002, and a communication bus 1003. The communication bus 1003 is used to implement connection communication between the constituent elements in the terminal. The memory 1002 may be a high-speed RAM Random Access Memory (RAM) or a stable memory (non-volatile memory), such as a disk memory. The memory 1002 may alternatively be a storage device separate from the processor 1001 described above.
It will be appreciated by those skilled in the art that the configuration of the terminal shown in fig. 1 is not limiting of the terminal of the embodiments of the present invention, and may include more or less components than those illustrated, or may combine certain components, or may be arranged in different components.
As shown in fig. 1, a control program of a code management system may be included in a memory 1002 as a kind of computer storage medium.
In the terminal shown in fig. 1, a processor 1001 may be used to call a control program of a code management system stored in a memory 1002 and perform the following operations:
when code information sent by a client is received, a user account of the client is obtained;
determining a code module corresponding to a code in the code information;
when detecting that the user account is associated with the authority information corresponding to the code module, storing the code information into a code base of a code management system.
Further, the processor 1001 may call a control program of the code management system stored in the memory 1002, and further perform the following operations:
executing the step of determining a code module corresponding to the code in the code information when the user account is detected to be a legal account;
and rejecting the code information when the user account is detected to be an illegal account.
Further, the processor 1001 may call a control program of the code management system stored in the memory 1002, and further perform the following operations:
when code information sent by a client is received, acquiring an email address used when the client sends the code information;
executing the step of determining the code module corresponding to the code in the code information when the email address is detected to be a legal address;
and rejecting the code information when the email address is detected to be an illegal address.
Further, the processor 1001 may call a control program of the code management system stored in the memory 1002, and further perform the following operations:
when detecting that the user account is associated with the authority information corresponding to the code module, checking a mail format corresponding to the code information;
and executing the step of storing the code information into a code base of a code management system when the mail format is checked to meet the preset format.
Further, the processor 1001 may call a control program of the code management system stored in the memory 1002, and further perform the following operations:
associating the code information which is successfully stored with the user account;
and determining the workload of the user corresponding to the user account according to the code information associated with the user account.
Further, the processor 1001 may call a control program of the code management system stored in the memory 1002, and further perform the following operations:
and/or the workload includes the number of code lines deleted when updating the code library according to the code information;
and/or the workload includes an increased number of code lines when the code library is updated according to the code information.
Further, the processor 1001 may call a control program of the code management system stored in the memory 1002, and further perform the following operations:
providing a permission setting interface, wherein the permission setting interface is provided with options of permission information corresponding to all the code modules;
and associating the user account determined based on the permission setting interface with the permission information selected based on the selection item.
Referring to fig. 2, in an embodiment, the control method of the code management system includes:
and step S10, when code information sent by a client is received, a user account of the client is obtained.
In this embodiment, the terminal may be a control device of a code management system, or the control device of the code management system may be a computer, or the terminal may be a code management system including the control device of the code management system, or the terminal may be a server. The control device of the code management system will be described below by taking an example of an embodiment terminal.
Alternatively, the code management system is built based on GitLab.
Alternatively, the terminal is provided with a hook function by which the code information can be suspended when the terminal receives the code information transmitted from the client connected to the terminal.
It should be noted that, the client may Push code information to the terminal through the Push command, and the terminal invokes the hook function for Push initiated by the Push command. Thus, the user can use the client to write the code, take the code module specified by the terminal as a unit, generate code information and Push the code information to the terminal through a Push command.
Optionally, the code in the code information is a Git code, and is applied to a GitLab system.
Further, the terminal acquires a user account corresponding to the client and inquires authority information associated with the user account.
And step S20, determining a code module corresponding to the code in the code information.
Optionally, after the terminal obtains the user account corresponding to the client, it first detects whether the user account is a legal account. The method comprises the steps that a legal account list is stored in the terminal in advance, and when the terminal detects that the user account exists in the legal account list, the user account is detected to be a legal account; and when the terminal detects that the user account does not exist in the legal account list, judging that the detected user account is an illegal account.
Optionally, when the terminal detects that the user account is a legal account, further determining a code module corresponding to the code in the code information, and acquiring authority information of the code module associated with the user account.
It should be noted that, the terminal classifies the codes associated with the system into a plurality of code modules in advance, and each code module is provided with a corresponding authority.
Optionally, when the terminal detects that the user account is an illegal account, rejecting code information corresponding to the user account, that is, rejecting the code information from the client terminal which sends the code information. In this way, it is possible to prevent a company person who is not the code management system from illegally submitting code information.
Alternatively, when the client transmits the code information to the terminal, the code information may be transmitted in the form of an email. When the terminal receives the E-mail of the code information, the E-mail address used when the client sends the code information is obtained, and whether the E-mail address has a legal address is further detected. The method comprises the steps that a legal address list is stored in the terminal in advance, and when the terminal detects that the email address exists in the legal address list, the detected email address is judged to be the legal address; and when the terminal detects that the email address does not exist in the legal address list, judging that the email address is detected to be an illegal address.
Optionally, when the terminal detects that the email address is a legal address, further determining a code module corresponding to the code in the code information, and acquiring authority information of the code module associated with the user account.
Optionally, when the terminal detects that the email address is an illegal address, the code information corresponding to the email address is refused, that is, the submission of the code information by the client terminal which sends the code information is refused. In this way, it is possible to prevent a company person who is not the code management system from illegally submitting code information.
Optionally, the terminal may execute step S20 when detecting that the user account is a legal account and the email address is a legal address.
And step S30, when detecting that the user account is associated with the authority information corresponding to the code module, storing the code information into a code library of a code management system.
Optionally, the terminal identifies the code in the code information to determine the code module corresponding to the code information, and detects whether the user account corresponding to the code information is associated with the authority information of the code module corresponding to the code information.
Optionally, when the terminal detects that the authority information associated with the user account exists in the authority information corresponding to the current code module, the code information is stored in a code library of the code management system, so that codes stored in the code library are updated according to the code information. Of course, the code modules in the code library updated by the code information are identical to the code modules corresponding to the code information.
Optionally, when the terminal detects that the user account does not have the authority information corresponding to the current code module, the currently received code information is refused, that is, the submission of the code information by the client terminal which sends the code information is refused.
For example, when the terminal sets in advance a first code module in the modification code base, it is necessary to have authority information a. Then at the user account corresponding to the currently received code information X, if the authority information A is associated, the terminal updates the first code module according to the code information X; if the user account is not associated with the authority information A, the terminal refuses to submit the code information X.
Furthermore, the authority information corresponding to each code module can be further divided into a plurality of sub-authority information, and different sub-authority information can perform operations with different authorities on the code module. For example, sub-right information having a code deletion function, sub-right information having a code addition function, sub-right information having a code overlay function, sub-right information having a code print view function, and the like may be set.
The terminal further identifies the operation function to be executed by the code information on the code module, and then detects whether the sub-authority information corresponding to the operation function exists in the user account corresponding to the code information. If yes, the terminal stores the code information into a code base of the code management system so as to update the codes stored in the code base according to the code information; if not, the terminal refuses the currently received code information, namely refuses the submission of the code information by the client side which sends the code information currently.
For example, under preset authority information B of a second code module in the code library, the terminal has sub-authority information a, sub-authority information B and sub-authority information c, and specifies that the code coverage function is the sub-authority information B, when the current code information Y is about to use the code coverage function for the second code module, if the terminal detects that the user account corresponding to the code information Y is associated with the sub-authority information B, the terminal updates the second code module according to the code information Y; if the terminal detects that the user account is not associated with the sub-authority information b, the terminal refuses to submit the code information Y.
Optionally, when the code information is sent in the form of an email, after detecting that the user account is associated with the authority information corresponding to the code module, the terminal checks the email format corresponding to the code information according to a preset format. It should be noted that, the preset format may be preset by an engineer according to actual situation requirements, for example, setting: verification of the code in the mail indicates that there are no fewer than 15 characters.
Optionally, when the terminal verifies that the mail format corresponding to the code information meets a preset format, executing the step of storing the code information into a code library of a code management system; and when the terminal detects that the mail format corresponding to the code information does not meet the preset format, rejecting the code information.
For example, when the verification specification of the code in the mail is not less than 15 characters, and the terminal detects that the verification specification of the code in the mail corresponding to the code information is greater than 15 characters, determining that the mail format meets the preset format; when the terminal detects that the verification description of the code in the mail corresponding to the code information is smaller than 15 characters, the mail format is judged to not meet the preset format.
Alternatively, when the hook function is employed, the terminal uses the hook function of the server side. The hooking script of the hooking function can be called before the submitted object is pushed to the server, or can be called after the submitted object is pushed to the server. The hook script invoked before pushing to the server can be withdrawn with non-zero at any time, push is refused, an error message is returned to the client, and a sufficiently complex push strategy can be set. The hooking script of the server-side hooking function can be a pre-receiver hooking script, a post-receiver hooking script and an update hooking script.
It should be noted that, the pre-receive hook script is the script that is executed first when the terminal processes push (push) operation from the client; the post-receive hook script is a script which is operated by the terminal after the whole process is finished and can be used for updating other system services or notifying a user; the update hook script is quite similar to the pre-receive script, except that the update hook script runs once for each branch updated by the presenter.
Optionally, the terminal adopts an update hook script as a server hook of the portal, and uses the ruby language for development, and the key code logic is as follows:
the module check_complets is used for checking whether the mail format accords with a preset format, for example, characters must be larger than 15, and the mail must be provided with names of code modules and the like; the module check_privilees function is used for detecting whether the user account is associated with the authority information of the code module; the module check_commit_auth function is used for checking whether the user account is legal or not and checking whether the e-mail is legal or not; the send_commit_to_kafka function sends all new commit (qualified code information) of the client push to the kafka distributed message queue for back-end reading and storing of the code information in the code library of the code management system.
In one embodiment, when code information sent by a client is received, a user account of the client is obtained; determining a code module corresponding to a code in the code information; when detecting that the user account is associated with the authority information corresponding to the code module, storing the code information into a code base of a code management system. Therefore, accurate control verification of the code module changing authority is realized, and code locking operation is realized, so that the safety of code management in a code management system is improved, and a person without corresponding authority cannot change the code module in a code library.
In a second embodiment, as shown in fig. 3, on the basis of the embodiment shown in fig. 2, after the step of storing the code information into a code library of a code management system when detecting that the user account is associated with the authority information corresponding to the code module, the method further includes:
and step S40, associating the code information which is successfully stored with the user account.
And S50, determining the workload of the user corresponding to the user account according to the code information associated with the user account.
In this embodiment, code information of successful warehousing corresponding to each user account is counted, so as to determine the workload of the user corresponding to the user account. It should be noted that the workload includes the number of code information associated with the user account; and/or the workload includes the number of code lines deleted when updating the code library according to the code information; and/or the workload includes an increased number of code lines when updating the code library according to the code information.
Optionally, after the code information submitted by the client is stored in the code library, the code information which is successfully put in storage is associated with the user account corresponding to the client. And when counting the workload of the user corresponding to each user account, the terminal calculates the quantity of the associated code information under the user account.
Optionally, when the terminal associates the code information which is successfully put in storage with the user account corresponding to the client, the terminal records the associated code information in the code module corresponding to the code library, and based on the code information, the number of deleted code lines and/or the number of added code lines are/is deleted. When the terminal counts the workload of the user corresponding to each user account, the terminal respectively counts the associated code information under the user account, and the corresponding deleted code line number and/or the added code line number.
Thus, accurate analysis can be made on the code submission amount of each code developer, and the workload of the code developer can be conveniently verified.
In a third embodiment, as shown in fig. 4, on the basis of the embodiments of fig. 2 to 3, before the step of obtaining the user account of the client when receiving the code information sent by the client, the method further includes:
and step S60, providing a permission setting interface, wherein the permission setting interface is provided with options of permission information corresponding to all the code modules.
And step S70, associating the user account determined based on the permission setting interface with the permission information selected based on the selection item.
In this embodiment, the terminal is provided with a rights setting interface, and the associated personnel of the code management system can set corresponding rights information (including sub-rights information) for each legal account based on the rights setting interface.
Optionally, the permission setting interface provides options of permission information corresponding to all the code modules, wherein the options can be expressed in a search box form, and the manager can search through the search box to obtain the permission information set by the terminal and select the permission information.
Optionally, the permission setting interface is further provided with a user account input box, and the terminal can acquire the account input by the user account input box as the user account determined based on the permission setting interface.
Optionally, the terminal associates the user account determined based on the permission setting interface with the permission information selected based on the selection item, so as to set corresponding permission information for the user account.
Optionally, the authority setting interface is further provided with an authority aging setting item, so that when the manager distributes the authority information for the user account, the validity period of the currently distributed authority information can be set based on the authority aging setting item, and further fine management of the authority information is improved.
It should be noted that, when the validity period corresponding to the authority information associated with the user account is over, the terminal automatically cancels the association between the authority information and the user account.
Therefore, authority interface configuration is realized, different authorities are granted according to different roles and different times, and accurate authority control is realized.
The present invention also provides a control device of a code management system, which includes a memory, a processor, and a control program of the code management system stored in the memory and capable of running on the processor, wherein the processor implements the steps of the control method of the code management system described in the above embodiments when executing the control program of the code management system.
Furthermore, the present invention also proposes a computer-readable storage medium including a control program of a code management system, which when executed by a processor, implements the steps of the control method of the code management system as described in the above embodiments.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of embodiments, it will be clear to a person skilled in the art that the above embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course also by means of hardware, but in many cases the former is an alternative embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above, comprising instructions for causing a terminal device (which may be a television, a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method according to the embodiments of the present invention.
The foregoing description of the invention and the accompanying drawings is only illustrative, and is not intended to limit the scope of the invention, but rather is to be construed in any way in view of the following description, the accompanying drawings and the like.

Claims (8)

1. A control method of a code management system, characterized in that the control method of the code management system comprises the steps of:
when code information sent by a client is received, a user account of the client is obtained;
determining a code module corresponding to a code in the code information;
when detecting that the user account is associated with the authority information corresponding to the code module, storing the code information into a code library of a code management system, and updating codes stored in the code library according to the code information, wherein the code module in the code library updated by the code information is consistent with the code module corresponding to the code information;
when the code information is email, the step of determining the code module corresponding to the code in the code information further includes:
when detecting that the user account is associated with the authority information corresponding to the code module, checking a mail format corresponding to the code information;
and executing the step of storing the code information into a code base of a code management system when the mail format is checked to meet the preset format.
2. The method for controlling a code management system according to claim 1, wherein after the step of obtaining the user account of the client, further comprising:
executing the step of determining a code module corresponding to the code in the code information when the user account is detected to be a legal account;
and rejecting the code information when the user account is detected to be an illegal account.
3. The control method of a code management system according to claim 1 or 2, characterized in that the control method of a code management system further comprises:
when code information sent by a client is received, acquiring an email address used when the client sends the code information;
executing the step of determining the code module corresponding to the code in the code information when the email address is detected to be a legal address;
and rejecting the code information when the email address is detected to be an illegal address.
4. The method for controlling a code management system according to claim 1, wherein after the step of storing the code information in a code library of the code management system when it is detected that the user account is associated with the authority information corresponding to the code module, the method further comprises:
associating the code information which is successfully stored with the user account;
and determining the workload of the user corresponding to the user account according to the code information associated with the user account.
5. The control method of a code management system according to claim 4, wherein the workload includes an amount of code information associated with the user account;
and/or the workload includes the number of code lines deleted when updating the code library according to the code information;
and/or the workload includes an increased number of code lines when the code library is updated according to the code information.
6. The method for controlling a code management system according to claim 1, wherein, before the step of acquiring the user account of the client when receiving the code information sent by the client, further comprising:
providing a permission setting interface, wherein the permission setting interface is provided with options of permission information corresponding to all the code modules;
and associating the user account determined based on the permission setting interface with the permission information selected based on the selection item.
7. A control device of a code management system, characterized in that the control device of the code management system comprises a memory, a processor and a control program of the code management system stored on the memory and executable on the processor, which control program of the code management system, when executed by the processor, implements the steps of the control method of the code management system according to any one of claims 1 to 6.
8. A computer-readable storage medium, on which a control program of a code management system is stored, which when executed by a processor, implements the steps of the control method of the code management system according to any one of claims 1 to 6.
CN201911307669.4A 2019-12-16 2019-12-16 Control method and device of code management system and storage medium Active CN111045725B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911307669.4A CN111045725B (en) 2019-12-16 2019-12-16 Control method and device of code management system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911307669.4A CN111045725B (en) 2019-12-16 2019-12-16 Control method and device of code management system and storage medium

Publications (2)

Publication Number Publication Date
CN111045725A CN111045725A (en) 2020-04-21
CN111045725B true CN111045725B (en) 2023-08-18

Family

ID=70237703

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911307669.4A Active CN111045725B (en) 2019-12-16 2019-12-16 Control method and device of code management system and storage medium

Country Status (1)

Country Link
CN (1) CN111045725B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113595962B (en) * 2020-04-30 2022-11-18 华为技术有限公司 Safety control method and device and safety control equipment
CN113590186A (en) * 2021-09-29 2021-11-02 广州嘉为科技有限公司 Method and system for controlling client to download code submission history according to authority

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108073710A (en) * 2017-12-21 2018-05-25 儒安科技有限公司 The Github Open Source Codes storehouse commending system excavated based on dynamic network figure
CN108984197A (en) * 2018-07-12 2018-12-11 北京京东金融科技控股有限公司 A kind of code update method and device
CN109828782A (en) * 2019-01-30 2019-05-31 上海易点时空网络有限公司 Data configuration method and device for code administration
CN110096303A (en) * 2019-04-22 2019-08-06 无线生活(杭州)信息科技有限公司 Code detection method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116108232A (en) * 2023-02-07 2023-05-12 武汉大学 Code auditing recommendation method, device, equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108073710A (en) * 2017-12-21 2018-05-25 儒安科技有限公司 The Github Open Source Codes storehouse commending system excavated based on dynamic network figure
CN108984197A (en) * 2018-07-12 2018-12-11 北京京东金融科技控股有限公司 A kind of code update method and device
CN109828782A (en) * 2019-01-30 2019-05-31 上海易点时空网络有限公司 Data configuration method and device for code administration
CN110096303A (en) * 2019-04-22 2019-08-06 无线生活(杭州)信息科技有限公司 Code detection method and device

Also Published As

Publication number Publication date
CN111045725A (en) 2020-04-21

Similar Documents

Publication Publication Date Title
CN113268336B (en) Service acquisition method, device, equipment and readable medium
CN111045725B (en) Control method and device of code management system and storage medium
CN110930561B (en) Control method and device of intelligent lock
CN110673933A (en) ZooKeeper-based distributed asynchronous queue implementation method, device, equipment and medium
US20180302405A1 (en) Organizational sign-in across sovereign environments
CN113239386A (en) API (application program interface) permission control method and device
US10333939B2 (en) System and method for authentication
CN114493901A (en) Data access application processing method and device, computer equipment and storage medium
CN106708897B (en) Data warehouse quality guarantee method, device and system
CN112286734B (en) Backup task execution method, device, equipment and storage medium
CN112084021A (en) Interface configuration method, device and equipment of education system and readable storage medium
CN113010238A (en) Permission determination method, device and system for micro application call interface
CN110807185A (en) System access method, device and server
US11507358B2 (en) Method and apparatus for change automation
CN113225296B (en) Authority management method and device
WO2020228564A1 (en) Application service method and device
CN115935328A (en) Resource access control method, device, equipment and storage medium
CN111901299A (en) Application authentication method and device, electronic equipment and storage medium
CN114025316B (en) Method and device for sending verification code and computer-readable storage medium
CN112069545B (en) Permission modification method and device, computer equipment and medium
CN112003724B (en) Network management method and device
CN113220605B (en) Distributed cache management method and device and electronic equipment
CN109918895B (en) Method, electronic device, and computer-readable medium for outputting data
CN114219305A (en) Method and system for enhancing stability of network appointment wind control system
CN111506571A (en) Management method, device and equipment of short link data 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