CN108920135B - User-defined service generation method and device, computer equipment and storage medium - Google Patents

User-defined service generation method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN108920135B
CN108920135B CN201810678804.5A CN201810678804A CN108920135B CN 108920135 B CN108920135 B CN 108920135B CN 201810678804 A CN201810678804 A CN 201810678804A CN 108920135 B CN108920135 B CN 108920135B
Authority
CN
China
Prior art keywords
service
plug
function
requirement
instance
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810678804.5A
Other languages
Chinese (zh)
Other versions
CN108920135A (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.)
HANGZHOU BEIGOU TECHNOLOGY CO.,LTD.
Original Assignee
Hangzhou Beidian Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Beidian Technology Co ltd filed Critical Hangzhou Beidian Technology Co ltd
Priority to CN201810678804.5A priority Critical patent/CN108920135B/en
Publication of CN108920135A publication Critical patent/CN108920135A/en
Application granted granted Critical
Publication of CN108920135B publication Critical patent/CN108920135B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the invention discloses a method and a device for generating a user-defined service, computer equipment and a storage medium, wherein the method comprises the following steps: a service interface acquires service demand information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface; the service interface acquires a service plug-in example matched with the requirement identity identifier from a list of service plug-in examples respectively corresponding to each function point, and obtains a function point execution result respectively corresponding to each function point according to the acquired service plug-in example and requirement parameter information; the service interface combines the function point execution results respectively corresponding to the function points to obtain a service processing result corresponding to the service requirement information. The technical scheme of the embodiment of the invention flexibly supports the individual requirements of each service and the fault isolation of each service.

Description

