CN115291945A - Terminal function compatibility control method, device, equipment and medium - Google Patents

Terminal function compatibility control method, device, equipment and medium Download PDF

Info

Publication number
CN115291945A
CN115291945A CN202210926865.5A CN202210926865A CN115291945A CN 115291945 A CN115291945 A CN 115291945A CN 202210926865 A CN202210926865 A CN 202210926865A CN 115291945 A CN115291945 A CN 115291945A
Authority
CN
China
Prior art keywords
compatibility
target
function
terminal
rule set
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210926865.5A
Other languages
Chinese (zh)
Inventor
张子穆
彭一
易桂
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Original Assignee
Hunan Happly Sunshine Interactive Entertainment Media 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 Hunan Happly Sunshine Interactive Entertainment Media Co Ltd filed Critical Hunan Happly Sunshine Interactive Entertainment Media Co Ltd
Priority to CN202210926865.5A priority Critical patent/CN115291945A/en
Publication of CN115291945A publication Critical patent/CN115291945A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

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)

Abstract

The application provides a method, a device, equipment and a medium for controlling terminal function compatibility, wherein the method comprises the following steps: a compatibility rule set corresponding to each function contained in the service system is pulled from the terminal function compatibility management system; when a user request that a target terminal requests to confirm whether the target terminal is compatible with a target function is received, determining a compatibility rule set corresponding to the target function from compatibility rule sets corresponding to all functions respectively as a target compatibility rule set; determining whether the target terminal is compatible with the target function or not according to the user request and the target compatibility rule set; and returning data to the target terminal according to whether the target terminal is compatible with the target function. The compatibility rules comprise compatibility comparison logic consisting of the terminal attributes and the target attribute values, and all the compatibility rules are uniformly stored and managed in the terminal function compatibility management system, so that uniform maintenance is facilitated, repeated writing of terminal function compatibility codes in a service system is reduced, and cost is reduced.

Description

