CN109617997B - Service request matching method and device and computer readable storage medium - Google Patents

Service request matching method and device and computer readable storage medium Download PDF

Info

Publication number
CN109617997B
CN109617997B CN201910010407.5A CN201910010407A CN109617997B CN 109617997 B CN109617997 B CN 109617997B CN 201910010407 A CN201910010407 A CN 201910010407A CN 109617997 B CN109617997 B CN 109617997B
Authority
CN
China
Prior art keywords
service
request
processor
service processing
matching
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
CN201910010407.5A
Other languages
Chinese (zh)
Other versions
CN109617997A (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.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201910010407.5A priority Critical patent/CN109617997B/en
Publication of CN109617997A publication Critical patent/CN109617997A/en
Application granted granted Critical
Publication of CN109617997B publication Critical patent/CN109617997B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a device for matching service requests and a computer readable storage medium, comprising the following steps: when a service request sent by a terminal is received, a request path in the service request is obtained; obtaining a service processing method corresponding to the service request according to the request path and the data dictionary; and processing the service request according to the service processing method to obtain a service processing result and sending the service processing result to the terminal. The invention can acquire the request content in the service request path and acquire the corresponding service processor information in the data dictionary according to the request content, thereby solving the problem that the server cannot quickly locate the service processor corresponding to the request content in the request path, thereby causing the service processing speed to be slower.

Description

Service request matching method and device and computer readable storage medium
Technical Field
The present invention relates to the field of mobile communications, and in particular, to a method and an apparatus for matching service requests, and a computer-readable storage medium.
Background
With the development of economy and the establishment of policies, more and more network platforms are provided, most of the platforms are built through a Java Web technology, and after a mobile terminal of a user initiates a service request based on a front-end page of the platform, the service request is sent to a background server, and the server processes the service request.
In the background system, the service processors of service requests at the control layer reach hundreds, and each time a service request reaches a server, the server cannot be quickly positioned to the service processor corresponding to the request content in the request path, so that the service processing speed is low.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a service request matching method, a service request matching device and a computer readable storage medium, and aims to solve the problem that a server cannot be quickly positioned to a service processor corresponding to request content in a request path, so that the service processing speed is low.
In order to achieve the above object, the present invention provides a method for matching service requests, which comprises the following steps:
when a service request sent by a terminal is received, a request path in the service request is obtained;
obtaining a service processing method corresponding to the service request according to the request path and the data dictionary;
and processing the service request according to the service processing method to obtain a service processing result and sending the service processing result to the terminal.
Preferably, the step of obtaining the service processing method corresponding to the service request according to the request path and the data dictionary includes:
acquiring the data dictionary, and acquiring service processor information corresponding to the request path according to the data dictionary;
acquiring a service processor according to the service processor information;
and acquiring the service processing method according to the request path and the service processor.
Preferably, the step of obtaining the service processing method corresponding to the service request according to the request path and the data dictionary includes:
acquiring a service processing layer corresponding to the request path in the service processor;
and acquiring the service processing method according to the service processing layer and the request path.
Preferably, the step of obtaining the service processor information corresponding to the request path according to the data dictionary includes:
acquiring request content in the request path;
and acquiring the information of the service processor according to the data dictionary and the request content.
Preferably, before the step of obtaining the request path in the service request, the method further includes:
acquiring a plurality of mapping relations between the request path and the service processor;
and storing a plurality of mapping relations to the data dictionary.
Preferably, after the step of processing the service request according to the service processing method, obtaining a service processing result and sending the service processing result to the terminal, the method further includes:
and when the service processing result is not obtained, outputting prompt information of the service processing result which is not obtained.
In addition, in order to achieve the above object, the present invention further provides a service request matching device, where the service request matching device includes a processor, a memory, and a service request matching program stored in the memory and operable on the processor, and when the service request matching program is executed by the processor, the method for matching service requests as described above is implemented.
In addition, to achieve the above object, the present invention further provides a computer-readable storage medium, which stores thereon a service request matching program, and when the service request matching program is executed by a processor, the method for matching service requests as described above is implemented.
The method, the device and the computer readable storage medium for matching the service request provided by the invention are characterized in that firstly, when the service request sent by a terminal is received, a request path in the service request is obtained, then, a service processing method corresponding to the service request is obtained according to the request path and a data dictionary, and finally, the service request is processed according to the service processing method, a service processing result is obtained and sent to the terminal. The invention can acquire the request content in the service request path and acquire the corresponding service processor information in the data dictionary according to the request content, thereby solving the problem that the server cannot quickly locate the service processor corresponding to the request content in the request path, thereby causing the service processing speed to be slower.
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 specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
fig. 1 is a schematic hardware structure diagram of a service request matching apparatus according to an embodiment of the present invention;
fig. 2 is a flowchart illustrating a first embodiment of a service request matching method according to the present invention;
fig. 3 is a flowchart illustrating a second embodiment of a service request matching method according to the present invention;
fig. 4 is a flowchart illustrating a third embodiment of a service request matching method according to the present invention;
fig. 5 is a flowchart illustrating a fourth embodiment of a service request matching method according to the present invention;
fig. 6 is a flowchart illustrating a fifth embodiment of a service request matching method according to the present invention;
fig. 7 is a flowchart illustrating a sixth embodiment of a service request matching method according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The main solution of the embodiment of the invention is as follows: when a service request sent by a terminal is received, a request path in the service request is obtained; obtaining a service processing method corresponding to the service request according to the request path and the data dictionary; and processing the service request according to the service processing method to obtain a service processing result and sending the service processing result to the terminal.
In the background system, the service processors of service requests at the control layer reach hundreds, and each time a service request reaches a server, the server cannot be quickly positioned to the service processor corresponding to the request content in the request path, so that the service processing speed is low.
The invention provides a solution, firstly, when receiving a service request sent by a terminal, acquiring a request path in the service request; then, obtaining a service processing method corresponding to the service request according to the request path and the data dictionary; and finally, processing the service request according to the service processing method to obtain a service processing result and sending the service processing result to the terminal. The invention can acquire the request content in the service request path and acquire the corresponding service processor information in the data dictionary according to the request content, thereby solving the problem that the server cannot quickly locate the service processor corresponding to the request content in the request path, thereby causing the service processing speed to be slower.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware structure of an apparatus according to an embodiment of the present invention.
Referring to fig. 1, the apparatus may include: a processor 1001, such as a CPU, a memory 1002, a communication bus 1003, and a network interface 1004. The communication bus 1003 is used for implementing connection communication between the components in the device. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1002 may be a high-speed RAM memory or a non-volatile memory (e.g., a disk memory). The memory 1002 may alternatively be a storage device separate from the processor 1001. As shown in fig. 1, the memory 1002, which is a kind of computer storage medium, may include therein an operating system, a network communication module, and a matching program of a service request.
Optionally, the first terminal may further include a camera, a Radio Frequency (RF) circuit, a sensor, an audio circuit, a WiFi module, and the like. Such as light sensors, motion sensors, and other sensors. Specifically, the light sensor may include an ambient light sensor and a proximity sensor, wherein the ambient light sensor may adjust brightness of the display screen according to brightness of ambient light, and the proximity sensor may turn off the display screen and/or backlight when the smart terminal moves to the ear. As one of the motion sensors, the gravity acceleration sensor can detect the magnitude of acceleration in each direction (generally, three axes), can detect the magnitude and direction of gravity when the mobile terminal is stationary, and can be used for applications (such as horizontal and vertical screen switching, related games, magnetometer attitude calibration) for recognizing the attitude of the intelligent terminal, and related functions (such as pedometer and tapping) for vibration recognition; of course, the intelligent terminal may also be configured with other sensors such as a gyroscope, a barometer, a hygrometer, a thermometer, and an infrared sensor, which are not described herein again.
Those skilled in the art will appreciate that the configuration of the device shown in fig. 1 is not intended to be limiting of the device and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
In the hardware involved in the apparatus shown in fig. 1, the network interface 1004 may be configured to receive a service request sent by a mobile terminal, and return a corresponding service processing result to the terminal; and the processor 1001 may be configured to invoke the adaption routine for the service request stored in the memory 1002 and perform the following operations:
when a service request sent by a terminal is received, a request path in the service request is obtained;
obtaining a service processing method corresponding to the service request according to the request path and the data dictionary;
and processing the service request according to the service processing method to obtain a service processing result and sending the service processing result to the terminal.
Further, the processor 1001 may be configured to invoke a matching procedure for the service request stored in the memory 1002, and further perform the following operations:
acquiring the data dictionary, and acquiring service processor information corresponding to the request path according to the data dictionary;
acquiring a service processor according to the service processor information;
and acquiring the service processing method according to the request path and the service processor.
Further, the processor 1001 may be configured to invoke a matching procedure for the service request stored in the memory 1002, and further perform the following operations:
acquiring a service processing layer corresponding to the request path in the service processor;
and acquiring the service processing method according to the service processing layer and the request path.
Further, the processor 1001 may be configured to invoke a matching procedure for the service request stored in the memory 1002, and further perform the following operations:
acquiring request content in the request path;
and acquiring the information of the service processor according to the data dictionary and the request content.
Further, the processor 1001 may be configured to invoke a matching procedure for the service request stored in the memory 1002, and further perform the following operations:
acquiring a plurality of mapping relations between the request path and the service processor;
and storing a plurality of mapping relations to the data dictionary.
Further, the processor 1001 may be configured to invoke a matching procedure for the service request stored in the memory 1002, and further perform the following operations:
and when the service processing result is not obtained, outputting prompt information of the service processing result which is not obtained.
According to the scheme, when a user clicks a button in a front-end page, the terminal generates a service request corresponding to the clicking operation and then sends the service request to the server. The method comprises the steps that when a server receives a service request sent by a terminal, a request path in the service request is obtained, then the request path is processed to obtain request content, a data dictionary is obtained in a memory, service processor information of the request content mapped in the data dictionary is obtained, after the service processor information corresponding to the request content is obtained, a service processor is obtained according to the service processor information, then a service processing layer and a service processing method corresponding to the request content are obtained in the service processor, and finally the service request is processed according to the service processing method to obtain a service processing result and sent to the terminal. And when the service processing result is not obtained, outputting prompt information of the service processing result which is not obtained. And when the service processing result is obtained, outputting prompt information of the obtained service processing result.
Referring to fig. 2, fig. 2 is a first embodiment of a service request matching method according to the present invention, where the service request matching method includes:
step S10, when receiving a service request sent by a terminal, acquiring a request path in the service request;
the method for matching the service request provided by the invention is mainly used for quickly positioning the corresponding service processor according to the request content in the service request path. The terminal related to the service request matching method provided by the invention comprises but is not limited to a mobile phone, a tablet computer, a computer and the like, and related application systems are pre-loaded on the terminal and comprise but not limited to a WeChat public number, an APP or a webpage system and the like.
According to the technical scheme provided by the invention, when a user clicks a button in a front-end page, the terminal generates a service request corresponding to the clicking operation and then sends the service request to the server. The method comprises the steps that when a server receives a service request sent by a terminal, a request path in the service request is obtained. It should be noted that the request path is composed of a protocol, an IP address, a port number, and request content.
Step S20, obtaining a service processing method corresponding to the service request according to the request path and the data dictionary;
in the technical solution provided in this embodiment, the data dictionary stores a plurality of key value pair information, and it can be understood that the key value pair information, for example, "key-value", is that the value information can be obtained by inputting the key value information into the data dictionary.
Further, when a request path is acquired, preprocessing the request path first, removing protocol, IP address, and port number information in the request path, and retaining request content in the request path, where it can be understood that the request content may be used as a key value in a data dictionary, then acquiring the data dictionary in a memory, and acquiring a mapped value in the data dictionary according to the request content, where the value is a service processor corresponding to the request content, and there is service processing layer information corresponding to the request content in the service processor, and then acquiring a service processing method corresponding to the request content through the service processing layer information. It should be noted that the service processing method includes a logic code corresponding to the service request.
And step S30, processing the service request according to the service processing method, obtaining a service processing result and sending the service processing result to the terminal.
In the technical scheme provided by this embodiment, after the service processing method is obtained, the service request is processed according to the service processing method, and a service processing result is obtained and sent to the terminal. And when the service processing result is not obtained, generating and outputting prompt information of the service processing result which is not obtained.
According to the scheme, when a user clicks a button in a front-end page, the terminal generates a service request corresponding to the clicking operation and then sends the service request to the server. The method comprises the steps that when a server receives a service request sent by a terminal, a request path in the service request is obtained, then the request path is processed to obtain request content, a data dictionary is obtained in a memory, service processor information of the request content mapped in the data dictionary is obtained, after the service processor information corresponding to the request content is obtained, a service processor is obtained according to the service processor information, then a service processing layer and a service processing method corresponding to the request content are obtained in the service processor, and finally the service request is processed according to the service processing method to obtain a service processing result and sent to the terminal. And when the service processing result is not obtained, outputting prompt information of the service processing result which is not obtained. And when the service processing result is obtained, outputting prompt information of the obtained service processing result.
The invention can acquire the request content in the service request path and acquire the corresponding service processor information in the data dictionary according to the request content, thereby solving the problem that the server cannot quickly locate the service processor corresponding to the request content in the request path, thereby causing the service processing speed to be slower.
Further, referring to fig. 3, fig. 3 is a second embodiment of the service request matching method according to the present invention, and based on the above embodiment, the step S20 includes:
step S21, acquiring the data dictionary, and acquiring the service processor information corresponding to the request path according to the data dictionary;
step S22, acquiring a service processor according to the service processor information;
step S23, obtaining the service processing method according to the request path and the service processor.
In the technical solution provided in this embodiment, the background control layer includes a plurality of service processors, for example, the login function has a corresponding login service processor; the service A has a service processor corresponding to the service A. After the request content is obtained, the request content can be used as a key value in a data dictionary, then the data dictionary in the memory is obtained, a mapped value is obtained in the data dictionary according to the request content, the value is a service processor corresponding to the request content, and finally the service processing method is obtained according to the request path and the service processor.
The request content is used as the key value in the data dictionary to obtain the mapped service processor information, so that the problem that the server cannot quickly locate the service processor corresponding to the request content in the request path is solved.
Further, referring to fig. 4, fig. 4 is a third embodiment of the matching method for service requests of the present invention, and on the basis of the embodiment shown in fig. 3, the step S23 further includes:
step S231, obtaining a service processing layer corresponding to the request path in the service processor;
step S232, the service processing method is obtained according to the service processing layer and the request path.
In the technical solution provided in this embodiment, the background control layer includes a plurality of service processors, for example, the login function has a corresponding login service processor; the service A has a service processor corresponding to the service A. After the request content is obtained, the request content can be used as a key value in a data dictionary, then the data dictionary in the memory is obtained, a mapped value is obtained in the data dictionary according to the request content, the value is a service processor corresponding to the request content, service processing layer information corresponding to the request content is contained in the service processor, and then the service processing method corresponding to the request content is obtained through the service processing layer information.
The request content is used as the key value in the data dictionary to obtain the mapped service processor information, so that the problem that the server cannot quickly locate the service processor corresponding to the request content in the request path is solved.
Further, referring to fig. 5, fig. 5 is a fourth embodiment of the matching method for service requests of the present invention, and on the basis of the embodiment shown in fig. 3, the step S21 further includes:
step S211, obtaining the request content in the request path;
step S212, obtaining the information of the service processor according to the data dictionary and the request content.
In the technical scheme provided by this embodiment, when a request path is obtained, the request path is preprocessed first to remove information of a protocol, an IP address, and a port number in the request path, and to retain request content in the request path. And then acquiring the information of the service processor according to the data dictionary and the request content.
And preprocessing the request path when the request path is acquired, and inputting more accurate request content as a key value, thereby improving the accuracy of data dictionary matching.
Further, referring to fig. 6, fig. 6 is a fifth embodiment of the matching method for service requests of the present invention, and on the basis of the embodiment shown in fig. 3, before the step S10, the method further includes:
step S40, acquiring a plurality of mapping relations between the request path and the service processor;
and step S50, storing the plurality of mapping relations to the data dictionary.
In the technical solution provided in this embodiment, the data dictionary may store a plurality of mapping relationships between a plurality of request paths and the service processors, so before the system is opened to the outside, mapping relationships between different request contents and different service processors are configured in the data dictionary. It should be noted that only one service processor can be mapped to one request content.
Further, after receiving a mapping relationship configuration file uploaded by a user, acquiring a plurality of mapping relationships between the request path and the service processor, and storing the plurality of mapping relationships in the data dictionary.
And presetting data in the data dictionary so as to avoid that the request content in the input request path is not matched with the corresponding service processor.
Further, referring to fig. 7, fig. 7 is a sixth embodiment of the matching method for service requests of the present invention, and on the basis of the embodiment shown in fig. 2, after the step S30, the method further includes:
and step S60, when the service processing result is not obtained, outputting a prompt message of the service processing result which is not obtained.
In the technical scheme provided by this embodiment, after the service processing method is obtained, the service request is processed according to the service processing method, and a service processing result is obtained and sent to the terminal. And when the service processing result is not obtained, generating and outputting prompt information of the service processing result which is not obtained.
When the service processing result is not obtained, the prompt information of the service processing result is output, so that the user experience is improved.
In order to achieve the above object, the present invention further provides a service request matching device, where the service request matching device includes a processor, a memory, and a service request matching program stored in the memory and capable of running on the processor, and when the service request matching program is executed by the processor, the method for matching service requests as described above is implemented.
To achieve the above object, the present invention further provides a computer-readable storage medium, on which a service request matching program is stored, and the service request matching program, when executed by a processor, implements the steps of the service request matching method as described above.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a television, a mobile phone, a computer, an apparatus, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (6)

1. A method for matching service requests is applied to a server, and comprises the following steps:
when a service request sent by a terminal is received, a request path in the service request is obtained, wherein the request path comprises a protocol, an IP address, a port number and request content;
acquiring a data dictionary and acquiring request content in the request path;
acquiring the service processor information according to the data dictionary and the request content, wherein the data dictionary comprises a mapping relation between the request content and a service processor, and acquiring the service processor information corresponding to the request content based on the data dictionary;
acquiring a service processor according to the service processor information;
acquiring the service processing method according to the request path and the service processor;
and processing the service request according to the service processing method to obtain a service processing result and sending the service processing result to the terminal.
2. The method for matching service requests according to claim 1, wherein the step of obtaining the service processing method according to the request path and the service processor comprises:
acquiring a service processing layer corresponding to the request path in the service processor;
and acquiring the service processing method according to the service processing layer and the request path.
3. The method for matching service requests according to claim 1, wherein the step of obtaining the request path in the service request is preceded by:
acquiring a plurality of mapping relations between the request path and the service processor;
and storing a plurality of mapping relations to the data dictionary.
4. The method for matching service requests according to claim 1, wherein after the step of processing the service request according to the service processing method, obtaining a service processing result and sending the service processing result to the terminal, the method further comprises:
and when the service processing result is not obtained, outputting prompt information of the service processing result which is not obtained.
5. An apparatus for matching service requests, comprising a processor, a memory and a service request matching program stored on the memory and operable on the processor, wherein the service request matching program, when executed by the processor, implements the steps of the service request matching method according to any one of claims 1 to 4.
6. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a matching program of service requests, which when executed by a processor implements the steps of the matching method of service requests according to any one of claims 1 to 4.
CN201910010407.5A 2019-01-02 2019-01-02 Service request matching method and device and computer readable storage medium Active CN109617997B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910010407.5A CN109617997B (en) 2019-01-02 2019-01-02 Service request matching method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910010407.5A CN109617997B (en) 2019-01-02 2019-01-02 Service request matching method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109617997A CN109617997A (en) 2019-04-12
CN109617997B true CN109617997B (en) 2022-01-11

Family

ID=66017965

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910010407.5A Active CN109617997B (en) 2019-01-02 2019-01-02 Service request matching method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109617997B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105450705A (en) * 2014-08-29 2016-03-30 阿里巴巴集团控股有限公司 Service data processing method and apparatus
CN106105098A (en) * 2014-09-25 2016-11-09 华为技术有限公司 Switch and the processing method of service request message
CN106850830A (en) * 2017-02-28 2017-06-13 北京神州绿盟信息安全科技股份有限公司 A kind of service request processing method, device, system and associated server
CN107908603A (en) * 2017-08-04 2018-04-13 上海壹账通金融科技有限公司 Dynamic generation document method and application server
US10009442B2 (en) * 2013-01-07 2018-06-26 Futurewei Technologies, Inc. Contextualized information bus
CN108924210A (en) * 2018-06-27 2018-11-30 杭州贝店科技有限公司 Service request processing method, device, server and storage medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2853074B1 (en) * 2012-04-27 2021-03-24 F5 Networks, Inc Methods for optimizing service of content requests and devices thereof
US10915823B2 (en) * 2016-03-03 2021-02-09 Ricoh Company, Ltd. System for automatic classification and routing
CN108234653A (en) * 2018-01-03 2018-06-29 马上消费金融股份有限公司 Method and device for processing service request

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10009442B2 (en) * 2013-01-07 2018-06-26 Futurewei Technologies, Inc. Contextualized information bus
CN105450705A (en) * 2014-08-29 2016-03-30 阿里巴巴集团控股有限公司 Service data processing method and apparatus
CN106105098A (en) * 2014-09-25 2016-11-09 华为技术有限公司 Switch and the processing method of service request message
CN106850830A (en) * 2017-02-28 2017-06-13 北京神州绿盟信息安全科技股份有限公司 A kind of service request processing method, device, system and associated server
CN107908603A (en) * 2017-08-04 2018-04-13 上海壹账通金融科技有限公司 Dynamic generation document method and application server
CN108924210A (en) * 2018-06-27 2018-11-30 杭州贝店科技有限公司 Service request processing method, device, server and storage medium

Also Published As

Publication number Publication date
CN109617997A (en) 2019-04-12

Similar Documents

Publication Publication Date Title
CN107515764B (en) Application page opening method, terminal and computer readable storage medium
CN107360261B (en) HTTP request processing method and device and electronic equipment
US9754113B2 (en) Method, apparatus, terminal and media for detecting document object model-based cross-site scripting attack vulnerability
CN109947771B (en) File type conversion method, apparatus, device and computer readable storage medium
CN109215640B (en) Speech recognition method, intelligent terminal and computer readable storage medium
CN107896249B (en) Cross-network area data access method, device, equipment and storage medium
CN112054998A (en) Proxy service method, device, equipment and computer readable storage medium
CN108170723B (en) Webpage resource acquisition method, terminal equipment, server and system
CN108763297B (en) Webpage resource processing method and device and mobile terminal
CN107124477A (en) Processing method, terminal and the server of web site contents
CN111935802A (en) Equipment network distribution method and device and computer readable storage medium
US20190311017A1 (en) Information interaction method and device and computer readable storage medium thereof
CN114640727B (en) Protocol analysis method, device and computer readable storage medium
CN111147402A (en) Method and device for customizing factory setting items of switch, switch and system
CN107707602B (en) Data communication processing terminal, method and computer readable storage medium
CN106095886B (en) Data processing method and device
CN109617997B (en) Service request matching method and device and computer readable storage medium
WO2015003570A1 (en) Data downloading method,device and system thereof
CN114745412B (en) Bidirectional remote procedure call method, device, equipment and storage medium
CN112333054B (en) Device communication method, device and computer readable storage medium
CN109032651B (en) Application updating method, intelligent terminal and computer readable storage medium
CN110336693B (en) Method, device, equipment and storage medium for managing network block equipment
CN109688095B (en) Method, device and equipment for acquiring flow source information and readable storage medium
CN111381849A (en) Software updating method and device and electronic equipment
CN110795670A (en) Webpage image monitoring method and device, electronic equipment and readable storage medium

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