CN111949313A - Method and device for software product gray release - Google Patents

Method and device for software product gray release Download PDF

Info

Publication number
CN111949313A
CN111949313A CN202010820414.4A CN202010820414A CN111949313A CN 111949313 A CN111949313 A CN 111949313A CN 202010820414 A CN202010820414 A CN 202010820414A CN 111949313 A CN111949313 A CN 111949313A
Authority
CN
China
Prior art keywords
gray
http
request
issuing
software product
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.)
Pending
Application number
CN202010820414.4A
Other languages
Chinese (zh)
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.)
Industrial and Commercial Bank of China Ltd ICBC
Original Assignee
Industrial and Commercial Bank of China Ltd ICBC
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 Industrial and Commercial Bank of China Ltd ICBC filed Critical Industrial and Commercial Bank of China Ltd ICBC
Priority to CN202010820414.4A priority Critical patent/CN111949313A/en
Publication of CN111949313A publication Critical patent/CN111949313A/en
Pending legal-status Critical Current

Links

Images

Classifications

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

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)
  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a method and a device for software product gray release, which can be used in the financial field or other technical fields. The method comprises the following steps: judging whether the acquired HTTP release request contains gray mark information or not; extracting a gray judgment field in an HTTP release request which does not contain gray mark information according to a preset rule; the gradation judgment field includes: a software product ID; determining the gray state of the HTTP release request which does not contain gray mark information according to the gray judgment field; and issuing the software product according to the gray state of the HTTP issuing request. According to the method and the device, a gray level judgment mechanism is provided on the basis of an HTTP request line, and the problem that an Internet third party uses HTTP cookies or HTTP headers to judge the gray level inefficiently is solved through a request redirection strategy, so that the adaptive scene of software product gray level release is more comprehensive.

Description

