CN109428919B - Webpage processing request processing method and device and electronic equipment - Google Patents

Webpage processing request processing method and device and electronic equipment Download PDF

Info

Publication number
CN109428919B
CN109428919B CN201710748198.5A CN201710748198A CN109428919B CN 109428919 B CN109428919 B CN 109428919B CN 201710748198 A CN201710748198 A CN 201710748198A CN 109428919 B CN109428919 B CN 109428919B
Authority
CN
China
Prior art keywords
processing
sequence number
step sequence
processing step
webpage
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
CN201710748198.5A
Other languages
Chinese (zh)
Other versions
CN109428919A (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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201710748198.5A priority Critical patent/CN109428919B/en
Publication of CN109428919A publication Critical patent/CN109428919A/en
Application granted granted Critical
Publication of CN109428919B publication Critical patent/CN109428919B/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/14Session management
    • H04L67/146Markers for unambiguous identification of a particular session, e.g. session cookie or URL-encoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management

Abstract

The embodiment of the invention provides a method and a device for processing a webpage processing request and electronic equipment, which can realize the interaction between a client and a server in terms of processing progress, the session identifier carried by the web page processing query request and the processing result message is added with the processing step sequence number, at the client side, the processing step sequence number to be inquired next time can be flexibly adjusted according to the processing step sequence number fed back by the processing result message, on the server side, the processing results can be recorded according to the processing step sequence numbers so as to provide the client with accurate processing results corresponding to specific steps, and through the mechanism, the interaction of the processing results of the webpage processing requests between the client and the server can be facilitated, the incompleteness of the processing results of the webpage processing requests received by the client is reduced, and therefore the complete processing process aiming at the webpage processing requests is displayed for the user.

Description

Webpage processing request processing method and device and electronic equipment
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a method and an apparatus for processing a web page processing request, and an electronic device.
Background
In an interaction process between an existing Web client (hereinafter, referred to as a client) and a Web server (hereinafter, referred to as a server), a user may send a Web page processing request (for example, a relatively common HTTP processing request based on an HTTP protocol) to the server through the client, and at the same time, may generate a session identifier (session ID) corresponding to the Web page processing request, and during a process of processing the Web page processing request, the server records a processing result through a processing schedule including the session ID and a processing result of a latest step. Then, in order to show the processing process of the web page processing request to the user, the client also submits a processing result query request carrying the corresponding session ID to the server at preset time intervals, and the server obtains the processing result from the processing schedule according to the session ID and returns the processing result to the client, so that the client shows the content corresponding to the processing result to the user.
In the above process, since the processing time of the server for each step of the web page processing request is not fixed, it is difficult to preset a time interval completely matching the processing time of the server for each step of the web page processing request, for example, in the case that the time interval is long and the processing time of the server for each step of the web page processing request is short, the server may complete processing a plurality of steps within one time interval, and after the time interval, when the client sends the query request again, the server returns the processing result of the latest step after the processing is completed, so that the processing result of at least one step may be skipped. That is, in the above processing manner, the processing result for the web page processing request received by the client is incomplete, and thus the complete processing procedure for the web page processing request cannot be presented to the user.
Disclosure of Invention
The invention provides a method and a device for processing a webpage processing request and electronic equipment, which are used for facilitating the interaction of processing results of the webpage processing request between a client and a server and reducing the incompleteness of the processing results of the webpage processing request received by the client, thereby showing a complete processing process aiming at the webpage processing request to a user.
In order to achieve the above purpose, the embodiment of the present application adopts the following technical solutions:
in a first aspect, a method for processing a web page processing request is provided, including:
sending a webpage processing query request to a server, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
and determining the processing step sequence number included in the session identifier carried when the webpage processing query request is sent next time according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server.
In a second aspect, a method for processing a web page processing request is provided, including:
receiving a webpage processing query request from a client, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
and acquiring a proper processing step serial number and a corresponding processing result from the processing result record according to the processing step serial number to be inquired, and sending the processing step serial number and the corresponding processing result to the client through a processing result message.
In a third aspect, a device for processing a web page processing request is provided, which includes:
the system comprises a webpage processing query request sending module, a webpage processing query processing module and a query processing module, wherein the webpage processing query request sending module is used for sending a webpage processing query request to a server, and a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
and the processing step sequence number determining module is used for determining the processing step sequence number included in the session identifier carried when the webpage processing query request is sent next time according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server.
In a fourth aspect, a device for processing a web page processing request is provided, which includes:
the system comprises a webpage processing query request receiving module, a processing query module and a query module, wherein the webpage processing query request receiving module is used for receiving a webpage processing query request from a client, and a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
and the processing result acquisition module is used for acquiring a proper processing step serial number and a corresponding processing result from the processing result record according to the processing step serial number to be inquired, and sending the processing step serial number and the corresponding processing result to the client through a processing result message.
In a fifth aspect, an electronic device is provided, comprising:
a memory for storing a program;
a processor, coupled to the memory, for executing the program for:
sending a webpage processing query request to a server, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
and determining the processing step sequence number included in the session identifier carried when the webpage processing query request is sent next time according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server.
In a sixth aspect, an electronic device is provided, comprising:
a memory for storing a program;
a processor, coupled to the memory, for executing the program for:
receiving a webpage processing query request from a client, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
and acquiring a proper processing step serial number and a corresponding processing result from the processing result record according to the processing step serial number to be inquired, and sending the processing step serial number and the corresponding processing result to the client through a processing result message.
The processing method and the device for the webpage processing request and the electronic equipment can realize the processing of the webpage processing request in the interactive process of the processing progress between the client and the server, the session identifier carried by the web page processing query request and the processing result message is added with the processing step sequence number, at the client side, the processing step sequence number to be inquired next time can be flexibly adjusted according to the processing step sequence number fed back by the processing result message, on the server side, the processing results may be recorded according to the processing step numbers to provide the client with accurate processing results corresponding to specific steps, and by such a mechanism, the interaction of the processing results of the webpage processing requests between the client and the server can be facilitated, the incompleteness of the processing results of the webpage processing requests received by the client is reduced, and therefore the complete processing process aiming at the webpage processing requests is displayed for the user.
The foregoing description is only an overview of the technical solutions of the present invention, and the embodiments of the present invention are described below in order to make the technical means of the present invention more clearly understood and to make the above and other objects, features, and advantages of the present invention more clearly understandable.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a logic diagram of a processing method for processing a web page processing request according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a web page processing request processing apparatus according to an embodiment of the present invention;
fig. 3 is a first flowchart illustrating a method for processing a web page processing request according to an embodiment of the present invention;
FIGS. 4-1 and 4-2 are schematic views illustrating a scenario of a method for processing a web page processing request according to an embodiment of the present invention;
fig. 5 is another schematic view of a scenario illustrating a method for processing a web page processing request according to an embodiment of the present invention;
fig. 6 is a flowchart illustrating a second method for processing a web page processing request according to an embodiment of the present invention;
FIG. 7 is a first schematic structural diagram of a processing apparatus for processing a web page request according to an embodiment of the present invention;
FIG. 8 is a schematic structural diagram of a second exemplary embodiment of a device for processing a web page processing request;
fig. 9 is a first schematic structural diagram of an electronic device according to an embodiment of the present invention;
fig. 10 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
Taking a Web page processing request as an HTTP processing request based on an HTTP protocol as an example, an interaction process between an existing Web client (hereinafter, referred to as a client) and a Web server (hereinafter, referred to as a server) is as follows: the user may send an HTTP processing request (for example, the user initiates a request to view a certain picture in a certain webpage using a certain browser) to the server through the client, and the server may perform corresponding processing on the HTTP processing request after receiving the HTTP processing request. Wherein, in the process of sending the HTTP processing request by the client, a session identifier (hereinafter referred to as session ID) corresponding to the HTTP processing request is generated; accordingly, in the process of processing the HTTP processing request by the server, the HTTP request is usually processed step by step (i.e. a plurality of steps are required to be processed for one HTTP processing request), and a processing schedule including < session ID, step > pair is adopted to record the processing result of the latest step of the processing completion (once every time the processing is completed), that is, the processing result of the latest step will cover the processing result of the previous step.
In order to show the processing process of the HTTP processing request to the user, the client submits an HTTP processing query request (i.e., a request for querying a processing result for the HTTP processing request) carrying a corresponding session ID to the server at a preset time interval after sending the HTTP processing request, and after receiving the HTTP processing query request, the server obtains the processing result of the latest step from the corresponding processing schedule according to the session ID and returns the processing result to the client, so that the client shows the content corresponding to the processing result of the latest step to the user.
The invention changes the prior art that the server directly returns the processing result of the newest step in the processing schedule to the client based on the webpage processing query request (such as HTTP processing query request and the like) sent by the client, so that the problem that the processing result aiming at the webpage processing request possibly received by the client is incomplete under the condition that the time interval of the query request sent by the client is not matched with the processing efficiency of the server is solved, the core idea is that a scheme for reducing the incompleteness of the processing result of the webpage processing request received by the client is provided without considering whether the time interval of the query request sent by the client is matched with the processing efficiency of the server or not, firstly, the session identifier comprising the sequence number of the processing step is redefined, the client can send the webpage processing query request to the server based on the sequence number of the processing step (namely, the processing result of each step can be queried), and the server can select a proper processing step sequence number and a corresponding processing result based on the sequence number of the processing step to be queried in the webpage processing query request and return the processing step sequence number to the client, and then the client can determine the sequence number of the processing step to be queried carried when the webpage processing query request is sent next time according to the processing step sequence number returned by the server, so that the interaction of the processing result of the webpage processing request between the client and the server can be facilitated, the incompleteness of the processing result of the webpage processing request received by the client is reduced, and the complete processing process aiming at the webpage processing request is displayed for a user.
Fig. 1 is a logic diagram of a processing method for processing a web page processing request according to an embodiment of the present invention. In the logic diagram, the whole processing procedure is an interactive procedure between the client and the server, which relates to the processing procedure of sending the web page processing query request by the client and the processing procedure of processing the query request aiming at the web page by the corresponding server, wherein, when the client sends the web page processing inquiry request to the server, the client carries a session identifier comprising the sequence number of the step to be inquired and processed, after the server receives the web page processing inquiry request from the client, and the client can determine the sequence number of the processing step to be inquired carried when the webpage processing inquiry request is sent next time according to the processing step sequence number contained in the session identifier carried in the processing result information returned by the server. Through the interaction process between the client and the server based on the webpage processing query request, for the server, according to the existence or nonexistence of the processing result corresponding to the sequence number of the processing step to be queried carried in the webpage processing query request sent by the client, the proper sequence number of the processing step and the corresponding processing result are selected from the processing result record and returned to the client, so that the current processing progress of the server is informed to the client in time; for the client, the current processing progress of the server can be obtained according to the returned result of the server, and the sequence number of the processing step to be queried carried next time is adjusted dynamically, that is, the processing result of the step to be queried is adjusted dynamically, so that the client can send the processing query request aiming at each step of the webpage processing request to the server, the integrity of the processing result of the webpage processing request obtained from the server is further improved, and the complete processing process aiming at the webpage processing request is displayed to a user.
Based on the logic diagram of the processing method of the web page processing request illustrated in fig. 1, an embodiment of the present invention provides a processing device for executing the processing steps, as illustrated in fig. 2, the processing device of the web page processing request may be respectively disposed in the client 21 and the server 22, where, in the client 21, the processing device 211 of the web page processing request may be configured to send a web page processing query request carrying a session identifier including a processing step sequence number to be queried to the server 22, so that the server returns processing result information including the processing step sequence number and a processing result thereof, and then flexibly adjust the processing step sequence number to be queried, carried in the web page processing query request, to be sent to the server next time according to the step sequence number in the processing result information; accordingly, in the server 22, the processing device 221 of the web page processing request may be configured to, after receiving the web page processing query request from the client 21, determine whether a processing result corresponding to the sequence number of the processing step to be queried exists in the processing schedule, obtain an appropriate step sequence number and a processing result thereof in the processing schedule according to the determination result, and return the appropriate step sequence number and the processing result to the client. Through the interaction process between the client and the server based on the webpage processing query request, the incompleteness of the processing result of the webpage processing request received by the client can be reduced, so that the client can receive the processing result of each step aiming at the webpage processing request, and the complete processing process aiming at the webpage processing request can be displayed to a user.
Example one
Fig. 3 is a schematic flow chart of a method for processing a web page processing request according to an embodiment of the present invention, where an execution subject of the method is a processing apparatus of the web page processing request shown in fig. 2. As shown in fig. 3, the method for processing the web page processing request includes the following steps:
s310, sending a webpage processing query request to a server, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried.
In a specific implementation, before the client sends the web page processing query request to the server, the client may also send the web page processing query request to the server, and simultaneously generate a session identifier corresponding to the web page processing query request. Thereafter, the session identifier will be used throughout the client-server interaction process associated with the web page processing request.
In this embodiment, the session identifier (session ID) may include, for example, a hash value ("h"), a hyphen ("_") and a processing step number ("n"), which is a positive integer greater than 0, i.e., "h _ n", as a first part. The hash value of the first part may be calculated by using SHA-1 algorithm according to the millisecond value of the current time as a digest, so as to ensure global uniqueness of the value, for example, "1293 BDCD85B6C4D612D04D114F5F381_ 1", which may represent a value corresponding to the first processing step of the session identifier, where the first two parts are fixed and the third part (i.e., the processing step number) may be changed as needed (e.g., according to a change of a step to be queried, etc.). Of course, the above-mentioned session identifier may be used as an implementation manner in this embodiment, and the configuration of the session identifier may be adjusted according to actual needs, but no matter how the configuration is adjusted, a part of the processing step sequence number is necessary to facilitate implementation of subsequent steps.
Based on the generated session identifier, the client may carry the session identifier including the initial sequence number of the processing step when sending the web page processing request to the server (i.e. the sequence number of the processing step in the session identifier is "1").
After sending the web page processing request to the server, the client may send a processing result query request for the web page processing request to the server at preset time intervals based on the session identifier, specifically, send a query request for a processing result of a certain step of the web page processing request based on the step sequence number in the session identifier, for example, if the session identifier carried in the processing result query request is "h _ 3", the query is a processing result of a third processing step for the web page processing request. In practical applications, the query is usually performed from the processing result of the first processing step of the web page processing request (i.e. the processing step number of the corresponding session identifier is "1").
After receiving a web page processing query request from a client, a server determines a sequence number of a to-be-queried processing step in a session identifier carried by the web page processing query request (for example, if the session identifier is "h _ 3", the sequence number of the to-be-queried processing step is "3", that is, a third processing step).
And then, acquiring a proper processing step serial number and a corresponding processing result from the processing result record according to the processing step serial number to be inquired, and sending the processing step serial number and the corresponding processing result to the client through a processing result message.
In the specific implementation, the appropriate processing step number and the corresponding processing result can be obtained according to whether the processing result corresponding to the processing step number to be queried exists in the processing result record.
If the processing result record records the processing result corresponding to the processing step number to be queried, for example, the processing step number to be queried is "3", and the processing result record records the processing results with the processing step numbers of "1 to 4", the processing step number (i.e., "3") and the corresponding processing result are obtained, and the processing result is sent to the client through the processing result message.
If the processing result corresponding to the processing step number to be queried is not recorded in the processing result record, for example, the processing step number to be queried is "3", and the processing result with the processing step number of "1 to 2" is already recorded in the processing result record, the latest processing step number (i.e., "2") and the corresponding processing result in the processing result record are obtained and sent to the client through the processing result message.
If the processing result record is null, for example, in the case that the server has not started processing the web page processing request or the first step of the web page processing request has not been completed, the server does not return a processing result message to the client, that is, the client does not receive any feedback from the server in this case.
Therefore, the server can flexibly select the processing step sequence number and the processing result returned to the client according to the recorded processing step sequence number and the corresponding processing result in the processing result record, namely the server can flexibly select the processing step sequence number and the processing result returned to the client according to the processing progress of the server aiming at the webpage processing request, and can inform the current processing progress of the server to the client in time, so that the client can adjust the sequence number of the processing step to be inquired carried by the next webpage processing inquiry request to be sent, the processing inquiry request aiming at each step of the webpage processing request is sent to the server, the integrity of the processing result of the webpage processing request obtained from the server is improved, and the complete processing process aiming at the webpage processing request is displayed to a user.
And S320, determining the processing step sequence number included in the session identifier carried when the webpage processing query request is sent next time according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server.
In this embodiment, after receiving the processing result message returned by the server, the client may first determine whether the processing step sequence number included in the session identifier carried in the processing result message corresponds to the processing step sequence number to be queried carried in the web page processing query request.
In a specific implementation, if the processing step sequence number carried by the processing result message returned by the server is the same as the processing step sequence number to be queried, for example, the processing step sequence number carried by the returned processing result message is "3", and the processing sequence number of the step to be queried is also "3", it may be indicated that the processing result of the step to be queried is obtained, and the content corresponding to the processing result may be displayed to the user, and then the processing step sequence number to be queried may be increased by one (i.e., "4") to serve as the processing step sequence number to be queried carried when the web page processing query request is sent next time, so as to continue querying the processing result of the next step for the web page processing request.
If the processing step sequence number carried by the processing result message returned by the server is different from the processing step sequence number to be queried, for example, the processing step sequence number carried by the returned processing result information is "2", the processing sequence number of the step to be queried is "3", it can be inferred that the server returns the latest step processing result in the processing result record, and the server is most likely to be processing the third step currently, the processing step sequence number (i.e., "2") carried by the processing result message can be increased by one (i.e., "3") to serve as the processing step sequence number to be queried carried when the web page processing query request is sent next time, so as to query the processing result of the step which is most likely to be completed by the server.
If the processing result message returned by the server is not received within the preset time (which may be set according to actual needs, for example, 30 seconds or the like), for example, the sequence number of the step to be queried is "1", it can be inferred that the server has not started processing the web page processing request or the first step of the web page processing request has not been completed, and the like, the sequence number of the step to be queried can still be used as the sequence number of the step to be queried carried when the web page processing query request is sent next time.
Therefore, the client can timely acquire the current processing progress of the server according to the feedback of the server and flexibly adjust the sequence number of the processing steps to be inquired, so that the client can send the processing inquiry request aiming at each step of the webpage processing request to the server, the integrity of the processing result of the webpage processing request acquired from the server is further improved, and the complete processing process aiming at the webpage processing request is displayed to a user.
Referring to fig. 4-1 and 4-2, the method for processing a web page processing request according to the embodiment of the invention is described in detail.
During the client-server interaction, three threads may be involved, such as a first thread (denoted as front-endthread) applied to the client, which may be used to send a web page processing request (denoted as action) and then a web page processing progress query request (denoted as getProgress); the server comprises a second thread and a third thread which are applied to the server, wherein the second thread (represented by mainthread) can be used for responding all requests sent by the client, the third thread (represented by workerthread) can be used for correspondingly processing the requests sent by the client, and the record, the query and the like of the processing progress can be realized between the second thread and the third thread through a processing result record comprising a < session ID, a processing step sequence number > pair.
When only one server is deployed, all requests are processed by the server, a first thread of a client sends a webpage processing request (action) to the server, a second thread of the server receives the webpage processing request (action) and then dispatches the webpage processing request (action) to a third thread for processing, the third thread notifies a second thread of a processing result in a form of a < h _ n and progress _ n > pair for each step of the webpage processing request (action), and the second thread records the processing results into a local processing result record until all the steps are processed (namely < h _ k and progress _ k >).
The session ID carried in the web page processing inquiry request initiated by the client can be used as' h _ ni"indicates that the session ID of the server at the time of processing each step of the web page processing request is available as" h _ nj"represents, based on this, the interaction process of the client and the server can be as follows:
(1) the client may send a web page processing request to the server through the first thread, generating a session ID "h _ 1".
(2) After receiving the web page processing request carrying the session ID "h _ 1" through the second thread, the server creates a processing result record for the web page processing request to record the processing progress thereof, for example, the processing result record may be recorded in a form of a < session ID, step number > pair.
(3) The client can send a webpage processing query request to the server at preset time intervals through the first thread, wherein the webpage processing query request carries the session ID' h _ ni", where n of the first query requestiIs 1, that is, the processing result of the first step is queried.
(4) The server can receive the web page processing query request through the second thread, then the server sends the web page processing query request to the third thread for processing, and the third thread analyzes the hash value h and the step sequence number n of the session IDiAnd determining the corresponding webpage processing request and the sequence number of the step to be inquired, and judging whether the processing result corresponding to the sequence number of the step to be inquired exists in the processing result record.
(5) In one case (see fig. 4-1 specifically), the processing result record in the second thread has the processing result corresponding to the sequence number of the step to be queried, that is, ni≤njIf the execution speed of the server (third thread) does not fall behind the query frequency of the client (first thread), the serial number n of the step to be queried is obtainediAnd the corresponding processing result, and can return to the client through the processing result message;
after receiving the processing result message corresponding to the sequence number of the step to be queried sent by the client, the client can send the sequence number n of the step to be queriediIncrease by one (i.e. n)i+1) as the sequence number of the step to be queried carried in the next webpage processing query request, thereby ensuring that the client obtains the processing result of each step of the webpage processing request.
(6) In another case (see fig. 4-2 specifically), the processing result record in the second thread does not have the processing result corresponding to the sequence number of the step to be queried, that is, n isi>njIf the execution speed of the server (third thread) is slower than the query frequency of the client (first thread), the latest processing completed step number n in the processing result record is obtainedjAnd the corresponding processing result, and can return to the client through the processing result message;
after receiving the processing result message which is sent by the client and does not correspond to the sequence number of the step to be queried, the client can judge that the query frequency is possibly too fast, and the sequence number of the step to be queried can not be in niCan be increased based on the processing step serial number returned by the server, namely the step serial number n of the latest completed processingjIncrease by one (i.e. n)j+1) as the sequence number of the step to be queried carried in the next webpage processing query request, thereby ensuring that the client obtains the processing result of each step of the webpage processing request.
Referring to fig. 5, in another embodiment of the present invention, a plurality of servers may be deployed to distribute the processing tasks to achieve load balancing, for example, two first servers 51 and two second servers 52 for performing the processing tasks and one third server 53 for storing data may be provided.
A user may send a web page processing request requiring multiple steps to a server through a client 54, and generate a session identifier including a processing step sequence number, where the web page processing request may be distributed to a first server 51 or a second server 52 for processing (in this embodiment, the web page processing request may be processed by the first server 51), and each time a step is processed by the first server 51 in the process of processing the web page processing request, the processing step sequence number and a corresponding processing result are stored in a third server 53.
Subsequently, the user may send a web page processing query request based on the sequence number of the step to be queried to the server through the client 54, where the web page processing query request may be distributed to the second server 52 for processing, and since the second server 52 does not record the processing result for the web page processing request, the second server 52 needs to obtain the processing result corresponding to the sequence number of the step to be queried from the third server 53 and return the processing result to the client, so that the client displays the user according to the processing result returned by the server.
According to the method for processing the webpage processing request, provided by the embodiment of the invention, in the process of processing the webpage processing query request, the processing result of the corresponding step can be queried based on the processing step sequence number in the session identifier, and the processing step sequence number carried in the session identifier when the webpage processing query request is sent next time can be flexibly adjusted according to the feedback of the server, so that the incompleteness of the processing result of the webpage request obtained from the server is reduced, and the complete processing process aiming at the webpage processing request is displayed for a user.
Example two
The second embodiment is an implementation manner of the server corresponding to the first embodiment, and referring to fig. 6, the second embodiment provides a method for processing a web page processing request from the perspective of the server, and the method may include the following steps:
s610, receiving a webpage processing query request from a client, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried.
And S620, acquiring a proper processing step serial number and a corresponding processing result from the processing result record according to the processing step serial number to be inquired, and sending the processing step serial number and the corresponding processing result to the client through a processing result message.
In a specific implementation, in one case, if the processing result record records the processing step sequence number to be queried, the processing step sequence number and the corresponding processing result are obtained, and the processing result is sent to the client through a processing result message.
In another case, if the processing step sequence number to be queried is not recorded in the processing result record, the latest processing step sequence number and the corresponding processing result in the processing result record are obtained, and the latest processing step sequence number and the corresponding processing result are sent to the client through a processing result message.
In addition, there is also a case where if the processing result record is empty, a processing result message is not returned to the client.
In practical applications, before receiving the web page processing query request from the client, the method may further include:
receiving a webpage processing request sent by a client, wherein the webpage processing request carries a session identifier comprising an initial processing step sequence number, then processing the webpage processing request, and recording a processing result of the processing step executed in the processing process and a processing step sequence number corresponding to the processing step in a processing result record, wherein the processing step sequence number recorded in the processing result record is sequentially increased from the initial processing step sequence number.
In a specific implementation, the recording manner of the processing result record may be set according to actual needs, and may be the processing step sequence number and the corresponding processing result (e.g., < n, progress _ n >), or may also be the processing result (e.g., < h _ n, progress _ n >) corresponding to the session identifier including the processing step sequence number and the processing step sequence number therein, and so on
Therefore, in the process of the server for processing the webpage processing request, the processing results can be recorded in units of steps based on the session identification with the processing step sequence number, the processing results of the steps are not mutually overlapped and are recorded in sequence, and thus a data basis is provided for subsequently returning the processing results of each step to the client.
Since the second embodiment corresponds to the first embodiment, the related specific implementation may refer to the description in the first embodiment, and will not be described herein again.
According to the method for processing the webpage processing request, provided by the embodiment of the invention, the server can flexibly select a proper processing result and a processing step serial number thereof and return the processing result to the client according to the existence of the processing result corresponding to the processing step serial number in the webpage processing query request sent by the client in the processing process of the webpage processing query request, so that the current processing progress of the server can be informed to the client in time, the client can adjust the serial number of the processing step to be queried carried by the next webpage processing query request to be sent, the processing query request aiming at each step of the webpage processing request is sent to the server, the integrity of the processing result of the webpage processing request obtained from the server is further improved, and the complete processing process aiming at the webpage processing request is shown to a user.
EXAMPLE III
As shown in fig. 7, which is a schematic structural diagram of a processing apparatus for processing a web page processing request according to a third embodiment of the present invention, the processing apparatus may include: a web page processing query request sending module 710 and a processing step sequence number determining module 720, wherein:
the web page processing query request sending module 710 may be configured to send a web page processing query request to a server, where a session identifier carried in the web page processing query request includes a processing step sequence number to be queried.
The processing step sequence number determining module 720 may be configured to determine, according to a processing step sequence number included in the session identifier carried in the processing result message returned by the server, a processing step sequence number included in the session identifier carried when the web page processing query request is sent next time.
Wherein the session identifier comprises a hash value calculated according to the current time and a processing step serial number.
In a specific implementation, the processing step number determining module 720 may specifically be configured to:
and if the processing step sequence number carried by the processing result message returned by the server is the same as the processing step sequence number carried by the webpage processing query request, increasing the processing step sequence number carried by the webpage processing query request by one to be used as the processing step sequence number carried by the next webpage processing query request sending.
The processing step sequence number determining module 720 may be further specifically configured to:
and if the processing step sequence number carried by the processing result message returned by the server is different from the processing step sequence number carried by the webpage processing query request, increasing the processing step sequence number carried by the processing result message by one to be used as the processing step sequence number carried when the webpage processing query request is sent next time.
The processing step sequence number determining module 720 may be further specifically configured to:
and if the processing result message returned by the server is not received within the preset time, taking the processing step sequence number carried by the webpage processing query request sent last time as the processing step sequence number carried by the webpage processing query request sent next time.
In this embodiment, the apparatus may further include:
and the webpage processing request sending module can be used for sending a webpage processing request to the server, wherein the webpage processing request carries the session identifier comprising the initial processing step sequence number.
According to the processing device for the webpage processing request provided by the embodiment of the invention, in the process of processing the inquiry request of the webpage, the processing result of the corresponding step can be inquired based on the processing step sequence number in the session identifier, and the processing step sequence number carried in the session identifier when the webpage processing inquiry request is sent next time can be flexibly adjusted according to the feedback of the server, so that the incompleteness of the processing result of the webpage request obtained from the server is reduced, and the complete processing process aiming at the webpage processing request is displayed for a user.
Example four
As shown in fig. 8, which is a schematic structural diagram of a processing apparatus for processing a web page processing request according to a fourth embodiment of the present invention, the processing apparatus may include: a web page processing query request receiving module 810 and a processing result obtaining module 820, wherein:
the web page processing query request receiving module 810 may be configured to receive a web page processing query request from a client, where a session identifier carried in the web page processing query request includes a processing step sequence number to be queried.
The processing result obtaining module 820 is configured to obtain a suitable processing step sequence number and a corresponding processing result from the processing result record according to the processing step sequence number to be queried, and send the suitable processing step sequence number and the corresponding processing result to the client through a processing result message.
In a specific implementation, the processing result obtaining module 820 may specifically be configured to:
and if the processing result record records the processing step serial number to be inquired, acquiring the processing step serial number and a corresponding processing result thereof, and sending the processing step serial number and the corresponding processing result to the client through a processing result message.
The processing result obtaining module 820 may be further specifically configured to:
and if the processing step sequence number to be inquired is not recorded in the processing result record, acquiring the latest processing step sequence number and the corresponding processing result in the processing result record, and sending the latest processing step sequence number and the corresponding processing result to the client through a processing result message.
In this embodiment, the apparatus may further include:
the webpage processing request receiving module can be used for receiving a webpage processing request sent by a client, wherein the webpage processing request carries a session identifier comprising an initial processing step sequence number;
the web page processing request processing module may be configured to process the web page processing request, and record, in the processing result record, a processing result of a processing step that has been executed in a processing process and a processing step sequence number corresponding to the processing result, where the processing step sequence numbers recorded in the processing result record are sequentially incremented from an initial processing step sequence number.
According to the processing device for the webpage processing request provided by the embodiment of the invention, the server can flexibly select a proper processing result and a processing step serial number thereof and return the processing result to the client according to the existence of the processing result corresponding to the processing step serial number in the webpage processing query request sent by the client in the processing process of the webpage processing query request, so that the current processing progress of the server can be informed to the client in time, the client can adjust the serial number of the processing step to be queried carried by the next webpage processing query request to be sent, the processing query request aiming at each step of the webpage processing request is sent to the server, the integrity of the processing result of the webpage processing request obtained from the server is further improved, and the complete processing process aiming at the webpage processing request is shown to a user.
EXAMPLE five
The foregoing describes internal functions and structures of a device for processing a web page processing request, where the device may be implemented as an electronic device, as shown in fig. 9, which is a schematic structural diagram of an electronic device provided in an embodiment of the present invention, and specifically includes: a memory 91 and a processor 92.
The memory 91 stores a program.
In addition to the above-described programs, the memory 91 may also be configured to store other various data to support operations on the electronic device. Examples of such data include instructions for any application or method operating on the electronic device, contact data, phonebook data, messages, pictures, videos, and so forth.
The memory 91 may be implemented by any type or combination of volatile or non-volatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
A processor 92, coupled to the memory 91, for executing programs in the memory 91 for:
sending a webpage processing query request to a server, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
and determining the processing step sequence number included in the session identifier carried when the webpage processing query request is sent next time according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server.
The above specific processing operations have been described in detail in the foregoing embodiments, and are not described again here.
Further, as shown in fig. 9, the electronic device may further include: communication components 93, power components 94, audio components 95, a display 96, and other components. Only some of the components are schematically shown in fig. 9, and the electronic device is not meant to include only the components shown in fig. 9.
The communication component 93 is configured to facilitate wired or wireless communication between the electronic device and other devices. The electronic device may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 93 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In one exemplary embodiment, the communication component 93 further includes a Near Field Communication (NFC) module to facilitate short-range communication. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
A power supply assembly 94 provides power to the various components of the electronic device. The power components 94 may include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for an electronic device.
The audio component 95 is configured to output and/or input audio signals. For example, the audio assembly 95 includes a Microphone (MIC) configured to receive external audio signals when the electronic device is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in the memory 91 or transmitted via the communication component 93. In some embodiments, audio assembly 95 also includes a speaker for outputting audio signals.
The display 96 includes a screen, which may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation.
EXAMPLE six
The foregoing describes internal functions and structures of a device for processing a web page processing request, where the device may be implemented as an electronic device, as shown in fig. 10, which is a schematic structural diagram of an electronic device provided in an embodiment of the present invention, and specifically includes: a memory 101 and a processor 102.
A memory 101 for storing programs.
In addition to the above-described programs, the memory 101 may also be configured to store other various data to support operations on the electronic device. Examples of such data include instructions for any application or method operating on the electronic device, contact data, phonebook data, messages, pictures, videos, and so forth.
The memory 101 may be implemented by any type or combination of volatile or non-volatile memory devices, such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disks.
A processor 102, coupled to the memory 101, for executing the program in the memory 101 to:
receiving a webpage processing query request from a client, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
and acquiring a proper processing step serial number and a corresponding processing result from the processing result record according to the processing step serial number to be inquired, and sending the processing step serial number and the corresponding processing result to the client through a processing result message.
The above specific processing operations have been described in detail in the foregoing embodiments, and are not described again here.
Further, as shown in fig. 10, the electronic device may further include: communication components 103, power components 104, audio components 105, display 106, and other components. Only some of the components are schematically shown in fig. 10, and the electronic device is not meant to include only the components shown in fig. 10.
The communication component 103 is configured to facilitate wired or wireless communication between the electronic device and other devices. The electronic device may access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof. In an exemplary embodiment, the communication component 103 receives a broadcast signal or broadcast related information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 103 further includes a Near Field Communication (NFC) module to facilitate short-range communications. For example, the NFC module may be implemented based on Radio Frequency Identification (RFID) technology, infrared data association (IrDA) technology, Ultra Wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
The power supply component 104 provides power to various components of the electronic device. The power components 104 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for an electronic device.
The audio component 105 is configured to output and/or input audio signals. For example, the audio component 105 includes a Microphone (MIC) configured to receive external audio signals when the electronic device is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signal may further be stored in the memory 101 or transmitted via the communication component 103. In some embodiments, audio component 105 also includes a speaker for outputting audio signals.
The display 106 includes a screen, which may include a Liquid Crystal Display (LCD) and a Touch Panel (TP). If the screen includes a touch panel, the screen may be implemented as a touch screen to receive an input signal from a user. The touch panel includes one or more touch sensors to sense touch, slide, and gestures on the touch panel. The touch sensor may not only sense the boundary of a touch or slide action, but also detect the duration and pressure associated with the touch or slide operation.
Those of ordinary skill in the art will understand that: all or a portion of the steps of implementing the above-described method embodiments may be performed by hardware associated with program instructions. The program may be stored in a computer-readable storage medium. When executed, the program performs steps comprising the method embodiments described above; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (12)

