CN113190777A - Data updating method and device, electronic equipment, storage medium and product - Google Patents

Data updating method and device, electronic equipment, storage medium and product Download PDF

Info

Publication number
CN113190777A
CN113190777A CN202110351216.2A CN202110351216A CN113190777A CN 113190777 A CN113190777 A CN 113190777A CN 202110351216 A CN202110351216 A CN 202110351216A CN 113190777 A CN113190777 A CN 113190777A
Authority
CN
China
Prior art keywords
data
updating
task
update
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110351216.2A
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.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet 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 Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202110351216.2A priority Critical patent/CN113190777A/en
Publication of CN113190777A publication Critical patent/CN113190777A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The disclosed embodiments relate to a data updating method, apparatus, electronic device and storage medium, the method comprising: acquiring and caching the updating data sent by the server within a preset time period; when the current time of the updating data meets a preset condition, updating corresponding data in a list page according to the cached updating data; and refreshing the list page after the data updating. According to the method and the device for updating the list page, the updating data sent by the server in the preset time period are obtained, when the current time of the updating data meets the preset condition, the updating data are updated once, and the list page after the updating data is updated is refreshed, so that the updating times of the data in the list page and the refreshing times of the list are effectively reduced, the list performance of the terminal is improved, and the user experience is improved.

Description