Method and device for software product gray release
Technical Field
The application belongs to the technical field of software, and particularly relates to a method and a device for issuing the gray scale of a software product.
Background
Currently, in the software product gray scale publishing architecture in the industry, it is critical to identify whether the current HTTP publishing request belongs to a gray scale range. The current mainstream practice for considering efficiency is to place a gray flag (isGrayFlag) in an HTTP cookie or HTTP header through a requesting party, and then forward the flag to a gray node or a non-gray node through a gray routing module of a network load balancing device for processing.
However, the method has three prerequisites, namely, the requester knows whether the current request is a gray level request, otherwise, the gray level mark cannot be sent; secondly, the requesting party and the service party belong to the same management system and interact under the intranet environment (like the mutual access of the intranet systems in the same company), otherwise, the method does not need to be effectively executed, and especially under the condition that a third party opens the internet, the service party can not effectively require the requesting party to be completely modified according to the requirement of the requesting party and upload the gray mark, even under the condition that the requesting party knows whether the current request of the requesting party is the gray request or not; thirdly, if the transaction data is transmitted through the internet, the relevant information based on the security specification HTTP cookie or HTTP header is encrypted and transmitted, and decryption is generally processed through an application node, so that corresponding transaction data cannot be acquired when a request passes through the network load balancing device, and gray-scale routing execution cannot be performed. Therefore, the gray scale release of the software product cannot be realized under the condition that a third party opens the internet at present.
Disclosure of Invention
The application provides a method and a device for issuing the gray level of a software product, which at least solve the problem that the gray level issuing can only be realized by interaction of a request party and a service party under an intranet environment at present.
According to one aspect of the application, a method for gray scale publishing of a software product is provided, which comprises the following steps:
judging whether the acquired HTTP release request contains gray mark information or not;
extracting a gray judgment field in an HTTP release request which does not contain gray mark information according to a preset rule; the gradation judgment field includes: a software product ID;
determining the gray state of the HTTP release request which does not contain gray mark information according to the gray judgment field;
and issuing the software product according to the gray state of the HTTP issuing request.
In one embodiment, determining the gray state of the HTTP issue request not containing the gray flag information according to the gray determination field includes:
searching corresponding gray rule information from an information base according to the gray judgment field; the gray rule information is prestored in an information base;
searching whether the gray rule information contains the content of a gray judgment field;
if yes, adding a positive gray scale mark in the HTTP issuing request, otherwise, adding a negative gray scale mark in the HTTP issuing request.
In one embodiment, publishing a software product according to a gray-scale state of an HTTP publish request includes:
acquiring the ID of the HTTP release request;
and returning a response message corresponding to the ID to the requester for product release in a redirection mode, wherein the response message comprises the gray mark of the HTTP release request.
In one embodiment, the method for gray scale publishing of software products further comprises:
and when the acquired HTTP issuing request contains gray mark information, gray issuing is carried out on the software product corresponding to the HTTP issuing request.
According to another aspect of the present application, there is also provided an apparatus for gray scale publishing of a software product, including:
the gray mark judging unit is used for judging whether the acquired HTTP issuing request contains gray mark information or not;
the gray judgment field extraction unit is used for extracting a gray judgment field in the HTTP release request which does not contain gray mark information according to a preset rule; the gradation judgment field includes: a software product ID;
a gray state determining unit for determining the gray state of the HTTP release request not containing the gray mark information according to the gray judgment field;
and the product issuing unit is used for issuing the software product according to the gray level state of the HTTP issuing request.
In one embodiment, the gray state determining unit includes:
the gray rule information extraction module is used for searching corresponding gray rule information from the information base according to the gray judgment field; the gray rule information is prestored in an information base;
the matching query module is used for searching whether the gray rule information contains the content of the gray judgment field;
and the gray state marking module is used for adding a positive gray mark into the HTTP issuing request if the HTTP issuing request is positive, or adding a negative gray mark into the HTTP issuing request if the HTTP issuing request is negative.
In one embodiment, the product release unit includes:
an ID acquisition module for acquiring the ID of the HTTP release request;
and the response returning module is used for returning a response message corresponding to the ID to the requesting party in a redirection mode for product release, and the response message comprises the gray mark of the HTTP release request.
In one embodiment, the apparatus for software product gray scale publishing further comprises:
and the issuing module is used for issuing the gray scale to the software product corresponding to the HTTP issuing request when the acquired HTTP issuing request contains the gray scale mark information.
The application provides a solution for gray scale release of a software product in a third-party internet interaction scene, a gray scale judgment mechanism is provided on the basis of an HTTP request line, and the problem that the third party of the internet uses HTTP cookie or HTTP header to judge the gray scale inefficiently is solved through a request redirection strategy, so that the adaptive scene of the gray scale release of the software product is more comprehensive. The scheme improves the comprehensiveness of the gray level release of the software product, provides a stable and risk-controllable environment for the release of the software product, enables the product to be released quickly and reliably, and lays a solid foundation for the comprehensive popularization of the product in the market.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a method for gray scale publishing of a software product according to the present application.
Fig. 2 is a flowchart illustrating determining a gray scale state of an issue request according to a gray scale determination field in an embodiment of the present application.
Fig. 3 is a flowchart of issuing a software product according to a gray level state in the embodiment of the present application.
Fig. 4 is a block diagram of a device for gray scale publishing of a software product according to the present application.
Fig. 5 is a block diagram of a gray state determining unit in the embodiment of the present application.
Fig. 6 is a block diagram of a structure of a product issuing unit in the embodiment of the present application.
Fig. 7 is a specific implementation of an electronic device in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Based on the problems in the background art, a solution is needed to meet the requirement of software product gray scale publishing in a third-party internet interaction scene, and based on this, the present application provides a method for software product gray scale publishing, as shown in fig. 1, including:
s101: and judging whether the acquired HTTP release request contains gray mark information.
In a specific embodiment, a third-party system (requester) uploads a release request of a product through an HTTP protocol, and then determines whether gray scale flag information exists in a release request line, and if gray scale flag information exists, gray scale release can be directly performed on the product.
S102: extracting a gray judgment field in an HTTP release request which does not contain gray mark information according to a preset rule; the gradation judgment field includes: a software product ID.
In a specific embodiment, the gray scale re-determination is performed on the issue request without the gray scale mark information, the issue request is initialized and allocated to the scheduling thread, then the scheduling thread sends a request message, the field in the issue request line is analyzed according to the preset configuration rule, the field name and content for performing the gray scale determination are extracted, for example, APPID is XXX, and then the field name and content are returned to the scheduling thread.
S103: and determining the gray state of the HTTP release request which does not contain the gray mark information according to the gray judgment field.
In a specific embodiment, the gray scale state of the issue request is determined according to the gray scale judgment field extracted in S102 in combination with the gray scale rule information stored in the information base, and the gray scale state includes: gray scale distribution and non-gray scale distribution.
S104: and issuing the software product according to the gray state of the HTTP issuing request.
In a specific embodiment, if the gray-scale state of the release request is gray-scale release, the software product is subjected to gray-scale release, and if the gray-scale state of the release request is non-gray-scale release, the software product is directly released without performing gray-scale release.
In one embodiment, determining the gray state of the HTTP post request not containing the gray flag information according to the gray determination field, as shown in fig. 2, includes:
s201: searching corresponding gray rule information from an information base according to the gray judgment field; the gray rule information is pre-stored in the information base.
In one embodiment, assuming that the extracted gray-scale judgment field is APPID ═ XXX, the gray-scale rule information corresponding to the extracted gray-scale judgment field, such as APPID gray-scale white list information, is called from the information base for the extracted gray-scale judgment field.
S202: and searching whether the gray rule information contains the content of the gray judgment field.
In a specific embodiment, for the grayscale judgment field APPID ═ XXX and APPID grayscale white list information, if the extracted APPID is in the white list, the publication request is considered to be a grayscale publication, otherwise, it is a non-grayscale publication request.
S203: if yes, adding a positive gray scale mark in the HTTP issuing request, otherwise, adding a negative gray scale mark in the HTTP issuing request.
In one embodiment, if the request is a gray release request, a gray flag is added to the request as 1, and if the request is not a gray release request, a gray flag is added to the request as 0.
In one embodiment, publishing a software product according to the gray-scale state of an HTTP publish request, as shown in fig. 3, includes:
s301: and acquiring the ID of the HTTP issuing request.
S302: and returning a response message corresponding to the ID to the requester for product release in a redirection mode, wherein the response message comprises the gray mark of the HTTP release request.
In a specific embodiment, the scheduling thread returns the gray scale mark to the response main thread, the main thread finds the corresponding request message ID, and returns the response message corresponding to the ID to the requester in a redirection manner, so that the gray scale judgment of an HTTP issued request is completed until the whole process is finished.
In one embodiment, the method for gray scale publishing of software products further comprises:
and when the acquired HTTP issuing request contains gray mark information, gray issuing is carried out on the software product corresponding to the HTTP issuing request.
Based on the same inventive concept, the embodiment of the present application further provides a device for issuing the software product gray scale, which can be used to implement the method described in the above embodiment, as described in the following embodiments. The principle of solving the problem of the device for software product gray scale release is similar to the method for software product gray scale release, so the implementation of the device for software product gray scale release can refer to the implementation of the method for software product gray scale release, and repeated parts are not described again. As used hereinafter, the term "unit" or "module" may be a combination of software and/or hardware that implements a predetermined function. While the system described in the embodiments below is preferably implemented in software, implementations in hardware, or a combination of software and hardware are also possible and contemplated.
As shown in fig. 4, the present application further provides an apparatus for gray scale publishing of a software product, including:
a grayscale flag determination unit 401 configured to determine whether the acquired HTTP distribution request includes grayscale flag information;
a gray judgment field extraction unit 402, configured to extract a gray judgment field in an HTTP issue request that does not include gray flag information according to a preset rule; the gradation judgment field includes: a software product ID;
a gray level state determination unit 403, configured to determine a gray level state of an HTTP issue request that does not include gray level flag information, according to the gray level determination field;
and a product issuing unit 404, configured to issue the software product according to the gray-scale state of the HTTP issue request.
In one embodiment, as shown in fig. 5, the gray state determining unit 403 includes:
a gray rule information extraction module 501, which searches the corresponding gray rule information from the information base according to the gray judgment field; the gray rule information is prestored in an information base;
a matching query module 502, configured to find whether the gray rule information includes the content of the gray judgment field;
and a gray state marking module 503, configured to add a positive gray mark to the HTTP issue request if the HTTP issue request is positive, and add a negative gray mark to the HTTP issue request if the HTTP issue request is negative.
In one embodiment, as shown in FIG. 6, the product release unit 404 includes:
an ID obtaining module 601, configured to obtain an ID of the HTTP issue request;
a response returning module 602, configured to return a response packet corresponding to the ID to the requesting party in a redirection manner for product release, where the response packet includes a gray mark of the HTTP release request.
In one embodiment, the apparatus for software product gray scale publishing further comprises:
and the issuing module is used for issuing the gray scale to the software product corresponding to the HTTP issuing request when the acquired HTTP issuing request contains the gray scale mark information.
It should be noted that the method for issuing the software product gray scale provided by the embodiment of the present invention may be used in the financial field, and may also be used in any technical field except the financial field.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The principle and the implementation mode of the invention are explained by applying specific embodiments in the invention, and the description of the embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.
An embodiment of the present application further provides a specific implementation manner of an electronic device capable of implementing all steps in the method in the foregoing embodiment, and referring to fig. 7, the electronic device specifically includes the following contents:
a processor (processor)701, a memory 702, a communication Interface 703, a bus 704, and a nonvolatile memory 705;
the processor 701, the memory 702 and the communication interface 703 complete mutual communication through the bus 704;
the processor 701 is configured to call the computer programs in the memory 702 and the nonvolatile memory 705, and when the processor executes the computer programs, the processor implements all the steps in the method in the foregoing embodiments, for example, when the processor executes the computer programs, the processor implements the following steps:
s101: and judging whether the acquired HTTP release request contains gray mark information.
S102: extracting a gray judgment field in an HTTP release request which does not contain gray mark information according to a preset rule; the gradation judgment field includes: a software product ID.
S103: and determining the gray state of the HTTP release request which does not contain the gray mark information according to the gray judgment field.
S104: and issuing the software product according to the gray state of the HTTP issuing request.
Embodiments of the present application also provide a computer-readable storage medium capable of implementing all the steps of the method in the above embodiments, where the computer-readable storage medium stores thereon a computer program, and the computer program when executed by a processor implements all the steps of the method in the above embodiments, for example, the processor implements the following steps when executing the computer program:
s101: and judging whether the acquired HTTP release request contains gray mark information.
S102: extracting a gray judgment field in an HTTP release request which does not contain gray mark information according to a preset rule; the gradation judgment field includes: a software product ID.
S103: and determining the gray state of the HTTP release request which does not contain the gray mark information according to the gray judgment field.
S104: and issuing the software product according to the gray state of the HTTP issuing request.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the hardware + program class embodiment, since it is substantially similar to the method embodiment, the description is simple, and the relevant points can be referred to the partial description of the method embodiment. Although embodiments of the present description provide method steps as described in embodiments or flowcharts, more or fewer steps may be included based on conventional or non-inventive means. The order of steps recited in the embodiments is merely one manner of performing the steps in a multitude of orders and does not represent the only order of execution. When an actual apparatus or end product executes, it may execute sequentially or in parallel (e.g., parallel processors or multi-threaded environments, or even distributed data processing environments) according to the method shown in the embodiment or the figures. The terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, the presence of additional identical or equivalent elements in a process, method, article, or apparatus that comprises the recited elements is not excluded. For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. Of course, in implementing the embodiments of the present description, the functions of each module may be implemented in one or more software and/or hardware, or a module implementing the same function may be implemented by a combination of multiple sub-modules or sub-units, and the like. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form. The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
As will be appreciated by one skilled in the art, embodiments of the present description may be provided as a method, system, or computer program product. Accordingly, embodiments of the present description may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present description may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein. The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment. In the description herein, references to the description of "an embodiment," "a particular embodiment," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the embodiments herein.
In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction. The above description is only an example of the embodiments of the present disclosure, and is not intended to limit the embodiments of the present disclosure. Various modifications and variations to the embodiments described herein will be apparent to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the embodiments of the present specification should be included in the scope of the claims of the embodiments of the present specification.