1. A method for processing a web page processing request is characterized by comprising the following steps:
sending a webpage processing query request to a server, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
determining the processing step sequence number included in the session identifier carried when the webpage processing query request is sent next time according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server,
the method is characterized in that according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server, the processing step sequence number included in the session identifier carried when the webpage processing query request is sent next time is determined, and the method comprises the following steps:
and if the processing step sequence number carried by the processing result message returned by the server is the same as the processing step sequence number carried by the webpage processing query request, increasing the processing step sequence number carried by the webpage processing query request by one to be used as the processing step sequence number carried by the next webpage processing query request sending.
2. The processing method according to claim 1, wherein determining, according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server, the processing step sequence number included in the session identifier carried when the web page processing query request is sent next time includes:
and if the processing step sequence number carried by the processing result message returned by the server is different from the processing step sequence number carried by the webpage processing query request, increasing the processing step sequence number carried by the processing result message by one to be used as the processing step sequence number carried when the webpage processing query request is sent next time.
3. The processing method according to claim 1, wherein determining, according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server, the processing step sequence number included in the session identifier carried when the web page processing query request is sent next time includes:
and if the processing result message returned by the server is not received within the preset time, taking the processing step sequence number carried by the webpage processing query request sent last time as the processing step sequence number carried by the webpage processing query request sent next time.
4. The processing method of claim 1, further comprising:
and sending a webpage processing request to a server, wherein the webpage processing request carries a session identifier comprising an initial processing step sequence number.
5. The processing method according to claim 1, wherein the session identification includes a hash value calculated from the current time and a processing step serial number.
6. A method for processing a web page processing request is characterized by comprising the following steps:
receiving a webpage processing query request from a client, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
according to the processing step serial number to be inquired, obtaining a proper processing step serial number and a corresponding processing result from the processing result record, and sending the processing step serial number and the corresponding processing result to the client through a processing result message,
the method is characterized in that according to the processing step sequence number to be inquired, a proper processing step sequence number and a corresponding processing result are obtained from a processing result record and are sent to the client through a processing result message, and the method comprises the following steps:
and if the processing result record records the processing step serial number to be inquired, acquiring the processing step serial number and a corresponding processing result thereof, and sending the processing step serial number and the corresponding processing result to the client through a processing result message.
7. The processing method according to claim 6, wherein obtaining a suitable processing step sequence number and a corresponding processing result from a processing result record according to the processing step sequence number to be queried, and sending the processing step sequence number and the corresponding processing result to the client through a processing result message, comprises:
and if the processing step sequence number to be inquired is not recorded in the processing result record, acquiring the latest processing step sequence number and the corresponding processing result in the processing result record, and sending the latest processing step sequence number and the corresponding processing result to the client through a processing result message.
8. The processing method of claim 6, further comprising:
receiving a webpage processing request sent by a client, wherein the webpage processing request carries a session identifier comprising an initial processing step sequence number;
and processing the webpage processing request, and recording a processing result of the processing step executed in the processing process and a processing step sequence number corresponding to the processing result in the processing result record, wherein the processing step sequence number recorded in the processing result record is sequentially increased from an initial processing step sequence number.
9. A web page processing request processing apparatus, comprising:
the system comprises a webpage processing query request sending module, a webpage processing query processing module and a query processing module, wherein the webpage processing query request sending module is used for sending a webpage processing query request to a server, and a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
a processing step sequence number determining module, configured to determine, according to a processing step sequence number included in a session identifier carried in a processing result message returned by the server, a processing step sequence number included in a session identifier carried when the web page processing query request is sent next time,
the processing step sequence number determining module is specifically configured to:
if the processing step sequence number carried by the processing result message returned by the server is the same as the processing step sequence number carried by the webpage processing query request, the processing step sequence number carried by the webpage processing query request is increased by one to be used as the processing step sequence number carried by the next webpage processing query request; alternatively, the first and second electrodes may be,
if the processing step sequence number carried by the processing result message returned by the server is different from the processing step sequence number carried by the webpage processing query request, the processing step sequence number carried by the processing result message is added by one to be used as the processing step sequence number carried when the webpage processing query request is sent next time; alternatively, the first and second electrodes may be,
and if the processing result message returned by the server is not received within the preset time, taking the processing step sequence number carried by the webpage processing query request sent last time as the processing step sequence number carried by the webpage processing query request sent next time.
10. A web page processing request processing apparatus, comprising:
the system comprises a webpage processing query request receiving module, a processing query module and a query module, wherein the webpage processing query request receiving module is used for receiving a webpage processing query request from a client, and a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
a processing result obtaining module, configured to obtain a suitable processing step sequence number and a corresponding processing result from the processing result record according to the processing step sequence number to be queried, and send the suitable processing step sequence number and the corresponding processing result to the client through a processing result message,
the processing result obtaining module is specifically configured to:
if the processing result record records the processing step serial number to be inquired, acquiring the processing step serial number and a corresponding processing result thereof, and sending the processing step serial number and the corresponding processing result to the client through a processing result message; alternatively, the first and second electrodes may be,
and if the processing step sequence number to be inquired is not recorded in the processing result record, acquiring the latest processing step sequence number and the corresponding processing result in the processing result record, and sending the latest processing step sequence number and the corresponding processing result to the client through a processing result message.
11. An electronic device, comprising:
a memory for storing a program;
a processor, coupled to the memory, for executing the program for:
sending a webpage processing query request to a server, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
determining the processing step sequence number included in the session identifier carried when the webpage processing query request is sent next time according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server,
wherein, the determining, according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server, the processing step sequence number included in the session identifier carried when the web page processing query request is sent next time includes:
if the processing step sequence number carried by the processing result message returned by the server is the same as the processing step sequence number carried by the webpage processing query request, the processing step sequence number carried by the webpage processing query request is increased by one to be used as the processing step sequence number carried by the next webpage processing query request; alternatively, the first and second electrodes may be,
if the processing step sequence number carried by the processing result message returned by the server is different from the processing step sequence number carried by the webpage processing query request, the processing step sequence number carried by the processing result message is added by one to be used as the processing step sequence number carried when the webpage processing query request is sent next time; alternatively, the first and second electrodes may be,
and if the processing result message returned by the server is not received within the preset time, taking the processing step sequence number carried by the webpage processing query request sent last time as the processing step sequence number carried by the webpage processing query request sent next time.
12. An electronic device, comprising:
a memory for storing a program;
a processor, coupled to the memory, for executing the program for:
receiving a webpage processing query request from a client, wherein a session identifier carried in the webpage processing query request comprises a processing step sequence number to be queried;
according to the processing step serial number to be inquired, obtaining a proper processing step serial number and a corresponding processing result from the processing result record, and sending the processing step serial number and the corresponding processing result to the client through a processing result message,
wherein, the determining, according to the processing step sequence number included in the session identifier carried in the processing result message returned by the server, the processing step sequence number included in the session identifier carried when the web page processing query request is sent next time includes:
if the processing step sequence number carried by the processing result message returned by the server is the same as the processing step sequence number carried by the webpage processing query request, the processing step sequence number carried by the webpage processing query request is increased by one to be used as the processing step sequence number carried by the next webpage processing query request; alternatively, the first and second electrodes may be,
if the processing step sequence number carried by the processing result message returned by the server is different from the processing step sequence number carried by the webpage processing query request, the processing step sequence number carried by the processing result message is added by one to be used as the processing step sequence number carried when the webpage processing query request is sent next time; alternatively, the first and second electrodes may be,
and if the processing result message returned by the server is not received within the preset time, taking the processing step sequence number carried by the webpage processing query request sent last time as the processing step sequence number carried by the webpage processing query request sent next time.
CN201710748198.5A 2017-08-28 2017-08-28 Webpage processing request processing method and device and electronic equipment Active CN109428919B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710748198.5A CN109428919B (en) 2017-08-28 2017-08-28 Webpage processing request processing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710748198.5A CN109428919B (en) 2017-08-28 2017-08-28 Webpage processing request processing method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN109428919A CN109428919A (en) 2019-03-05
CN109428919B true CN109428919B (en) 2022-02-25