User-defined service generation method and device, computer equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of communication, in particular to a method and a device for generating a user-defined service, computer equipment and a storage medium.
Background
Under the current internet fast iteration environment, aiming at the same function, each business party can carry out personalized formulation according to the personalized requirements of the business party. For example, most function points of each service are the same for the same commodity detail interface, and only a few personalized function points are available: for the price display function point, domestic commodities need to display original price and sales promotion price, and global commodities need to display tax.
In the process of implementing the invention, the inventor finds that the prior art has the following defects:
for the same function, if each business party is developed separately, a great deal of repeated work is caused. If the personalization requirements of the business parties are coupled to the same business interface, the availability and maintainability of the system will be compromised.
Disclosure of Invention
Embodiments of the present invention provide a method and an apparatus for generating a customized service, a computer device, and a storage medium, which flexibly support individual requirements of each service and implement fault isolation of each service, and can effectively improve availability and maintainability of a system while reducing redundant workload.
In a first aspect, an embodiment of the present invention provides a method for generating a customized service, including:
a service interface acquires service requirement information, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface;
the service interface acquires a service plug-in example matched with the requirement identity in a list of service plug-in examples respectively corresponding to the function points, and obtains function point execution results respectively corresponding to the function points according to the acquired service plug-in example and the requirement parameter information;
and the service interface combines the function point execution results respectively corresponding to the function points to obtain a service processing result corresponding to the service demand information.
In a second aspect, an embodiment of the present invention further provides a device for generating a customized service, where the device is applied to a service interface, and the device includes:
the information acquisition module is used for acquiring service demand information, and the service demand information comprises a demand identity and demand parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface;
a result obtaining module, configured to obtain, in a list of service plug-in instances respectively corresponding to each of the function points, a service plug-in instance matched with the requirement identity, and obtain, according to the obtained service plug-in instance and the requirement parameter information, a function point execution result respectively corresponding to each of the function points;
and the service acquisition module is used for combining the function point execution results respectively corresponding to the function points to obtain a service processing result corresponding to the service demand information.
In a third aspect, an embodiment of the present invention further provides a computer device, where the computer device includes:
one or more processors;
storage means for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors implement the custom service generation method provided by any embodiment of the invention.
In a fourth aspect, an embodiment of the present invention further provides a computer storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the method for generating a customized service provided in any embodiment of the present invention.
The embodiment of the invention acquires the service requirement information through the service interface, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, and the function points are associated with a list of service plug-in instances. When the user-defined service is generated, the service plug-in instance matched with the requirement identity identifier can be obtained in the list of the service plug-in instances respectively corresponding to the function points through the service interface, and the function point execution results respectively corresponding to the function points are obtained according to the obtained service plug-in instance and the requirement parameter information. Finally, the service interface can combine the function point execution results respectively corresponding to each function point, and further obtain a service processing result corresponding to the service demand information, namely, a user-defined service is generated, so that the problems of a large amount of redundant work caused by independent development of the conventional service interface, reduction in usability and maintainability of a system generated by coupling multiple user-defined services by adopting the same service interface and the like are solved, the personalized requirements of each service are flexibly supported, the fault isolation of each service is realized, and the usability and maintainability of the system can be effectively improved while the redundant workload is reduced.
Drawings
Fig. 1 is a flowchart of a method for generating a customized service according to an embodiment of the present invention;
fig. 2a is a flowchart of a method for generating a customized service according to a second embodiment of the present invention;
fig. 2b is a flowchart of a method for generating a customized service according to a second embodiment of the present invention;
fig. 3 is a schematic diagram of a custom service generation apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a computer device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention.
It should be further noted that, for the convenience of description, only some but not all of the relevant aspects of the present invention are shown in the drawings. Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently or simultaneously. In addition, the order of the operations may be re-arranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figure. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example one
Fig. 1 is a flowchart of a method for generating a customized service according to an embodiment of the present invention, where this embodiment is applicable to generate different customized service conditions according to the same service interface, and the method may be executed by a customized service generating apparatus, and the apparatus may be implemented by software and/or hardware, and accordingly, as shown in fig. 1, the method includes the following operations:
s110, a service interface acquires service requirement information, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface.
Wherein the service interface may be a software interface for generating a service. For example, the service interface may be an interface that generates detailed presentation information of the merchandise. Alternatively, the service interface may also be an interface for paying a telephone fee. The service requirement information refers to requirement information of the user-defined service to be generated by the service interface. The service requirement information includes a requirement identity and requirement parameter information, and the requirement identity may be information for identifying a service type. For example, the demand identity may be "meizan minister pregnant woman milk powder" or "mobile telephone charge direct charging" or the like. The requirement parameter information may be detailed information corresponding to a specific service. For example, the demand parameter information may be: price of the commodity: 396 yuan; tax 10 or demand parameter information may also be: and (4) recharging amount: 100 yuan, recharge mobile phone number: 159***1078. The function point is a program file which is formed by splitting the service interface through the function and can independently complete a certain function. For example, the function point can add a quick link, add a schedule type, add a document operation, modify basic information of a commodity, add a module reminding function and the like. The business plug-in instances can be used to develop plug-ins to implement customized business functions.
In the embodiment of the invention, the service interface provides a frame which can be developed by self-definition according to actual requirements for generating the self-defined service, and developers can generate different types of self-defined services in the same field by using the same service interface. The customized service is a service meeting the actual requirement, so that the customized service can embody the personalized characteristics of the service. Before generating the custom service by using the service interface, firstly, the service requirement information is acquired through the interface, and the service interface is developed according to the service requirement information, so that the custom service meeting the requirement is generated.
In an alternative embodiment of the invention, the function points comprise a base function point and an extended function point.
The basic function point may be a function point with the same function in each user-defined service, and the extended function point may be a function point capable of performing function extension.
Specifically, when a service interface is developed according to service demand information, a plurality of function points formed by pre-splitting the service interface may be traversed one by one. Because each function point can only complete a single function, different function requirements of the user-defined service can be met by developing according to the function points. When an individual function point is developed, traversal processing can be performed on the service plug-in instance list corresponding to the function point, so that the service plug-in instance included in the function point can be edited. For the extended function point, a self-defined service logic may be implemented in a Serial Peripheral Interface (SPI) manner. The service plug-in instance can be generated through a plug-in configuration file corresponding to the service interface.
S120, the service interface acquires the service plug-in example matched with the requirement identity in the list of the service plug-in examples respectively corresponding to the function points, and obtains the function point execution results respectively corresponding to the function points according to the acquired service plug-in example and the requirement parameter information.
Correspondingly, after the service interface acquires the service requirement information, the service plug-in instances included in the list of the service plug-in instances corresponding to different function points can be sequentially subjected to traversal matching according to the requirement identification. The successfully matched service plug-in instance can be developed according to the requirement parameter information, so that the plug-in instance aiming at the user-defined service is formed. It should be noted that the basic function point may not need to be expanded, and therefore, the result may be directly executed when the basic function point is processed. For the extended function point, function extension can be performed according to the requirement identification and the requirement parameter information. The function point execution results obtained by different function points are different.
The embodiment of the invention adopts an object-oriented idea of closed modification and open extension to split a certain service interface into a series of function points, and performs targeted development according to the split function points to obtain function point execution results respectively corresponding to each function point so as to finally obtain the user-defined service.
S130, the service interface combines the function point execution results respectively corresponding to the function points to obtain a service processing result corresponding to the service requirement information.
Correspondingly, after each function point acquires the execution result, all the execution results need to be combined. The combined data is the service processing result of the user-defined service, and then the service processing result is returned to the service interface, so that the user-defined service is generated.
The embodiment of the invention acquires the service requirement information through the service interface, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, and the function points are associated with a list of service plug-in instances. When the user-defined service is generated, the service plug-in instance matched with the requirement identity identifier can be obtained in the list of the service plug-in instances respectively corresponding to the function points through the service interface, and the function point execution results respectively corresponding to the function points are obtained according to the obtained service plug-in instance and the requirement parameter information. Finally, the service interface can combine the function point execution results respectively corresponding to each function point, and further obtain a service processing result corresponding to the service demand information, namely, a user-defined service is generated, so that the problems of a large amount of redundant work caused by independent development of the conventional service interface, reduction in usability and maintainability of a system generated by coupling multiple user-defined services by adopting the same service interface and the like are solved, the personalized requirements of each service are flexibly supported, the fault isolation of each service is realized, and the usability and maintainability of the system can be effectively improved while the redundant workload is reduced.
Example two
Fig. 2a is a flowchart of a method for generating a customized service according to a second embodiment of the present invention, which is embodied on the basis of the second embodiment, in this embodiment, a specific implementation manner is given in which a service interface obtains, according to a requirement identity, a target service plug-in matching with the requirement identity in a list of service plug-in instances respectively corresponding to each function point, and obtains an execution result of the function point respectively corresponding to each function point according to the target service plug-in and the requirement parameter information. Accordingly, as shown in fig. 2a, the method of the present embodiment may include:
s210, a service interface acquires service requirement information, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface.
In an optional embodiment of the present invention, before the service interface acquires the service requirement information, the method further includes: the service interface analyzes the plug-in configuration file corresponding to the service interface according to a plurality of preset function points to obtain a list of service plug-in instances corresponding to the function points respectively.
In the embodiment of the present invention, before the development is performed through each function point in the service interface, a list of service plug-in instances corresponding to each function point needs to be obtained first. Optionally, the Property technology may analyze a plug-in configuration file corresponding to the service interface to obtain a plug-in configuration, and further generate a service plug-in instance of the service interface according to the plug-in configuration. Correspondingly, different function points correspond to different service plug-in example lists, and the service plug-in example list corresponding to each function point is different.
In an optional embodiment of the present invention, may further include: and the service interface updates the list of the service plug-in instances respectively corresponding to the function points according to the updated function points and/or the updated plug-in configuration files corresponding to the service interface.
It should be noted that, in order to enrich the development function of the service interface, when the service interface is used for development for the first time, the corresponding service plug-in instance may be obtained only for the basic configuration file included in the service interface. In the using process of the service interface, the function points or the plug-in configuration files corresponding to the service interface can be updated according to the actual service requirements, and the lists of the service plug-in instances respectively corresponding to the function points are updated according to the functional points or the plug-in configuration files after the root function, so that the improvement and the improvement of the service interface function are realized.
S220, the service interface acquires one function point as an operation function point and acquires a list of service plug-in instances corresponding to the operation function point as an operation list.
Correspondingly, when the service interface develops each function point, the function points included in the service interface can be traversed according to the set sequence. And after the service interface acquires a function point, the function point is used as an operation function point, and simultaneously, a list of service plug-in instances corresponding to the operation function point is acquired as an operation list. The service interface can be further developed by taking the operation list of each function point as a unit.
S230, the service interface acquires a service plug-in instance in the operation list as an operation instance.
Specifically, the service interface may edit the service plug-in instances in the operation list according to a set sequence. The set sequence may be traversal from the first service plug-in instance in the operation list. The service plug-in instance currently processed by the service interface may be used as the operation instance.
S240, if the business interface determines that the operation example is matched with the requirement identity according to a rule engine, acquiring and assembling input data corresponding to the operation example in the requirement parameter information according to a definition rule of the operation example.
The rule engine is developed by the inference engine, is a component embedded in an application program, and realizes the separation of business decisions from application program codes and the writing of the business decisions by using a predefined semantic module. And receiving data input, interpreting business rules, and making business decisions according to the business rules.
In the embodiment of the present invention, when the service interface edits the current operation instance, the rule engine may be adopted to perform matching processing on the operation instance and the requirement identity in the service requirement information. And reading and identifying the requirement identity mark caused by the rule, skipping the operation example if the requirement identity mark is not matched with the function of the operation example, returning to execute the operation of acquiring one service plug-in example in the operation list as the operation example, and editing the next service plug-in example in the service plug-in example list again. And if the requirement identity is matched with the function of the operation example, taking the relevant data in the requirement parameter information as the input data corresponding to the operation example according to the definition rule of the operation example.
S250, the service interface inputs the input data into the operation example and obtains an example execution result of the operation example.
Correspondingly, after the service interface acquires the input data corresponding to the operation instance, the service interface can execute the self-defined function logic of the operation instance to acquire the instance execution result corresponding to the operation instance. The requirement identity can be used as a field Key to store the instance execution result of the operation instance.
And S260, judging whether the instance execution results corresponding to all the operation instances in the operation list are acquired, if so, executing S270, otherwise, returning to execute S230.
Correspondingly, after the instance execution result of the operation instance is saved, the operation of executing one service plug-in instance in the acquired operation list as the operation instance can be returned until the instance execution results corresponding to all the operation instances in the acquired operation list are obtained.
And S270, merging all the instance execution results corresponding to the operation function points by the service interface according to a set merging strategy to obtain the function point execution result corresponding to the operation function points.
The merging strategy is set to be a strategy which is specified according to actual requirements and is used for merging the execution results of the instances.
In the embodiment of the present invention, after the service plug-in instances included in the operation list corresponding to one function point all obtain the corresponding instance execution results, all the instance execution results are merged according to the set merging policy, and the merged results are used as the function point execution results of the function point.
In an optional embodiment of the invention, the set merge policy comprises a priority policy, an AND policy OR an OR policy.
Wherein, the priority policy can be a combination policy made according to the priorities of different service plug-in instances. When some instance execution results conflict, the higher the priority of the service plug-in instance corresponding to the instance execution results, the higher the data proportion correspondingly maintained by the instance execution results. For example, the instance execution result of the business plug-in instance A is that the coupon can be used, and the corresponding priority is the first level. The instance execution result of the business plug-in instance B is that the coupon cannot be used, and the corresponding priority is the second level. It can be seen that the business plug-in instance a and the business plug-in instance B conflict, and when the two business plug-in instances are merged, the instance execution result of the business plug-in instance a is retained, i.e. the coupon can be used, and the execution result of the business plug-in instance B is discarded. The AND policy may be a bitwise AND operation directly on the result of the instance execution. For example, the instance execution result of business plug-in instance A is that a coupon is available for use. The coupon may not be used as a result of the instance execution of business plug-in instance B. It can be seen that, when the service plug-in instance a and the service plug-in instance B conflict, and when the two service plug-in instances are merged, bitwise and operation may be performed on the "instance execution result that the coupon (true) may be used" and the "instance execution result that the coupon (false) may not be used", and as a result, the instance execution result of the service plug-in instance a is retained, that is, the coupon may be used, and the execution result of the service plug-in instance B is discarded. The OR policy may be a bitwise OR operation directly on the result of the instance execution. For example, the instance execution result of business plug-in instance A is that a coupon is available for use. The coupon may not be used as a result of the instance execution of business plug-in instance B. It can be seen that, when the service plug-in instance a and the service plug-in instance B conflict, when merging the two service plug-in instances, bitwise or operation may be performed on the "instance execution result that the coupon (true) may be used" and the "instance execution result that the coupon (false) may not be used", with the result that the instance execution result of the service plug-in instance a is retained, that is, the coupon may be used, and the execution result of the service plug-in instance B is discarded.
And S280, judging whether the processing of all the function points is finished, if so, executing S290, otherwise, returning to execute S220.
Correspondingly, after a service interface completes processing on a function point, the service interface can continue to return to execute the operation of obtaining the function point as an operation function point until the processing on all the function points is completed.
S290, the service interface combines the function point execution results corresponding to each of the function points, to obtain a service processing result corresponding to the service requirement information.
In the embodiment of the present invention, if the service interface completes processing of all the function points, the function point execution results of each function point need to be finally integrated, and the integrated data is returned to the service interface and provided to the user.
In an optional embodiment of the present invention, may further include: when the user-defined service fails in the execution process, the service interface performs degradation processing on the user-defined service according to the requirement identity; determining a current degradation strategy of the user-defined service after degradation processing; and executing the matched subsequent flow according to the current degradation strategy.
In the embodiment of the present invention, in order to implement fault isolation of each defined service (for example, a service a fails without affecting a service B), firstly, identification of a service identity needs to be implemented (for example, a product detail page may be identified based on product data), and isolation of code levels is implemented by different custom services through separate code files. The method and the device enter an execution stage after the custom service is generated, and if the custom service fails in the execution process, the service interface of the embodiment of the invention can also perform rapid degradation processing on the failed service according to the requirement identity of the custom service. The demotion processing refers to restoring the function of the custom service to the original state. And after the service interface carries out rapid degradation processing on the service with the fault, detecting the current degradation strategy of the user-defined service, and executing different subsequent processes according to different degradation strategies to realize targeted processing on different faults.
In an optional embodiment of the invention, the destaging policies comprise a first destaging policy, a second destaging policy, and a third destaging policy;
the subsequent process of performing matching according to the current degradation strategy may include:
if the degradation strategy is a first degradation strategy, interrupting the service processing flow; if the degradation strategy is a second degradation strategy, returning to execute the operation of acquiring one service plug-in instance in the operation list as an operation instance until the processing of all service plug-in instances is completed; if the degradation policy is a third degradation policy, no operation is performed.
The first downgrading strategy can be a downgrading strategy for a custom service which has a serious fault and is not downgraded successfully, and the downgrading strategy can immediately pop up error reporting processing because the custom service cannot be continuously executed. The second downgrading strategy can be a downgrading strategy which is made for custom business with general faults and can ignore errors and does not influence the execution process of the business even if the downgrading is unsuccessful. The third destaging policy may be a policy to which destaging successfully corresponds.
Specifically, the first downgrading policy may be a fast failure, indicating that the failed traffic downgrades and cannot continue to execute. For example, such a failure may be a failure in customization service, which may be embodied as a failure in "goods cannot be purchased" or "payment failure" at the user end. Therefore, the current degradation strategy of the fault service can seriously affect the user experience if the current degradation strategy is the first degradation strategy. In order to repair the fault in time, a window for error reporting processing can be immediately popped up in the service interface operation background, the processing flow of the fault service is interrupted to realize fault isolation, and workers are informed to solve the fault in time. The second degradation strategy may be to ignore errors, indicating that the failed service fails to degrade, but does not affect the execution of the service. For example, such failed custom traffic may be embodied at the user end as "coupons x unavailable". Therefore, if the current degradation strategy of the fault service is the second degradation strategy, the execution flow of the user is not influenced, or the user end is extremely difficult to find the fault. The fault has no influence on user experience, so that a window for error reporting processing does not need to be popped up immediately in a service interface operation background, and the service interface can continue to return to execute the operation of acquiring one service plug-in instance in the operation list as an operation instance. For the faults, workers do not need to repair the faults immediately, can arrange time by themselves and repair the faults in a unified mode, or can actively search and repair the faults according to the actual conditions of the workers. In fact, the second downgrading strategy belongs to a fault-tolerant processing mode of the service interface. The third degradation strategy can be that the default degradation is successful, and for the fault service with successful degradation, the service interface does not need to execute operation, and can wait for the staff to directly identify the plug-in running state so as to process the fault.
It should be noted that, the custom service is likely to have a conflict problem during the execution process. When conflicts occur between different user-defined services, the conflicts can be processed according to a preset conflict resolution strategy. The embodiment of the invention does not limit the conflict resolution strategy, and any method and means for realizing the resolution of the service conflict can be used as the conflict resolution strategy.
Fig. 2b is a flowchart of a method for generating a customized service according to a second embodiment of the present invention, and in a specific example, as shown in fig. 2b, when a customized service starts to be generated, a service interface may first generate a service plug-in instance of the service interface by reading a plug-in configuration file. Then, the service interface may start to traverse the function point, and obtain the service plug-in instance list of the function point. When a service interface develops a function point, the service plug-in instance list of the function point can be traversed, and a rule engine is adopted to match the required identity for each service plug-in instance in the service plug-in instance list. And if the matching is successful, constructing plug-in instance input parameters as input data, and executing the self-defined function logic of the service plug-in instance to acquire and store the instance execution result. After the service interface finishes traversing all the service plug-in instances of the function point, the instance execution results of the service plug-in instances can be merged according to a set merging strategy to be used as the execution result of the function point. And after the service interface acquires the function point execution result of each function point, merging the function points, and returning the merged data to the service interface so as to generate the user-defined service data.
According to the embodiment of the invention, the service plug-in instance lists corresponding to all the function points of the service interface are traversed, the data acquired from the required parameter information is input into the service plug-in instance matched with the required identity identification to acquire the corresponding instance execution result, and the function point execution results corresponding to all the function points are generated by combining the instance execution results of all the service plug-in instances. And finally, integrating and merging the execution results of the function points corresponding to the function points, and returning the integrated data to a service interface to generate a self-defined service, thereby realizing the personalized requirements of flexibly supporting the services and the fault isolation of the services, and effectively improving the availability and maintainability of the system while reducing the redundant workload.
EXAMPLE III
Fig. 3 is a schematic diagram of a custom service generating device provided in a third embodiment of the present invention, where the device is applied to a service interface, and as shown in fig. 3, the device includes: an information obtaining module 310, a result obtaining module 320, and a service obtaining module 330, wherein:
an information obtaining module 310, configured to obtain service requirement information, where the service requirement information includes a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface;
a result obtaining module 320, configured to obtain, in a list of service plug-in instances respectively corresponding to each function point, a service plug-in instance matched with the requirement identity, and obtain, according to the obtained service plug-in instance and the requirement parameter information, a function point execution result respectively corresponding to each function point;
a service obtaining module 330, configured to combine the function point execution results corresponding to each function point, to obtain a service processing result corresponding to the service requirement information.
The embodiment of the invention acquires the service requirement information through the service interface, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, and the function points are associated with a list of service plug-in instances. When the user-defined service is generated, the service plug-in instance matched with the requirement identity identifier can be obtained in the list of the service plug-in instances respectively corresponding to the function points through the service interface, and the function point execution results respectively corresponding to the function points are obtained according to the obtained service plug-in instance and the requirement parameter information. Finally, the service interface can combine the function point execution results respectively corresponding to each function point, and further obtain a service processing result corresponding to the service demand information, namely, a user-defined service is generated, so that the problems of a large amount of redundant work caused by independent development of the conventional service interface, reduction in usability and maintainability of a system generated by coupling multiple user-defined services by adopting the same service interface and the like are solved, the personalized requirements of each service are flexibly supported, the fault isolation of each service is realized, and the usability and maintainability of the system can be effectively improved while the redundant workload is reduced.
Optionally, the result obtaining module 320 is further configured to obtain one function point as an operation function point, and obtain a list of service plug-in instances corresponding to the operation function point as an operation list;
acquiring a service plug-in instance in the operation list as an operation instance;
if the operation example is determined to be matched with the requirement identity identification according to a rule engine, acquiring and assembling input data corresponding to the operation example in the requirement parameter information according to a definition rule of the operation example;
inputting the input data into the operation example, and acquiring an example execution result of the operation example;
returning to execute the operation of acquiring one service plug-in instance in the operation list as an operation instance until acquiring instance execution results corresponding to all operation instances in the operation list;
according to a set combination strategy, combining all the instance execution results corresponding to the operation function points to obtain function point execution results corresponding to the operation function points;
and returning to execute the operation of acquiring one function point as an operation function point until the processing of all the function points is completed.
Optionally, the apparatus further comprises: and the list acquisition module is used for analyzing the plug-in configuration file corresponding to the service interface according to a plurality of preset function points to obtain a list of service plug-in instances respectively corresponding to the function points.
Optionally, the apparatus further comprises: and the list updating module is used for updating the lists of the service plug-in instances corresponding to the function points respectively according to the updated function points and/or the updated plug-in configuration files corresponding to the service interfaces.
Optionally, the function points include a basic function point and an extended function point.
Optionally, the setting AND merging policy includes a priority policy, an AND policy, OR an OR policy.
Optionally, the apparatus further comprises: the fault processing module is used for carrying out degradation processing on the user-defined service according to the requirement identity when the user-defined service fails in the execution process; determining a current degradation strategy of the user-defined service after degradation processing; and executing the matched subsequent flow according to the current degradation strategy.
Optionally, the degradation policies include a first degradation policy, a second degradation policy, and a third degradation policy; the fault processing module is further used for interrupting the service processing flow if the degradation strategy is a first degradation strategy; if the degradation strategy is a second degradation strategy, returning to execute the operation of acquiring one service plug-in instance in the operation list as an operation instance until the processing of all service plug-in instances is completed; if the degradation policy is a third degradation policy, no operation is performed.
The user-defined service generation device can execute the user-defined service generation method provided by any embodiment of the invention, and has the corresponding functional module and beneficial effect of the execution method. For details of the technology that are not described in detail in this embodiment, reference may be made to a custom service generation method provided in any embodiment of the present invention.
Example four
Fig. 4 is a schematic structural diagram of a computer device according to a fourth embodiment of the present invention. FIG. 4 illustrates a block diagram of a computer device 412 suitable for use in implementing embodiments of the present invention. The computer device 412 shown in FIG. 4 is only one example and should not impose any limitations on the functionality or scope of use of embodiments of the present invention. The computer device 412 is typically a computing device that interfaces processing functions.
As shown in FIG. 4, computer device 412 is in the form of a general purpose computing device. Components of computer device 412 may include, but are not limited to: one or more processors 416, a storage device 428, and a bus 418 that couples the various system components including the storage device 428 and the processors 416.
Bus 418 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an enhanced ISA bus, a Video Electronics Standards Association (VESA) local bus, and a Peripheral Component Interconnect (PCI) bus.
Computer device 412 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by computer device 412 and includes both volatile and nonvolatile media, removable and non-removable media.
Storage 428 may include computer system readable media in the form of volatile Memory, such as Random Access Memory (RAM) 430 and/or cache Memory 432. The computer device 412 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 434 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, commonly referred to as a "hard drive"). Although not shown in FIG. 4, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a Compact disk-Read Only Memory (CD-ROM), a Digital Video disk (DVD-ROM), or other optical media) may be provided. In these cases, each drive may be connected to bus 418 by one or more data media interfaces. Storage 428 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
Program 436 having a set (at least one) of program modules 426 may be stored, for example, in storage 428, such program modules 426 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination may comprise an implementation of a network environment. Program modules 426 generally perform the functions and/or methodologies of embodiments of the invention as described herein.
The computer device 412 may also communicate with one or more external devices 414 (e.g., keyboard, pointing device, camera, display 424, etc.), with one or more devices that enable a user to interact with the computer device 412, and/or with any devices (e.g., network card, modem, etc.) that enable the computer device 412 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 422. Also, computer device 412 may communicate with one or more networks (e.g., a Local Area Network (LAN), Wide Area Network (WAN), and/or a public Network, such as the internet) through Network adapter 420. As shown, network adapter 420 communicates with the other modules of computer device 412 over bus 418. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the computer device 412, including but not limited to: microcode, device drivers, Redundant processing units, external disk drive Arrays, disk array (RAID) systems, tape drives, and data backup storage systems, to name a few.
The processor 416 executes various functional applications and data processing by executing programs stored in the storage 428, for example, implementing the custom service generation method provided by the above-described embodiment of the present invention.
That is, the processing unit implements, when executing the program: a service interface acquires service requirement information, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface; the service interface acquires a service plug-in example matched with the requirement identity in a list of service plug-in examples respectively corresponding to the function points, and obtains function point execution results respectively corresponding to the function points according to the acquired service plug-in example and the requirement parameter information; and the service interface combines the function point execution results respectively corresponding to the function points to obtain a service processing result corresponding to the service demand information.
Through the computer equipment, a service interface can acquire service demand information, wherein the service demand information comprises a demand identity and demand parameter information; the service interface corresponds to a plurality of function points, and the function points are associated with a list of service plug-in instances. When the user-defined service is generated, the service plug-in instance matched with the requirement identity identifier can be obtained in the list of the service plug-in instances respectively corresponding to the function points through the service interface, and the function point execution results respectively corresponding to the function points are obtained according to the obtained service plug-in instance and the requirement parameter information. Finally, the service interface can combine the function point execution results respectively corresponding to each function point, and further obtain a service processing result corresponding to the service demand information, namely, a user-defined service is generated, so that the problems of a large amount of redundant work caused by independent development of the conventional service interface, reduction in usability and maintainability of a system generated by coupling multiple user-defined services by adopting the same service interface and the like are solved, the personalized requirements of each service are flexibly supported, the fault isolation of each service is realized, and the usability and maintainability of the system can be effectively improved while the redundant workload is reduced.
EXAMPLE five
An embodiment of the present invention further provides a computer storage medium storing a computer program, where the computer program is executed by a computer processor to perform the method for generating a customized service according to any one of the above embodiments of the present invention: a service interface acquires service requirement information, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface; the service interface acquires a service plug-in example matched with the requirement identity in a list of service plug-in examples respectively corresponding to the function points, and obtains function point execution results respectively corresponding to the function points according to the acquired service plug-in example and the requirement parameter information; and the service interface combines the function point execution results respectively corresponding to the function points to obtain a service processing result corresponding to the service demand information.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a Read-Only Memory (ROM), an Erasable Programmable Read-Only Memory (EPROM) or flash Memory), an optical fiber, a portable compact disc Read-Only Memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, Radio Frequency (RF), etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (11)