Claims (10)

1. A method for gray scale publishing of software products is characterized by comprising the following steps:
judging whether the acquired HTTP release request contains gray mark information or not;
extracting a gray judgment field in an HTTP release request which does not contain gray mark information according to a preset rule; the gradation judgment field includes: a software product ID;
determining the gray state of the HTTP release request which does not contain gray mark information according to the gray judgment field;
and issuing the software product according to the gray state of the HTTP issuing request.
2. The method for gray scale publishing of software products according to claim 1, wherein the determining the gray scale state of the HTTP publish request without gray scale flag information according to the gray scale determination field comprises:
searching corresponding gray rule information from an information base according to the gray judgment field; the gray scale rule information is prestored in an information base;
searching whether the gray rule information contains the content of the gray judgment field;
if so, adding a positive gray mark in the HTTP issuing request, otherwise, adding a negative gray mark in the HTTP issuing request.
3. The method for gray scale publishing of software products according to claim 2, wherein the publishing of software products according to the gray scale state of the HTTP publish request comprises:
acquiring the ID of the HTTP release request;
and returning a response message corresponding to the ID to a requesting party for product release in a redirection mode, wherein the response message comprises a gray mark of the HTTP release request.
4. The method for gray scale publishing of software products according to claim 1, further comprising:
and when the acquired HTTP issuing request contains gray mark information, gray issuing is carried out on the software product corresponding to the HTTP issuing request.
5. An apparatus for gray scale publishing of software products, comprising:
the gray mark judging unit is used for judging whether the acquired HTTP issuing request contains gray mark information or not;
the gray judgment field extraction unit is used for extracting a gray judgment field in the HTTP release request which does not contain gray mark information according to a preset rule; the gradation judgment field includes: a software product ID;
the gray state determining unit is used for determining the gray state of the HTTP issuing request which does not contain the gray mark information according to the gray judging field;
and the product issuing unit is used for issuing the software product according to the gray level state of the HTTP issuing request.
6. The apparatus for software product gray scale distribution according to claim 5, wherein the gray scale state determination unit comprises:
the gray rule information extraction module is used for searching corresponding gray rule information from an information base according to the gray judgment field; the gray scale rule information is prestored in an information base;
the matching query module is used for searching whether the gray rule information contains the content of the gray judgment field;
and the gray state marking module is used for adding a positive gray mark into the HTTP issuing request if the HTTP issuing request is positive, or adding a negative gray mark into the HTTP issuing request if the HTTP issuing request is negative.
7. The apparatus for gray scale publishing of software products according to claim 6, wherein the product publishing unit comprises:
an ID acquisition module for acquiring the ID of the HTTP release request;
and the response returning module is used for returning a response message corresponding to the ID to a requesting party in a redirection mode for product release, and the response message comprises a gray mark of the HTTP release request.
8. The apparatus for software product gray scale publishing according to claim 5, further comprising:
and the issuing module is used for issuing the gray scale to the software product corresponding to the HTTP issuing request when the acquired HTTP issuing request contains the gray scale mark information.
9. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of gray scale release of a software product according to any one of claims 1 to 4 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the method for greyscale distribution of a software product according to any one of claims 1 to 4.
CN202010820414.4A 2020-08-14 2020-08-14 Method and device for software product gray release Pending CN111949313A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010820414.4A CN111949313A (en) 2020-08-14 2020-08-14 Method and device for software product gray release

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010820414.4A CN111949313A (en) 2020-08-14 2020-08-14 Method and device for software product gray release