Data updating method and device, electronic equipment, storage medium and product
Technical Field
The present disclosure relates to the field of application technology development, and in particular, to a data updating method, apparatus, electronic device, computer-readable storage medium, and computer program product.
Background
In the related technology, with the development of the internet technology, in instant messaging, a server side can push a large number of page updating requests to a client side, and when the client side receives the large number of page updating requests pushed by the server side, pages can be frequently updated, so that the page performance is reduced, and the user experience is further influenced.
Therefore, how to reduce the number of times of updating pages in an application program, reduce system stutter, reduce system heat generation, and improve page performance is a technical problem to be solved at present.
Disclosure of Invention
The present disclosure provides a data updating method, an apparatus, an electronic device, a computer-readable storage medium, and a computer program product, so as to at least solve the technical problem in the related art that the performance of a page is reduced because a terminal frequently updates the page according to a large number of page update requests. The technical scheme of the disclosure is as follows:
according to a first aspect of the embodiments of the present disclosure, there is provided a data updating method, including:
acquiring and caching updating data sent by a server within a preset time period;
when the current time of the updating data meets a preset condition, updating corresponding data in a list page according to the cached updating data;
and refreshing the list page after the data updating.
Optionally, the refreshing the list page after the update data includes:
generating a task identifier of an update list page according to the update data;
if the task timer corresponding to the task identifier does not exist, creating the task timer corresponding to the task identifier, and setting the timing time of the task timer;
updating the task associated with the task timer when the timing time of the task timer is reached;
and removing the task timer after the task is updated.
Optionally, the list page after the update data is refreshed further includes:
if the task timer corresponding to the task identifier exists, updating the task associated with the timer when the timing time of the task timer is reached;
and when the task update is completed, removing the task timer.
Optionally, when the timing time of the task timer is reached, the refreshing the updated data on the list page further includes:
if a task associated with the task timer is detected, performing the step of updating the task service associated with the task timer;
directly removing the task timer if no task associated with the task timer is detected.
Optionally, the obtaining and caching the update data sent by the server within the preset time period includes:
sending an updating request within a preset time period to a server, and receiving and caching updating data fed back by the server within the preset time period; or
And receiving and caching the updating data which is actively sent by the server within a preset time period.
Optionally, the updating, according to the cached update data, the data corresponding to the list page includes:
modifying the updating time of the cached updating data into the current time;
and replacing the corresponding data on the list page with the updated data after the time modification according to the time sequence.
Optionally, after updating the corresponding data in the list page, the method further includes:
and clearing the cached updating data.
Optionally, the method further includes: presetting a preset condition, wherein the preset condition comprises the following steps:
the difference between the current time and the last updating time of the updating data is larger than a preset time interval;
alternatively, the first and second electrodes may be,
the current time of the update data is greater than the sum of the current time of the last update data transmitted to the list and a preset time interval.
According to a second aspect of the embodiments of the present disclosure, there is provided a data updating method, including:
acquiring and caching updated data in a preset time period;
and when the current time of the updated data meets a preset condition, sending the updated data cached in the preset time period to a terminal, so that the terminal can update corresponding data in a list page according to the received updated data and refresh the list page after the updated data.
Optionally, the method further includes:
receiving an updating request sent by a terminal within the preset time period;
extracting the cached updating data in the preset time period according to the updating request;
and when the current time of the updating data meets a preset condition, executing the step of sending the updating data cached in the preset time period to a terminal.
Optionally, the method further includes: presetting a preset condition, wherein the preset condition comprises the following steps:
the difference between the current time and the last updating time of the updating data is larger than a preset time interval;
or
The current time of the update data is greater than the sum of the current time of the last update data transmitted to the list and a preset time interval.
According to a third aspect of the embodiments of the present disclosure, there is provided a data updating method, including:
acquiring update data sent by a server, wherein the update data is acquired and cached by the server within a preset time period, and the current time of the update data meets a preset condition;
updating the corresponding data in the list page according to the updating data;
and refreshing the list page after the data updating.
Optionally, the refreshing the list page after the update data includes:
generating a task identifier of an update list page according to the update data;
if the task timer corresponding to the task identifier does not exist, creating the task timer corresponding to the task identifier, and setting the timing time of the task timer;
updating the task associated with the task timer when the timing time of the task timer is reached;
and removing the task timer after the task is updated.
Optionally, the list page after the update data is refreshed further includes:
if the task timer corresponding to the task identifier exists, updating the task associated with the timer when the timing time of the task timer is reached;
and when the task update is completed, removing the task timer.
Optionally, when the timing time of the task timer is reached, the refreshing the updated data on the list page further includes:
if a task associated with the task timer is detected, performing the step of updating the task associated with the task timer;
directly removing the task timer if no task associated with the task timer is detected.
Optionally, the acquiring the update data sent by the server includes:
sending an updating request within a preset time period to a server, and receiving updating data fed back by the server within the preset time period; or
And the receiving server actively sends the updating data in a preset time period.
Optionally, the updating the corresponding data in the list page according to the update data includes:
modifying the updating time of the updating data into the current time;
and replacing the corresponding data on the list page with the updated data after the time modification according to the time sequence.
Optionally, after updating the corresponding data in the list page, the method further includes:
and emptying the updating data.
According to a fourth aspect of embodiments of the present disclosure, there is provided a data updating apparatus including:
the acquisition module is configured to acquire the update data sent by the server within a preset time period;
a caching module configured to perform caching of the update data;
the updating module is configured to update corresponding data in a list page according to the cached updating data when the current time of the updating data meets a preset condition;
a refresh module configured to execute the list page after refreshing the update data.
Optionally, the refresh module includes:
the generating module is configured to execute the task identification of generating an updating list page according to the updating data;
the creating module is configured to create a task timer corresponding to the task identifier and set the timing time of the task timer when the task timer corresponding to the task identifier does not exist;
a first updating module configured to execute updating of a task associated with the task timer upon reaching a timing time at which the creating module creates the task timer;
a first removal module configured to perform removing the task timer after the first update module completes the task.
Optionally, the refresh module further includes:
the judging module is configured to execute the step of judging whether a task timer corresponding to the task identifier exists or not after the generating module generates the task identifier of the update list page according to the update data;
the creating module is further configured to execute the step of judging that no task timer corresponding to the task identifier exists in the judging module, create the task timer corresponding to the task identifier, and set the timing time of the task timer;
the second updating module is configured to execute the task timer corresponding to the task identifier when the judging module judges that the task timer exists, and update the task related to the timer when the timing time of the task timer is reached;
a second removal module configured to perform removing the task timer when the second update module updates the task to be completed.
Optionally, the refresh module further includes:
a detection module configured to detect whether a task associated with the task timer exists when a timing time of the task timer is reached;
the first updating module is further configured to execute updating the task associated with the task timer when the detecting module detects that the task associated with the task timer exists;
a third removing module configured to perform direct removal of the task timer when the detecting module detects that there is no task associated with the task timer.
Optionally, the obtaining module includes: the device comprises a sending module and a first receiving module; and/or a second receiving module, wherein,
the sending module is configured to execute sending of an update request within a preset time period to a server;
the first receiving module is configured to perform receiving of the update data fed back by the server within the preset time period;
the second receiving module is configured to execute that the receiving server actively sends the update data within a preset time period.
Optionally, the update module includes:
a time updating module configured to perform modification of an update time of the cached update data to a current time;
and the data updating module is configured to execute replacement of the corresponding data on the list page by the updated data after the modification time according to time sequence.
Optionally, the apparatus further comprises:
and the clearing module is configured to clear the cached updating data after the updating module updates the corresponding data in the list page.
Optionally, the apparatus further comprises: a setting module configured to execute preset conditions, wherein the preset conditions include:
the difference between the current time and the last updating time of the updating data is larger than a preset time interval;
or
The current time of the update data is greater than the sum of the current time of the last update data transmitted to the list and a preset time interval.
According to a fifth aspect of the embodiments of the present disclosure, there is provided a data update apparatus, which is applied to a server, including:
the acquisition module is configured to acquire the update data in a preset time period;
a caching module configured to perform caching of the update data;
and the sending module is configured to send the update data cached in the preset time period to a terminal when the current time of the update data meets a preset condition, so that the terminal updates corresponding data in a list page according to the received update data and refreshes the list page after the update data.
Optionally, the apparatus further comprises:
the receiving module is configured to execute the update request when the terminal sends the update request within the preset time period;
the extracting module is configured to extract the cached updating data in the preset time period according to the updating request;
the sending module is further configured to execute the step of sending the update data cached in the preset time period to a terminal when the current time of the update data meets a preset condition.
Optionally, the apparatus further comprises: a setting module configured to execute preset conditions, wherein the preset conditions include:
the difference between the current time and the last updating time of the updating data is larger than a preset time interval;
or
The current time of the update data is greater than the sum of the current time of the last update data transmitted to the list and a preset time interval.
According to a sixth aspect of the embodiments of the present disclosure, there is provided a data updating apparatus, which is applied to a terminal, and includes:
the acquisition module is configured to perform acquisition of the update data sent by the server, wherein the update data is obtained and cached by the server within a preset time period, and the current time of the update data meets a preset condition;
the updating module is configured to update the corresponding data in the list page according to the updating data;
a refresh module configured to execute the list page after refreshing the update data.
Optionally, the refresh module includes:
the generating module is configured to execute the task identification of generating an updating list page according to the updating data;
the creating module is configured to create a task timer corresponding to the task identifier and set the timing time of the task timer when the task timer corresponding to the task identifier does not exist;
a first updating module configured to execute updating of a task associated with the task timer upon reaching a timing time at which the creating module creates the task timer;
a first removal module configured to perform removing the task timer after the first update module completes the task.
Optionally, the refresh module further includes:
the judging module is configured to execute the step of judging whether a task timer corresponding to the task identifier exists in the memory after the generating module generates the task identifier of the update list page according to the update data;
the creating module is further configured to execute the step of judging that no task timer corresponding to the task identifier exists in the judging module, create the task timer corresponding to the task identifier, and set the timing time of the task timer;
the second updating module is configured to execute the task timer corresponding to the task identifier when the judging module judges that the task timer exists, and update the task related to the timer when the timing time of the task timer is reached;
a second removal module configured to perform removing the task timer when the second update module updates the task to be completed.
Optionally, the refresh module further includes:
a detection module configured to detect whether a task associated with the task timer exists when a timing time of the task timer is reached;
a first updating module further configured to execute updating the task associated with the task timer when the detecting module detects that there is a task associated with the task timer;
a third removing module configured to perform direct removal of the task timer when the detecting module detects that there is no task associated with the task timer.
Optionally, the obtaining module includes: the device comprises a sending module and a first receiving module; and/or, a second receiving module, wherein,
the sending module is configured to execute sending of an update request within a preset time period to a server;
the first receiving module is configured to perform receiving of the update data fed back by the server within the preset time period;
the second receiving module is configured to execute that the receiving server actively sends the update data within a preset time period.
Optionally, the update module includes:
a time update module configured to perform modification of an update time of the update data to a current time;
and the data updating module is configured to execute replacement of the corresponding data on the list page by the updated data after the modification time according to time sequence.
Optionally, the apparatus further comprises:
and the clearing module is configured to clear the updated data after the updating module updates the corresponding data in the list page.
According to a seventh aspect of the embodiments of the present disclosure, there is provided an electronic apparatus including:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the data update method as described above.
According to an eighth aspect of embodiments of the present disclosure, there is provided a computer-readable storage medium, wherein instructions in the computer-readable storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the data updating method as described above.
According to a ninth aspect of embodiments of the present disclosure, there is provided a computer program product comprising a computer program or instructions, characterized in that when the program or instructions in the computer program product are executed by a processor, the data updating method as described above is implemented.
The technical scheme provided by the embodiment of the disclosure at least has the following beneficial effects:
in the embodiment of the present disclosure, the update data sent by the server within the preset time period is obtained and cached, that is, the update data within the preset time period is merged, and when the current time of the update data meets the preset condition, the corresponding data in the list page is updated according to the cached update data, and the list page after the update data is refreshed. In the embodiment of the disclosure, the updating data sent by the server in the preset time period is obtained, when the current time of the updating data meets the preset condition, the updating data is uniformly updated once, and the list page after the updating data is refreshed, so that the updating times of the data in the list page and the refreshing times of the list are effectively reduced. The list performance of the terminal is improved and the user experience is improved by limiting the number of times of updating data in the list page and the number of times of refreshing the list.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and, together with the description, serve to explain the principles of the disclosure and are not to be construed as limiting the disclosure.
FIG. 1 is a flow diagram illustrating a data update method according to an exemplary embodiment.
FIG. 2 is another flow diagram illustrating a data update method according to an example embodiment.
FIG. 3 is a further flow diagram illustrating a data update method according to an exemplary embodiment.
FIG. 4 is a flow diagram illustrating an application example of a data update method in accordance with an exemplary embodiment.
Fig. 5 is a block diagram illustrating a data update apparatus according to an example embodiment.
Fig. 6 is another block diagram illustrating a data update apparatus according to an example embodiment.
Fig. 7 is yet another block diagram illustrating a data update apparatus according to an example embodiment.
Fig. 8 is still another block diagram illustrating a data update apparatus according to an example embodiment.
Fig. 9 is a block diagram illustrating a configuration of an electronic device according to an example embodiment.
FIG. 10 is a block diagram illustrating an apparatus with data update according to an example embodiment.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those of ordinary skill in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the above-described drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the disclosure described herein are capable of operation in sequences other than those illustrated or otherwise described herein. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Fig. 1 is a flowchart illustrating a data updating method according to an exemplary embodiment, where the data updating method is used in a terminal, as shown in fig. 1, and includes the following steps:
in step 101, the update data sent by the server within a preset time period is obtained and cached.
In step 102, when the current time of the update data meets a preset condition, updating corresponding data in a list page according to the cached update data.
In step 103, the list page after updating the data is refreshed.
The data updating method disclosed by the present disclosure may be applied to a terminal, and is not limited herein, and the terminal implementation device may be an electronic device such as a smart phone, a notebook computer, a tablet computer, and the like.
The specific implementation steps of the data updating method provided by the embodiment of the present disclosure are described in detail below with reference to fig. 1.
Firstly, executing step 101, obtaining and caching the updating data sent by the server within a preset time period;
in the obtaining process in this step, the terminal may actively obtain the update request within the preset time period from the server, or the server may actively send the update data within the preset time period to the terminal. The number of the update requests in the preset time period may be one, or may be multiple, and this embodiment is not limited. The method specifically comprises the following steps:
one way of obtaining: the method comprises the steps that a terminal sends an update request for obtaining the update data in a preset time period to a server, and the terminal receives and caches an update response sent by the server in the preset time period, wherein the update response comprises the update data in the preset time period;
and in another acquisition mode, the terminal receives and caches the update data which is actively sent by the server within a preset time period.
The preset time period in the step may be set to 0-1 second, 1-2 seconds, 2-5 seconds, 5-10 seconds, or 0-1 minute, 5-10 minutes, or the like, as required, and this embodiment is not limited. For example, 2 pieces of update data sent by the server are acquired within 0 to 1 second, or 5 pieces of update data sent by the server are acquired within 2 to 5 seconds, and the like, which is not limited in this embodiment. That is to say, the obtained update data may be one piece of update data, or may be multiple pieces of update data, for example, 10 pieces of update data, and of course, there may be no update data that needs to be updated in the preset time period, that is, 0 piece of update data is obtained.
Then, caching and acquiring the updated data in a preset time period;
in this step, the terminal may sequentially cache the received update data within a preset time in the memory, may also sequentially cache the update data in the database, and of course, may also sequentially cache the update data in other storage spaces, which is not limited in this embodiment. That is, the present embodiment may select a corresponding cache manner according to actual needs.
Secondly, executing step 102, when the current time of the updated data meets a preset condition, updating corresponding data in a list page according to the cached updated data;
the preset condition in this step is preset, and may be set on a memory, a cache, or a database of the client, where the preset condition specifically may include: the difference between the current time of the update data and the last update time is greater than the preset time interval, and of course, the current time of the update data may be greater than the sum of the current time of the last update data transmitted to the list and the preset time interval.
In this step, for example, the current time (i.e., the current timestamp) is 11 a.m.: 35 minutes, the last update time is 11 am: 20 minutes, and the preset time interval is 10 minutes, then the difference between the current time and the last update time is: 11: 35-11: if 20 is 15 (min), and 15 is greater than 10, the corresponding data in the list page needs to be updated uniformly according to the cached update data. That is, the cached update data is completely updated at one time.
In this step, updating the corresponding data in the list page according to the cached update data specifically includes: firstly, modifying the updating time of the cached updating data into the current time; and then, replacing the corresponding data on the list page with the updated data after the time modification according to the time sequence.
In which each update data has a time stamp, which is the time when the update data is transferred to the list, and is referred to as the update time of the update data, and in this step, the time stamp needs to be updated to the current time stamp, so as to facilitate the subsequent unified update. And then, replacing the corresponding data on the list page with the updated data after the time modification according to the time sequence. Of course, if the cached updated data does not have the sequence, the corresponding data on the list change page does not need to be replaced according to the time sequence during updating. The time ordering may be according to a time forward order or a time backward order, and this embodiment is not limited.
Further, after updating the corresponding data in the list page, the method may further include: and clearing the cached updating data. So as to save the occupied space of the memory or the database and improve the utilization rate of the memory or the database.
Finally, step 103 is executed to refresh the list page after the data is updated.
In this embodiment, a process of updating the list page after updating data includes: generating a task identifier of an update list page according to the update data; then, if the task timer corresponding to the task identifier does not exist, creating the task timer corresponding to the task identifier, and setting the timing time of the task timer; and updating the task associated with the task timer when the timing time of the task timer is reached; and finally, removing the task timer after the task is updated.
Further, in another embodiment, the refreshing the list page after the updating data may further include: if a task timer corresponding to the task identifier exists in the memory, updating the task associated with the timer when the timing time of the task timer is reached; and when the task update is completed, removing the task timer.
Further, in another embodiment, when the timing time of the task timer is reached, the refreshing the list page after the updating of the update data may further include: if a task associated with the task timer is detected, performing the step of updating the task associated with the task timer; directly removing the task timer if no task associated with the task timer is detected.
That is, the process of refreshing the list page after updating the data specifically includes:
1) generating a task identifier (id) of an update list page according to the update data;
2) judging whether a task timer corresponding to the task identifier exists in the memory, if not, executing 3), and if so, executing 7);
3) if the task timer corresponding to the task identifier does not exist in the memory, generating the task timer, and setting the timing time of the task timer;
4) when the timing time of the task timer is reached, detecting whether a task associated with the task timer exists, if so, executing 5), otherwise, executing 6);
5) if the task related to the task timer is detected, updating the related task, and removing the task timer after the task is updated;
6) directly removing the task timer if no task associated with the task timer is detected.
7) And if the task timer corresponding to the task identifier exists in the memory, updating the task associated with the timer when the timing time of the task timer is reached, and removing the task timer when the task is updated.
That is, in this embodiment, after the corresponding data in the list is updated, the list page needs to be refreshed, that is, the updated state of the data is synchronized to the list display. It should be noted that, when the list display elements are more and the list data is more complex, frequent refreshing of the list may cause a large performance consumption, which may result in system jamming and heat generation of the terminal device. Therefore, in the embodiment of the present disclosure, the received update data in the preset time period is cached, and when the update data reaches the preset condition, the update data is updated in a unified manner, so that the data update times are reduced, and after the data is updated in a unified manner, the list page is refreshed, so that the list performance is optimized by limiting the refresh frequency of the list page.
Specifically, since all the update data are set with the task identifier id, whether a task timer exists in a memory (or a database or a cache) can be searched according to the task identifier id; if the task timer exists, resetting the task related to the task timer, and updating the updated task related to the timer when the timing time of the task timer is reached; when the task is updated, removing the task timer; if no task timer corresponding to the task identifier exists, immediately executing the transmitted task once, simultaneously generating a task timer, and setting the timing time of the task timer; when the timing time of the task timer is reached, if a task related to the task timer is detected, updating the related task, and removing the task timer after the task is updated; directly removing the task timer if a task not associated with the task timer is detected.
In the embodiment of the disclosure, in order to improve the list performance of the mobile terminal, especially the session list of instant messaging, when a large number of session update requests (including update data) are received, if no restriction is applied, or the restriction measure is unreasonable, a list page is obviously displayed and is stuck and consumes fast, which affects the user experience; according to the embodiment of the disclosure, the updating data sent by the server within the preset time period is obtained and cached, and when the current time of the updating data meets the preset condition, the corresponding data in the list page is updated uniformly according to the cached updating data, and the list page after the updating data is refreshed, so that the updating times of the data in the list page and the refreshing times of the list are effectively reduced, that is, the purpose of optimizing the performance of the list is achieved by limiting the frequency of refreshing the page, and the user satisfaction is improved.
Referring also to fig. 2, another flow chart of a data update method applied to a server according to an exemplary embodiment is shown, the method including:
step 201: acquiring and caching updated data in a preset time period;
in this step, the server first obtains the update data of the terminal within a preset time period, where the number of the update data may be one or multiple, and this embodiment is not limited.
Then, caching the acquired updating data;
in this step, the server may cache the acquired update data to a cloud, a memory, or a database, and the like.
Step 202: and when the current time of the updated data meets a preset condition, sending the updated data cached in the preset time period to a terminal, so that the terminal can update corresponding data in a list page according to the received updated data and refresh the list page after the updated data.
Wherein, the preset condition in this embodiment may include: the difference between the current time and the last updating time of the updating data is larger than a preset time interval; or the current time of the updating data is larger than the sum of the current time of the last updating data transmitted to the list and a preset time interval.
That is, in this step, the server determines whether the difference between the current time of the update data and the last update time is greater than a preset time interval, or whether the current time of the update data is greater than the sum of the current time of the last update data transferred to the list and the preset time interval, and if so, sends the update data cached in the preset time period to the terminal, so that the terminal updates according to all the received update data. And if the number of the tasks is less than or equal to the preset value, no task processing is performed.
It should be noted that, in the foregoing embodiment, the mobile terminal performs merging and caching on a large amount of update data or update requests sent by the server, and then performs unified update, but in the embodiment of the present disclosure, the difference from the foregoing embodiment is that the server performs merging and caching on a large amount of update data within a preset time period, and when the current time of the update data meets a preset condition, the update data cached within the preset time period is sent to the terminal, so that the terminal performs unified update according to the received update data.
In the embodiment of the disclosure, the terminal or the server can perform merging and caching processing on the updated data, thereby reducing the updating times of the terminal list page and improving the performance of the list and the user satisfaction. The updating requests in the preset time period are combined, the acquired updating data in the preset time period are updated once, and the list page after the updating data is updated is refreshed, so that the updating times of the data in the list page and the refreshing times of the list are effectively reduced. The aim of optimizing the list performance is achieved by limiting the frequency of refreshing the page, and the user satisfaction is improved.
Optionally, in another embodiment, on the basis of the above embodiment, the method may further include: when the server receives an update request which is sent by the terminal and is used for acquiring the update request in the preset time period; extracting the cached updating data in the preset time period according to the updating request; and when the current time of the updating data meets a preset condition, sending the updating data cached in the preset time period to a terminal.
Referring also to fig. 3, there is shown a further flowchart of a data updating method according to an exemplary embodiment, the method being applied to a terminal, the method including:
step 301: acquiring update data sent by a server, wherein the update data is acquired and cached by the server within a preset time period, and the current time of the update data meets a preset condition;
in the step, a terminal sends an update request for acquiring the update data in a preset time period to a server, and receives an update response sent by the server in the preset time period, wherein the update response comprises the update data in the preset time period; or the terminal receiving server actively sends the updating data in a preset time period.
Step 302: updating the corresponding data in the list page according to the updating data;
in the step, the terminal modifies the updating time of the updating data into the current time; and replacing the corresponding data on the list page with the updated data after the time modification according to the time sequence.
Further, after updating the corresponding data in the list page, the method may further include: and emptying the updating data. So as to save the occupied space of the memory or the database and improve the utilization rate of the memory or the database.
The specific implementation process is detailed in the implementation process of the corresponding steps in the above embodiments, and is not described herein again.
Step 303: and refreshing the list page after the data updating.
In this step, refreshing the list page after updating the data includes: generating a task identifier of an update list page according to the update data; creating a task timer corresponding to the task identifier, and setting the timing time of the task timer; updating the task associated with the task timer when the timing time of the task timer is reached; and removing the task timer after the task is updated.
Further, in another embodiment, the refreshing the list page after the updating data may further include: judging whether a task timer corresponding to the task identifier exists in a memory (taking the memory as an example, but not limited to the memory in practical application); if not, executing the step of creating the task timer corresponding to the task identifier and setting the timing time of the task timer; if so, updating the task associated with the timer when the timing time of the task timer is reached; and when the task update is completed, removing the task timer.
Further, in another embodiment, when the timing time of the task timer is reached, the refreshing the list page after the updating of the update data may further include: if a task associated with the task timer is detected, performing the step of updating the task associated with the task timer; directly removing the task timer if no task associated with the task timer is detected.
The specific implementation process in this step is detailed in the implementation process of the corresponding step in the above embodiments, and is not described herein again.
FIG. 4 is a flow diagram illustrating an application example of a data update method in accordance with an exemplary embodiment. In this embodiment, for example, the server sends the update data in a certain preset period of time to the client, and in practical application, the invention is not limited to this. The method comprises the following steps:
step 401: the client side obtains the updating data sent by the server in the preset time period.
Step 402: and caching the acquired updating data by the client.
The embodiment may cache the updated data in a memory or a database, and the like, but is not limited to this in practical applications.
Step 403: judging whether the current time of the updating data meets a preset condition, if so, executing a step 404; otherwise, go to step 416: and finishing the operation.
Wherein the preset condition may include: the difference between the current time and the last updating time of the updating data is larger than a preset time interval; or the current time of the update data is greater than the sum of the current time of the last update data transmitted to the list and a preset time interval.
Step 404: and the client modifies the updating time of the cached updating data into the current time.
Step 405: and the client replaces the corresponding data on the list page with the updated data after the time is modified according to the time sequence.
Each update data has a time stamp, which is the time at which the update data is passed to the list, and is referred to herein as the update time.
Step 406: and the client clears the updated data cached in the memory.
This step is an optional step, or after step 405 is executed, step 407 and subsequent steps are executed, and then step 406 is executed.
Step 407: the client generates a task identifier of an update list page according to the update data;
step 408: the client judges whether a task timer corresponding to the task identifier exists in the memory; if not, go to step 409; if so, go to step 414;
step 409: and the client establishes a task timer corresponding to the task identifier and sets the timing time of the task timer.
Step 410: when the timing time of the task timer is reached, the client judges whether a task related to the task timer is detected or not; if so, go to step 411; otherwise, step 413 is performed.
Step 411: the client updates the task associated with the task timer.
Step 412: and after the task is updated, the client removes the task timer.
Step 413: the client directly removes the task timer.
Step 414: and when the timing time of the task timer is reached, the client updates the task associated with the timer.
Step 415: and when the task update is completed, the client removes the task timer.
It should be noted that, for details of the implementation process of each step in this embodiment, the implementation process of the corresponding step in the foregoing embodiment is not described herein again.
Method embodiments are described as a series of acts or combination thereof for simplicity of explanation, but it will be appreciated by those skilled in the art that the present disclosure is not limited by the order of acts or acts described, as some steps may occur in other orders or concurrently with other steps in accordance with the disclosure. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required in order to implement the disclosure.
FIG. 5 is a block diagram illustrating a data update apparatus according to an example embodiment. Referring to fig. 5, the apparatus includes an obtaining module 501, a caching module 502, an updating module 503, and a refreshing module 504.
An obtaining module 501 configured to perform obtaining update data sent by a server within a preset time period;
a caching module 502 configured to perform caching of the update data;
the updating module 503 is configured to update corresponding data in a list page according to the cached update data when the current time of the update data meets a preset condition;
a refresh module 504 configured to perform refreshing the list page after the update data.
Optionally, in another embodiment, on the basis of the above embodiment, the refresh module includes: a generation module, a creation module, a first update module and a first removal module, wherein,
the generating module is configured to execute the task identification of generating an update list page according to the update data;
the creating module is configured to create a task timer corresponding to the task identifier and set the timing time of the task timer when the task timer corresponding to the task identifier does not exist;
the first updating module is configured to execute the task which is related to the task timer and is updated when the timing time for the creating module to create the task timer is reached;
the first removing module is configured to remove the task timer after the first updating module finishes the task.
Optionally, in another embodiment, on the basis of the above embodiment, the refresh module further includes: a judging module, a second updating module and a second removing module, wherein,
the judging module is configured to execute the step of judging whether a task timer corresponding to the task identifier exists or not after the generating module generates the task identifier of the update list page according to the update data;
the creating module is further configured to execute the steps of judging that no task timer corresponding to the task identifier exists in the judging module, creating the task timer corresponding to the task identifier, and setting the timing time of the task timer;
the second updating module is configured to update the updated task related to the task timer when the judging module judges that the task timer corresponding to the task identifier exists and the timing time of the task timer is reached;
the second removing module is configured to remove the task timer when the second updating module completes the task.
Optionally, in another embodiment, on the basis of the above embodiment, the refresh module further includes: a detection module and a third removal module, wherein,
the detection module is configured to detect whether a task related to the task timer exists or not when the timing time of the task timer is reached;
the first updating module is further configured to update the task associated with the task timer when the detecting module detects that the task associated with the task timer exists;
the third removing module is configured to directly remove the task timer when the detecting module detects that no task associated with the task timer exists.
Optionally, in another embodiment, on the basis of the above embodiment, the obtaining module includes: the device comprises a sending module and a first receiving module; and/or a second receiving module, wherein,
the sending module is configured to execute sending of an update request within a preset time period to a server;
the first receiving module is configured to perform receiving of the update data fed back by the server within the preset time period;
the second receiving module is configured to execute that the receiving server actively sends the update data within a preset time period.
Optionally, in another embodiment, on the basis of the above embodiment, the update module includes: a time update module and a data update module, wherein,
the time updating module is configured to modify the updating time of the cached updating data into the current time;
and the data updating module is configured to execute replacement of the corresponding data on the list page by the updated data after the modification time according to time sequence.
Optionally, in another embodiment, on the basis of the above embodiment, the apparatus may further include: the emptying module 601 is schematically shown in fig. 6, wherein,
the clearing module 601 is configured to clear the cached updated data after the updating module 503 updates the corresponding data in the list page.
Optionally, in another embodiment, on the basis of the above embodiment, the apparatus may further include: a setting module configured to execute preset conditions, wherein the preset conditions include:
the difference between the current time and the last updating time of the updating data is larger than a preset time interval;
or
The current time of the update data is greater than the sum of the current time of the last update data transmitted to the list and a preset time interval.
Fig. 7 is another block diagram illustrating a data update apparatus applied to a server according to an exemplary embodiment, including: an obtaining module 701, a buffering module 702 and a sending module 703, wherein,
the obtaining module 701 is configured to perform obtaining of update data within a preset time period;
the caching module 702 is configured to perform caching of the update data;
the sending module 703 is configured to send the update data cached in the preset time period to a terminal when the current time of the update data meets a preset condition, so that the terminal updates corresponding data in a list page according to the received update data, and refreshes the list page after the update data.
Optionally, in another embodiment, on the basis of the above embodiment, the apparatus may further include: a receiving module and an extracting module, wherein,
the receiving module is configured to execute the update request in the preset time period sent by the terminal;
the extracting module is configured to extract the cached updating data in the preset time period according to the updating request;
the sending module is further configured to execute the step of sending the update data cached in the preset time period to a terminal when the current time of the update data meets a preset condition.
Optionally, in another embodiment, on the basis of the above embodiment, the apparatus may further include: a setting module configured to execute preset conditions, wherein the preset conditions include:
the difference between the current time and the last updating time of the updating data is larger than a preset time interval;
or
The current time of the update data is greater than the sum of the current time of the last update data transmitted to the list and a preset time interval.
Fig. 8 is still another block diagram illustrating a data update apparatus, applied to a terminal, according to an exemplary embodiment, including: a fetch module 801, an update module 802, and a refresh module 803, wherein,
the obtaining module 801 is configured to perform obtaining of the update data sent by a server, where the update data is obtained and cached by the server within a preset time period, and a current time of the update data meets a preset condition;
the updating module 802 is configured to update the corresponding data in the list page according to the updating data;
the refresh module 803 is configured to perform the refreshing of the list page after the update data.
Optionally, in another embodiment, on the basis of the above embodiment, the refresh module includes: the device comprises a generating module, a creating module, a first updating module and a first removing module. In this embodiment, the functions and functions of the modules are described in detail in the above embodiments, and the functions and functions of the corresponding modules are not described in detail here.
Optionally, in another embodiment, on the basis of the above embodiment, the refresh module includes: the device comprises a judging module, a second updating module and a second removing module. In this embodiment, the functions and functions of the modules are described in detail in the above embodiments, and the functions and functions of the corresponding modules are not described in detail here.
Optionally, in another embodiment, on the basis of the above embodiment, the refresh module includes: the device comprises a detection module, a first updating module and a third removing module. In this embodiment, the functions and functions of the modules are described in detail in the above embodiments, and the functions and functions of the corresponding modules are not described in detail here.
Optionally, in another embodiment, on the basis of the above embodiment, the obtaining module includes: the device comprises a sending module and a first receiving module; and/or, a second receiving module, wherein,
the sending module is configured to send an update request within a preset time period to a server;
the first receiving module is configured to perform receiving and feeding back the update data in the preset time period sent by the server;
the second receiving module is configured to execute that the receiving server actively sends the update data within a preset time period.
Optionally, in another embodiment, on the basis of the above embodiment, the update module includes:
a time update module configured to perform modification of an update time of the update data to a current time;
and the data updating module is configured to execute replacement of the corresponding data on the list page by the updated data after the modification time according to time sequence.
Optionally, in another embodiment, on the basis of the above embodiment, the apparatus further includes:
and the clearing module is configured to clear the updated data after the updating module updates the corresponding data in the list page.
According to the embodiment of the invention, the updating data sent by the server in the preset time period is obtained, namely the updating data in the preset time period is merged, and when the difference between the current time of the updating data and the last updating time is larger than the preset time interval, the updating data is updated in a unified manner, and the list page is refreshed, so that the updating times of the data in the list page and the refreshing times of the list are effectively reduced. The list performance of the terminal is improved, and the user experience is improved.
With regard to the apparatus in the above embodiment, the specific manner in which each module performs operations has been described in detail in the embodiment related to the method, and reference may be made to part of the description of the embodiment of the method for the relevant points, and the detailed description will not be made here.
In an exemplary embodiment, there is also provided an electronic device including:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the data update method as described above.
In an exemplary embodiment, there is also provided a computer-readable storage medium, in which instructions, when executed by a processor of an electronic device, enable the electronic device to perform the data update method as described above.
In an exemplary embodiment, there is also provided a storage medium comprising instructions, such as a memory comprising instructions, executable by a processor of an apparatus to perform the above method. Alternatively, the storage medium may be a non-transitory computer readable storage medium, which may be, for example, a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, there is also provided a computer program product comprising a computer program or instructions which, when executed by a processor, implement the data updating method as defined in any one of the above.
Fig. 9 is a block diagram illustrating an electronic device 900 in accordance with an example embodiment. For example, the electronic device 900 may be a mobile terminal or a server, and in the embodiment of the present disclosure, the electronic device is taken as a mobile terminal for example. For example, the electronic device 900 may be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, an exercise device, a personal digital assistant, and the like.
Referring to fig. 9, electronic device 900 may include one or more of the following components: a processing component 902, a memory 904, a power component 906, a multimedia component 908, an audio component 910, an input/output (I/O) interface 912, a sensor component 914, and a communication component 916.
The processing component 902 generally controls overall operation of the electronic device 900, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations. Processing component 902 may include one or more processors 920 to execute instructions to perform all or a portion of the steps of the methods described above. Further, processing component 902 can include one or more modules that facilitate interaction between processing component 902 and other components. For example, the processing component 902 can include a multimedia module to facilitate interaction between the multimedia component 908 and the processing component 902.
The memory 904 is configured to store various types of data to support operation at the device 900. Examples of such data include instructions for any application or method operating on the electronic device 900, contact data, phonebook data, messages, pictures, videos, and so forth. The memory 904 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.
The power supply component 906 provides power to the various components of the electronic device 900. The power components 906 may include a power management system, one or more power supplies, and other components associated with generating, managing, and distributing power for the electronic device 900.
The multimedia components 908 include a screen that provides an output interface between the electronic device 900 and a user. In some embodiments, the screen 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. In some embodiments, the multimedia component 908 includes a front facing camera and/or a rear facing camera. The front-facing camera and/or the rear-facing camera may receive external multimedia data when the device 900 is in an operating mode, such as a shooting mode or a video mode. Each front camera and rear camera may be a fixed optical lens system or have a focal length and optical zoom capability.
The audio component 910 is configured to output and/or input audio signals. For example, the audio component 910 includes a Microphone (MIC) configured to receive external audio signals when the electronic device 900 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode. The received audio signals may further be stored in the memory 904 or transmitted via the communication component 916. In some embodiments, audio component 910 also includes a speaker for outputting audio signals.
I/O interface 912 provides an interface between processing component 902 and peripheral interface modules, which may be keyboards, click wheels, buttons, etc. These buttons may include, but are not limited to: a home button, a volume button, a start button, and a lock button.
The sensor component 914 includes one or more sensors for providing status evaluations of various aspects of the electronic device 900. For example, sensor assembly 914 may detect an open/closed state of device 900, the relative positioning of components, such as a display and keypad of electronic device 900, sensor assembly 914 may also detect a change in the position of electronic device 900 or a component of electronic device 900, the presence or absence of user contact with electronic device 900, orientation or acceleration/deceleration of electronic device 900, and a change in the temperature of electronic device 900. The sensor assembly 914 may include a proximity sensor configured to detect the presence of a nearby object in the absence of any physical contact. The sensor assembly 914 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications. In some embodiments, the sensor assembly 914 may also include an acceleration sensor, a gyroscope sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
The communication component 916 is configured to facilitate wired or wireless communication between the electronic device 900 and other devices. The electronic device 900 may access a wireless network based on a communication standard, such as WiFi, a carrier network (such as 2G, 3G, 4G, or 5G), or a combination thereof. In an exemplary embodiment, the communication component 916 receives a broadcast signal or broadcast associated information from an external broadcast management system via a broadcast channel. In an exemplary embodiment, the communication component 916 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.
In an exemplary embodiment, the electronic device 900 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, micro-controllers, microprocessors or other electronic components for performing the data update methods shown above.
In an exemplary embodiment, a non-transitory computer readable storage medium comprising instructions, such as the memory 904 comprising instructions, executable by the processor 920 of the electronic device 900 to perform the data update method shown above is also provided. For example, the non-transitory computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, a computer program product is also provided, in which instructions, when executed by the processor 920 of the electronic device 900, cause the electronic device 900 to perform the data update method shown above.
FIG. 10 is a block diagram illustrating an apparatus 900 for data updating according to an example embodiment. For example, the apparatus 1000 may be provided as a server. Referring to fig. 10, the apparatus 1000 includes a processing component 1022 that further includes one or more processors and memory resources, represented by memory 1032, for storing instructions, such as application programs, that are executable by the processing component 1022. The application programs stored in memory 1032 may include one or more modules that each correspond to a set of instructions. Further, the processing component 1022 is configured to execute instructions to perform the data update methods described above.
The device 1000 may also include a power supply component 1026 configured to perform power management for the device 1000, a wired or wireless network interface 1050 configured to connect the device 1000 to a network, and an input/output (I/O) interface 1058. The device 1000 may operate based on an operating system stored in memory 1032, such as a Windows Server, MacOSXTM, UnixTM, LinuxTM, FreeBSDTM, or the like.
Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.
It will be understood that the invention is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the invention is limited only by the appended claims.

Claims (10)

1. A method for updating data, comprising:
acquiring and caching updating data sent by a server within a preset time period;
when the current time of the updating data meets a preset condition, updating corresponding data in a list page according to the cached updating data;
and refreshing the list page after the data updating.
2. The data updating method according to claim 1, wherein the refreshing the list page after updating the data includes:
generating a task identifier of an update list page according to the update data;
if the task timer corresponding to the task identifier does not exist, creating the task timer corresponding to the task identifier, and setting the timing time of the task timer;
updating the task associated with the task timer when the timing time of the task timer is reached;
and removing the task timer after the task is updated.
3. The data updating method according to claim 2, wherein the refreshing the list page after updating the data further comprises:
if the task timer corresponding to the task identifier exists, updating the task associated with the timer when the timing time of the task timer is reached;
and when the task update is completed, removing the task timer.
4. The data updating method according to claim 2, wherein when the timing time of the task timer is reached, the refreshing the list page after updating the data further comprises:
if a task associated with the task timer is detected, performing the step of updating the task service associated with the task timer;
directly removing the task timer if no task associated with the task timer is detected.
5. A method for updating data, comprising:
acquiring and caching updated data in a preset time period;
and when the current time of the updated data meets a preset condition, sending the updated data cached in the preset time period to a terminal, so that the terminal can update corresponding data in a list page according to the received updated data and refresh the list page after the updated data.
6. A data update apparatus, comprising:
the acquisition module is configured to acquire the update data sent by the server within a preset time period;
a caching module configured to perform caching of the update data;
the updating module is configured to update corresponding data in a list page according to the cached updating data when the current time of the updating data meets a preset condition;
a refresh module configured to execute the list page after refreshing the update data.
7. A data update apparatus, the apparatus being applied to a server, comprising:
the acquisition module is configured to acquire the update data in a preset time period;
a caching module configured to perform caching of the update data;
and the sending module is configured to send the update data cached in the preset time period to a terminal when the current time of the update data meets a preset condition, so that the terminal updates corresponding data in a list page according to the received update data and refreshes the list page after the update data.
8. An electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the data update method of any one of claims 1 to 5.
9. A computer-readable storage medium, wherein instructions in the computer-readable storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the data update method of any one of claims 1 to 5.
10. A computer program product comprising a computer program or instructions, characterized in that the program or instructions in the computer program product, when executed by a processor, implement the data updating method of any one of claims 1 to 5.
CN202110351216.2A 2021-03-31 2021-03-31 Data updating method and device, electronic equipment, storage medium and product Pending CN113190777A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110351216.2A CN113190777A (en) 2021-03-31 2021-03-31 Data updating method and device, electronic equipment, storage medium and product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110351216.2A CN113190777A (en) 2021-03-31 2021-03-31 Data updating method and device, electronic equipment, storage medium and product

Publications (1)

Publication Number Publication Date
CN113190777A true CN113190777A (en) 2021-07-30

Family

ID=76974307

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110351216.2A Pending CN113190777A (en) 2021-03-31 2021-03-31 Data updating method and device, electronic equipment, storage medium and product

Country Status (1)

Country Link
CN (1) CN113190777A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113688146A (en) * 2021-08-23 2021-11-23 猪八戒股份有限公司 Distributed architecture high-concurrency order search engine data refreshing method and system
CN114327738A (en) * 2022-03-14 2022-04-12 恒生电子股份有限公司 User interface refreshing method and device, electronic equipment and readable storage medium
CN115525667A (en) * 2022-10-12 2022-12-27 赫中企云(北京)信息服务有限公司 Rule hot updating method during program operation

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108200127A (en) * 2017-12-20 2018-06-22 东软集团股份有限公司 Data transmission method for uplink, device, server, terminal and storage medium
CN108667807A (en) * 2018-04-11 2018-10-16 华南师范大学 A kind of protocol self-adapting method and system based on monitoring cloud platform and gateway
CN109951559A (en) * 2019-03-27 2019-06-28 京东方光科技有限公司 Timed task configuration method, server, system and computer readable storage medium
CN110109741A (en) * 2019-05-09 2019-08-09 北京旷视科技有限公司 Management method, device, electronic equipment and the storage medium of cycle task
CN110472168A (en) * 2019-07-05 2019-11-19 中国平安财产保险股份有限公司 Page data update method, device, computer equipment and storage medium
CN110908429A (en) * 2018-09-18 2020-03-24 阿里巴巴集团控股有限公司 Timer operation method and device
CN111078413A (en) * 2019-12-17 2020-04-28 深圳前海环融联易信息科技服务有限公司 Timed task execution method and device, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108200127A (en) * 2017-12-20 2018-06-22 东软集团股份有限公司 Data transmission method for uplink, device, server, terminal and storage medium
CN108667807A (en) * 2018-04-11 2018-10-16 华南师范大学 A kind of protocol self-adapting method and system based on monitoring cloud platform and gateway
CN110908429A (en) * 2018-09-18 2020-03-24 阿里巴巴集团控股有限公司 Timer operation method and device
CN109951559A (en) * 2019-03-27 2019-06-28 京东方光科技有限公司 Timed task configuration method, server, system and computer readable storage medium
CN110109741A (en) * 2019-05-09 2019-08-09 北京旷视科技有限公司 Management method, device, electronic equipment and the storage medium of cycle task
CN110472168A (en) * 2019-07-05 2019-11-19 中国平安财产保险股份有限公司 Page data update method, device, computer equipment and storage medium
CN111078413A (en) * 2019-12-17 2020-04-28 深圳前海环融联易信息科技服务有限公司 Timed task execution method and device, computer equipment and storage medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113688146A (en) * 2021-08-23 2021-11-23 猪八戒股份有限公司 Distributed architecture high-concurrency order search engine data refreshing method and system
CN114327738A (en) * 2022-03-14 2022-04-12 恒生电子股份有限公司 User interface refreshing method and device, electronic equipment and readable storage medium
CN114327738B (en) * 2022-03-14 2022-06-14 恒生电子股份有限公司 Refreshing method and device of user interface, electronic equipment and readable storage medium
CN115525667A (en) * 2022-10-12 2022-12-27 赫中企云(北京)信息服务有限公司 Rule hot updating method during program operation

Similar Documents

Publication Publication Date Title
CN110611829B (en) Video preloading method and device, electronic equipment and storage medium
CN113190777A (en) Data updating method and device, electronic equipment, storage medium and product
CN107193678B (en) Method and device for determining cause of stuck and storage medium
CN107315792B (en) Page updating method and device, electronic equipment and computer readable storage medium
CN113259226B (en) Information synchronization method and device, electronic equipment and storage medium
CN107220059B (en) Application interface display method and device
CN107729098B (en) User interface display method and device
CN112948704A (en) Model training method and device for information recommendation, electronic equipment and medium
CN112616053B (en) Transcoding method and device for live video and electronic equipment
CN111246278B (en) Video playing method and device, electronic equipment and storage medium
CN105786561B (en) Method and device for calling process
CN109245992B (en) Request processing method and device, electronic equipment and storage medium
CN108012258B (en) Data traffic management method and device for virtual SIM card, terminal and server
CN110908814A (en) Message processing method and device, electronic equipment and storage medium
CN110769282A (en) Short video generation method, terminal and server
CN111241134B (en) Data processing method and device
CN114186154A (en) Page processing method and device, electronic equipment and storage medium
CN114217923A (en) Page information processing method and device
CN111049732B (en) Push message display method and device, electronic equipment and medium
CN114239531A (en) Template recommendation method and device, electronic equipment and storage medium
CN112883314A (en) Request processing method and device
CN108769513B (en) Camera photographing method and device
CN112769677A (en) Data synchronization method, data synchronization device, electronic equipment, storage medium and program product
CN112102009A (en) Advertisement display method, device, equipment and storage medium
CN111221862A (en) Request processing method and device

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