Family

ID=65502251

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710748198.5A Active CN109428919B (en) 2017-08-28 2017-08-28 Webpage processing request processing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN109428919B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112835725A (en) * 2021-01-19 2021-05-25 北京电解智科技有限公司 Web communication method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101291324A (en) * 2007-04-16 2008-10-22 三星电子株式会社 Communication method and apparatus using super text transmission protocol
CN101887463A (en) * 2010-07-22 2010-11-17 北京天融信科技有限公司 Virtual domain-based HTTP reduction display method
CN103309891A (en) * 2012-03-15 2013-09-18 阿里巴巴集团控股有限公司 Information display method and equipment
CN104583949A (en) * 2012-08-16 2015-04-29 高通股份有限公司 Pre-processing of scripts in web browsers
CN106611014A (en) * 2015-10-27 2017-05-03 北京国双科技有限公司 Webpage query condition sequence adjustment method and apparatus
CN106649304A (en) * 2015-10-28 2017-05-10 北京国双科技有限公司 Method, device and system for data query
CN106649301A (en) * 2015-10-28 2017-05-10 北京国双科技有限公司 Data query method, device and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7111079B2 (en) * 2000-02-23 2006-09-19 Koninklijke Philips Electronics, N.V. Architecture of a bridge between a non-IP network and the web

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101291324A (en) * 2007-04-16 2008-10-22 三星电子株式会社 Communication method and apparatus using super text transmission protocol
CN101887463A (en) * 2010-07-22 2010-11-17 北京天融信科技有限公司 Virtual domain-based HTTP reduction display method
CN103309891A (en) * 2012-03-15 2013-09-18 阿里巴巴集团控股有限公司 Information display method and equipment
CN104583949A (en) * 2012-08-16 2015-04-29 高通股份有限公司 Pre-processing of scripts in web browsers
CN106611014A (en) * 2015-10-27 2017-05-03 北京国双科技有限公司 Webpage query condition sequence adjustment method and apparatus
CN106649304A (en) * 2015-10-28 2017-05-10 北京国双科技有限公司 Method, device and system for data query
CN106649301A (en) * 2015-10-28 2017-05-10 北京国双科技有限公司 Data query method, device and system