Publications (1)

Publication Number Publication Date
CN111949313A true CN111949313A (en) 2020-11-17

Family

ID=73342414

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010820414.4A Pending CN111949313A (en) 2020-08-14 2020-08-14 Method and device for software product gray release

Country Status (1)

Country Link
CN (1) CN111949313A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110311989A (en) * 2019-08-02 2019-10-08 中国工商银行股份有限公司 A kind of gray scale dissemination method, device, storage medium, equipment and system
CN110830374A (en) * 2018-08-07 2020-02-21 北京京东尚科信息技术有限公司 Method and device for gray level release based on SDK

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110830374A (en) * 2018-08-07 2020-02-21 北京京东尚科信息技术有限公司 Method and device for gray level release based on SDK
CN110311989A (en) * 2019-08-02 2019-10-08 中国工商银行股份有限公司 A kind of gray scale dissemination method, device, storage medium, equipment and system

Similar Documents

Publication Publication Date Title
CN108881448B (en) API request processing method and device
CN105791341B (en) Application release processing method, device and system
CN107431651B (en) Life cycle management method and equipment for network service
US8806507B1 (en) Dynamic provisioning of message groups
CN111913738B (en) Access request processing method, device, computing equipment and medium
CN107920094B (en) Data acquisition method and device, server and network equipment
CN111460504B (en) Service processing method, device, node equipment and storage medium
CN111163130B (en) Network service system and data transmission method thereof
CN109088909B (en) Service gray level publishing method and device based on merchant type
CN115516840A (en) Information processing method, device, system, medium, chip and program
CN111782383A (en) Task allocation method, server, electronic terminal and computer readable storage medium
CN109327321B (en) Network model service execution method and device, SDN controller and readable storage medium
CN110691042A (en) Resource allocation method and device
CN112685287A (en) Product data testing method and device, storage medium and electronic device
CN109145638A (en) A kind of method and device being obtained from loading module function
US8001205B2 (en) State management in a distributed computing system
CN110245014B (en) Data processing method and device
CN113630418A (en) Network service identification method, device, equipment and medium
CN111949313A (en) Method and device for software product gray release
CN111522664A (en) Service resource management and control method and device based on distributed service
Zilhão et al. A modular tool for benchmarking loT publish-subscribe middleware
CN106936643B (en) Equipment linkage method and terminal equipment
CN113596105B (en) Content acquisition method, edge node and computer readable storage medium
CN114938396A (en) Routing method of service call request, method and device for creating service
CN110264290B (en) Method and device for acquiring recommendation information and electronic equipment

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