1. A method for generating a customized service is characterized by comprising the following steps:
a service interface acquires service requirement information, wherein the service requirement information comprises a requirement identity and requirement parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface;
the service interface acquires a service plug-in example matched with the requirement identity in a list of service plug-in examples respectively corresponding to the function points, and obtains function point execution results respectively corresponding to the function points according to the acquired service plug-in example and the requirement parameter information;
and the service interface combines the function point execution results respectively corresponding to the function points to obtain a service processing result corresponding to the service demand information.
2. The method according to claim 1, wherein the service interface obtains a target service plug-in matching with the requirement identity in a list of service plug-in instances respectively corresponding to each function point according to the requirement identity, and obtains a function point execution result respectively corresponding to each function point according to the target service plug-in and the requirement parameter information, including:
the service interface acquires one function point as an operation function point and acquires a list of service plug-in instances corresponding to the operation function point as an operation list;
the service interface acquires a service plug-in instance in the operation list as an operation instance;
if the business interface determines that the operation example is matched with the requirement identity identification according to a rule engine, acquiring and assembling input data corresponding to the operation example in the requirement parameter information according to a definition rule of the operation example;
the business interface inputs the input data into the operation example and obtains an example execution result of the operation example;
the service interface returns to execute the operation of acquiring one service plug-in instance in the operation list as an operation instance until acquiring instance execution results corresponding to all operation instances in the operation list;
the service interface merges all the instance execution results corresponding to the operation function points according to a set merging strategy to obtain function point execution results corresponding to the operation function points;
and the service interface returns to execute the operation of acquiring one function point as an operation function point until the processing of all the function points is finished.
3. The method according to claim 1 or 2, wherein before the service interface obtains the service requirement information, the method further comprises:
the service interface analyzes the plug-in configuration file corresponding to the service interface according to a plurality of preset function points to obtain a list of service plug-in instances corresponding to the function points respectively.
4. The method of claim 3, further comprising:
and the service interface updates the list of the service plug-in instances respectively corresponding to the function points according to the updated function points and/or the updated plug-in configuration files corresponding to the service interface.
5. The method of claim 1, wherein the function points comprise a base function point and an extended function point.
6. The method of claim 2, wherein the set merge policy comprises a priority policy, an AND policy, OR an OR policy.
7. The method of claim 2, further comprising:
when the user-defined service fails in the execution process, the service interface performs degradation processing on the user-defined service according to the requirement identity;
determining a current degradation strategy of the user-defined service after degradation processing;
and executing the matched subsequent flow according to the current degradation strategy.
8. The method of claim 7, wherein the destage policies include a first destage policy, a second destage policy, and a third destage policy;
executing a subsequent process of matching according to the current degradation strategy, wherein the subsequent process comprises the following steps:
if the degradation strategy is a first degradation strategy, interrupting the service processing flow;
if the degradation strategy is a second degradation strategy, returning to execute the operation of acquiring one service plug-in instance in the operation list as an operation instance until the processing of all service plug-in instances is completed;
if the degradation policy is a third degradation policy, no operation is performed.
9. A custom service creation device, for application to a service interface, the device comprising:
the information acquisition module is used for acquiring service demand information, and the service demand information comprises a demand identity and demand parameter information; the service interface corresponds to a plurality of function points, the function points are associated with a list of service plug-in instances, and the service plug-in instances are generated through plug-in configuration files corresponding to the service interface;
a result obtaining module, configured to obtain, in a list of service plug-in instances respectively corresponding to each of the function points, a service plug-in instance matched with the requirement identity, and obtain, according to the obtained service plug-in instance and the requirement parameter information, a function point execution result respectively corresponding to each of the function points;
and the service acquisition module is used for combining the function point execution results respectively corresponding to the function points to obtain a service processing result corresponding to the service demand information.
10. A computer device, the device comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the custom service generation method of any of claims 1-8.
11. A computer storage medium having a computer program stored thereon, wherein the program, when executed by a processor, implements the custom service generation method of any of claims 1-8.
CN201810678804.5A 2018-06-27 2018-06-27 User-defined service generation method and device, computer equipment and storage medium Active CN108920135B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810678804.5A CN108920135B (en) 2018-06-27 2018-06-27 User-defined service generation method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810678804.5A CN108920135B (en) 2018-06-27 2018-06-27 User-defined service generation method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN108920135A CN108920135A (en) 2018-11-30
CN108920135B true CN108920135B (en) 2021-09-10