Also Published As

Publication number Publication date
CN109428919A (en) 2019-03-05

Similar Documents

Publication Publication Date Title
US10819813B2 (en) Message pushing method and apparatus thereof
US10579215B2 (en) Providing content via multiple display devices
US20190149872A1 (en) Information exchanging method and device, audio terminal and computer-readable storage medium
CN106572139B (en) Multi-terminal control method, terminal, server and system
CN108259533B (en) Data transmission method and device
CN105337843A (en) Interaction system and method, client, and background server
CN109412821B (en) Message processing method and device and electronic equipment
CN104601675A (en) Server load balancing method and device
WO2019024258A1 (en) Method and apparatus for cyclical playback of video file
CN105100214A (en) Information synchronization method, device and system
US20240104513A1 (en) Schedule sharing method, apparatus, and device
US20240028189A1 (en) Interaction method and apparatus, electronic device and computer readable medium
JP6302098B2 (en) Address filtering method, apparatus, program, and recording medium
CN111669620A (en) Theme video generation method and device, electronic equipment and readable storage medium
CN110336592B (en) Data transmission method suitable for Bluetooth card reader, electronic equipment and storage medium
CN109635131B (en) Multimedia content list display method, pushing method, device and storage medium
CN105100244A (en) Head portrait setting method and apparatus
CN109428919B (en) Webpage processing request processing method and device and electronic equipment
US10382607B2 (en) Switching TV channels using a mobile device and a set-top box
US9693112B2 (en) Remote control system for a smart television
US20220365997A1 (en) Interactive media network system
CN105138285A (en) Shooting data sharing method, apparatus and device
CN113676761B (en) Multimedia resource playing method and device and main control equipment
CN106060590B (en) Display method, device and system of recommendation information
CN110209849B (en) Method and device for marking key points

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