CN111563075A - Service checking system, method and equipment and storage medium - Google Patents

Service checking system, method and equipment and storage medium Download PDF

Info

Publication number
CN111563075A
CN111563075A CN202010373104.2A CN202010373104A CN111563075A CN 111563075 A CN111563075 A CN 111563075A CN 202010373104 A CN202010373104 A CN 202010373104A CN 111563075 A CN111563075 A CN 111563075A
Authority
CN
China
Prior art keywords
service
check
chain
verification
check chain
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.)
Granted
Application number
CN202010373104.2A
Other languages
Chinese (zh)
Other versions
CN111563075B (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.)
Zhengcaiyun Co ltd
Original Assignee
Zhengcaiyun 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 Zhengcaiyun Co ltd filed Critical Zhengcaiyun Co ltd
Priority to CN202010373104.2A priority Critical patent/CN111563075B/en
Publication of CN111563075A publication Critical patent/CN111563075A/en
Application granted granted Critical
Publication of CN111563075B publication Critical patent/CN111563075B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving 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 checking system, a method, a device and a medium, wherein the system comprises: the environment acquisition module is used for acquiring the environment context of the current service system to be verified; the check chain determining module is used for determining a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units; and the service checking module is used for traversing and executing the service checking chain in combination with the environment context to obtain a service checking result and returning the service checking result to the service system to be checked. Therefore, the service verification system separated from the service system can perform service verification on the service system based on the service verification chain corresponding to the service system to be verified in combination with the environment context of the service system to be verified, and extract the service verification logic from the original service system, so that the service verification code and the service code are stripped, and the readability and maintainability of the code are effectively improved.

Description