Family

ID=64422629

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810678804.5A Active CN108920135B (en) 2018-06-27 2018-06-27 User-defined service generation method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN108920135B (en)

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111988157A (en) * 2019-05-23 2020-11-24 北京京东尚科信息技术有限公司 Service system and service processing method
CN112181407B (en) * 2019-07-04 2023-09-26 北京京东振世信息技术有限公司 Service realization processing method, device, system, electronic equipment and storage medium
CN110618842B (en) * 2019-09-20 2023-12-08 政采云有限公司 Service processing method and device, electronic equipment and storage medium
CN110704035A (en) * 2019-10-17 2020-01-17 北京首贝科技发展有限公司 Plug-in type software architecture system and implementation method thereof
CN112748947A (en) * 2019-10-31 2021-05-04 北京国双科技有限公司 System configuration method and device, storage medium and electronic equipment
CN111026455B (en) * 2019-11-27 2023-02-24 掌阅科技股份有限公司 Plug-in generation method, electronic device and storage medium
CN111427586A (en) * 2020-03-20 2020-07-17 杭州有赞科技有限公司 Management and execution method, system, computer device and computer readable storage medium of extension point and plug-in
CN113746661A (en) * 2021-01-07 2021-12-03 北京沃东天骏信息技术有限公司 Service processing method and device
CN113485686B (en) * 2021-07-22 2023-10-20 苏州万戈软件科技有限公司 Information system program generation method and device, electronic equipment and storage medium
CN113905246B (en) * 2021-09-10 2023-12-15 微梦创科网络科技(中国)有限公司 Live broadcasting room implementation method and device
CN114385055A (en) * 2021-12-10 2022-04-22 招银云创信息技术有限公司 Financial settlement payment productization method, device, computer equipment and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101414945A (en) * 2008-10-15 2009-04-22 上海道仑软件有限公司 Platform system and method for building information system
CN104580342A (en) * 2014-08-01 2015-04-29 南京坦道信息科技有限公司 Extendable and completely self-defined unified interface service platform
CN106610837A (en) * 2016-12-26 2017-05-03 中国建设银行股份有限公司 Application development method and development platform
CN106803143A (en) * 2016-11-29 2017-06-06 中电科华云信息技术有限公司 The method that flow engine cloud service is provided based on workflow engine for cloud platform
CN107180338A (en) * 2017-05-22 2017-09-19 深圳市小牛在线互联网信息咨询有限公司 Business performs method, device, storage medium and computer equipment
CN107391169A (en) * 2017-06-09 2017-11-24 口碑控股有限公司 The dynamic updating method and device of the Android page
CN107678749A (en) * 2017-09-29 2018-02-09 深圳市山龙智控有限公司 Code-transferring method and device based on structured language programming
CN107943457A (en) * 2017-11-17 2018-04-20 中山大学 A kind of workflow modeling method and system of service-oriented object
CN108108162A (en) * 2016-11-24 2018-06-01 腾讯科技(深圳)有限公司 Application programming interface generation method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10732934B2 (en) * 2016-12-09 2020-08-04 Vmware, Inc. Information-technology workflows using executable tiles

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101414945A (en) * 2008-10-15 2009-04-22 上海道仑软件有限公司 Platform system and method for building information system
CN104580342A (en) * 2014-08-01 2015-04-29 南京坦道信息科技有限公司 Extendable and completely self-defined unified interface service platform
CN108108162A (en) * 2016-11-24 2018-06-01 腾讯科技(深圳)有限公司 Application programming interface generation method and device
CN106803143A (en) * 2016-11-29 2017-06-06 中电科华云信息技术有限公司 The method that flow engine cloud service is provided based on workflow engine for cloud platform
CN106610837A (en) * 2016-12-26 2017-05-03 中国建设银行股份有限公司 Application development method and development platform
CN107180338A (en) * 2017-05-22 2017-09-19 深圳市小牛在线互联网信息咨询有限公司 Business performs method, device, storage medium and computer equipment
CN107391169A (en) * 2017-06-09 2017-11-24 口碑控股有限公司 The dynamic updating method and device of the Android page
CN107678749A (en) * 2017-09-29 2018-02-09 深圳市山龙智控有限公司 Code-transferring method and device based on structured language programming
CN107943457A (en) * 2017-11-17 2018-04-20 中山大学 A kind of workflow modeling method and system of service-oriented object

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Choosing Requirements for Experimentation with User Interfaces of Requirements Modeling Tools;Parisa Ghazi等;《IEEE》;20171026;1-2 *
基于业务驱动的UI平台的研究与实现;潘福凯;《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》;20150115(第01期);I138-343 *
敏捷开发原则与实践(七)之接口隔离原则;飞雪COCO;《https://www.cnblogs.com/ustbdavid/p/3479609.html》;20131218;1-7 *

Also Published As

Publication number Publication date
CN108920135A (en) 2018-11-30

Similar Documents

Publication Publication Date Title
CN108920135B (en) User-defined service generation method and device, computer equipment and storage medium
CN109062563B (en) Method and device for generating page
US11144437B2 (en) Pre-populating continuous delivery test cases
CN110580189A (en) method and device for generating front-end page, computer equipment and storage medium
CN109491646B (en) Message entry method and device, electronic equipment and readable medium
CN110688111A (en) Configuration method, device, server and storage medium of business process
CN111897738A (en) Automatic testing method and device based on atomic service
CN111144837A (en) Flow arrangement method and device, storage medium and electronic equipment
CN104572439A (en) Regression alert method and system
CN116225886A (en) Test case generation method, device, equipment, storage medium and program product
US8966455B2 (en) Flow analysis in program execution
CN109542743B (en) Log checking method and device, electronic equipment and computer readable storage medium
US10242315B2 (en) Finite state machine forming
CN113377648B (en) Software system diagnosis method, device, electronic equipment and computer readable medium
CN114721943A (en) Method and device for determining test range
CN110085237B (en) Recovery method, device and equipment of interactive process
CN112181407B (en) Service realization processing method, device, system, electronic equipment and storage medium
CN110221952B (en) Service data processing method and device and service data processing system
CN109410077B (en) Method and device for defining rule flow, computer storage medium and electronic equipment
CN113609014A (en) Interface field checking method and device, storage medium and electronic equipment
CN112988583A (en) Method and device for testing syntax compatibility of database
CN113392002A (en) Test system construction method, device, equipment and storage medium
CN113360365A (en) Flow testing method and flow testing system
US20150121336A1 (en) Screen-oriented computing program refactoring
CN111176718A (en) Script online method and device, storage medium 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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20211223

Address after: 310019 Room 301, building 2, No. 9, Pusheng lane, Jianggan District, Hangzhou City, Zhejiang Province

Patentee after: HANGZHOU BEIGOU TECHNOLOGY CO.,LTD.

Address before: 310000 room 104, building 2, Donggu entrepreneurship center, No. 9, Pusheng lane, Jianggan District, Hangzhou City, Zhejiang Province

Patentee before: HANGZHOU BEIDIAN TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right