Terminal function compatibility control method, device, equipment and medium
Technical Field
The present application relates to the field of computers, and in particular, to a method, an apparatus, a device, and a medium for controlling terminal function compatibility.
Background
With the development of mobile internet, it is a daily activity that a user accesses cloud services by using various mobile terminal applications (such as a mobile phone, a tablet, and a smart tv box), and completes service interaction (such as watching video, watching live broadcast, sending a barrage, and writing a message). With the continuous enrichment and evolution of service functions, the continuous iterative update of terminal applications, and the differentiation competition among terminal hardware providers, the compatibility of service functions in different application versions, different terminal providers, etc. is gradually complicated.
In a conventional scheme, when a developer implements a new function, a flow control statement whether the new function supports is written in a service logic code for an application version, a system version, a hardware provider, and the like, or configuration items (i.e., a terminal attribute and a corresponding attribute value) such as the application version, the system version, the hardware provider, and the like, which are supported by the new function, are written in a unified configuration file or an external configuration management system.
However, as the number of application versions, system versions and hardware suppliers increases, the flow control statements are dispersed in codes at various positions of the system, and are difficult to maintain uniformly; although the way of writing each configuration item into a uniform configuration file or an external configuration management system can avoid the configuration items from being dispersed in the system, the compatibility comparison logic related to each configuration item still needs to be written into codes at each position of the system, so that errors are easy to occur when the compatibility is changed and needs to be modified, and once a link is modified according to the whole requirements related to products, development and testing, the cost is high.
Disclosure of Invention
In view of this, the present application provides a method, an apparatus, a device, and a medium for controlling terminal function compatibility, which are used to solve the problems that a flow control statement is dispersed in codes at various places of a system, so that it is difficult to maintain uniformly, and when compatibility changes and needs to be modified due to writing configuration items into a uniform configuration file or an external configuration management system, errors are prone to occur, and cost is high, and a technical scheme of the method is as follows:
a terminal function compatibility control method comprises the following steps:
the method comprises the steps that a compatibility rule set corresponding to each function contained in a business system is pulled from a terminal function compatibility management system, wherein the compatibility rule set corresponding to any function comprises at least one compatibility rule, any compatibility rule comprises a compatibility comparison logic composed of a terminal attribute and a target attribute value, and the terminal attribute refers to the attribute of a terminal compatible with the function corresponding to the compatibility rule;
when a user request that a target terminal requests to confirm whether the user request is compatible with a target function is received, determining a compatibility rule set corresponding to the target function from compatibility rule sets corresponding to all functions respectively, and taking the compatibility rule set corresponding to the target function as a target compatibility rule set, wherein the target function refers to a function in a service system;
determining whether the target terminal is compatible with the target function or not according to the user request and the target compatibility rule set;
and returning data to the target terminal according to whether the target terminal is compatible with the target function.
Optionally, the pulling, from the terminal function compatibility management system, a compatibility rule set corresponding to each function included in the service system, includes:
in the process of starting the service system, pulling a compatibility rule set corresponding to each function from a terminal function compatibility management system;
and/or the presence of a gas in the gas,
and in the operation process of the service system, pulling a compatibility rule set corresponding to each function from the terminal function compatibility management system at regular time.
Optionally, determining whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set includes:
analyzing target terminal model data from the user request, wherein the target terminal model data comprises attribute values respectively corresponding to at least one attribute of a target terminal;
and matching the target terminal model data with the target compatibility rule set, and determining whether the target terminal is compatible with the target function according to the matching result.
Optionally, matching the target model data with the target compatibility rule set, and determining whether the target terminal is compatible with the target function according to the matching result, including:
traversing compatibility rules in a target compatibility rule set according to a preset sequence, matching the currently traversed compatibility rules with target terminal model data, if matching is successful, determining that the target terminal is compatible with a target function, and if matching is failed, traversing the next compatibility rule;
after the traversal is finished, if all the compatibility rules in the target compatibility rule set fail to be matched with the target terminal model data, the target terminal is determined to be incompatible with the target function.
Optionally, determining a compatibility rule set corresponding to the target function from the compatibility rule sets corresponding to the functions respectively includes:
analyzing target function model data from a user request to determine a target function based on the analyzed target function model data, wherein the target function model data is model data describing the target function;
and determining a compatibility rule set corresponding to the target function from the compatibility rule sets corresponding to the functions respectively.
Optionally, the terminal function compatibility management system includes: the system comprises an access interface layer, a function management module, a terminal model management module, a rule management module and a rule execution engine;
the access interface layer is used for providing an interface for the business system to pull the compatibility rule from the terminal function compatibility management system;
the function management module is used for managing the model data of each function contained in the service system;
the terminal model management module is used for managing the model data of each terminal;
the rule management module is used for managing the compatibility rules, returning the pulled compatibility rules to the service system, calling a resolver of the rule execution engine to resolve, check and test the new compatibility rules when the new compatibility rules are detected, and dividing the new compatibility rules into corresponding compatibility rule sets when the check and test run are passed;
and the rule execution engine is used for analyzing, verifying and commissioning the new compatibility rule through the analyzer.
Optionally, any compatibility rule is an SPEL expression composed of a terminal attribute, a relational operator, and a target attribute value, and when any compatibility rule is stored, the rule management module stores the terminal attribute, the relational operator, and the target attribute value included in the compatibility rule correspondingly;
the method for pulling the compatibility rule set corresponding to each function contained in the service system from the terminal function compatibility management system comprises the following steps:
the method comprises the steps of pulling a terminal attribute, a relation operator and a target attribute value which correspond to each function from a rule management module, and processing the terminal attribute, the relation operator and the target attribute value which correspond to each function into a compatibility rule set which corresponds to each function;
when a user request that a target terminal requests to confirm whether the user request is compatible with a target function is received, a compatibility rule set corresponding to the target function is determined from compatibility rule sets corresponding to the functions respectively, the compatibility rule set corresponding to the target function is used as a target compatibility rule set, whether the target terminal is compatible with the target function is determined according to the user request and the target compatibility rule set, and data are returned to the target terminal according to whether the target terminal is compatible with the target function, wherein the method comprises the following steps:
when a user request that a target terminal requests to confirm whether the target terminal is compatible with a target function is received, a SPEL actuator in an SDK tool kit determines a compatibility rule set corresponding to the target function from compatibility rule sets respectively corresponding to the functions, the compatibility rule set corresponding to the target function is used as a target compatibility rule set, whether the target terminal is compatible with the target function is determined according to the user request and the target compatibility rule set, and data are returned to the target terminal according to whether the target terminal is compatible with the target function.
A terminal function compatibility control apparatus comprising: the system comprises a rule pulling module, a rule set determining module, a compatibility judging module and a response data returning module;
the rule pulling module is used for pulling a compatibility rule set corresponding to each function contained in a business system from a terminal function compatibility management system, wherein the compatibility rule set corresponding to any function comprises at least one compatibility rule, any compatibility rule comprises a compatibility comparison logic consisting of a terminal attribute and a target attribute value, and the terminal attribute refers to the attribute of a terminal compatible with the function corresponding to the compatibility rule;
the rule set determining module is used for determining a compatibility rule set corresponding to a target function from compatibility rule sets respectively corresponding to each function when a user request that the target terminal requests to confirm whether the target function is compatible with the target function is received, and taking the compatibility rule set corresponding to the target function as a target compatibility rule set, wherein the target function refers to a function in a service system;
the compatibility judging module is used for determining whether the target terminal is compatible with the target function or not according to the user request and the target compatibility rule set;
and the response data returning module is used for returning data to the target terminal according to whether the target terminal is compatible with the target function.
A terminal function compatibility control device includes a memory and a processor;
a memory for storing a program;
and a processor for executing a program to implement the steps of the terminal function compatibility control method according to any one of the above.
A readable storage medium having stored thereon a computer program, characterized in that the computer program, when being executed by a processor, realizes the steps of the terminal function compatibility control method according to any one of the above.
According to the technical scheme, the method for controlling the compatibility of the terminal function provided by the application comprises the steps of firstly pulling a compatibility rule set corresponding to each function contained in a business system from a terminal function compatibility management system, when a user request that a target terminal request confirms whether the target function is compatible with the target function is received, determining the compatibility rule set corresponding to the target function from the compatibility rule sets corresponding to the functions respectively, taking the compatibility rule set corresponding to the target function as a target compatibility rule set, then determining whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set, and finally returning data to the target terminal according to whether the target terminal is compatible with the target function. The compatibility rules provided by the application comprise compatibility comparison logic consisting of the terminal attributes and the target attribute values, and the compatibility rules are uniformly stored and managed in the terminal function compatibility management system, so that on one hand, uniform maintenance is facilitated, on the other hand, repeated writing of terminal function compatibility codes in a service system is reduced, the production efficiency is improved, and the cost is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for controlling terminal function compatibility according to an embodiment of the present application;
FIG. 2 is a schematic structural diagram of a rule model provided in an embodiment of the present application;
FIG. 3 is a schematic structural diagram of a functional model provided in an embodiment of the present application;
fig. 4 is a schematic structural diagram of a terminal model provided in an embodiment of the present application;
fig. 5 is a schematic structural diagram of a terminal function compatibility management system according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an SDK kit provided in an embodiment of the present application;
fig. 7 is an interaction diagram of a target terminal, a terminal function compatibility management system, and a service system;
fig. 8 is a schematic structural diagram of a terminal function compatibility control apparatus according to an embodiment of the present application;
fig. 9 is a block diagram of a hardware structure of a terminal function compatibility control device according to an embodiment 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 view of the problems in the prior art, the inventor of the present application has made extensive research and thought that a terminal function compatibility management system (also referred to as a terminal function compatibility management platform or a terminal function compatibility management background) supporting a user to flexibly define a compatibility rule may be constructed, and a service system may pull a compatibility rule set corresponding to its own function in the terminal function compatibility management system, so that when a user request from a target terminal is received, it may be determined in time whether the target function is compatible with the target terminal based on the pulled compatibility rule set. Based on this, a terminal function compatibility control method is proposed, and the following embodiments will describe the terminal function compatibility control method provided in the present application in detail.
Referring to fig. 1, a schematic flow chart of a method for controlling terminal function compatibility according to an embodiment of the present application is shown, where the method for controlling terminal function compatibility may include:
step S101, a compatibility rule set corresponding to each function contained in the business system is pulled from the terminal function compatibility management system.
The compatibility rule set corresponding to any function comprises at least one compatibility rule, any compatibility rule comprises a compatibility comparison logic composed of a terminal attribute and a target attribute value, and the terminal attribute refers to the attribute of the terminal compatible with the function corresponding to the compatibility rule.
It can be understood that any service system may include multiple functions, and due to differences between functions and differences between terminals, terminals with compatible functions may be different, for example, the service system a includes a function 1 and a function 2, and the terminal with compatible function 1 is: 7.7.0 version of the android system and later, the terminal compatible with function 2 is: in the 7.1.1 version and later versions of the iOS system, in this embodiment, each type of terminal compatible with each function may be described as a different compatibility rule, so as to obtain a compatibility rule set corresponding to each function, and store and manage the compatibility rule set in the terminal function compatibility management system.
In this embodiment, the compatibility rule includes a compatibility comparison logic composed of the terminal attribute and the target attribute value. Here, the target attribute value is a terminal attribute value set by a product person according to an actual compatibility situation of the function, for example, a terminal compatible with function 1 (i.e., a terminal adapted to function 1) is: if the Android system and the application version are 6.7.0 versions and later, the target attribute value corresponding to the os type (terminal attribute 1) of the operating system is Android, and the target attribute value corresponding to the appVersion (terminal attribute 2) of the application version is 6.7.0; compatibility comparison logic, namely, "osType = Android, appVersion > =6.7.0".
Optionally, the process of "pulling the compatibility rule set corresponding to each function included in the service system from the terminal function compatibility management system" in this step may include: in the process of starting the service system, the compatibility rule sets corresponding to the functions are pulled from the terminal function compatibility management system.
Optionally, considering that the compatibility rules in the terminal function compatibility management system may be updated during the operation of the service system, because the number of sets of the compatibility rules is relatively simple and stable, and the normal service flow judgment is directly affected by the compatibility rules that cannot be obtained by the service system, that is, the service system is strongly dependent on the compatibility rules, in this step, the sets of the compatibility rules corresponding to the respective functions may also be pulled from the terminal function compatibility management system at regular time during the operation of the service system, so that the compatibility rules in the system may also be updated in time during the operation of the service system.
In an optional embodiment, for each compatibility rule in the terminal function compatibility management system, a data model (rule model) may be used for description, and optionally, a schematic structural diagram of the rule model may be as shown in fig. 2, where a function number (featureCode) and a function version (featureVersion) in fig. 2 are used for describing functions, the rule code is used for distinguishing each rule model, the rule expression refers to specific content of the compatibility rule, that is, the compatibility comparison logic including terminal attributes and target attribute values, and the version refers to a version of the rule model, and the description is used for introducing the rule model.
It should be noted that fig. 2 is only an example and is not intended to limit the present application.
Step S102, when a user request that a target terminal requests to confirm whether the user request is compatible with a target function is received, a compatibility rule set corresponding to the target function is determined from compatibility rule sets respectively corresponding to the functions, and the compatibility rule set corresponding to the target function is used as a target compatibility rule set.
Wherein, the target function refers to a function in the business system.
In this step, when the terminal user requests the target function on the service system through the target terminal, the target terminal needs to send a user request to the service system to confirm whether the target terminal is compatible with the target function, so that the target terminal displays different response results to the terminal user based on the compatibility result, for example, skipping to a new page when the target terminal is compatible with the target function, and displaying pop-up prompt information when the target terminal is incompatible with the target function.
When the service system receives a user request, a compatibility rule set corresponding to the target function can be determined from the compatibility rule sets respectively corresponding to the pulled functions, so that compatibility judgment can be performed subsequently based on the determined compatibility rule set.
For convenience of subsequent description, in this step, the compatibility rule set corresponding to the target function is defined as a target compatibility rule set.
Step S103, determining whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set.
And step S104, returning data to the target terminal according to whether the target terminal is compatible with the target function.
The method for controlling the compatibility of the terminal function comprises the steps of firstly pulling a compatibility rule set corresponding to each function contained in a business system from a terminal function compatibility management system, determining the compatibility rule set corresponding to a target function from the compatibility rule sets corresponding to the functions when a user request of a target terminal for confirming whether the target function is compatible with the target function is received, taking the compatibility rule set corresponding to the target function as a target compatibility rule set, then determining whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set, and finally returning data to the target terminal according to whether the target terminal is compatible with the target function. The compatibility rules provided by the application comprise compatibility comparison logic consisting of the terminal attributes and the target attribute values, and the compatibility rules are uniformly stored and managed in the terminal function compatibility management system, so that on one hand, uniform maintenance is facilitated, on the other hand, repeated writing of terminal function compatibility codes in a service system is reduced, the production efficiency is improved, and the cost is reduced.
Moreover, the method and the device can update the logic of the compatibility control in the service system in real time, and further improve the production efficiency.
In an embodiment of the present application, a process of "determining a compatibility rule set corresponding to a target function from compatibility rule sets corresponding to respective functions" in step S102 is described.
Specifically, the process of "determining a compatibility rule set corresponding to a target function from compatibility rule sets corresponding to respective functions" includes:
step S201, parsing the target function model data from the user request to determine the target function based on the parsed target function model data.
Here, the target function model data refers to model data describing a target function.
For example, referring to fig. 3, a schematic structural diagram of a function model (data model) corresponding to a target function is shown, where the function model includes a function number (featureCode), a function version (featureVersion) (the function number and the function version correspond to fig. 2), and a function description (description), and then the target function model data in this step refers to a number value, a version number, and description content.
It should be noted that fig. 3 is only an example and is not intended to limit the present application.
In this step, the target function model data can uniquely indicate the target function, and therefore, based on the analyzed target function model data, the target function can be determined, for example, the code values of different functions are different, so that based on the code value included in the target function model data, which function the target function requested in the current user request specifically refers to can be determined.
Step S202, compatibility rule sets corresponding to the target functions are determined from the compatibility rule sets corresponding to the functions respectively.
In the embodiment of the application, the parameters of the user request include target function model data capable of uniquely identifying the target function, the target function model data can be used as a main dependence for judging compatibility of the service system, and accordingly, a compatibility rule set corresponding to the target function can be determined from each pulled compatibility rule set, and the method is simple and efficient.
The following embodiment describes the aforementioned procedure of "step S103, determining whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set".
Specifically, the process of determining whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set includes:
and S301, analyzing target terminal model data from the user request.
The target terminal model data comprises attribute values respectively corresponding to at least one attribute of the target terminal.
For example, referring to fig. 4, a schematic structural diagram of a terminal model (data model) corresponding to a target terminal is shown, where the terminal model includes a plurality of attributes of the terminal, which are, respectively, a longitude and latitude (GPS) of the terminal, an IP address (IP) of the terminal, a user agent string (user agent), an operating system type (osType), an operating system version (osVersion), an application source (appresource), an application version (appVersion), a device type (deviceType), and a device ID (deviceID), and the target terminal model data in this step may include specific longitude and latitude, IP address, user agent string, device ID, and the like, as well as specific operating system type, application source, device type, and the like, as well as an operating system version number, an application version number, and the like.
It should be noted that fig. 4 is only an example, and is not intended to limit the present application, and the terminal model may be further extended to fully and properly describe the served terminals in different service scenarios.
And S302, matching the target terminal model data with the target compatibility rule set, and determining whether the target terminal is compatible with the target function according to the matching result.
As described in the foregoing embodiment with reference to the compatibility rules, any one of the compatibility rules includes a compatibility comparison logic composed of a terminal attribute and a target attribute value, and the target terminal model data includes an attribute value corresponding to at least one attribute of the target terminal, so that in this step, the attribute value corresponding to the terminal attribute in the target terminal model data may be compared with the target attribute value included in each compatibility rule in the target compatibility rule set to determine whether the target terminal is compatible with the target function.
For example, assuming that the target terminal model data includes an operating system type iOS and an application version number 6.7.1, and a certain compatibility rule in the target compatibility rule set is "osType = Android and appVersion > =6.7.0", since the operating system type corresponding to the target terminal is iOS and is not Android, it is considered that the target terminal model data is not matched with the compatibility rule (matching fails); for another example, assuming that the compatibility rule is unchanged, and the target terminal model data includes an operating system type Android and an application version number 6.7.1, it is considered that the target terminal model data is successfully matched with the compatibility rule, and at this time, it may be determined that the target terminal is compatible with the target function.
In an optional embodiment, the process of "matching the target terminal model data with the target compatibility rule set, and determining whether the target terminal is compatible with the target function according to the matching result" in this step may include: traversing the compatibility rules in the target compatibility rule set according to a preset sequence, matching the currently traversed compatibility rules with the target terminal model data, if the matching is successful, determining that the target terminal is compatible with the target function, and if the matching is failed, traversing the next compatibility rule; after the traversal is finished, if all the compatibility rules in the target compatibility rule set fail to be matched with the target terminal model data, the target terminal is determined to be incompatible with the target function.
Optionally, the preset sequence may be time for creating the compatibility rule, priority of the preset compatibility rule, and the like.
In this embodiment, the target terminal model data may be matched with each compatibility rule in the target compatibility rule set one by one according to a preset sequence, if one of the compatibility rules is successfully matched, the target terminal is considered to be compatible with the target function, if the matching fails, the target terminal model data is matched with the next compatibility rule, until the matching of the target terminal model data with all the compatibility rules in the set fails, the service system returns a default compatibility result (that is, the target terminal is incompatible with the target function) to the target terminal.
In summary, the method and the device set the target terminal model data as the request parameter to the user request, and the service system can use the target terminal model data as the basis for compatibility identification after receiving the user request, so as to accurately determine whether the target terminal is compatible with the target function.
In another embodiment of the present application, a detailed description is given of the foregoing terminal function compatibility management system.
Optionally, as shown in fig. 5, a schematic structural diagram of a terminal function compatibility management system is shown, where the terminal function compatibility management system includes: the system comprises an access interface layer, a function management module, a terminal model management module, a rule management module and a rule execution engine.
The access interface layer (which may also be referred to as a terminal model, a function, and a compatibility rule access interface layer) is configured to provide an interface for the service system to pull the compatibility rule from the terminal function compatibility management system, that is, the service system may pull the compatibility rule from the terminal function compatibility management system through the interface provided by the access interface layer.
Optionally, in this embodiment, the service system may send a rule pull request to the terminal function compatibility management system through an interface provided by the access interface layer, and after receiving the rule pull request, the terminal function compatibility management system may return the compatibility rule that needs to be pulled to the service system.
The function management module is configured to manage model data of each function included in the business system, for example, manage target function model data.
The rule management module is used for managing the compatibility rules (namely rule model data), returning the pulled compatibility rules to the service system, calling a resolver of the rule execution engine to resolve, check and test the new compatibility rules when the new compatibility rules are detected, and dividing the new compatibility rules into corresponding compatibility rule sets when the check and test are passed.
Here, the checking of the new compatibility rule specifically means that correctness checking is performed on the syntax of the new compatibility rule, if the syntax is wrong, error information may be returned, and if the syntax is correct, the new compatibility rule is divided into a corresponding compatibility rule set for storage.
The rule execution engine is used for analyzing, verifying and commissioning the new compatibility rule through the analyzer.
The terminal model management module is used for managing the model data of each terminal.
In this embodiment, a developer of the business system may manage model data of each terminal through the terminal model management module, a product person may manage model data of each function included in the business system through the function management module, and at the same time, the product person may manage compatibility rules (or a set of compatibility rules) corresponding to each function through the rule management module.
Based on the terminal function compatibility management system provided in this embodiment, in an implementable scenario, when a function is added, a product person may add a function record (i.e., model data of the newly added function) in the function management module, and create a compatibility rule (or a compatibility rule set) bound with the newly added function in the rule management module based on the function record and the model data of each terminal recorded in the terminal model management module, where, when creating the rule, one or more rules are selected from the existing terminal model data of the terminal model management module and created as the compatibility rule.
When the rule management module verifies and tries the compatibility rule corresponding to the newly added function through the resolver of the rule execution engine, the newly added compatibility rule and the newly added function can be bound and stored.
In an optional embodiment, any one of the compatibility rules may be a SPEL expression (target Value) composed of a Terminal attribute (Terminal Property), a relational Operator (Operator), and a target attribute Value, and specifically, see fig. 2, in this embodiment, when storing any one of the compatibility rules, the rule management module may store the Terminal attribute, the relational Operator, and the target attribute Value included in the compatibility rule correspondingly.
Based on this, the process of "pulling the compatibility rule set corresponding to each function included in the service system from the terminal function compatibility management system" in step S102 may include: and pulling the terminal attribute, the relational operator and the target attribute value which are respectively corresponding to each function from the rule management module, and processing the terminal attribute, the relational operator and the target attribute value which are respectively corresponding to each function into a compatibility rule set which is respectively corresponding to each function.
Specifically, the terminal attribute, the relational operator, and the target attribute value included in each compatibility rule are stored in the rule management module, so that the service system can pull the terminal attribute, the relational operator, and the target attribute value corresponding to each function from the rule management module, and after all rule data are pulled, the corresponding terminal attribute, the relational operator, and the target attribute value can be translated into SPEL expressions one by one, thereby obtaining a compatibility rule set in the form of the SPEL expression corresponding to each function.
Optionally, the service system may pull, through the SDK toolkit, the terminal attribute, the relational operator, and the target attribute value respectively corresponding to each function, so as to obtain a compatibility rule set in the form of an SPEL expression respectively corresponding to each function. Referring to fig. 6, a schematic diagram of a structure of the SDK kit is shown, where the SDK kit includes a terminal feature conversion module, a SPEL executor, and a rule loading module. In this embodiment, the terminal attribute, the relational operator, and the target attribute value may be converted into the compatibility rule in the corresponding SPEL expression form by the terminal characteristic conversion module, so that a set of compatibility rules in the SPEL expression form corresponding to each function may be obtained.
Optionally, the service system may cache the compatibility rule sets in the SPEL expression form corresponding to each function to the local, so that in the subsequent step S102, the compatibility rule set corresponding to the target function may be determined from the compatibility rule sets corresponding to each function cached locally.
Corresponding to the above, in the case that the compatibility rule is the SPEL expression, the aforementioned "step S102, when receiving a user request that the target terminal requests to confirm whether the target terminal is compatible with the target function, determines the compatibility rule set corresponding to the target function from the compatibility rule sets respectively corresponding to the functions, and takes the compatibility rule set corresponding to the target function as the target compatibility rule set", "step S103, according to the user request and the target compatibility rule set, determines whether the target terminal is compatible with the target function", and "step S104, according to whether the target terminal is compatible with the target function, returns data to the target terminal" may include: when a user request that a target terminal requests to confirm whether the target terminal is compatible with a target function is received, a SPEL actuator in an SDK tool kit determines a compatibility rule set corresponding to the target function from compatibility rule sets respectively corresponding to the functions, the compatibility rule set corresponding to the target function is used as a target compatibility rule set, whether the target terminal is compatible with the target function is determined according to the user request and the target compatibility rule set, and data are returned to the target terminal according to whether the target terminal is compatible with the target function.
Specifically, the embodiment may provide the terminal function compatibility control SDK for the service developer to refer and invoke in the service system. Fig. 7 is a schematic diagram showing interaction among a target terminal, a terminal function compatibility management system, and a service system. In fig. 7, a developer may enter model data of each terminal into the terminal function compatibility management system, and a product person may enter model data of each function and a compatibility rule set corresponding to each function into the terminal function compatibility management system. The service system a may pull, at the time of starting or during the operation, the compatibility rule sets (i.e., the compatibility rule configuration shown in fig. 7) corresponding to each function from the terminal function compatibility management system through the SDK, and load, through the rule loading module, the compatibility rule sets corresponding to each function to the SPEL executor. Subsequently, when the target terminal initiates a user request to the service system a, the service system a may call the SDK to obtain a compatibility matching result based on the target terminal model data in the user request, and adjust the service flow of the user request according to whether it is compatible, and return data adapted to the target terminal.
It should be noted that the SPEL executor in the SDK kit may also be referred to as a rule execution engine, which is the same as the rule execution engine in the terminal function compatibility management module, but is deployed in a different location.
To sum up, the present application provides a terminal function compatibility control system supporting flexible user-definition based on a rule execution engine, optimizes a data management manner of compatibility judgment, can flexibly combine various terminal attributes, target attribute values and relational operators into a desired compatibility rule, and can implement unified management of the compatibility rule visually.
The application provides a terminal function compatibility control method on the basis of a terminal function compatibility control system, which can not only extract and extract terminal attributes and target attribute values out of a business system, but also extract and present compatibility comparison logic to non-technical-background personnel such as product personnel for editing and management, so that terminal function compatibility management is more visual.
Meanwhile, through unified management of compatibility rule configuration and a pulling mode in the process of starting and operating the business system, repeated writing of terminal function compatibility codes in the business system can be further reduced, the logic of compatibility control in the business system is updated in real time, low-cost and quick modification and validation of the compatibility rules are realized, and the production efficiency is improved.
In order to make those skilled in the art understand the present application more clearly, a specific implementation scenario is given below, and it should be noted that the scenario provided in this embodiment is only an example and is not a limitation to the present application.
When a product staff plans to expand the sharing function in the mobile phone application and newly adds a poster to share, the sharing function is supported by the iOS terminal 6.7.0 and the Android terminal 6.7.5 respectively through a requirement schedule, and the sharing capability is not supported by the application of the old version. Compatibility control of the shared data interface in the backend system is required.
Firstly, adding a new function description in a terminal function compatibility control management system by a product worker: poster sharing, define version 1.0, function code postShare.
Then, continuing to set 2 pieces of compatibility rules bound with the function, wherein rule 1 is as follows: osType = 'iOS' & & appVersion > = '6.7.0', rule 2 is: osType = 'Android' & & appVersion > =6.7.5.
Finally, the developer refers to the code in the interface development of the business system according to the postShare function code provided by the product personnel. After the business system is online, the compatibility rule set (i.e., the compatibility rule set formed by rule 1 and rule 2) bound with the poster sharing function is pulled, and whether the user request supports the poster sharing function is determined by using the compatibility determination methods provided in the step S102 and the step S103.
In this embodiment, after the new function is on line, on the premise that the function performance is not changed, product personnel can dynamically adjust the terminal compatibility of the function according to the product operation condition and the external factor change, and developers no longer need to participate in the compatibility control of the function in the later period. For example, when new functionality is affected by regional policy, it cannot be used in the iOS international edition of the application. The product personnel can modify the logic of the regulation 1 into the following steps: osType = = 'iOS' & & appVersion > = '6.7.0' & & appSource! = 'intelmgtv', and the modified new compatibility rule is acquired and loaded by the service system within a time delay of minute level, so that the functional compatibility on the iOS terminal can be adjusted immediately.
By applying the terminal function compatibility control method provided by the application, the compatibility of the terminal application function can be set and evolved by product personnel, the service flexibility can be enhanced, meanwhile, the compatibility control logic of hard coding function characteristics of developers is reduced, and the working efficiency can be improved.
The following describes the terminal function compatibility control device provided in the embodiment of the present application, and the terminal function compatibility control device described below and the terminal function compatibility control method described above may be referred to in a corresponding manner.
Referring to fig. 8, a schematic structural diagram of a terminal function compatibility control device provided in the embodiment of the present application is shown, and as shown in fig. 8, the terminal function compatibility control device may include: a rule pulling module 801, a rule set determining module 802, a compatibility judging module 803 and a response data returning module 804.
The rule pulling module 801 is configured to pull, from the terminal function compatibility management system, a compatibility rule set corresponding to each function included in the service system, where the compatibility rule set corresponding to any function includes at least one compatibility rule, and any compatibility rule includes a compatibility comparison logic composed of a terminal attribute and a target attribute value, and the terminal attribute refers to an attribute of a terminal compatible with the function corresponding to the compatibility rule.
A rule set determining module 802, configured to, when a user request that a target terminal request confirms whether a target function is compatible with a target function is received, determine a compatibility rule set corresponding to the target function from compatibility rule sets corresponding to respective functions, and use the compatibility rule set corresponding to the target function as a target compatibility rule set, where the target function is a function in a service system.
And a compatibility determining module 803, configured to determine whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set.
And a response data returning module 804, configured to return data to the target terminal according to whether the target terminal is compatible with the target function.
The terminal function compatibility control device provided by the application firstly pulls a compatibility rule set corresponding to each function contained in a business system from a terminal function compatibility management system, determines a compatibility rule set corresponding to a target function from the compatibility rule sets corresponding to each function when a user request of confirming whether the target function is compatible with the target function is received, takes the compatibility rule set corresponding to the target function as a target compatibility rule set, then determines whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set, and finally returns data to the target terminal according to whether the target terminal is compatible with the target function. The compatibility rules provided by the application comprise compatibility comparison logic consisting of the terminal attributes and the target attribute values, and the compatibility rules are uniformly stored and managed in the terminal function compatibility management system, so that on one hand, uniform maintenance is facilitated, on the other hand, repeated writing of terminal function compatibility codes in a service system is reduced, the production efficiency is improved, and the cost is reduced.
In a possible implementation manner, the rule pull module 801 is specifically configured to pull, from the terminal function compatibility management system, a compatibility rule set corresponding to each function in the process of starting the service system, and/or pull, from the terminal function compatibility management system, a compatibility rule set corresponding to each function in the process of operating the service system at regular time.
In a possible implementation manner, the compatibility determining module 803 may include: the system comprises a target terminal model data analysis module and a compatibility matching module.
The target terminal model data analysis module is used for analyzing target terminal model data from a user request, wherein the target terminal model data comprise attribute values corresponding to at least one attribute of a target terminal.
And the compatibility matching module is used for matching the target terminal model data with the target compatibility rule set and determining whether the target terminal is compatible with the target function according to the matching result.
In a possible implementation manner, the compatibility matching module may include: the device comprises a traversing module and a compatibility result determining module.
The traversal module is used for traversing the compatibility rules in the target compatibility rule set according to a preset sequence, matching the currently traversed compatibility rules with the target terminal model data, if the matching is successful, determining that the target terminal is compatible with the target function, and if the matching is failed, traversing the next compatibility rule.
And the compatibility result determining module is used for determining that the target terminal is incompatible with the target function if all the compatibility rules in the target compatibility rule set are failed to be matched with the target terminal model data after the traversal is finished.
In one possible implementation, the rule set determining module 802 may include: the system comprises a target function model data analysis module and a target compatibility rule set determination module.
And the target function model data analysis module is used for analyzing target function model data from the user request so as to determine the target function based on the analyzed target function model data, wherein the target function model data refers to model data describing the target function.
And the target compatibility rule set determining module is used for determining a compatibility rule set corresponding to the target function from the compatibility rule sets corresponding to the functions respectively.
In a possible implementation manner, the terminal function compatibility management system includes: the system comprises an access interface layer, a function management module, a terminal model management module, a rule management module and a rule execution engine.
The access interface layer is used for providing an interface for the service system to pull the compatibility rule from the terminal function compatibility management system;
the function management module is used for managing model data of each function contained in the business system;
the terminal model management module is used for managing the model data of each terminal;
the rule management module is used for managing the compatibility rules, returning the pulled compatibility rules to the service system, calling a resolver of the rule execution engine to resolve, check and test the new compatibility rules when the new compatibility rules are detected, and dividing the new compatibility rules into corresponding compatibility rule sets when the check and test run are passed;
and the rule execution engine is used for analyzing, verifying and commissioning the new compatibility rule through the analyzer.
In a possible implementation manner, any compatibility rule is a SPEL expression composed of a terminal attribute, a relational operator and a target attribute value, and when any compatibility rule is stored, the rule management module correspondingly stores the terminal attribute, the relational operator and the target attribute value included in the compatibility rule.
Based on this, the rule pulling module 801 may be specifically configured to pull the terminal attribute, the relationship operator, and the target attribute value corresponding to each function from the rule management module, and process the terminal attribute, the relationship operator, and the target attribute value corresponding to each function into the compatibility rule set corresponding to each function.
Correspondingly, the rule set determining module 802, the compatibility judging module 803, and the response data returning module 804 may be specifically configured to, when receiving a user request that a target terminal requests to confirm whether the target terminal is compatible with a target function, determine, through an SPEL executor in an SDK toolkit, a compatibility rule set corresponding to the target function from compatibility rule sets respectively corresponding to the functions, use the compatibility rule set corresponding to the target function as a target compatibility rule set, determine whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set, and return data to the target terminal according to whether the target terminal is compatible with the target function.
The embodiment of the application also provides terminal function compatibility control equipment. Optionally, fig. 9 shows a block diagram of a hardware structure of a terminal function compatibility control device, and referring to fig. 9, the hardware structure of the terminal function compatibility control device may include: at least one processor 901, at least one communication interface 902, at least one memory 903 and at least one communication bus 904;
in this embodiment, the number of the processor 901, the communication interface 902, the memory 903, and the communication bus 904 is at least one, and the processor 901, the communication interface 902, and the memory 903 complete communication with each other through the communication bus 904;
the processor 901 may be a central processing unit CPU, or an Application Specific Integrated Circuit ASIC (Application Specific Integrated Circuit), or one or more Integrated circuits configured to implement embodiments of the present invention, etc.;
the memory 903 may include a high-speed RAM memory, a non-volatile memory (non-volatile memory), and the like, such as at least one disk memory;
wherein the memory 903 stores a program and the processor 901 may call the program stored in the memory 903 for:
the method comprises the steps that a compatibility rule set corresponding to each function contained in a business system is pulled from a terminal function compatibility management system, wherein the compatibility rule set corresponding to any function comprises at least one compatibility rule, any compatibility rule comprises a compatibility comparison logic composed of a terminal attribute and a target attribute value, and the terminal attribute refers to the attribute of a terminal compatible with the function corresponding to the compatibility rule;
when a user request that a target terminal requests to confirm whether the user request is compatible with a target function is received, determining a compatibility rule set corresponding to the target function from compatibility rule sets corresponding to the functions respectively, and taking the compatibility rule set corresponding to the target function as a target compatibility rule set, wherein the target function refers to a function in a service system;
determining whether the target terminal is compatible with the target function or not according to the user request and the target compatibility rule set;
and returning data to the target terminal according to whether the target terminal is compatible with the target function.
Alternatively, the detailed function and the extended function of the program may be referred to as described above.
The embodiment of the application also provides a readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the method for controlling the compatibility of the terminal function is realized.
Alternatively, the detailed function and the extended function of the program may refer to the above description.
Finally, it is further noted that, herein, relational terms such as, for example, and the like may be 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 phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of additional like elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for controlling terminal function compatibility is characterized by comprising the following steps:
the method comprises the steps that a compatibility rule set corresponding to each function contained in a business system is pulled from a terminal function compatibility management system, wherein the compatibility rule set corresponding to any function comprises at least one compatibility rule, any compatibility rule comprises a compatibility comparison logic consisting of a terminal attribute and a target attribute value, and the terminal attribute refers to the attribute of a terminal compatible with the function corresponding to the compatibility rule;
when a user request that a target terminal requests to confirm whether a target function is compatible with the target function is received, determining a compatibility rule set corresponding to the target function from compatibility rule sets corresponding to the functions respectively, and taking the compatibility rule set corresponding to the target function as a target compatibility rule set, wherein the target function refers to a function in the service system;
determining whether the target terminal is compatible with the target function or not according to the user request and the target compatibility rule set;
and returning data to the target terminal according to whether the target terminal is compatible with the target function.
2. The method according to claim 1, wherein the step of pulling a compatibility rule set corresponding to each function included in the service system from the terminal function compatibility management system comprises:
in the process of starting the service system, pulling a compatibility rule set corresponding to each function from the terminal function compatibility management system;
and/or the presence of a gas in the gas,
and in the operation process of the service system, regularly pulling a compatibility rule set corresponding to each function from the terminal function compatibility management system.
3. The method according to claim 1, wherein the determining whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set comprises:
analyzing target terminal model data from the user request, wherein the target terminal model data comprise attribute values respectively corresponding to at least one attribute of the target terminal;
and matching the target terminal model data with the target compatibility rule set, and determining whether the target terminal is compatible with the target function according to a matching result.
4. The method according to claim 3, wherein the matching the target model data with the target compatibility rule set and determining whether the target terminal is compatible with the target function according to a matching result comprises:
traversing the compatibility rules in the target compatibility rule set according to a preset sequence, matching the currently traversed compatibility rules with the target terminal model data, if the matching is successful, determining that the target terminal is compatible with the target function, and if the matching is failed, traversing the next compatibility rule;
after the traversal is finished, if all the compatibility rules in the target compatibility rule set fail to be matched with the target terminal model data, the target terminal is determined to be incompatible with the target function.
5. The method according to claim 3, wherein the determining the compatibility rule set corresponding to the target function from the compatibility rule sets corresponding to the respective functions comprises:
analyzing the target function model data from the user request to determine the target function based on the analyzed target function model data, wherein the target function model data is model data describing the target function;
and determining a compatibility rule set corresponding to the target function from the compatibility rule sets corresponding to the functions respectively.
6. The terminal function compatibility control method according to claim 5, wherein the terminal function compatibility management system includes: the system comprises an access interface layer, a function management module, a terminal model management module, a rule management module and a rule execution engine;
the access interface layer is used for providing an interface for the business system to pull the compatibility rule from the terminal function compatibility management system;
the function management module is used for managing the model data of each function contained in the service system;
the terminal model management module is used for managing model data of each terminal;
the rule management module is used for managing the compatibility rules, returning the pulled compatibility rules to the service system, calling an analyzer of the rule execution engine to analyze, verify and test the new compatibility rules when the new compatibility rules are detected, and dividing the new compatibility rules into corresponding compatibility rule sets when the verification and the test run pass;
and the rule execution engine is used for analyzing, verifying and commissioning the new compatibility rule through the analyzer.
7. The method according to claim 6, wherein any compatibility rule is a SPEL expression composed of a terminal attribute, a relational operator, and a target attribute value, and the rule management module stores the terminal attribute, the relational operator, and the target attribute value included in the compatibility rule in correspondence when storing any compatibility rule;
the method for pulling the compatibility rule set corresponding to each function included in the service system from the terminal function compatibility management system comprises the following steps:
pulling the terminal attribute, the relational operator and the target attribute value which respectively correspond to each function from the rule management module, and processing the terminal attribute, the relational operator and the target attribute value which respectively correspond to each function into a compatibility rule set which respectively corresponds to each function;
when a user request that a target terminal requests to confirm whether a target function is compatible with the target function is received, determining a compatibility rule set corresponding to the target function from compatibility rule sets corresponding to the functions respectively, taking the compatibility rule set corresponding to the target function as a target compatibility rule set, determining whether the target terminal is compatible with the target function according to the user request and the target compatibility rule set, and returning data to the target terminal according to whether the target terminal is compatible with the target function, the method comprises the following steps:
when a user request that a target terminal requests to confirm whether the target terminal is compatible with a target function is received, a SPEL actuator in an SDK tool kit is used for determining a compatibility rule set corresponding to the target function from compatibility rule sets corresponding to the functions respectively, the compatibility rule set corresponding to the target function is used as a target compatibility rule set, whether the target terminal is compatible with the target function is determined according to the user request and the target compatibility rule set, and data are returned to the target terminal according to whether the target terminal is compatible with the target function.
8. A terminal function compatibility control apparatus, comprising: the device comprises a rule pulling module, a rule set determining module, a compatibility judging module and a response data returning module;
the rule pulling module is used for pulling a compatibility rule set corresponding to each function contained in a business system from a terminal function compatibility management system, wherein the compatibility rule set corresponding to any function comprises at least one compatibility rule, any compatibility rule comprises a compatibility comparison logic consisting of a terminal attribute and a target attribute value, and the terminal attribute refers to the attribute of a terminal compatible with the function corresponding to the compatibility rule;
the rule set determining module is used for determining a compatibility rule set corresponding to a target function from compatibility rule sets corresponding to each function respectively when a user request that a target terminal request confirms whether the user request is compatible with the target function is received, and taking the compatibility rule set corresponding to the target function as a target compatibility rule set, wherein the target function refers to a function in the service system;
the compatibility judging module is used for determining whether the target terminal is compatible with the target function or not according to the user request and the target compatibility rule set;
and the response data returning module is used for returning data to the target terminal according to whether the target terminal is compatible with the target function or not.
9. A terminal function compatibility control device is characterized by comprising a memory and a processor;
the memory is used for storing programs;
the processor, which executes the program, implements the steps of the terminal function compatibility control method according to any one of claims 1 to 7.
10. A readable storage medium on which a computer program is stored, the computer program, when being executed by a processor, implementing the steps of the terminal function compatibility control method according to any one of claims 1 to 7.
CN202210926865.5A 2022-08-03 2022-08-03 Terminal function compatibility control method, device, equipment and medium Pending CN115291945A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210926865.5A CN115291945A (en) 2022-08-03 2022-08-03 Terminal function compatibility control method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210926865.5A CN115291945A (en) 2022-08-03 2022-08-03 Terminal function compatibility control method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN115291945A true CN115291945A (en) 2022-11-04