Service checking system, method and equipment and storage medium
Technical Field
The present application relates to the field of service management technologies, and in particular, to a service verification system, method and apparatus, and a computer-readable storage medium.
Background
In a conventional service system, as shown in fig. 1, each service flow includes a plurality of 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, and the system is complicated and disordered.
Disclosure of Invention
The application aims to provide a service checking system, a service checking method, a service checking device and a computer readable storage medium, and readability and maintainability of codes are improved.
In order to achieve the above object, the present application provides a service checking system, including:
the environment acquisition module is used for acquiring the environment context of the current service system to be verified;
the check chain determining module is used for determining a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units;
and the service checking module is used for traversing and executing the service checking chain in combination with the environment context to obtain a service checking result and returning the service checking result to the service system to be checked.
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 verified;
the checker selecting unit is used for selecting a corresponding target business checker from a checker library according to the target business process, and each business checker is used for executing one business check;
and the check chain forming unit is used for forming the service check chain by all the selected target checkers based on the target service process.
Optionally, the method further includes:
and the check chain storage module is used for storing the service check chain into a check chain library by combining the identification information of the service system to be checked after the service check chain is formed based on the target service flow, so that the corresponding service check chain can be directly called according to the identification information.
Optionally, the environment context includes a service process to be verified and service environment data.
Optionally, the service checking module includes:
the check chain execution unit is used for executing the service check chain in a traversing way by combining the environment context to obtain the execution result of each service checker;
and the result conversion unit is used for converting the execution result of each service checker into a readable service checking 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 an error code, an error entry, a check result, an error field, error throwing information, a configuration parameter, and execution efficiency.
In order to achieve the above object, the present application provides a service checking method, including:
acquiring the environment context of the current service system to be checked;
determining a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units;
and traversing and executing the service check chain by combining the environment context to obtain a service check result, and returning the service check result to the service system to be checked.
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 verified;
selecting a corresponding target service checker from a checker library according to the target service flow, wherein each service checker is used for executing a service check;
and forming a service check chain based on the target service process by all the selected target checkers.
In order to achieve the above object, the present application provides a service checking device, including:
a memory for storing a computer program;
a processor for implementing the steps of any of the service checking methods disclosed above when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of any one of the service verification methods disclosed in the foregoing.
According to the above scheme, the service verification system provided by the present application includes: the environment acquisition module is used for acquiring the environment context of the current service system to be verified; the check chain determining module is used for determining a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units; and the service checking module is used for traversing and executing the service checking chain in combination with the environment context to obtain a service checking result and returning the service checking result to the service system to be checked. Therefore, the service verification system separated from the service system can perform service verification on the service system based on the service verification chain corresponding to the service system to be verified in combination with the environment context of the service system to be verified, and extract the service verification logic from the original service system, so that the service verification code and the service code are stripped, and the readability and maintainability of the code are effectively improved.
The application also discloses a service checking method and equipment and a computer readable storage medium, which can also realize the technical effect.
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 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 application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of a service checksum service operation in a prior art service system;
fig. 2 is a structural diagram of a service verification system disclosed in an embodiment of the present application;
fig. 3 is a flowchart of a service checking 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 disclosed in an embodiment of the present application;
fig. 7 is a block diagram of another electronic device disclosed in the embodiments of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, 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 application.
In the related art, each business process of the business system includes a plurality of business check logics, that is, the business check logics are distributed throughout the business system, so that the business codes are highly coupled with the check logics, and the system is redundant and disordered.
Therefore, the embodiment of the application discloses a service checking system, which realizes the stripping of the service checking code and the service code and effectively improves the readability and maintainability of the code.
Referring to fig. 2, a service verification system disclosed in the embodiment of the present application includes:
an environment obtaining module 101, configured to obtain an environment context of a current service system to be verified;
in a specific implementation, the environment obtaining module 101 is configured to obtain an environment context of a service system to be verified, where the environment context may specifically include, but is not limited to, a service process to be verified and service environment data.
A check chain determining module 102, configured to determine a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units;
in this embodiment of the present application, the check chain determining module 102 is specifically configured to determine a service check chain, so that the service system to be checked is checked by using the service check chain. The service check chain may be a check chain formed by a plurality of service check units, and represents a service check logic.
In a specific implementation manner, the check chain determining module 102 may specifically include a flow determining unit, configured to determine a target business flow of a business system to be checked; the checker selecting unit is used for selecting a corresponding target business checker from the checker library according to the target business process, and each business checker is used for executing one business check; and the check chain forming unit is used for forming the service check chain by all the selected target checkers based on the target service process.
It should be noted that the checker library is specifically a container centrally stored by the checkers, each checker is used for implementing a service check, the checkers define the service check logic, whether to accept the check, the check result callback and other functions,
it can be understood that, the embodiment of the present application may further include a check chain storage module, configured to store the service check chain in a check chain library in combination with the identification information of the service system to be checked after forming the service check chain based on the target service flow, so as to directly call the corresponding service check chain according to the identification information, and implement multiplexing of the service check chain.
And the service checking module 103 is configured to perform traversal of the service checking chain in combination with the environment context to obtain a service checking result, and return the service checking result to the service system to be checked.
In this embodiment, the service check module 103 may specifically include a check chain execution unit, configured to execute a service check chain in a traversal manner in combination with the environment context to obtain an execution result of each service checker; and the result conversion unit is used for converting the execution result of each service checker into a readable service checking result according to the predefined format of the service system to be checked. The execution result includes, but is not limited to, any one or any combination of an error code, an error entry, a check result, an error field, error throwing information, configuration parameters, and execution efficiency.
According to the above scheme, the service verification system provided by the present application includes: the environment acquisition module is used for acquiring the environment context of the current service system to be verified; the check chain determining module is used for determining a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units; and the service checking module is used for traversing and executing the service checking chain in combination with the environment context to obtain a service checking result and returning the service checking result to the service system to be checked. Therefore, the service verification system separated from the service system can perform service verification on the service system based on the service verification chain corresponding to the service system to be verified in combination with the environment context of the service system to be verified, and extract the service verification logic from the original service system, so that the service verification code and the service code are stripped, and the readability and maintainability of the code are effectively improved.
In the following, a service verification method provided by the embodiment of the present application is introduced, and a service verification method described below and a service verification system described above may refer to each other.
Referring to fig. 3, a service verification method provided in the embodiment of the present application includes:
s201: acquiring the environment context of the current service system to be checked;
s202: determining a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units;
s203: and traversing and executing the service check chain by combining the environment context to obtain a service check result, and returning the service check result to the service system to be checked.
For the specific implementation process of the steps S201 to S203, reference may be made to the corresponding contents provided in the foregoing embodiments, and details are not repeated 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 verified; selecting a corresponding target service checker from a checker library according to the target service flow, wherein each service checker is used for executing a service check; and forming a service check chain based on the target service process by all the selected target checkers.
The following describes the deployment of the service verification system provided in the embodiment of the present application in specific implementation. As shown in fig. 4, the service verification system and the service system are partitioned 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 according to an embodiment of the present application, and referring to fig. 5, the system mainly includes a verifier library, a chained verifier container, a lazy actuator, a result collector, and an environment context. The checker library is a container which is stored in the checker library in a centralized manner, each checker completes a service check, and the checker defines service check logic, whether to accept the check, and information such as a check result callback. The chain type checker container is a linked list container, and particularly takes a checker as an element to form a check chain, and one check chain is responsible for checking one or more services; the verifier container provides the function of constructing a verification chain externally, and can adopt streaming programming specifically. The lazy executor, i.e., the check chain executor, is responsible for lazy evaluation of the check chain, and can traverse 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 simultaneously serves as a transmission medium between the verifiers when the verification chain performs inert evaluation on the executor. A result collector responsible for the result collection performed by the executor on the check chain, which may specifically include an inner collector and an outer collector; the internal collector is used for collecting detailed execution results of each checker in the executor, and the detailed execution results comprise information such as a check result, an error code, an error entry, an error field, error throwing information, configuration parameters, execution efficiency and the like; the external collector can be realized by the business system in a self-defined way except for the default realization provided by the verification system, and is responsible for converting the collection result of the internal collector into a result which can be read by the business system.
The following describes an interactive process between the service verification system and the service system. Specifically, the verifiers corresponding to the service systems may be stored in a verifier library of the verification system. The checker library is shared, so that checkers among different service systems can be shared, and reusability of the checker library is realized. Further, the business side generates checker chains in a chain checker container in a streaming assembly mode, and each chain represents a business check logic.
When the service verification is executed, firstly, a service system to be verified constructs an environment context, triggers a verification system actuator and starts to execute the verification; the checking system executor can traverse 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 the checking result which can be recognized by the service system, and the service checking is completed.
According to the method, the calibrator is shared through the calibrator library, and reusability of codes among different service systems is improved; the check chain adopts inertia evaluation, so that logic association among different checkers can be realized; the calibration executor performs calibration in a unified way and can manage the calibration process in a centralized way, such as exception management, calibration result management, calibration performance monitoring and the like; the checking result collector collects the checking results in a unified mode, the internal collector is used for collecting detailed information and providing tracking and result analysis of the checking process, the external collector is used for collecting the results in a user-defined mode, customized results are output, and personalized requirements of different business systems on the checking results can be met.
The present application further provides an electronic device, and as shown in fig. 6, an electronic device provided in an embodiment of the present application includes:
a memory 100 for storing a computer program;
the processor 200, when executing the computer program, may implement the steps provided by 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 computer-readable instructions in the non-volatile storage medium to run. The processor 200 may be a Central Processing Unit (CPU), a controller, a microcontroller, a microprocessor or other data processing chip in some embodiments, and provides computing and controlling capabilities for the electronic device, and when executing the computer program stored in the memory 100, the steps of the service checking method provided in any of the foregoing embodiments may be implemented.
On the basis of the above embodiment, as a preferred implementation, referring to fig. 7, the electronic device further includes:
and an input interface 300 connected to the processor 200, for acquiring computer programs, parameters and instructions imported from the outside, and storing the computer programs, parameters and instructions into the memory 100 under the control of the processor 200. The input interface 300 may be connected to an input device for receiving parameters or instructions manually input by a user. The input device may be a touch layer covered on a display screen, or a button, a track ball or a touch pad arranged on a terminal shell, or 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-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like.
And a network port 500 connected to the processor 200 for performing communication connection with each external terminal device. 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 (MHL) technology, a Universal Serial Bus (USB), a High Definition Multimedia Interface (HDMI), a wireless fidelity (WiFi), a bluetooth communication technology, a low power consumption bluetooth communication technology, an ieee802.11 s-based communication technology, and the like.
While fig. 7 shows only an electronic device having the assembly 100 and 500, those skilled in the art will appreciate that the configuration shown in fig. 7 is not intended to be limiting of electronic devices and may include fewer or more components than those shown, or some components may be combined, or a different arrangement of components.
The present application also provides a computer-readable storage medium, which may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk. The storage medium has a computer program stored thereon, and the computer program realizes the steps of the service verification method provided in any one of the foregoing embodiments when executed by a processor.
The service verification system separated from the service system can perform service verification on the service system based on a service verification chain corresponding to the service system to be verified in combination with the environment context of the service system to be verified, and extracts service verification logic from an original service system, so that service verification codes and service codes are stripped, and the readability and maintainability of the codes are effectively improved.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present 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. Also, 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 an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A service verification system, comprising:
the environment acquisition module is used for acquiring the environment context of the current service system to be verified;
the check chain determining module is used for determining a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units;
and the service checking module is used for traversing and executing the service checking chain in combination with the environment context to obtain a service checking result and returning the service checking result to the service system to be checked.
2. The traffic validation system of claim 1, wherein the validation chain determination module comprises:
the flow determining unit is used for determining a target business flow of the business system to be verified;
the checker selecting unit is used for selecting a corresponding target business checker from a checker library according to the target business process, and each business checker is used for executing one business check;
and the check chain forming unit is used for forming the service check chain by all the selected target checkers based on the target service process.
3. The traffic verification system of claim 1, further comprising:
and the check chain storage module is used for storing the service check chain into a check chain library by combining the identification information of the service system to be checked after the service check chain is formed based on the target service flow, so that the corresponding service check chain can be directly called according to the identification information.
4. The business verification system of claim 1, wherein the environment context comprises business process to be verified and business environment data.
5. The service verification system according to any one of claims 1 to 4, wherein the service verification module comprises:
the check chain execution unit is used for executing the service check chain in a traversing way by combining the environment context to obtain the execution result of each service checker;
and the result conversion unit is used for converting the execution result of each service checker into a readable service checking result according to the predefined format of the service system to be checked.
6. The traffic verification system of claim 5, wherein the execution result comprises any one or a combination of any of an error code, an error entry, a verification result, an error field, error throwing information, configuration parameters, and execution efficiency.
7. A method for service verification, comprising:
acquiring the environment context of the current service system to be checked;
determining a service check chain corresponding to the service system to be checked; the service check chain is a check chain consisting of a plurality of service check units;
and traversing and executing the service check chain by combining the environment context to obtain a service check result, and returning the service check result to the service system to be checked.
8. The service verification method according to claim 7, wherein the determining the service verification chain corresponding to the service system to be verified includes:
determining a target business process of the business system to be verified;
selecting a corresponding target service checker from a checker library according to the target service flow, wherein each service checker is used for executing a service check;
and forming a service check chain based on the target service process by all the selected target checkers.
9. A service checking device, comprising:
a memory for storing a computer program;
processor for implementing the steps of the service checking method according to claim 7 or 8 when executing said computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when being executed by a processor, carries out the steps of the service checking method according to claim 7 or 8.
CN202010373104.2A 2020-05-06 2020-05-06 Service verification system, method and equipment and storage medium Active CN111563075B (en)

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 true CN111563075A (en) 2020-08-21
CN111563075B 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)

