CN111563075B - Service verification system, method and equipment and storage medium - Google Patents
Service verification system, method and equipment and storage medium Download PDFInfo
- Publication number
- CN111563075B CN111563075B CN202010373104.2A CN202010373104A CN111563075B CN 111563075 B CN111563075 B CN 111563075B CN 202010373104 A CN202010373104 A CN 202010373104A CN 111563075 B CN111563075 B CN 111563075B
- Authority
- CN
- China
- Prior art keywords
- service
- verification
- chain
- check
- service verification
- 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
Links
- 238000012795 verification Methods 0.000 title claims abstract description 179
- 238000000034 method Methods 0.000 title claims abstract description 37
- 230000007613 environmental effect Effects 0.000 claims abstract description 10
- 230000008569 process Effects 0.000 claims description 12
- 238000004590 computer program Methods 0.000 claims description 11
- 238000006243 chemical reaction Methods 0.000 claims description 3
- 239000000203 mixture Substances 0.000 claims description 2
- 238000005516 engineering process Methods 0.000 description 8
- 238000004891 communication Methods 0.000 description 7
- 238000010586 diagram Methods 0.000 description 7
- 230000009471 action Effects 0.000 description 3
- 238000011156 evaluation Methods 0.000 description 3
- 238000012545 processing Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 2
- 239000004973 liquid crystal related substance Substances 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000000712 assembly Effects 0.000 description 1
- 238000000429 assembly Methods 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000000750 progressive effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/21—Design, administration or maintenance of databases
- G06F16/215—Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Quality & Reliability (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Abstract
The application discloses a service verification system, a service verification method, service verification equipment and a service verification medium, wherein the service verification system comprises: the environment acquisition module is used for acquiring the environment context of the current business system to be checked; the verification chain determining module is used for determining a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units; and the service verification module is used for traversing and executing the service verification chain in combination with the environment context to obtain a service verification result, and returning the service verification result to the service system to be verified. As can be seen from the above, the service verification system separated from the service system can perform service verification on the service system by combining the environmental context of the service system to be verified based on the service verification chain corresponding to the service system to be verified, and extract the service verification logic from the original service system, thereby realizing stripping of the service verification code and the service code, and effectively improving the readability and maintainability of the code.
Description
Technical Field
The present invention relates to the field of service management technologies, and in particular, to a service verification system, a service verification method, a service verification device, and a computer readable storage medium.
Background
In a conventional service system, as shown in fig. 1, each service flow includes several service check logics, that is, the service check logics are distributed throughout the service system, so that service codes and check codes are highly coupled, resulting in system redundancy and confusion, and therefore, how to solve the above problems needs to be focused by those skilled in the art.
Disclosure of Invention
The invention aims to provide a service verification system, a service verification method, service verification equipment and a computer readable storage medium, and the readability and maintainability of codes are improved.
To achieve the above object, the present application provides a service verification system, including:
the environment acquisition module is used for acquiring the environment context of the current business system to be checked;
the verification chain determining module is used for determining a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units;
and the service verification module is used for traversing and executing the service verification chain in combination with the environment context to obtain a service verification result, and returning the service verification result to the service system to be verified.
Optionally, the check chain determining module includes:
the flow determining unit is used for determining a target business flow of the business system to be checked;
the checker selecting unit is used for selecting a corresponding target service checker from a checker library according to the target service flow, and each service checker is used for executing one service check;
and the verification chain composition unit is used for composing the service verification chain based on the target service flow by using all selected target verifiers.
Optionally, the method further comprises:
and the verification chain storage module is used for storing the service verification chain into a verification chain library by combining the identification information of the service system to be verified after the service verification chain is formed based on the target service flow, so that the corresponding service verification chain is directly called according to the identification information.
Optionally, the environment context includes a business process to be checked and business environment data.
Optionally, the service verification module includes:
the verification chain execution unit is used for traversing and executing the service verification chain in combination with the environment context to obtain the execution result of each service verifier;
and the result conversion unit is used for converting the execution result of each service checker into a readable service check result according to the predefined format of the service system to be checked.
Optionally, the execution result includes any one or a combination of any several of error codes, error entry, verification results, error fields, error throwing information, configuration parameters and execution efficiency.
In order to achieve the above object, the present application provides a service verification method, including:
acquiring the environmental context of a current service system to be checked;
determining a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units;
and traversing and executing the service verification chain in combination with the environment context to obtain a service verification result, and returning the service verification result to the service system to be verified.
Optionally, the determining a service check chain corresponding to the service system to be checked includes:
determining a target business process of the business system to be checked;
selecting a corresponding target service checker from a checker library according to the target service flow, wherein each service checker is used for executing one service check;
and forming a service verification chain based on the target service flow by using all selected target verifiers.
To achieve the above object, the present application provides a service verification device, including:
a memory for storing a computer program;
and a processor for implementing the steps of any of the service verification methods disclosed above when executing the computer program.
To achieve the above object, the present application provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of any of the service verification methods disclosed above.
According to the scheme, the service verification system provided by the application comprises the following components: the environment acquisition module is used for acquiring the environment context of the current business system to be checked; the verification chain determining module is used for determining a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units; and the service verification module is used for traversing and executing the service verification chain in combination with the environment context to obtain a service verification result, and returning the service verification result to the service system to be verified. As can be seen from the above, the service verification system separated from the service system can perform service verification on the service system by combining the environmental context of the service system to be verified based on the service verification chain corresponding to the service system to be verified, and extract the service verification logic from the original service system, thereby realizing stripping of the service verification code and the service code, and effectively improving the readability and maintainability of the code.
The application also discloses a service verification method and device and a computer readable storage medium, and the technical effects can be achieved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of a service checksum service operation in a conventional art service system;
fig. 2 is a block diagram of a service verification system disclosed in an embodiment of the present application;
fig. 3 is a flowchart of a service verification method disclosed in an embodiment of the present application;
fig. 4 is a schematic deployment diagram of a specific service verification system disclosed in an embodiment of the present application;
fig. 5 is a schematic structural diagram of a specific service verification system disclosed in an embodiment of the present application;
fig. 6 is a block diagram of an electronic device according to an embodiment of the present application;
fig. 7 is a block diagram of another electronic device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are only some, but not all, of the embodiments of the present application. All other embodiments, which can be made by one of ordinary skill in the art without undue burden from the present disclosure, are within the scope of the present disclosure.
In the related art, each service flow of the service system includes several service check logics, that is, the service check logics are distributed throughout the service system, so that service codes are highly coupled with check codes, resulting in system redundancy and confusion, and therefore, how to solve the above problems needs to be focused by those skilled in the art.
Therefore, the embodiment of the application discloses a service verification system, which realizes stripping of service verification codes and service codes and effectively improves the readability and maintainability of the codes.
Referring to fig. 2, a service verification system disclosed in an embodiment of the present application includes:
an environment obtaining module 101, configured to obtain an environment context of a current service system to be checked;
in a specific implementation, the above-mentioned environment obtaining module 101 is configured to obtain an environment context of the service system to be verified, and in particular, the environment context may include, but is not limited to, a service flow to be verified and service environment data.
The verification chain determining module 102 is configured to determine a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units;
in this embodiment of the present application, the verification chain determining module 102 is specifically configured to determine a service verification chain, so as to verify a service system to be verified by using the service verification chain. The service check chain may be a check chain formed by a plurality of service check units, which represents a service check logic.
In a specific embodiment, the verification chain determining module 102 may specifically include a flow determining unit, configured to determine a target service flow of the service system to be verified; the checker selecting unit is used for selecting a corresponding target service checker from the checker library according to the target service flow, and each service checker is used for executing one service check; and the verification chain forming unit is used for forming a service verification chain based on the target service flow by using all the selected target verifiers.
It should be noted that the verifier library is specifically a container stored in a verifier set, each verifier is used for implementing a service verification, the verifier defines functions of service verification logic, whether to accept verification, verification result callback and the like,
it may be understood that the embodiment of the application may further include a check chain storage module, configured to store, after forming the service check chain based on the target service flow, the service check chain to the check chain library in combination with the identification information of the service system to be checked, so as to directly call the corresponding service check chain according to the identification information, thereby implementing multiplexing of the service check chain.
And the service verification module 103 is used for performing the service verification chain in combination with the environment context traversal to obtain a service verification result, and returning the service verification result to the service system to be verified.
In this embodiment of the present application, the service verification module 103 may specifically include a verification chain execution unit, configured to traverse and execute a service verification chain in conjunction with an environmental context, to obtain an execution result of each service verifier; and the result conversion unit is used for converting the execution result of each service checker into a readable service check result according to the predefined format of the service system to be checked. The execution results include, but are not limited to, any one or a combination of several of error codes, error entry, verification results, error fields, error throwing information, configuration parameters and execution efficiency.
According to the scheme, the service verification system provided by the application comprises the following components: the environment acquisition module is used for acquiring the environment context of the current business system to be checked; the verification chain determining module is used for determining a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units; and the service verification module is used for traversing and executing the service verification chain in combination with the environment context to obtain a service verification result, and returning the service verification result to the service system to be verified. As can be seen from the above, the service verification system separated from the service system can perform service verification on the service system by combining the environmental context of the service system to be verified based on the service verification chain corresponding to the service system to be verified, and extract the service verification logic from the original service system, thereby realizing stripping of the service verification code and the service code, and effectively improving the readability and maintainability of the code.
The following describes a service verification method provided in the embodiments of the present application, and a service verification method described below and a service verification system described above may be referred to each other.
Referring to fig. 3, a service verification method provided in an embodiment of the present application includes:
s201: acquiring the environmental context of a current service system to be checked;
s202: determining a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units;
s203: and traversing and executing the service verification chain in combination with the environment context to obtain a service verification result, and returning the service verification result to the service system to be verified.
The specific implementation process of steps S201 to S203 may refer to the corresponding content provided in the foregoing embodiment, and will not be described herein.
In a specific implementation, the process of determining the service check chain corresponding to the service system to be checked may specifically include: determining a target business process of the business system to be checked; selecting a corresponding target service checker from a checker library according to the target service flow, wherein each service checker is used for executing one service check; and forming a service verification chain based on the target service flow by using all selected target verifiers.
The deployment of the service verification system provided by the embodiment of the application in specific implementation is described below. As shown in fig. 4, the service verification system and the service system are divided from each other, so that the service system only needs to pay attention to the service flow, and all verification logics are completed by the service verification system.
Fig. 5 is a schematic structural diagram of a specific service verification system provided in an embodiment of the present application, and referring to fig. 5, the system mainly includes a verifier bank, a chain verifier container, an inert executor, a result collector, and an environmental context. The verifier library is a container stored in a centralized manner by the verifiers, each of the verifiers completes one service verification, and the verifiers define service verification logic, whether to accept verification, verification result callback and other information. The chain type checker container is a chain table container, and specifically takes a checker as an element to form a check chain, wherein one check chain is responsible for one or more service checks; the verifier container provides the function of constructing a verification chain externally and can be specifically programmed in a stream. The lazy executor, i.e., the check chain executor, is responsible for lazy evaluation of the check chain, and is capable of traversing each checker in the execution check chain. The environment context, namely the holding container of the environment information and the object to be verified, stores the object to be verified and the environment information, and is also used as a value transmission medium between verifiers when the verification chain carries out inert evaluation on the executor. The result collector is responsible for collecting results of the execution of the check chain by the executor and can specifically comprise an internal collector and an external collector; the internal collector is used for collecting detailed execution results of each checker in the executor, including the check results, error codes, error parameter entering, error fields, error throwing information, configuration parameters, execution efficiency and other information; the external collector can be customized by the service system besides the default implementation provided by the verification system, and is responsible for converting the collected result of the internal collector into a result readable by the service system.
The following describes the interaction flow between the service verification system and the service system. Specifically, the corresponding verifiers of the service systems can be stored in a verifier library of the verification system. The above-mentioned calibrator libraries are shared, so that the verifiers among different service systems can be shared, and the reusability of the calibrator libraries can be realized. Further, the business party stream assembles in a chain checker container to generate checker chains, each chain representing a business check logic.
When executing service verification, firstly, the service system to be verified builds an environment context, triggers a verification system executor and starts to execute verification; the checking system executor can traverse and execute the checking chain, meanwhile, the internal structure collector collects the execution result, the external collector collects the corresponding execution result from the internal collector and converts the execution result into a checking result which can be recognized by the service system, and the service checking is completed.
From the above, the application realizes the sharing of the verifiers through the verifier library, and the reusability of codes among different service systems is improved; the check chain adopts inertia evaluation, so that logic association among different verifiers can be realized; the verification executor performs verification uniformly and can manage the verification process in a centralized way, such as exception management, verification result management, verification performance monitoring and the like; the verification result collector collects the verification results uniformly, the internal collector is used for collecting detailed information, tracking and result analysis of the verification process can be provided, the external collector is used for self-defining the collection results, output of customized results is achieved, and personalized requirements of different business systems on the verification results can be met.
The application further provides an electronic device, as shown in fig. 6, where the electronic device provided by the embodiment of the application includes:
a memory 100 for storing a computer program;
the processor 200, when executing the computer program, may implement the steps provided in the above embodiments.
Specifically, the memory 100 includes a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and computer readable instructions, and the internal memory provides an environment for the operating system and the execution of the computer readable instructions in the non-volatile storage medium. The processor 200 may be a central processing unit (Central Processing Unit, CPU), controller, microcontroller, microprocessor or other data processing chip in some embodiments, to provide computing and control capabilities for the electronic device, and to implement the steps of the service verification method provided in any of the foregoing embodiments when executing the computer program stored in the memory 100.
On the basis of the above embodiment, as a preferred implementation manner, referring to fig. 7, the electronic device further includes:
an input interface 300, coupled to the processor 200, for obtaining externally imported computer programs, parameters and instructions, which are stored in the memory 100 under control of the processor 200. The input interface 300 may be coupled to an input device for receiving parameters or instructions manually entered by a user. The input device can be a touch layer covered on a display screen, can also be a key, a track ball or a touch pad arranged on a terminal shell, and can also be a keyboard, a touch pad or a mouse, etc.
And a display unit 400 connected to the processor 200 for displaying data processed by the processor 200 and for displaying a visualized user interface. The display unit 400 may be an LED display, a liquid crystal display, a touch-control type liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like.
The network port 500 is connected to the processor 200 and is used for communication connection with external terminal devices. The communication technology adopted by the communication connection can be a wired communication technology or a wireless communication technology, such as a mobile high definition link technology (MHL), a Universal Serial Bus (USB), a High Definition Multimedia Interface (HDMI), a wireless fidelity technology (WiFi), a Bluetooth communication technology with low power consumption, a communication technology based on IEEE802.11s, and the like.
Fig. 7 illustrates only an electronic device having assemblies 100-500, and it will be appreciated by those skilled in the art that the configuration illustrated in fig. 7 is not limiting of the electronic device and may include fewer or more components than illustrated, or may combine certain components, or a different arrangement of components.
The present application also provides a computer-readable storage medium, which may include: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes. The storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the service verification method provided by any of the foregoing embodiments.
The service verification system separated from the service system can be used for carrying out service verification on the service system based on the service verification chain corresponding to the service system to be verified and combining the environment context of the service system to be verified, and the service verification logic is extracted from the original service system, so that stripping of the service verification code and the service code is realized, and the readability and maintainability of the code are effectively improved.
In the description, each embodiment is described in a progressive manner, and each embodiment is mainly described by the differences from other embodiments, so that the same similar parts among the embodiments are mutually referred. For the system disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section. It should be noted that it would be obvious to those skilled in the art that various improvements and modifications can be made to the present application without departing from the principles of the present application, and such improvements and modifications fall within the scope of the claims of the present application.
It should also be noted that in this specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, 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, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
Claims (6)
1. A service verification system, comprising:
the environment acquisition module is used for acquiring the environment context of the current business system to be checked;
the verification chain determining module is used for determining a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units;
the service verification module is used for traversing and executing the service verification chain in combination with the environment context to obtain a service verification result, and returning the service verification result to the service system to be verified;
wherein, the check chain determining module includes:
the flow determining unit is used for determining a target business flow of the business system to be checked;
the checker selecting unit is used for selecting a corresponding target service checker from a checker library according to the target service flow, and each service checker is used for executing one service check;
the verification chain composition unit is used for composing the service verification chain based on the target service flow by using all selected target verifiers;
and, the business verification system further comprises:
the verification chain storage module is used for storing the service verification chain into a verification chain library by combining the identification information after the service verification chain is formed based on the target service flow, so that the corresponding service verification chain is directly called according to the identification information;
and, the service verification module includes:
the verification chain execution unit is used for traversing and executing the service verification chain in combination with the environment context to obtain the execution result of each service verifier;
and the result conversion unit is used for converting the execution result of each service checker into a readable service check result according to the predefined format of the service system to be checked.
2. The business verification system of claim 1, wherein the environmental context comprises business processes to be verified and business environmental data.
3. The business verification system of claim 1, wherein the execution result comprises any one or a combination of error codes, error entries, verification results, error fields, throwing error information, configuration parameters, and execution efficiency.
4. A method for verifying a service, comprising:
acquiring the environmental context of a current service system to be checked;
determining a service verification chain corresponding to the service system to be verified; the service check chain is a check chain formed by a plurality of service check units;
the service verification chain is traversed and executed in combination with the environment context to obtain a service verification result, and the service verification result is returned to the service system to be verified;
the determining the service verification chain corresponding to the service system to be verified comprises the following steps:
determining a target business process of the business system to be checked;
selecting a corresponding target service checker from a checker library according to the target service flow, wherein each service checker is used for executing one service check;
forming a service verification chain by all selected target verifiers based on the target service flow;
and after the service check chain is formed based on the target service flow, the method further comprises:
the service check chain is stored in a check chain library by combining the identification information, so that the corresponding service check chain is directly called according to the identification information;
and performing the service verification chain in combination with the environment context traversal to obtain a service verification result, and returning the service verification result to the service system to be verified, including:
the service verification chain is traversed and executed by combining the environment context, and execution results of all service verifiers are obtained;
and converting the execution result of each service checker into a readable service check result according to the predefined format of the service system to be checked.
5. A service verification device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the service verification method of claim 4 when executing said computer program.
6. A computer readable storage medium, characterized in that the computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the service verification method according to claim 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010373104.2A CN111563075B (en) | 2020-05-06 | 2020-05-06 | Service verification system, method and equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010373104.2A CN111563075B (en) | 2020-05-06 | 2020-05-06 | Service verification system, method and equipment and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111563075A CN111563075A (en) | 2020-08-21 |
CN111563075B true CN111563075B (en) | 2024-01-23 |
Family
ID=72070794
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010373104.2A Active CN111563075B (en) | 2020-05-06 | 2020-05-06 | Service verification system, method and equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111563075B (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112487416A (en) * | 2020-11-26 | 2021-03-12 | 北京字跳网络技术有限公司 | Business process verification method and device and electronic equipment |
CN112613298A (en) * | 2020-12-29 | 2021-04-06 | 北京嘀嘀无限科技发展有限公司 | Data verification method, system, computer program product and electronic equipment |
CN113626314B (en) * | 2021-07-16 | 2023-12-22 | 济南浪潮数据技术有限公司 | Verification method, device and equipment for cloud platform resource parameters and readable medium |
CN113778535B (en) * | 2021-08-10 | 2024-02-23 | 济南浪潮数据技术有限公司 | Cloud host operation verification method, system, equipment and storage medium |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5802080A (en) * | 1996-03-28 | 1998-09-01 | Seagate Technology, Inc. | CRC checking using a CRC generator in a multi-port design |
WO2014056449A1 (en) * | 2012-10-12 | 2014-04-17 | 中兴通讯股份有限公司 | Method, device, and system for management and verification of device-to-device communication |
CN104915262A (en) * | 2015-06-18 | 2015-09-16 | 国云科技股份有限公司 | Calibration system and method based on EXCEL data structure |
CN106612204A (en) * | 2015-10-27 | 2017-05-03 | 阿里巴巴集团控股有限公司 | Service verification method and apparatus |
CN108881184A (en) * | 2018-05-30 | 2018-11-23 | 努比亚技术有限公司 | Access request processing method, terminal, server and computer readable storage medium |
CN109246053A (en) * | 2017-05-26 | 2019-01-18 | 阿里巴巴集团控股有限公司 | A kind of data communications method, device, equipment and storage medium |
CN109788029A (en) * | 2018-12-14 | 2019-05-21 | 平安信托有限责任公司 | Gray scale call method, device, terminal and the readable storage medium storing program for executing of micro services |
CN109993651A (en) * | 2019-04-11 | 2019-07-09 | 软通动力信息技术(集团)有限公司 | Data calculate service order collection method of calibration, device, computer equipment and medium |
CN110602056A (en) * | 2019-08-21 | 2019-12-20 | 厦门网宿有限公司 | Service parameter transmission method and device |
CN110764942A (en) * | 2019-09-17 | 2020-02-07 | 平安银行股份有限公司 | Multi-type data checking method, device, computer system and readable storage medium |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090313639A1 (en) * | 2008-06-17 | 2009-12-17 | International Business Machines Corporation | Service oriented architecture infrastructure for business process verification and systems integrated testing |
US20110007754A1 (en) * | 2009-07-10 | 2011-01-13 | Gerald Pepper | Flexible Hardware Checksum Generator |
-
2020
- 2020-05-06 CN CN202010373104.2A patent/CN111563075B/en active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5802080A (en) * | 1996-03-28 | 1998-09-01 | Seagate Technology, Inc. | CRC checking using a CRC generator in a multi-port design |
WO2014056449A1 (en) * | 2012-10-12 | 2014-04-17 | 中兴通讯股份有限公司 | Method, device, and system for management and verification of device-to-device communication |
CN104915262A (en) * | 2015-06-18 | 2015-09-16 | 国云科技股份有限公司 | Calibration system and method based on EXCEL data structure |
CN106612204A (en) * | 2015-10-27 | 2017-05-03 | 阿里巴巴集团控股有限公司 | Service verification method and apparatus |
CN109246053A (en) * | 2017-05-26 | 2019-01-18 | 阿里巴巴集团控股有限公司 | A kind of data communications method, device, equipment and storage medium |
CN108881184A (en) * | 2018-05-30 | 2018-11-23 | 努比亚技术有限公司 | Access request processing method, terminal, server and computer readable storage medium |
CN109788029A (en) * | 2018-12-14 | 2019-05-21 | 平安信托有限责任公司 | Gray scale call method, device, terminal and the readable storage medium storing program for executing of micro services |
CN109993651A (en) * | 2019-04-11 | 2019-07-09 | 软通动力信息技术(集团)有限公司 | Data calculate service order collection method of calibration, device, computer equipment and medium |
CN110602056A (en) * | 2019-08-21 | 2019-12-20 | 厦门网宿有限公司 | Service parameter transmission method and device |
CN110764942A (en) * | 2019-09-17 | 2020-02-07 | 平安银行股份有限公司 | Multi-type data checking method, device, computer system and readable storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN111563075A (en) | 2020-08-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111563075B (en) | Service verification system, method and equipment and storage medium | |
CN108595157B (en) | Block chain data processing method, device, equipment and storage medium | |
CN111858472B (en) | File format conversion method, device, computer equipment and storage medium | |
CN107957940B (en) | Test log processing method, system and terminal | |
CN1866206A (en) | Generating performance tests from UML specifications using Markov chains | |
CN106339222A (en) | Service implementing method and device | |
CN112394908A (en) | Method and device for automatically generating embedded point page, computer equipment and storage medium | |
CN112181835B (en) | Automatic test method, device, computer equipment and storage medium | |
CN108491326A (en) | Behavioral test recombination method, device and storage medium | |
CN112631924A (en) | Automatic testing method and device, computer equipment and storage medium | |
CN108021621A (en) | Database data acquisition method, application server and computer-readable recording medium | |
CN111651140B (en) | Service method and device based on workflow | |
CN112801145A (en) | Safety monitoring method and device, computer equipment and storage medium | |
CN111813517A (en) | Task queue allocation method and device, computer equipment and medium | |
CN113434542B (en) | Data relationship identification method and device, electronic equipment and storage medium | |
CN113704339A (en) | Recording of read information status, apparatus, device and storage medium | |
CN111475468A (en) | Log access method, device, equipment and storage medium of newly added system | |
CN110362294A (en) | Development task executes method, apparatus, electronic equipment and storage medium | |
CN109284268A (en) | A kind of method, system and the electronic equipment of fast resolving log | |
CN115345600A (en) | RPA flow generation method and device | |
CN114564206A (en) | Data non-empty checking method, device, equipment and readable storage medium | |
CN113590372A (en) | Log-based link tracking method and device, computer equipment and storage medium | |
CN113093702A (en) | Fault data prediction method and device, electronic equipment and storage medium | |
CN118298201B (en) | Equipment identification matching model training method, equipment identification matching method and equipment | |
CN110781182A (en) | Automatic coding method and device for check logic and computer 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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |