CN115379013A - Data processing method and device and electronic equipment - Google Patents

Data processing method and device and electronic equipment Download PDF

Info

Publication number
CN115379013A
CN115379013A CN202210760786.1A CN202210760786A CN115379013A CN 115379013 A CN115379013 A CN 115379013A CN 202210760786 A CN202210760786 A CN 202210760786A CN 115379013 A CN115379013 A CN 115379013A
Authority
CN
China
Prior art keywords
data
service
broadcast data
target
specified
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210760786.1A
Other languages
Chinese (zh)
Inventor
林梦墩
周宝龙
曹小和
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Boguan Information Technology Co Ltd
Original Assignee
Guangzhou Boguan Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Boguan Information Technology Co Ltd filed Critical Guangzhou Boguan Information Technology Co Ltd
Priority to CN202210760786.1A priority Critical patent/CN115379013A/en
Publication of CN115379013A publication Critical patent/CN115379013A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a data processing method, a data processing device and electronic equipment, wherein a client monitors whether a gateway interface of a specified server broadcasts data or not; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service. In the method, when the client monitors the first broadcast data which is broadcast by the appointed server and is related to the appointed application, the first broadcast data is cached, and when the target data which is related to the target service in the appointed application needs to be obtained, the target data is directly obtained from the cache, so that the situation that the data is obtained from the server in a data request mode is avoided, and meanwhile, the stability of the server is improved in a data broadcasting mode of the server, and further, the stability of page display and the user experience are improved.

Description

Data processing method and device and electronic equipment
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a data processing method and apparatus, and an electronic device.
Background
In the project of the formal environment, when a user triggers a browser corresponding to the project or a target page in the browser, a transmission control protocol or a universal gateway interface of a server is generally required to be requested, the server needs to query a user account corresponding to each request, then data corresponding to the request can be issued to a corresponding user client, and finally the user client can acquire data in the browser or the target page and display the data in the browser or the target page based on the data. However, if there are many users for a project, when a large number of users request the server to obtain data at the same time, the server needs to concurrently execute a large number of data requests, which may affect the stability of the server, and even may cause the server to hang up, thereby causing a large loss, and at the same time, may also cause abnormal display of a target page, which may affect user experience.
Disclosure of Invention
In view of this, the present invention aims to provide a data processing method, an apparatus and an electronic device, so as to solve the problem that a server has high concurrency and high probability of hanging up due to a large number of users initiating a server request at the same time, and improve the stability of the server, and further improve the stability of a page and the user experience.
In a first aspect, an embodiment of the present invention provides a data processing method, where the method is applied to a client, and the method includes: monitoring whether a gateway interface of a specified server broadcasts data or not; the specified service end is used for providing the service of the specified application; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the first broadcast data is data related to a specified application, the specified application including at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
The step of acquiring, in response to a first operation of a target service in a specific application, target data corresponding to the first operation from the cached first broadcast data includes: responding to a first operation aiming at a target service in a specified application, and generating a data request instruction corresponding to the first operation; the data request instruction comprises a request identifier; and determining target data corresponding to the request identification from the cached first broadcast data.
Corresponding data identifications are arranged in the cached first broadcast data, and the data identifications correspond to the request identifications one to one; the step of determining target data corresponding to the request identifier from the cached first broadcast data includes: and determining a target data identifier corresponding to the request identifier from the data identifiers set by the cached first broadcast data, and determining the first broadcast data corresponding to the target data identifier as target data.
The step of caching the monitored first broadcast data if the gateway interface broadcast data of the specified service end is monitored comprises: if the gateway interface broadcast data of the appointed service end are monitored, acquiring the monitored first broadcast data; the first broadcast data carries a corresponding service identifier, and the service identifier is used for indicating a service corresponding to the first broadcast data; and acquiring first broadcast data corresponding to the specified service identifier from the first broadcast data, and caching the first broadcast data corresponding to the specified service identifier into a specified memory.
After the step of displaying the target data in the page corresponding to the target service, the method further includes: and if monitoring that a gateway interface of the appointed service end broadcasts second broadcast data corresponding to the appointed service, updating the broadcast data corresponding to the appointed service in the cached first broadcast data into the second broadcast data.
After the step of displaying the target data in the page corresponding to the target service, the method further includes: and if the currently displayed page is the page corresponding to the target service and the third broadcast data corresponding to the target service broadcasted by the gateway interface of the appointed server is monitored, updating and displaying the third broadcast data in the page corresponding to the target service.
In a second aspect, an embodiment of the present invention provides a data processing method, where the method is applied to a server, and the method includes: broadcasting first broadcast data related to a specified application to a specified client, and monitoring whether a gateway interface of a specified server broadcasts the data or not through the specified client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the designated application comprises at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
After the step of broadcasting the first broadcast data related to the specified application to the specified client, the method further includes: generating second broadcast data after updating of first broadcast data corresponding to the designated service according to a pre-configured data updating rule; and broadcasting the second broadcast data to the appointed client, monitoring the second broadcast data corresponding to the appointed service broadcasted by the gateway interface of the appointed server through the appointed client, and updating the broadcast data corresponding to the appointed service in the cached first broadcast data into the second broadcast data.
In a third aspect, an embodiment of the present invention provides a data processing apparatus, where the apparatus is disposed at a client, and the apparatus includes: the monitoring module is used for monitoring whether a gateway interface of a specified service end broadcasts data or not; the specified service end is used for providing a service of a specified application; the cache module is used for caching the monitored first broadcast data if the gateway interface broadcast data of the specified service end is monitored; wherein the first broadcast data is data related to a specified application, the specified application including at least one service; an obtaining module, configured to respond to a first operation for a target service in the specified application, and obtain target data corresponding to the first operation from the cached first broadcast data; and the display module is used for displaying the target data in a page corresponding to the target service.
In a fourth aspect, an embodiment of the present invention provides a data processing apparatus, where the apparatus is disposed at a server, and the apparatus includes: the broadcast module is used for broadcasting first broadcast data related to the specified application to the specified client and monitoring whether a gateway interface of the specified server broadcasts the data or not through the specified client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the designated application comprises at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
In a fifth aspect, an embodiment of the present invention provides an electronic device, which includes a processor and a memory, where the memory stores computer-executable instructions capable of being executed by the processor, and the processor executes the computer-executable instructions to implement the data processing method in the first aspect and the second aspect.
In a sixth aspect, embodiments of the present invention provide a computer-readable storage medium storing computer-executable instructions that, when invoked and executed by a processor, cause the processor to implement the data processing method of the first and second aspects.
The embodiment of the invention has the following beneficial effects:
the invention provides a data processing method, a data processing device and electronic equipment, wherein a client monitors whether a gateway interface of a specified server broadcasts data or not; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service. In the method, when the client monitors the first broadcast data which is broadcast by the appointed server and is related to the appointed application, the first broadcast data is cached, and when the target data which is related to the target service in the appointed application needs to be obtained, the target data is directly obtained from the cache, so that the situation that the data is obtained from the server in a data request mode is avoided, and meanwhile, the stability of the server is improved in a data broadcasting mode of the server, and further, the stability of page display and the user experience are improved.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a flowchart of a data processing method according to an embodiment of the present invention;
FIG. 2 is a flow chart of another data processing method according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of another data processing apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the project of the formal environment, when a user triggers a browser corresponding to the project or a target page in the browser, a transmission control protocol or a universal gateway interface of a server is generally required to be requested, the server needs to query a user account corresponding to each request, then data corresponding to the request can be sent to a corresponding user client, and finally the client can acquire the data in the browser or the target page and display the data in the browser or the target page based on the data. However, if there are many users for a project, when a large number of users request the server to obtain data at the same time, the server needs to concurrently execute a large number of data requests, and if the server does not perform capacity expansion processing, the stability of the server is affected, even the server hangs up, the whole service is paralyzed, a large loss is caused, and meanwhile, a target page is abnormally displayed, and user experience is affected. Based on this, the data processing method, the data processing device and the electronic device provided by the embodiment of the invention can be applied to the live broadcast industry and other service scenes.
To facilitate understanding of the embodiment, a detailed description is first given of a data processing method disclosed in the embodiment of the present invention, and the method is applied to a client. As shown in fig. 1, the data processing method includes the steps of:
step S102, monitoring whether a gateway interface of a specified service end broadcasts data; the specified service end is used for providing the service of the specified application;
the gateway interface of the designated server is a low-level interface between the server and the application program or application framework, and is connected with the server on one side and the application of the user on the other side. Usually, a gateway interface of a server is the only entry of the system, encapsulates the internal architecture of the system, and provides services for clients in a unified manner. The specific application generally refers to an application installed on a terminal device such as a mobile phone, a tablet computer, or a computer, for example, a live broadcast application, a shopping application, a music video application, or a game application. The appointed service end user provides service for the appointed application, namely provides data for the appointed application. The monitoring mode of the client may be real-time monitoring, and the client monitors whether the designated application is opened or not, or may be triggered by a user, for example, the client monitors when the user opens the designated application.
In actual implementation, the client monitors all gateway interfaces of a specific server in real time, and generally, data communication between the client and the server needs to be performed by a transmission protocol for secure transmission of data, so the client generally monitors the server protocol of the gateway interfaces. The service-side broadcast data is usually actively broadcast, for example, a user action triggers the service-side broadcast data, or the broadcast data is issued at regular time according to a service requirement.
For example, when a user exchanges a certain commodity, the inventory of the commodity is reduced, the display inventory seen by other users needs to be updated, and the server actively broadcasts data so that the client updates the inventory information of the commodity. Or, updating according to the time stamp of the timer, when a certain guess playing method is closed after 24 hours, the guess state displayed by the client needs to be updated, and at the moment, 24 hours, the server fixes the broadcast related data according to the service needs, so that the client updates the displayed guess state.
Step S104, if the gateway interface broadcast data of the appointed service end is monitored, caching the monitored first broadcast data; wherein the first broadcast data is data related to a specified application, the specified application including at least one service;
and the first broadcast data main user updates the information displayed by each service in the appointed application. The specific application includes at least one service, such as a plurality of browser windows included in a live application, each browser window may be a service, and may be a browser window for displaying a guessing event, a browser window for a rotary lottery event, a browser window for displaying news information, and the like. Wherein, a plurality of businesses included in the appointed business are independent of each other. Specifically, after monitoring first broadcast data broadcast by a specified server, the client caches the monitored first broadcast data, which may be cached in a specified memory.
It can be understood that data transmission between a specific application and a server needs to be forwarded through a client. Wherein, the process of client caching is very fast. For example, when a user opens a browser window, a client listening mode is triggered, and at this time, if the server broadcasts data, the user may complete the caching of the first broadcast data without any operation. Specifically, the triggering mode may refer to multiple aspects, for example, when a user just enters a browser window and performs initial loading; or when the user enters the live broadcast room, monitoring and caching a browser window of the server side protocol according to the requirement.
Step S106, responding to a first operation aiming at a target service in the specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data;
the target service may specify a service in the application, for example, a service for displaying news information in a live broadcast application, a shopping page for opening a certain commodity in a shopping application, and the like. The first operation generally has different operations according to the type of the target service, such as clicking, sliding, double clicking, long-distance and so on. Specifically, if the target service is to display news information, the first operation for the target service may be to click a control for opening the news information; if the target service is a lottery activity, the first operation for the target service may be to directly click a lottery control displayed in the lottery activity; specifically, after a first operation is performed by the client, a data request for the first operation is generated, and at this time, the client intercepts the request and then directly obtains target data corresponding to the data request from the cached first broadcast data according to the data request.
Since the client pre-caches the relevant data of each service in the designated application, the data of the service can be directly obtained from the cache when the user requests the data of the service. For example, when a user normally opens an H5 page to initiate a data request, the client intercepts the data request, and does not request the server, and reads data related to the H5 page in the first broadcast data cached in the memory before according to the content in the data request after interception, and then directly returns the data to the H5 page.
And step S108, displaying the target data in the page corresponding to the target service.
The page corresponding to the target service is generally a page of a browser window. In actual implementation, after acquiring the target data from the cached first broadcast data, the client directly sends the target data to the page corresponding to the target service, and through the page corresponding to the target service, the target data can be directly displayed on the page, or data processing can be performed according to the content in the target data, and the processed result is displayed on the page corresponding to the target service, or specified data in the target service can be updated according to a message in the target data.
The embodiment of the invention provides a data processing method, which comprises the steps of monitoring whether a gateway interface of a specified server broadcasts data or not through a client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service. In the method, when the client monitors the first broadcast data which is broadcast by the appointed server and is related to the appointed application, the first broadcast data is cached, and when the target data which is related to the target service in the appointed application needs to be obtained, the target data is directly obtained from the cache, so that the situation that the data is obtained from the server in a data request mode is avoided, and meanwhile, the stability of the server is improved in a data broadcasting mode of the server, and further, the stability of page display and the user experience are improved.
The following describes, in response to a first operation for a target service in a specific application, a step of obtaining target data corresponding to the first operation from the cached first broadcast data, and one possible implementation manner is that:
(1) Responding to a first operation aiming at a target service in a specified application, and generating a data request instruction corresponding to the first operation; the data request instruction comprises a request identifier;
(2) And determining target data corresponding to the request identification from the cached first broadcast data.
The data request instruction is used for a main user to obtain target data corresponding to the first operation, wherein the included request identifier is usually a request key value and is mainly used for determining the target data corresponding to the key value from the first broadcast data. Specifically, after a user executes a first operation on a target service in a designated application, a data request instruction corresponding to the first operation is generated first, then the data request instruction is sent to a server, the data request instruction is intercepted by a client in the sending process, and target data corresponding to a request identifier is determined from cached first broadcast data through the request identifier included in the data request instruction.
In the above manner, according to the data request instruction, the target data corresponding to the first operation is acquired from the cached first broadcast data, so that the load of the server is reduced, the stability of the target page is improved, and a good experience of a user is provided.
Corresponding data identifications are arranged in the cached first broadcast data, and the data identifications correspond to the request identifications one to one; the data identifier is the same as the request identifier, and is used to indicate target data, that is, target data corresponding to a first operation that needs to be obtained when the first operation is performed on a target service.
In the step (2), a possible implementation manner of the step of determining the target data corresponding to the request identifier from the cached first broadcast data is as follows:
and determining a target data identifier corresponding to the request identifier from the data identifiers set by the cached first broadcast data, and determining the first broadcast data corresponding to the target data identifier as target data.
It should be noted that, in general, when the client caches the first broadcast data, the client sets a corresponding data identifier for the first broadcast data. Because the data identifier and the request identifier are in a one-to-one correspondence relationship, the client may first determine, according to the request identifier, a target data identifier corresponding to the request identifier from the data identifiers set in the cached first broadcast data, and then determine the first broadcast data corresponding to the target data identifier as the target data. In the method, the target data corresponding to the data request instruction is obtained from the cached first broadcast data through the one-to-one correspondence between the data identifier and the request identifier, so that the pressure of the server is reduced, and the experience of a user is improved.
In the step S104, if the gateway interface broadcast data of the designated server is monitored, in the step of caching the monitored first broadcast data, a possible implementation manner is as follows:
if the gateway interface broadcast data of the appointed service end are monitored, acquiring the monitored first broadcast data; the first broadcast data carries a corresponding service identifier, and the service identifier is used for indicating a service corresponding to the first broadcast data; and acquiring first broadcast data corresponding to the specified service identifier from the first broadcast data, and caching the first broadcast data corresponding to the specified service identifier into a specified memory.
In general, the client does not need to monitor all services in a given application in real time, and only listens to service-related data whose data changes frequently. The first broadcast data is data corresponding to all services in a specific application. The specific service generally refers to a service corresponding to broadcast data needing to be cached. The specific service needs are set according to the service needs.
Specifically, the client monitors a gateway interface of a specific server in real time, and if broadcast data is monitored, acquires the monitored first broadcast data, wherein each service has a unique service identifier, that is, the service identifier and the service are in a one-to-one correspondence relationship. Because a caching rule is preset in the client, that is, only the broadcast data corresponding to the specified service is cached, after the first broadcast data of all services is obtained, the first broadcast data corresponding to the specified service needs to be obtained from the first broadcast data according to the service identifier, and the first broadcast data corresponding to the specified service identifier is cached in the specified memory.
In the above manner, the client caches the data information of the specified service to the specified memory in advance, and when a user requests data for the specified service, the target data information corresponding to the data request can be directly acquired from the specified memory, so that the stability of the server is improved.
In order to ensure real-time performance of the cached data, the gateway interface of the designated server needs to be continuously monitored, and the monitored data is updated into the cache. Specifically, after the step of displaying the target data in the page corresponding to the target service, the method further includes:
if second broadcast data corresponding to the designated service broadcast by the gateway interface of the designated server is monitored, it is indicated that data needs to be updated in the cached first broadcast data, so that the second broadcast data can be updated to a designated memory, that is, the broadcast data corresponding to the designated service is updated to the second broadcast data.
In actual implementation, there are many situations that may trigger the gateway interface of the server to broadcast data. One is user behavior triggering, for example, if a certain user exchanges a certain commodity on a mall page, the commodity inventory of the commodity on the server will be reduced, then the inventory data information displayed on the commodity, which is seen by other users on the mall page, needs to be updated, and in this time, the server actively broadcasts the updated inventory data information corresponding to the commodity. The other is active triggering, triggering is performed in a specified time period, user operation is not needed in the case, the server broadcasts data corresponding to the specified service in a certain time period according to the service requirement, for example, updating of a timer, or the display state of a webpage of the bonus guess service needs to be updated by the server if the bonus guess service in a certain browser window stops selling at a certain point, and then the gateway interface of the specified server broadcasts the broadcast data corresponding to the specified service actively.
In the above manner, the client maintains the monitoring state, monitors the second broadcast data broadcast by the server to update the cached data, and ensures the real-time performance of the cached data in the client.
In addition, after the step of displaying the target data in the page corresponding to the target service, the method further includes:
and if the currently displayed page is the page corresponding to the target service and the third broadcast data corresponding to the target service broadcast by the gateway interface of the appointed server is monitored, updating and displaying the third broadcast data in the page corresponding to the target service.
Specifically, when the client displays a page corresponding to the target service, the page may actively monitor broadcast data corresponding to the target service, and when the page corresponding to the target service monitors third broadcast data corresponding to the target service broadcast by the gateway interface of the designated server, the monitored third broadcast data may be directly updated to the page corresponding to the target service, thereby completing the page update. For example, after a user opens a live broadcast room, a news information display page is displayed, if the page is updated, the updated news information broadcasted by the specified server gateway interface is monitored, and the updated news information is loaded in the news information display page.
In the above manner, when the page corresponding to the target service of the designated application is in the open display state, the page may actively monitor the data related to the target service broadcast by the designated server, and after the data is monitored, the data in the page may be directly updated, thereby avoiding the data request from being initiated again.
The embodiment of the invention discloses another data processing method which is applied to a server. As shown in fig. 2, the data processing method includes:
step S202, broadcasting first broadcast data related to the specified application to the specified client, and monitoring whether a gateway interface of the specified server broadcasts the data or not through the specified client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the designated application comprises at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
The server broadcasts first broadcast data related to a specified application to a specified client, and has multiple broadcast triggering modes, for example, when a user opens a page (such as a browser window) corresponding to a service of the specified application, the server broadcasts the data corresponding to the service; for another example, when the user clicks, slides, or presses a target service in the designated application, if the target service is updated, the server will broadcast the data corresponding to the target service. For another example, according to the service requirement, data corresponding to the target service is broadcast in a certain time period.
In the above manner, when the client monitors the first broadcast data broadcast by the designated server and related to the designated application, the first broadcast data is cached, and when the target data related to the target service in the designated application needs to be acquired, the target data is directly acquired from the cache, so that the data acquisition from the server in a data request manner is avoided, and meanwhile, the stability of the server is improved in a data broadcasting manner by the server, so that the page display stability and the user experience are improved.
In order to implement real-time performance of the cached data, after the step of broadcasting the first broadcast data related to the specified application to the specified client is described next, the method further includes:
generating second broadcast data after updating of first broadcast data corresponding to the designated service according to a pre-configured data updating rule; broadcasting second broadcast data to the appointed client, monitoring the second broadcast data corresponding to the appointed service broadcasted by the gateway interface of the appointed server through the appointed client, and updating the broadcast data corresponding to the appointed service in the cached first broadcast data into the second broadcast data.
The data update rule generally includes: and updating the broadcast data corresponding to the specified service at preset time intervals. For example, in a certain lottery activity, if the lottery activity expires after 24 hours, the lottery activity needs to be updated to a non-lottery state, at this time, the server generates, according to a pre-configured data update rule (that is, the lottery activity expires after 24 hours), second broadcast data after updating the first broadcast data corresponding to the lottery activity service, where the second broadcast data is used to indicate that the lottery activity is in the non-lottery state. And then broadcasting second broadcast data, monitoring second broadcast data corresponding to the lottery activity service broadcasted by a gateway interface of the appointed server through the appointed client, and updating the broadcast data corresponding to the lottery activity service in the cached first broadcast data into the second broadcast data.
For example, if the redeemable time of a certain commodity displayed in the page corresponding to the designated service is 24 hours, then the server pre-configures an update rule that the commodity will expire after 24 hours, and after 24 hours, the server broadcasts the expiration information of the commodity, and after the client monitors the expiration information, the client updates the state of the commodity on the page corresponding to the designated service, which indicates that the commodity is expired and is in a non-redeemable state. For another example, a live broadcast room has a plurality of browser windows, one is a window for displaying a guessing event, one is a window for a rotary table lottery event, and one is a window for displaying news information, which are independent service windows and do not interfere with each other. At this time, if a latest news message is to be updated, the guessing activity and the rotary table lottery activity are not required to be updated, and the server only needs to broadcast data corresponding to the news browser window. In the method, the broadcasting data needing to be updated is broadcasted according to the preconfigured data updating rule, so that the client updates the cached broadcasting data, and meanwhile, the stability of the server is ensured.
After the step of broadcasting the first broadcast data related to the specified application to the specified client, the method further includes: generating third broadcast data corresponding to the target service in response to receiving an update instruction aiming at the target data in the target service; and broadcasting third broadcast data to the appointed client, monitoring the third broadcast data corresponding to the target service broadcasted by the gateway interface of the server through the appointed client, and updating and displaying the third broadcast data in a page corresponding to the target service.
For the above method embodiment, refer to a data processing apparatus shown in fig. 3, where the apparatus is disposed at a client, and the apparatus includes:
the monitoring module 31 is configured to monitor whether a gateway interface of a specific server broadcasts data; the specified service end is used for providing the service of the specified application;
the cache module 32 is configured to cache the monitored first broadcast data if the gateway interface broadcast data of the specified server is monitored; wherein the first broadcast data is data related to a specified application, the specified application including at least one service;
an obtaining module 33, configured to respond to a first operation on a target service in a specific application, and obtain target data corresponding to the first operation from the cached first broadcast data;
and the display module 34 is configured to display the target data in a page corresponding to the target service.
The data processing device monitors whether a gateway interface of a specified server broadcasts data or not through a client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service. In the method, when the client monitors the first broadcast data which are broadcast by the appointed server and are related to the appointed application, the first broadcast data are cached, and when the target data which are related to the target service in the appointed application need to be obtained, the target data are directly obtained from the cache, so that the situation that the data are obtained from the server in a data request mode is avoided, and meanwhile, the stability of the server is improved in a server broadcast data mode, and further, the stability of page display and the user experience are improved.
The obtaining module is further configured to: responding to a first operation aiming at a target service in a specified application, and generating a data request instruction corresponding to the first operation; the data request instruction comprises a request identifier; and determining target data corresponding to the request identification from the cached first broadcast data.
Corresponding data identifications are arranged in the cached first broadcast data, and the data identifications correspond to the request identifications one to one; the obtaining module is further configured to: and determining a target data identifier corresponding to the request identifier from the data identifiers set by the cached first broadcast data, and determining the first broadcast data corresponding to the target data identifier as target data.
The cache module is further configured to: if the gateway interface broadcast data of the appointed service end are monitored, acquiring the monitored first broadcast data; the first broadcast data carries a corresponding service identifier, and the service identifier is used for indicating a service corresponding to the first broadcast data; and acquiring first broadcast data corresponding to the appointed service identifier from the first broadcast data, and caching the first broadcast data corresponding to the appointed service identifier into an appointed memory.
The above-mentioned device still includes: and the first data updating module is used for updating the broadcast data corresponding to the specified service in the cached first broadcast data into second broadcast data if monitoring that the gateway interface of the specified service broadcasts the second broadcast data corresponding to the specified service.
The above-mentioned device still includes: and the second data updating module is used for updating and displaying the third broadcast data in the page corresponding to the target service if the currently displayed page is the page corresponding to the target service and the third broadcast data corresponding to the target service broadcasted by the gateway interface of the appointed service terminal is monitored.
For the above method embodiment, refer to another data processing apparatus shown in fig. 4, where the apparatus is disposed at a server, and the apparatus includes:
a broadcasting module 41, configured to: broadcasting first broadcast data related to a specified application to a specified client, and monitoring whether a gateway interface of a specified server broadcasts the data or not through the specified client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the designated application comprises at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
In the above manner, when the client monitors the first broadcast data broadcast by the designated server and related to the designated application, the first broadcast data is cached, and when the target data related to the target service in the designated application needs to be acquired, the target data is directly acquired from the cache, so that the data acquisition from the server in a data request manner is avoided, and meanwhile, the stability of the server is improved in a data broadcasting manner by the server, so that the page display stability and the user experience are improved.
The apparatus includes a first broadcasting module configured to: generating second broadcast data after updating of first broadcast data corresponding to the designated service according to a pre-configured data updating rule; broadcasting second broadcast data to the appointed client, monitoring the second broadcast data corresponding to the appointed service broadcasted by the gateway interface of the appointed server through the appointed client, and updating the broadcast data corresponding to the appointed service in the cached first broadcast data into the second broadcast data.
The embodiment also provides an electronic device, which comprises a processor and a memory, wherein the memory stores machine executable instructions capable of being executed by the processor, and the processor executes the machine executable instructions to realize the data processing method. The electronic device can be a client or a server.
Referring to fig. 5, the electronic device includes a processor 100 and a memory 101, where the memory 101 stores machine executable instructions capable of being executed by the processor 100, and the processor 100 executes the machine executable instructions to implement the data processing method applied to the client, and the method specifically includes the following steps:
monitoring whether a gateway interface of a designated server broadcasts data or not; the specified service end is used for providing the service of the specified application; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the first broadcast data is data related to a specified application, the specified application including at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service. In the method, when the client monitors the first broadcast data which is broadcast by the appointed server and is related to the appointed application, the first broadcast data is cached, and when the target data which is related to the target service in the appointed application needs to be obtained, the target data is directly obtained from the cache, so that the situation that the data is obtained from the server in a data request mode is avoided, and meanwhile, the stability of the server is improved in a data broadcasting mode of the server, and further, the stability of page display and the user experience are improved.
The step of acquiring, in response to a first operation of a target service in a specific application, target data corresponding to the first operation from the cached first broadcast data includes: responding to a first operation aiming at a target service in a specified application, and generating a data request instruction corresponding to the first operation; the data request instruction comprises a request identifier; and determining target data corresponding to the request identification from the cached first broadcast data.
Corresponding data identifications are arranged in the cached first broadcast data, and the data identifications correspond to the request identifications one to one; the step of determining target data corresponding to the request identifier from the cached first broadcast data includes: and determining a target data identifier corresponding to the request identifier from the data identifiers set by the cached first broadcast data, and determining the first broadcast data corresponding to the target data identifier as target data.
The step of caching the monitored first broadcast data if the gateway interface broadcast data of the specified service end is monitored comprises: if the gateway interface broadcast data of the appointed service end are monitored, acquiring the monitored first broadcast data; the first broadcast data carries a corresponding service identifier, and the service identifier is used for indicating a service corresponding to the first broadcast data; and acquiring first broadcast data corresponding to the specified service identifier from the first broadcast data, and caching the first broadcast data corresponding to the specified service identifier into a specified memory.
After the step of displaying the target data in the page corresponding to the target service, the method further includes: and if monitoring that a gateway interface of the appointed service end broadcasts second broadcast data corresponding to the appointed service, updating the broadcast data corresponding to the appointed service in the cached first broadcast data into the second broadcast data.
After the step of displaying the target data in the page corresponding to the target service, the method further includes: and if the currently displayed page is the page corresponding to the target service and the third broadcast data corresponding to the target service broadcast by the gateway interface of the appointed server is monitored, updating and displaying the third broadcast data in the page corresponding to the target service.
The processor 100 executes machine executable instructions to implement the data processing method applied to the server, and the method specifically includes the following steps:
broadcasting first broadcast data related to a specified application to a specified client, and monitoring whether a gateway interface of a specified server broadcasts the data or not through the specified client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the designated application comprises at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
After the step of broadcasting the first broadcast data related to the specified application to the specified client, the method further includes: generating second broadcast data after updating of first broadcast data corresponding to the designated service according to a preset data updating rule; broadcasting second broadcast data to the appointed client, monitoring the second broadcast data corresponding to the appointed service broadcasted by the gateway interface of the appointed server through the appointed client, and updating the broadcast data corresponding to the appointed service in the cached first broadcast data into the second broadcast data.
Further, the electronic device shown in fig. 4 further includes a bus 102 and a communication interface 103, and the processor 100, the communication interface 103, and the memory 101 are connected through the bus 102.
The Memory 101 may include a Random Access Memory (RAM) and a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 103 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, and the like can be used. The bus 102 may be an ISA bus, PCI bus, EISA bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 4, but that does not indicate only one bus or one type of bus.
Processor 100 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the method may be performed by instructions in the form of hardware, integrated logic circuits, or software in the processor 100. The Processor 100 may be a general-purpose Processor, including a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory 101, and the processor 100 reads the information in the memory 101 and completes the steps of the method of the foregoing embodiment in combination with the hardware thereof.
The present embodiment also provides a machine-readable storage medium, which stores machine-executable instructions, and when the machine-executable instructions are called and executed by a processor, the machine-executable instructions cause the processor to implement the above data processing method applied to a client, the method specifically includes the following steps:
monitoring whether a gateway interface of a specified server broadcasts data or not; the specified service end is used for providing a service of a specified application; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the first broadcast data is data related to a specified application, the specified application including at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service. In the method, when the client monitors the first broadcast data which is broadcast by the appointed server and is related to the appointed application, the first broadcast data is cached, and when the target data which is related to the target service in the appointed application needs to be obtained, the target data is directly obtained from the cache, so that the situation that the data is obtained from the server in a data request mode is avoided, and meanwhile, the stability of the server is improved in a data broadcasting mode of the server, and further, the stability of page display and the user experience are improved.
The step of acquiring, in response to a first operation of a target service in a specific application, target data corresponding to the first operation from the cached first broadcast data includes: responding to a first operation aiming at a target service in a specified application, and generating a data request instruction corresponding to the first operation; the data request instruction comprises a request identifier; and determining target data corresponding to the request identification from the cached first broadcast data.
Corresponding data identifications are arranged in the cached first broadcast data, and the data identifications correspond to the request identifications one to one; the step of determining target data corresponding to the request identifier from the cached first broadcast data includes: and determining a target data identifier corresponding to the request identifier from the data identifiers set by the cached first broadcast data, and determining the first broadcast data corresponding to the target data identifier as target data.
The step of caching the monitored first broadcast data if the broadcast data of the gateway interface of the specified server is monitored comprises the following steps: if the gateway interface broadcast data of the appointed service end are monitored, acquiring the monitored first broadcast data; the first broadcast data carries a corresponding service identifier, and the service identifier is used for indicating a service corresponding to the first broadcast data; and acquiring first broadcast data corresponding to the appointed service identifier from the first broadcast data, and caching the first broadcast data corresponding to the appointed service identifier into an appointed memory.
After the step of displaying the target data in the page corresponding to the target service, the method further includes: and if monitoring that a gateway interface of the appointed service end broadcasts second broadcast data corresponding to the appointed service, updating the broadcast data corresponding to the appointed service in the cached first broadcast data into the second broadcast data.
After the step of displaying the target data in the page corresponding to the target service, the method further includes: and if the currently displayed page is the page corresponding to the target service and the third broadcast data corresponding to the target service broadcast by the gateway interface of the appointed server is monitored, updating and displaying the third broadcast data in the page corresponding to the target service.
The processor 100 executes machine executable instructions to implement the data processing method applied to the server, and the method specifically includes the following steps:
broadcasting first broadcast data related to a specified application to a specified client, and monitoring whether a gateway interface of a specified server broadcasts the data or not through the specified client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the designated application comprises at least one service; responding to a first operation aiming at a target service in a specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
After the step of broadcasting the first broadcast data related to the specified application to the specified client, the method further includes: generating second broadcast data after updating of first broadcast data corresponding to the designated service according to a pre-configured data updating rule; broadcasting second broadcast data to the appointed client, monitoring the second broadcast data corresponding to the appointed service broadcasted by the gateway interface of the appointed server through the appointed client, and updating the broadcast data corresponding to the appointed service in the cached first broadcast data into the second broadcast data.
The data processing method, the data processing apparatus, the electronic device, and the computer program product of the storage medium according to the embodiments of the present invention include a computer-readable storage medium storing a program code, where instructions included in the program code may be used to execute the method described in the foregoing method embodiments, and specific implementation may refer to the method embodiments, and will not be described herein again.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the described systems and apparatuses may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In addition, in the description of the embodiments of the present invention, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as being fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. Specific meanings of the terms in the present invention will be understood as specific cases for those skilled in the art.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. 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 and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc. indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplification of description, but do not indicate or imply that the device or element referred to must have a specific orientation, be constructed and operated in a specific orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that the following embodiments are merely illustrative of the present invention, and not restrictive, and the scope of the present invention is not limited thereto: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope of the present disclosure; such modifications, changes or substitutions do not depart from the spirit and scope of the embodiments of the present invention, and they should be construed as being included therein. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (12)

1. A data processing method is applied to a client, and comprises the following steps:
monitoring whether a gateway interface of a specified server broadcasts data or not; the specified service end is used for providing a service of a specified application;
if the gateway interface broadcast data of the specified service end are monitored, caching the monitored first broadcast data; wherein the first broadcast data is data related to the specified application, the specified application including at least one service;
responding to a first operation aiming at a target service in the specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data;
and displaying the target data in a page corresponding to the target service.
2. The method according to claim 1, wherein the step of, in response to a first operation for a target service in the specified application, acquiring target data corresponding to the first operation from the cached first broadcast data comprises:
responding to a first operation aiming at a target service in the specified application, and generating a data request instruction corresponding to the first operation; wherein the data request instruction comprises a request identifier;
and determining target data corresponding to the request identification from the cached first broadcast data.
3. The method according to claim 2, wherein corresponding data identifiers are set in the cached first broadcast data, and the data identifiers are in one-to-one correspondence with the request identifiers;
the step of determining target data corresponding to the request identifier from the cached first broadcast data includes:
and determining a target data identifier corresponding to the request identifier from data identifiers set in the cached first broadcast data, and determining the first broadcast data corresponding to the target data identifier as the target data.
4. The method of claim 1, wherein if the gateway interface broadcast data of the designated server is monitored, the step of buffering the monitored first broadcast data comprises:
if the gateway interface broadcast data of the specified service end are monitored, acquiring the monitored first broadcast data; the first broadcast data carries a corresponding service identifier, and the service identifier is used for indicating a service corresponding to the first broadcast data;
and acquiring first broadcast data corresponding to the appointed service identification from the first broadcast data, and caching the first broadcast data corresponding to the appointed service identification into an appointed memory.
5. The method of claim 1, wherein after the step of displaying the target data in the page corresponding to the target service, the method further comprises:
and if second broadcast data corresponding to the broadcast designated service of the gateway interface of the designated server is monitored, updating the broadcast data corresponding to the designated service in the cached first broadcast data into the second broadcast data.
6. The method of claim 1, wherein after the step of displaying the target data in the page corresponding to the target service, the method further comprises:
and if the currently displayed page is the page corresponding to the target service and the gateway interface of the specified server is monitored to broadcast the third broadcast data corresponding to the target service, updating and displaying the third broadcast data in the page corresponding to the target service.
7. A data processing method is applied to a server side, and the method comprises the following steps:
broadcasting first broadcast data related to a specified application to a specified client, and monitoring whether a gateway interface of a specified service end broadcasts the data or not through the specified client; if the gateway interface broadcast data of the specified service end are monitored, caching the monitored first broadcast data; wherein the designated application comprises at least one service; responding to a first operation aiming at a target service in the specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
8. The method of claim 7, wherein after the step of broadcasting the first broadcast data associated with the specified application to the specified client, the method further comprises:
generating second broadcast data after updating of first broadcast data corresponding to the designated service according to a pre-configured data updating rule;
broadcasting the second broadcast data to the specified client, monitoring second broadcast data corresponding to a specified service broadcasted by a gateway interface of the specified server through the specified client, and updating the broadcast data corresponding to the specified service in the cached first broadcast data into the second broadcast data.
9. A data processing apparatus, the apparatus being provided at a client, the apparatus comprising:
the monitoring module is used for monitoring whether a gateway interface of a specified service end broadcasts data or not; the specified service end is used for providing a service of a specified application;
the cache module is used for caching the monitored first broadcast data if the gateway interface broadcast data of the specified server side is monitored; wherein the first broadcast data is data related to the specified application, the specified application including at least one service;
an obtaining module, configured to respond to a first operation for a target service in the specified application, and obtain target data corresponding to the first operation from the cached first broadcast data;
and the display module is used for displaying the target data in a page corresponding to the target service.
10. A data processing apparatus, wherein the apparatus is disposed at a server, the apparatus comprising:
the system comprises a broadcast module, a gateway interface and a service module, wherein the broadcast module is used for broadcasting first broadcast data related to a specified application to a specified client and monitoring whether a gateway interface of a specified service end broadcasts the data or not through the specified client; if the gateway interface broadcast data of the appointed service end are monitored, caching the monitored first broadcast data; wherein the designated application comprises at least one service; responding to a first operation aiming at a target service in the specified application, and acquiring target data corresponding to the first operation from the cached first broadcast data; and displaying the target data in a page corresponding to the target service.
11. An electronic device comprising a processor and a memory, the memory storing computer-executable instructions executable by the processor, the processor executing the computer-executable instructions to implement the data processing method of any one of claims 1 to 6 or to implement the data processing method of any one of claims 7 to 8.
12. A computer-readable storage medium storing computer-executable instructions that, when invoked and executed by a processor, cause the processor to implement the data processing method of any of claims 1-6, or the data processing method of any of claims 7-8.
CN202210760786.1A 2022-06-29 2022-06-29 Data processing method and device and electronic equipment Pending CN115379013A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210760786.1A CN115379013A (en) 2022-06-29 2022-06-29 Data processing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210760786.1A CN115379013A (en) 2022-06-29 2022-06-29 Data processing method and device and electronic equipment

Publications (1)

Publication Number Publication Date
CN115379013A true CN115379013A (en) 2022-11-22

Family

ID=84061038

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210760786.1A Pending CN115379013A (en) 2022-06-29 2022-06-29 Data processing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN115379013A (en)

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1444403A (en) * 2002-03-12 2003-09-24 佳能株式会社 Receiver
CN101296371A (en) * 2007-04-23 2008-10-29 华为技术有限公司 IPTV terminal, IPTV system and IPTV service implementing method
CN101426001A (en) * 2007-10-30 2009-05-06 中兴通讯股份有限公司 Method and system for webpage viewing by mobile multimedia data broadcast
CN101674527A (en) * 2009-08-25 2010-03-17 中广卫星移动广播有限公司 System and method for propelling data by mobile multimedia broadcasting
CN101789009A (en) * 2010-01-26 2010-07-28 恒生电子股份有限公司 Method for processing business data, device and system
CN101958758A (en) * 2010-05-17 2011-01-26 宇龙计算机通信科技(深圳)有限公司 Road condition information-based digital broadcasting realization method and device
CN102594480A (en) * 2012-01-21 2012-07-18 中广传播集团有限公司 Broadcast data transmission method and broadcast data transmitting and receiving device
US20120185785A1 (en) * 2011-01-19 2012-07-19 Emc Satcom Technologies, Inc. System and method for zero latency browsing
CN107291729A (en) * 2016-03-31 2017-10-24 北京北方华创微电子装备有限公司 Data-updating method and system, semiconductor equipment
CN108259533A (en) * 2016-12-28 2018-07-06 阿里巴巴集团控股有限公司 A kind of data transmission method and device
CN108540515A (en) * 2017-03-06 2018-09-14 腾讯科技(深圳)有限公司 A kind of data processing method and server
CN109145240A (en) * 2018-08-31 2019-01-04 阿里巴巴集团控股有限公司 A kind of page access method, apparatus and system based on barcode scanning operation
CN110321140A (en) * 2019-05-23 2019-10-11 天津五八到家科技有限公司 Data-updating method, device and mobile terminal
CN110753070A (en) * 2018-07-23 2020-02-04 北京国双科技有限公司 Data communication method, client, server and data communication system
WO2020134754A1 (en) * 2018-12-29 2020-07-02 广州市百果园信息技术有限公司 Page communication method and apparatus, computer device and storage medium
CN111866537A (en) * 2020-07-27 2020-10-30 网易(杭州)网络有限公司 Information display method and device in live broadcast room, storage medium and electronic equipment
CN112118542A (en) * 2019-06-21 2020-12-22 中国移动通信有限公司研究院 Multicast processing method, device and communication equipment
CN112312145A (en) * 2019-07-31 2021-02-02 上海幻电信息科技有限公司 Access server, burst traffic caching method, system, computer device and readable storage medium
CN113132745A (en) * 2021-03-31 2021-07-16 完美世界控股集团有限公司 Live broadcast service system, method and server
CN113343088A (en) * 2021-06-09 2021-09-03 北京奇艺世纪科技有限公司 Data processing method, system, device, equipment and storage medium
CN114466216A (en) * 2022-02-15 2022-05-10 上海哔哩哔哩科技有限公司 Live broadcast room display method, server and live broadcast client

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1444403A (en) * 2002-03-12 2003-09-24 佳能株式会社 Receiver
CN101296371A (en) * 2007-04-23 2008-10-29 华为技术有限公司 IPTV terminal, IPTV system and IPTV service implementing method
CN101426001A (en) * 2007-10-30 2009-05-06 中兴通讯股份有限公司 Method and system for webpage viewing by mobile multimedia data broadcast
CN101674527A (en) * 2009-08-25 2010-03-17 中广卫星移动广播有限公司 System and method for propelling data by mobile multimedia broadcasting
CN101789009A (en) * 2010-01-26 2010-07-28 恒生电子股份有限公司 Method for processing business data, device and system
CN101958758A (en) * 2010-05-17 2011-01-26 宇龙计算机通信科技(深圳)有限公司 Road condition information-based digital broadcasting realization method and device
US20120185785A1 (en) * 2011-01-19 2012-07-19 Emc Satcom Technologies, Inc. System and method for zero latency browsing
US20120185783A1 (en) * 2011-01-19 2012-07-19 Abel Avellan System and method for zero latency browsing
CN102594480A (en) * 2012-01-21 2012-07-18 中广传播集团有限公司 Broadcast data transmission method and broadcast data transmitting and receiving device
CN107291729A (en) * 2016-03-31 2017-10-24 北京北方华创微电子装备有限公司 Data-updating method and system, semiconductor equipment
CN108259533A (en) * 2016-12-28 2018-07-06 阿里巴巴集团控股有限公司 A kind of data transmission method and device
CN108540515A (en) * 2017-03-06 2018-09-14 腾讯科技(深圳)有限公司 A kind of data processing method and server
CN110753070A (en) * 2018-07-23 2020-02-04 北京国双科技有限公司 Data communication method, client, server and data communication system
CN109145240A (en) * 2018-08-31 2019-01-04 阿里巴巴集团控股有限公司 A kind of page access method, apparatus and system based on barcode scanning operation
WO2020134754A1 (en) * 2018-12-29 2020-07-02 广州市百果园信息技术有限公司 Page communication method and apparatus, computer device and storage medium
CN110321140A (en) * 2019-05-23 2019-10-11 天津五八到家科技有限公司 Data-updating method, device and mobile terminal
CN112118542A (en) * 2019-06-21 2020-12-22 中国移动通信有限公司研究院 Multicast processing method, device and communication equipment
CN112312145A (en) * 2019-07-31 2021-02-02 上海幻电信息科技有限公司 Access server, burst traffic caching method, system, computer device and readable storage medium
CN111866537A (en) * 2020-07-27 2020-10-30 网易(杭州)网络有限公司 Information display method and device in live broadcast room, storage medium and electronic equipment
CN113132745A (en) * 2021-03-31 2021-07-16 完美世界控股集团有限公司 Live broadcast service system, method and server
CN113343088A (en) * 2021-06-09 2021-09-03 北京奇艺世纪科技有限公司 Data processing method, system, device, equipment and storage medium
CN114466216A (en) * 2022-02-15 2022-05-10 上海哔哩哔哩科技有限公司 Live broadcast room display method, server and live broadcast client

Similar Documents

Publication Publication Date Title
EP3143813B1 (en) Method, apparatus, and system for determining a location of a terminal
US9774697B2 (en) Method, apparatus, and system for pushing notification
WO2021077811A1 (en) Distributed denial of service (ddos) attack protection method, apparatus and system
US10986386B2 (en) Video monitoring method and device, storage medium, and electronic device
KR100791628B1 (en) Method for active controlling cache in mobile network system, Recording medium and System thereof
EP2930911A1 (en) Method and apparatus for controlling sending of heartbeat signal
CN111277847B (en) Method, device, server and system for displaying chat messages in live broadcast
JP2018536226A (en) Data transmission method and apparatus
CN109167840B (en) Task pushing method, node autonomous server and edge cache server
CN109302437B (en) Method and device for redirecting website
CN108206764B (en) Configuration method of network equipment configuration information, server and computer readable medium
CN110968356A (en) Method and device for acquiring configuration information
CN109086158B (en) Abnormal cause analysis method and device and server
WO2016065842A1 (en) M2m group and notification resource creation and information exchange methods therefor, and storage medium
CN106161647B (en) Method for discovering cloud terminal devices in batches and cloud terminal management system
CN114629883A (en) Service request processing method and device, electronic equipment and storage medium
CN114039961A (en) Message pushing method, device, server and storage medium based on WebSocket
CN106411978B (en) Resource caching method and device
CN107508840B (en) DNS Proxy-based method for monitoring DNS domain name attack
CN108460042B (en) Page display method, related equipment and system
CN115379013A (en) Data processing method and device and electronic equipment
CN108337280B (en) Resource updating method and device
CN112422705A (en) Server, data processing method and medium
CN110599321A (en) Tax data processing method, device, server and storage medium
JP6957079B2 (en) Methods and devices for presenting information

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