Family

ID=83825410

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210926865.5A Pending CN115291945A (en) 2022-08-03 2022-08-03 Terminal function compatibility control method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN115291945A (en)

Similar Documents

Publication Publication Date Title
CN110221872B (en) Page jump method and device, electronic equipment and storage medium
US7949569B2 (en) Distributed device information management system as a distributed information repository system
US11138645B2 (en) Virtualized services discovery and recommendation engine
CN111143207B (en) Method for checking model training notice and training log at mobile terminal
CN109445841B (en) Interface document management method, device, server and storage medium
CN110381101A (en) API gateway control system, control method, equipment and medium
CN103634393A (en) IVR (interactive voice response) and realization method thereof
CN110955409B (en) Method and device for creating resources on cloud platform
CN107426588B (en) Method, system and storage device for acquiring television set configuration information
US11422917B2 (en) Deriving software application dependency trees for white-box testing
CN106990974B (en) APP updating method and device and electronic equipment
CN109032693B (en) Method and device for loading display information, electronic equipment and readable storage medium
CN107239303B (en) Application program update package generation method and device and application program update method and device
US10929121B2 (en) Method, device and related system for dynamically repairing application
CN113485927A (en) Test data generation method, device, equipment and storage medium
CN112395339A (en) Method and device for checking data access between systems, computer equipment and storage medium
CN105653341A (en) Method, device and system for upgrading network invoice client
CN115291945A (en) Terminal function compatibility control method, device, equipment and medium
CN114721681A (en) Configuration file updating method, device, equipment and storage medium
CN114461223A (en) Code generation method and device and terminal equipment
CN114489674A (en) Data verification method and device of dynamic data model
CN105610908B (en) A kind of samba service implementing method and system based on Android device
CN111026466A (en) File processing method and device, computer readable storage medium and electronic equipment
US20240152356A1 (en) Automated developer configuration tool
KR101249449B1 (en) Apparatus for web platform verification tool and control method thereof

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