Cited By (4)

* Cited by examiner, † Cited by third party
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
CN113626314A (en) * 2021-07-16 2021-11-09 济南浪潮数据技术有限公司 Method, device and equipment for verifying cloud platform resource parameters and readable medium
CN113778535A (en) * 2021-08-10 2021-12-10 济南浪潮数据技术有限公司 Method, system, equipment and storage medium for operation verification of cloud host

Citations (12)

* Cited by examiner, † Cited by third party
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
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
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

Patent Citations (12)

* Cited by examiner, † Cited by third party
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
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
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

Cited By (6)

* Cited by examiner, † Cited by third party
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
CN113626314A (en) * 2021-07-16 2021-11-09 济南浪潮数据技术有限公司 Method, device and equipment for verifying cloud platform resource parameters and readable medium
CN113626314B (en) * 2021-07-16 2023-12-22 济南浪潮数据技术有限公司 Verification method, device and equipment for cloud platform resource parameters and readable medium
CN113778535A (en) * 2021-08-10 2021-12-10 济南浪潮数据技术有限公司 Method, system, equipment and storage medium for operation verification of cloud host
CN113778535B (en) * 2021-08-10 2024-02-23 济南浪潮数据技术有限公司 Cloud host operation verification method, system, equipment and storage medium

Also Published As

Publication number Publication date
CN111563075B (en) 2024-01-23

Similar Documents

Publication Publication Date Title
CN111563075A (en) Service checking system, method and equipment and storage medium
TWI709866B (en) Equipment model identification method, device and processing equipment
CN109981617A (en) A kind of internet of things equipment monitoring method, system and electronic equipment and storage medium
CN103959282A (en) Selective feedback for text recognition systems
CN1866206A (en) Generating performance tests from UML specifications using Markov chains
KR102071236B1 (en) USER INTERFACE PROVIDING METHOD USING IoT PLATFORM FOR SERVICE DEVELOPMENT AND IoT PLATFORM APPARATUS
CN109639489A (en) A kind of RabbitMQ clustered deploy(ment) method, system, equipment and medium
CN111130891A (en) Server management device and method, electronic equipment and storage medium
CN110134580A (en) Processor verification method and Related product
CN112394908A (en) Method and device for automatically generating embedded point page, computer equipment and storage medium
CN102970657A (en) Systems and methods for sharing group status within a social network
CN108804484A (en) The data measures and procedures for the examination and approval, equipment and computer readable storage medium
CN111651140B (en) Service method and device based on workflow
CN108664665A (en) Data format method for transformation, device, equipment and readable storage medium storing program for executing
CN111813517A (en) Task queue allocation method and device, computer equipment and medium
KR102160600B1 (en) Method, apparatus and computer-readable medium of recommending hashtag for inproving user response
CN110415034A (en) A kind of control method, device, equipment and storage medium that article is exchanged
CN110018944A (en) Server sensor configuration method, system and equipment and storage medium
CN109683917A (en) For the method for being deployed in application server, equipment and medium will to be applied
US20230305919A1 (en) Electronic apparatus and operating method thereof
CN102968254B (en) electronic equipment and information processing method thereof
CN112306606A (en) Method and equipment for presenting control style
CN111181881A (en) Server signal transmission system and method, electronic equipment and storage medium
CN112000644B (en) Data processing method and system, electronic equipment and storage medium
CN114357428A (en) Unbinding method and related device of Internet of things 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