CN108287752B - Terminal-oriented task scheduling method and system, storage medium and electronic equipment - Google Patents

Terminal-oriented task scheduling method and system, storage medium and electronic equipment Download PDF

Info

Publication number
CN108287752B
CN108287752B CN201711464391.2A CN201711464391A CN108287752B CN 108287752 B CN108287752 B CN 108287752B CN 201711464391 A CN201711464391 A CN 201711464391A CN 108287752 B CN108287752 B CN 108287752B
Authority
CN
China
Prior art keywords
protocol
calling
task
terminal
module
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
CN201711464391.2A
Other languages
Chinese (zh)
Other versions
CN108287752A (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 Dasouche Auto Service Co ltd
Original Assignee
Hangzhou Dasouche Auto Service 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 Dasouche Auto Service Co ltd filed Critical Hangzhou Dasouche Auto Service Co ltd
Priority to CN201711464391.2A priority Critical patent/CN108287752B/en
Publication of CN108287752A publication Critical patent/CN108287752A/en
Application granted granted Critical
Publication of CN108287752B publication Critical patent/CN108287752B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system

Abstract

The invention provides a terminal-oriented task scheduling method, which comprises the steps of acquiring a task protocol, wherein a terminal-oriented task scheduling system uniformly acquires the task calling protocols of a plurality of protocol callers; analyzing a protocol, namely analyzing the task calling protocol by a task scheduling system facing a terminal according to a protocol specification, and extracting a plurality of field values in the task calling protocol; and executing a protocol, wherein the task scheduling system facing the terminal calls a corresponding protocol implementation party to execute the task calling protocol according to the field value. The invention also relates to a task scheduling system, a storage medium and electronic equipment facing the terminal. The invention adopts a unified task scheduling system to distribute and process tasks, and the realization mode is quickly and conveniently switched by protocol dependence; the invention is compatible with URI specification, can be used in more channels and has wide compatibility.

Description

Terminal-oriented task scheduling method and system, storage medium and electronic equipment
Technical Field
The present invention relates to a sound system, and in particular, to a task scheduling method and system for a terminal.
Background
A mature system is often composed of multiple parts organically combined. As a terminal application, it is formed by combining various technologies, and the implementation modes are different for different terminal systems (Windows, Mac, Linux, Android, iOS). In view of the diversity of terminal technologies, when a server or a web page needs to use a certain function of a terminal, there is often no effective solution. In the face of terminals, particularly mobile terminals, increasingly faster publishing rhythm and complex and variable service requirements, along with the expansion of software projects and the gradual increase of the used technologies, mutual calling among all the technologies is more and more, as shown in fig. 1, other technologies can be mutually called at a client side basically except that Android and iOS do not have mutual calling, so that a software side needs to develop protocol corresponding relations aiming at each group of corresponding relations, repeated development and low efficiency are caused, the requirement of updating and upgrading of a fast-paced mobile side cannot be met, and a mode capable of uniformly scheduling functions and call-back or a uniform scheduling center is urgently needed for distributing and processing tasks.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention aims to provide a task scheduling method and a task scheduling system facing a terminal, the invention adopts a unified task scheduling system to distribute and process tasks, and realizes the quick and convenient switching of an implementation mode through protocol dependence; the invention is compatible with URI specification, can be used in more channels and has wide compatibility.
The invention provides a terminal-oriented task scheduling method, which comprises the following steps:
acquiring a task protocol, namely uniformly acquiring the task calling protocols of a plurality of protocol calling parties by a terminal-oriented task scheduling system;
analyzing a protocol, namely analyzing the task calling protocol by a task scheduling system facing a terminal according to a protocol specification, and extracting a plurality of field values in the task calling protocol;
and executing a protocol, wherein the task scheduling system facing the terminal calls a corresponding protocol implementation party to execute the task calling protocol according to the field value.
Further, the method also comprises the following steps: and (4) protocol parameter checking, namely checking the quantity, the type, the existence and the calling authority of parameters in the protocol.
Further, the method also comprises the following steps: and converting the protocol parameters, and if the parameter types of the protocol realizing party and the protocol calling party are not consistent, converting the parameter type of the task calling protocol into the parameter type facing the protocol realizing party.
Further, the method also comprises the following steps: and inquiring a protocol, searching whether the task calling protocol is realized, if so, collecting a plurality of versions of which the task calling protocol is realized, and sequencing according to the version priority.
Further, the step protocol execution also comprises execution feedback, an execution result of the task calling protocol executed by the protocol implementation party is inquired, if the execution exception is caught, the realized version of the task calling protocol with the priority level reduced by one level is selected, and the step protocol analysis is skipped; and if the execution exception is not captured, sending the task calling protocol execution result to call back to a protocol calling party.
Further, the protocol specification is compliant with the URI specification.
An electronic device comprising a processor; a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for performing a terminal-oriented task scheduling method.
A computer-readable storage medium having stored thereon a computer program for executing by a processor a terminal-oriented task scheduling method.
The terminal-oriented task scheduling system comprises a protocol acquisition module, a protocol analysis module and a protocol execution module;
the protocol acquisition module is used for acquiring task calling protocols of a plurality of protocol calling parties;
the protocol analysis module is used for analyzing and extracting field values in the task calling protocol according to protocol specifications;
and the protocol execution module is used for calling a corresponding protocol implementation party to execute the task calling protocol according to the field value.
Furthermore, the terminal-oriented task scheduling system further comprises a protocol parameter detection module, a protocol parameter conversion module, a protocol priority decision module, a protocol collection module, a protocol feedback module and a protocol cleaning module;
the protocol parameter detection module is used for carrying out parameter verification on the task calling protocol, and the parameter verification comprises parameter quantity inspection, parameter type inspection, optional parameter existence verification and calling authority verification;
the protocol parameter conversion module is used for matching protocol parameter types in the protocol calling party and the protocol realizing party;
the protocol priority decision module is used for deciding the priority of the calling authority, wherein the Native protocol of a protocol calling party is higher than a real Native protocol, and the real Native protocol is higher than an Html 5 protocol;
the protocol collection module is used for collecting the versions which realize the task calling protocol and sequencing the versions according to the version priority;
the protocol feedback module is used for judging whether the task calling protocol is abnormal in execution or not, selecting a version of the task calling protocol with a priority level reduced by one level if the execution abnormality is caught, and sending the version to the protocol analysis module for protocol analysis; if the execution abnormity is not captured, sending the task calling protocol execution result to call back to a protocol calling party;
and the protocol cleaning module is used for calling and cleaning the task calling protocol which executes the task calling protocol execution result callback.
Compared with the prior art, the invention has the beneficial effects that:
the invention provides a terminal-oriented task scheduling method, which comprises the steps of acquiring a task protocol, wherein a terminal-oriented task scheduling system uniformly acquires the task calling protocols of a plurality of protocol callers; analyzing a protocol, namely analyzing the task calling protocol by a task scheduling system facing a terminal according to a protocol specification, and extracting a plurality of field values in the task calling protocol; and executing a protocol, wherein the task scheduling system facing the terminal calls a corresponding protocol implementation party to execute the task calling protocol according to the field value. The invention adopts a protocol dependence, quick and convenient switching implementation mode, which makes the following scenes convenient:
1. allowing a server to specify a processing program after a certain button on a page is clicked;
2. allowing the server to specify a handler after the push notification is clicked;
3. when opening the html 5 page in the external browser, using the simple component provided by html 5; but the same page is opened in the App, the code is not required to be modified, and the switching is automatically carried out to a component which is realized in the App and has better experience.
4. When a higher priority component (usually a Native component) frequently crashes for some reason, the component can be automatically demoted to a lower priority component (a real Native component or an Html 5 component);
5. the decoupling between the modules is thorough, and the modules can be reconstructed and switched at any time.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood and to implement them in accordance with the contents of the description, the following detailed description is given with reference to the preferred embodiments of the present invention and the accompanying drawings. The detailed description of the present invention is given in detail by the following examples and the accompanying drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a diagram illustrating task scheduling for a terminal in the prior art;
FIG. 2 is a schematic diagram of task scheduling using the terminal-oriented task scheduling system of the present invention;
FIG. 3 is a schematic flow chart of a terminal-oriented task scheduling method according to the present invention;
FIG. 4 is a diagram of a terminal-oriented task scheduling system framework according to the present invention.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
As shown in fig. 3, the terminal-oriented task scheduling method includes the following steps:
acquiring a task protocol, namely uniformly acquiring the task calling protocols of a plurality of protocol calling parties by a terminal-oriented task scheduling system; as shown in fig. 2, the protocol caller includes a server, Html 5, Android, IOS, and fact Native, and the protocol caller unifies and summarizes the task calling protocols to the task scheduling system facing the terminal; the protocol implementation party, namely a system implementation platform of the terminal equipment, comprises Android, IOS and read Native.
Analyzing a protocol, namely analyzing a task calling protocol by a task scheduling system facing a terminal according to a protocol specification, and extracting a plurality of field values in the task calling protocol; the protocol specification is an extended convention of the compatible URI specification (RFC 3986), and describes called modules, methods and transmitted parameters in a string manner.
And executing the protocol, wherein the task scheduling system facing the terminal calls a corresponding protocol implementation party to execute the task calling protocol according to the field value. The correspondence between the URI and the protocol specification is shown in table 1:
TABLE 1 corresponding relationship table of URI and protocol specification
Figure BDA0001530843270000051
Figure BDA0001530843270000061
Wherein, for example, only host is used in authority [ userinfo "@" ] host [ ": port ], and userinfo and port are not used, which are selectable items but not essential items in URI;
appName: a name representing the name of app, consisting of full lower case english letters;
methodName: the name of the module method to be called is shown, and the name of the module method is one and only one;
moduleNames: the module name indicating the module method field is? The foregoing may be plural, for example, when plural module names exist, it means that the same-name method of plural modules is called in sequence;
params: is, as in the query part specification of the URI? The latter contents are expressed in a key-value pair mode, and data and dictionaries of any hierarchy are comprehensively supported; in particular, when a key in params is homonymous to the module name, the parameter will only be passed to the homonym module;
implementation type: the representation is used to specify that the protocol must be opened by a specified implementation, typically based on the priority of the implementation.
For example, 1, open a module userinfo without parameters as "app 1: // open/userinfo ", where the open method of the userinfo module will receive this request without parameters;
2. open the checkout counter and set the payment amount to 100 dollars "app 2: where the open method of the paymentmodule will receive the request, which carries an amount parameter with a value of 100.00,;
3. opens the wallet home page and requires a real name authentication of "app 3:// open/wallet/authentication n? The authentication [ userId ] ═ 533 ", where the open method of the wallet module will receive this request without parameters, and at the same time the open method of the authentication module will receive this request with a userId parameter, with a value of 533;
4. opening a picture browser, and transmitting an array of 'app 4:// open/photo viewer file [ ] ═ pi cture1.jpg & file [ ] ═ picture2.jpg & file [ ] ═ picture3. jpg';
5. turning on the Baidu with the APP5 built-in browser and transmitting the embedded point information to the server as "APP 5:// open/webv/DataEmbodidingwebv [ url ] -/http% 3 a% 2 f% 2 fwwww.baidu.com & DataEmbedding [ typeId ] -openWebv & DataEmbedding [ val ] [ url ] -/tp% 3 a% 2 f% 2 fww.bai du.com & DataEmbedding [ val ] [ time ] -169934109" or "APP 5:// open/webv/DataEmbeddingurl ] -/http% 3 a% 2 f% 2 fwwwww.baidu.com & DataEmbedded [ val ] -% 169934109" in a simple manner, or in a simple manner, but not receiving the parameter of "APP 5:// open/webv/DataEmbeddingurl ] -% 3 a% 2 f% 2 fwwwwwwwudu.baidu.3 typeId &3 # http [% 2 ] as the parameter, but not receiving the parameter of each command 169934109.
In an embodiment, the terminal-oriented task scheduling method further includes the steps of: checking protocol parameters, namely checking the number and the type of the parameters, the existence of the optional parameters and the calling authority in the protocol; specifically, the protocol parameter check further includes the steps of: and converting the protocol parameters, namely converting the parameter types of the task calling protocol into the parameter types facing the protocol implementation party if the parameter types of the protocol implementation party and the protocol calling party are inconsistent.
In an embodiment, the terminal-oriented task scheduling method further includes the steps of: and inquiring the protocol, searching whether the task calling protocol is realized, if so, collecting a plurality of versions of which the task calling protocol is realized, and sequencing according to the priority of the versions. The Native protocol of the protocol calling party is higher than the React Native protocol, and the React Native protocol is higher than the Html 5 protocol.
In one embodiment, the step protocol execution further comprises execution feedback, an execution result of the execution task calling protocol of the protocol implementation party is inquired, if the execution abnormity is captured, the realized version of the task calling protocol with the priority level reduced by one level is selected, and the step protocol analysis is skipped; and if the execution exception is not captured, sending a task calling protocol execution result to call back to the protocol calling party.
An electronic device comprising a processor; a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for executing the terminal-oriented task scheduling method. A computer-readable storage medium having stored thereon a computer program for executing by a processor a terminal-oriented task scheduling method.
A terminal-oriented task scheduling system, as shown in fig. 4, includes a protocol acquisition module, a protocol analysis module, and a protocol execution module;
the protocol acquisition module is used for acquiring task calling protocols of a plurality of protocol calling parties;
the protocol analysis module is used for analyzing and extracting field values in the task calling protocol according to the protocol specification;
and the protocol execution module is used for calling the corresponding protocol implementation party to execute the task calling protocol according to the field value.
In an embodiment, as shown in fig. 4, the terminal-oriented task scheduling system further includes a protocol parameter detection module, a protocol parameter conversion module, a protocol priority decision module, a protocol collection module, a protocol feedback module, and a protocol cleaning module; wherein:
the protocol parameter detection module is used for carrying out parameter verification on the task calling protocol, and the parameter verification comprises parameter quantity inspection, parameter type inspection, optional parameter existence verification and calling authority verification;
the protocol parameter conversion module is used for matching protocol parameter types in the protocol calling party and the protocol realizing party;
the protocol priority decision module is used for deciding the priority of the calling authority, wherein the Native protocol of the protocol calling party is higher than the React Native protocol, and the React Native protocol is higher than the Html 5 protocol;
the protocol collection module is used for collecting the versions of the realized task calling protocols and sequencing the versions according to the version priority;
the protocol feedback module is used for judging whether the task calling protocol is abnormal in execution or not, selecting a version of the task calling protocol with a priority level reduced by one level if the execution abnormality is caught, and sending the version to the protocol analysis module for protocol analysis; if the execution abnormity is not captured, sending a task calling protocol execution result to call back to a protocol calling party;
and the protocol cleaning module is used for calling and cleaning the task calling protocol for calling and cleaning the execution result of the executed task calling protocol. And informing an execution result in an asynchronous or synchronous mode, and if the protocol is called by a cross-container, realizing cross-language communication and type conversion by the container.
Generally, APP is divided into Native and container parts, where a container is an operating environment provided for other technologies, such as React Native and Html 5, and thus there are multiple containers within APP provided for use by different technologies; when APP packaging or starting for the first time, the task scheduling system facing the terminal can automatically collect the protocol realized by the original technology, and all containers are required to be collected and returned to the protocol realized by the self technology. After the protocol sets of the Native and the container are collected, the priority decision module can realize the priority ordering protocol with the Native protocol higher than the React Native protocol and the React Native protocol higher than the Html 5 protocol; and then, when the protocol is executed each time, the protocol implementation with the highest priority is given in priority, and if the execution abnormity is captured in the execution process, the automatic degradation is carried out, and the protocol implementation with the lower priority is realized by using the protocol with the first level.
The invention adopts a protocol dependence, quick and convenient switching implementation mode, which makes the following scenes convenient:
1. allowing a server to specify a processing program after a certain button on a page is clicked;
2. allowing the server to specify a handler after the push notification is clicked;
3. when opening the html 5 page in the external browser, using the simple component provided by html 5; but the same page is opened in the App, the code is not required to be modified, and the switching is automatically carried out to a component which is realized in the App and has better experience.
4. When a higher priority component (usually a Native component) frequently crashes for some reason, the component can be automatically demoted to a lower priority component (a real Native component or an Html 5 component);
5. the decoupling between the modules is thorough, and the modules can be reconstructed and switched at any time.
The foregoing is merely a preferred embodiment of the invention and is not intended to limit the invention in any manner; those skilled in the art can readily practice the invention as shown and described in the drawings and detailed description herein; however, those skilled in the art should appreciate that they can readily use the disclosed conception and specific embodiments as a basis for designing or modifying other structures for carrying out the same purposes of the present invention without departing from the scope of the invention as defined by the appended claims; meanwhile, any changes, modifications, and evolutions of the equivalent changes of the above embodiments according to the actual techniques of the present invention are still within the protection scope of the technical solution of the present invention.

Claims (8)

1. The task scheduling method facing the terminal is characterized by comprising the following steps:
acquiring a task protocol, namely uniformly acquiring the task calling protocols of a plurality of protocol calling parties by a terminal-oriented task scheduling system;
analyzing a protocol, namely analyzing the task calling protocol by a task scheduling system facing a terminal according to a protocol specification, and extracting a plurality of field values in the task calling protocol;
executing a protocol, wherein a task scheduling system facing a terminal calls a corresponding protocol implementation party to execute the task calling protocol according to the field value; further comprising the steps of:
and inquiring a protocol, namely searching whether the task calling protocol is realized, if so, collecting a plurality of versions of which the task calling protocol is realized, and sequencing according to version priority, wherein the Native protocol of a protocol calling party is higher than a read Native protocol, and the read Native protocol is higher than an Html 5 protocol.
2. The terminal-oriented task scheduling method of claim 1, further comprising the steps of: and (4) protocol parameter checking, namely checking the quantity, the type, the existence and the calling authority of parameters in the protocol.
3. The terminal-oriented task scheduling method of claim 2, further comprising the steps of: and converting the protocol parameters, and if the parameter types of the protocol realizing party and the protocol calling party are not consistent, converting the parameter type of the task calling protocol into the parameter type facing the protocol realizing party.
4. The terminal-oriented task scheduling method of claim 1, wherein: the step protocol execution also comprises execution feedback, an execution result of the protocol implementation party for executing the task calling protocol is inquired, if the execution abnormity is captured, the realized version of the task calling protocol with the priority level reduced by one level is selected, and the step protocol analysis is skipped; and if the execution exception is not captured, sending the task calling protocol execution result to call back to a protocol calling party.
5. A terminal-oriented task scheduling method according to any of claims 1-4, characterized by: the protocol specification is compliant with the URI specification.
6. An electronic device, characterized by comprising: a processor;
a memory; and a program, wherein the program is stored in the memory and configured to be executed by the processor, the program comprising instructions for carrying out the method of claim 1.
7. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program is executed by a processor for performing the method as claimed in claim 1.
8. The task scheduling system facing the terminal is characterized in that: the system comprises a protocol acquisition module, a protocol analysis module and a protocol execution module;
the protocol acquisition module is used for acquiring task calling protocols of a plurality of protocol calling parties;
the protocol analysis module is used for analyzing and extracting field values in the task calling protocol according to protocol specifications;
the protocol execution module is used for calling a corresponding protocol implementation party to execute the task calling protocol according to the field value; the terminal-oriented task scheduling system also comprises a protocol parameter detection module, a protocol parameter conversion module, a protocol priority decision module, a protocol collection module, a protocol feedback module and a protocol cleaning module;
the protocol parameter detection module is used for carrying out parameter verification on the task calling protocol, and the parameter verification comprises parameter quantity inspection, parameter type inspection, optional parameter existence verification and calling authority verification;
the protocol parameter conversion module is used for matching protocol parameter types in the protocol calling party and the protocol realizing party;
the protocol priority decision module is used for deciding the priority of the calling authority, wherein the Native protocol of a protocol calling party is higher than a real Native protocol, and the real Native protocol is higher than an Html 5 protocol;
the protocol collection module is used for collecting the versions of the task calling protocols, and sequencing the versions according to the version priority;
the protocol feedback module is used for judging whether the task calling protocol is abnormal in execution or not, selecting a version of the task calling protocol with a priority level reduced by one level if the execution abnormality is caught, and sending the version to the protocol analysis module for protocol analysis; if the execution abnormity is not captured, sending the task calling protocol execution result to call back to a protocol calling party;
and the protocol cleaning module is used for calling and cleaning the task calling protocol which executes the task calling protocol execution result callback.
CN201711464391.2A 2017-12-28 2017-12-28 Terminal-oriented task scheduling method and system, storage medium and electronic equipment Active CN108287752B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711464391.2A CN108287752B (en) 2017-12-28 2017-12-28 Terminal-oriented task scheduling method and system, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711464391.2A CN108287752B (en) 2017-12-28 2017-12-28 Terminal-oriented task scheduling method and system, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN108287752A CN108287752A (en) 2018-07-17
CN108287752B true CN108287752B (en) 2021-01-26

Family

ID=62819815

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711464391.2A Active CN108287752B (en) 2017-12-28 2017-12-28 Terminal-oriented task scheduling method and system, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN108287752B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112148593B (en) * 2020-09-01 2024-04-19 杭州大搜车汽车服务有限公司 Test case management method, device and equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1956446A (en) * 2005-10-27 2007-05-02 北京航空航天大学 Web service process system and method based on layered structure
CN101267441A (en) * 2008-04-23 2008-09-17 北京航空航天大学 A realization method and platform for C/S and B/S mixed architecture mode
US9596357B1 (en) * 2014-10-01 2017-03-14 Netzer Ruperto Phone activity tracking device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1956446A (en) * 2005-10-27 2007-05-02 北京航空航天大学 Web service process system and method based on layered structure
CN101267441A (en) * 2008-04-23 2008-09-17 北京航空航天大学 A realization method and platform for C/S and B/S mixed architecture mode
US9596357B1 (en) * 2014-10-01 2017-03-14 Netzer Ruperto Phone activity tracking device

Also Published As

Publication number Publication date
CN108287752A (en) 2018-07-17

Similar Documents

Publication Publication Date Title
WO2017083207A1 (en) Digital assistant setting up device
CN112463144B (en) Distributed storage command line service method, system, terminal and storage medium
CN109271359B (en) Log information processing method and device, electronic equipment and readable storage medium
CN111782546B (en) Automatic interface testing method and device based on machine learning
CN105260273B (en) A kind of test method and device of intelligent electronic device
CN111447102A (en) SDN network device access method and device, computer device and storage medium
WO2019051948A1 (en) Method, apparatus, server, and storage medium for processing monitoring data
CN114090366A (en) Method, device and system for monitoring data
CN112328458A (en) Data processing method and device based on flink data engine
WO2015187001A2 (en) System and method for managing resources failure using fast cause and effect analysis in a cloud computing system
CN113867600A (en) Development method and device for processing streaming data and computer equipment
CN115329170A (en) Webpage crawling method, device, equipment and storage medium
CN108287752B (en) Terminal-oriented task scheduling method and system, storage medium and electronic equipment
CN110881224B (en) Network long connection method, device, equipment and storage medium
CN114579194A (en) Spring remote call-based exception handling method and system
CN109783284A (en) Information acquisition method, system and server, computer readable storage medium
CN113656357A (en) File management method, device, system and storage medium
CN111376255B (en) Robot data acquisition method and device and terminal equipment
KR20170122874A (en) Apparatus for managing log of application based on data distribution service
CN110806967A (en) Unit testing method and device
CN113760693A (en) Method and apparatus for local debugging of microservice systems
CN112241332B (en) Interface compensation method and device
CN108459940B (en) Configuration information modification method and device of application performance management system and electronic equipment
CN108288135B (en) System compatibility method and device, computer readable storage medium and electronic equipment
CN112988528B (en) Log processing method, device and container group

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